@import url("base.css");
/* AUREL — noir, ivory, champagne gold */
:root {
  --bg: #0b0906; --bg-hi: #1a1409; --bg-lo: #050403; --bg-soft: #120e08;
  --ink: #f0eae0; --text: #c9c0af; --accent: #c9a35c; --ink-on-accent: #0b0906;
  --halo: #0b0906; --scrim: #080604;
  --footer-bg: #050403; --footer-ink: #f0eae0;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", "Segoe UI", sans-serif;
  --display-weight: 500;
  --wordmark-size: 16vw; --wordmark-track: 0.3em;
  --grain-opacity: 0.06; --grain-blend: screen;
}
.stat b { color: var(--accent); }
.tagline { color: color-mix(in srgb, var(--accent) 90%, transparent); }
.act-label { color: color-mix(in srgb, var(--accent) 85%, transparent); }
