/* obsidian-codex — matte black + bone white + gold leaf */
[data-theme="obsidian-codex"] {
  --bg:               #06070A;
  --bg-overlay:       rgba(232, 223, 207, 0.02);
  --panel:            #0E1014;
  --panel-edge:       rgba(212, 175, 55, 0.30);
  --ink:              #E8DFCF;
  --ink-soft:         rgba(232, 223, 207, 0.78);
  --ink-dim:          rgba(232, 223, 207, 0.48);
  --accent:           #D4AF37;
  --accent-2:         #7A1E1E;
  --rule:             rgba(212, 175, 55, 0.22);
  --ornament-fill:    #D4AF37;
  --shadow-panel:     0 16px 48px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(212, 175, 55, 0.10);
  --radius-panel:     2px;
  --btn-bg:           #06070A;
  --btn-ink:          #E8DFCF;
  --btn-edge:         #D4AF37;
  --btn-hover-bg:     #0E1014;
  --focus-ring:       #D4AF37;
  --font-display:     'Cormorant SC', 'Cormorant Garamond', Georgia, serif;
  --font-body:        -apple-system, BlinkMacSystemFont, 'Switzer', 'Inter', 'Segoe UI', sans-serif;
  --font-mono:        'JetBrains Mono', ui-monospace, monospace;
  --tracking-display: 0.18em;
  --weight-display:   500;
  --texture-panel:    none;
  --texture-hero-veil: linear-gradient(180deg, rgba(6,7,10,0.75) 0%, rgba(6,7,10,0.92) 100%);
}
