/* ============================================================
   THEME.CSS — edit here to restyle the whole site
   ============================================================ */
:root {
  --bg:       #0b0910;
  --bg-card:  #110e19;
  --accent:   #c53ef5;
  --text:     #ede8f5;
  --dim:      #7a7090;
  --border:   rgba(197, 62, 245, 0.22);
  --radius:   10px;
  --font:     'DM Sans', system-ui, sans-serif;
}
