/* ── Design tokens ─────────────────────────────────────────
   All CSS custom properties / design system variables.
   Edit here to update colors/spacing site-wide.
───────────────────────────────────────────────────────── */
:root {
    --bg:        #07090f;
    --surface:   #0c1120;
    --surface-2: #111828;
    --gold:      #C9A84C;
    --gold-dim:  #9A7A2E;
    --gold-hi:   #DDBB6E;
    --blue:      #4D9FFF;
    --blue-dim:  #2D6DB5;
    --teal:      #23C7BE;
    --logo-teal: #23C7BE;
    --text:      #E4E8F2;
    --text-2:    #7A8496;
    --text-3:    #4A5468;
    --border:    rgba(201,168,76,0.16);
    --border-hi: rgba(201,168,76,0.36);
    --border-bl: rgba(77,159,255,0.2);
}
