/* volcanic-glass — ember + basalt + smoke + copper */
[data-theme="volcanic-glass"] {
  --bg:               #15100E;
  --bg-overlay:       rgba(227, 104, 72, 0.04);
  --panel:            #1F1714;
  --panel-edge:       rgba(180, 121, 72, 0.36);
  --ink:              #F2E4DA;
  --ink-soft:         rgba(242, 228, 218, 0.80);
  --ink-dim:          rgba(242, 228, 218, 0.55);
  --accent:           #B47948;
  --accent-2:         #E36848;
  --rule:             rgba(180, 121, 72, 0.30);
  --ornament-fill:    #FFB066;
  --shadow-panel:     0 18px 48px rgba(0, 0, 0, 0.70), inset 0 1px 0 rgba(255, 176, 102, 0.08);
  --radius-panel:     6px;
  --btn-bg:           linear-gradient(180deg, #2A1E18 0%, #1F1714 100%);
  --btn-ink:          #F2E4DA;
  --btn-edge:         #E36848;
  --btn-hover-bg:     linear-gradient(180deg, #3B2820 0%, #2A1E18 100%);
  --focus-ring:       #FFB066;
  --font-display:     'Cinzel', 'Cormorant Garamond', Georgia, serif;
  --font-body:        -apple-system, BlinkMacSystemFont, 'Manrope', 'Inter', sans-serif;
  --font-mono:        'JetBrains Mono', ui-monospace, monospace;
  --tracking-display: 0.10em;
  --weight-display:   600;
  --texture-panel:    none;
  --texture-hero-veil: radial-gradient(ellipse at 50% 30%, rgba(227,104,72,0.10), transparent 65%), linear-gradient(180deg, rgba(21,16,14,0.55) 0%, rgba(21,16,14,0.92) 100%);
}
