/* ==========================================================================
   DESIGN TOKENS — local, self-sufficient.
   Only the subset used by the auth-guide site. Edit here to retheme.
   ========================================================================== */

:root {
  /* ── Colors ──────────────────────────────────────────────────────────── */
  --color-bg:              #FBF8F4;
  --color-surface:         #F3EEE5;
  --color-border:          #E2DACE;

  --color-text:            #3D3425;
  --color-text-secondary:  #5C4F3A;
  --color-text-muted:      #8B7E6A;
  --color-text-hint:       #B5A992;

  --color-accent:          #C4956A;
  --color-accent-bg:       rgba(196, 149, 106, 0.12);

  --color-publishing:      #7B9E6A;
  --color-destructive:     #C47070;
  --color-destructive-bg:  rgba(196, 112, 112, 0.12);

  /* ── Typography ──────────────────────────────────────────────────────── */
  --font-heading:   'DM Serif Display', Georgia, serif;
  --font-body:      'Nunito', system-ui, -apple-system, sans-serif;
}
