/* Faery Fire */
[data-theme="faery-fire"] {
  --void: #070604;
  --night: #16110c;
  --accent: #e07a2a;
  --accent-ink: #070604;
  --ink: #f7f0e6;
  --mute: #b8a898;
  --bark: #d4c4b0;
  --surface: rgba(7, 6, 4, 0.94);
  --surface-raised: rgba(24, 18, 12, 0.96);
  --stroke: rgba(247, 240, 230, 0.14);
  --stroke-strong: rgba(247, 240, 230, 0.28);
  --hero-overlay: linear-gradient(115deg, rgba(7, 6, 4, 0.88) 0%, rgba(7, 6, 4, 0.62) 38%, rgba(22, 17, 12, 0.55) 100%);
  --font-display: "Cormorant Garamond", "Iowan Old Style", Palatino, serif;
  --font-body: "Figtree", "Segoe UI", Tahoma, sans-serif;
  --bg-image: url("/assets/faery-fire/fire-poster.jpg");
  --hero-poster: url("/assets/faery-fire/fire-poster.jpg");
  color-scheme: dark;
}
