@layer theme {
  [data-theme="nevermore"] {
    --bg: #0f0f0f;
    --bg-mid: #24212c;
    --text: #e4ddcd;
    --accent: #8e0b0b;
    --accent-text: #f15050;
    --muted: #a89e8a;
    --rule: rgba(228,221,205,0.14);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Lora', Georgia, serif;
    --btn-radius: 0;
    --btn-weight: 600;
    --btn-transform: uppercase;
    --btn-tracking: 0.12em;
  }
}
