@layer theme {
  [data-theme="editorial"] {
    --bg: #fafaf7;
    --bg-mid: #f0ede5;
    --text: #0a0a0a;
    --accent: #c8442a;
    --muted: #5a5a5a;
    --rule: rgba(200,68,42,0.15);
    --font-display: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Serif 4', Georgia, serif;
    --btn-radius: 999px;
    --btn-weight: 500;
    --btn-transform: capitalize;
    --btn-tracking: 0.04em;
  }
}
