@import url("base.css");
/* KAIROS — midnight, moonlight, champagne */
:root {
  --bg: #101520; --bg-hi: #1c2434; --bg-lo: #0a0d14; --bg-soft: #141b29;
  --ink: #e9e6de; --text: #b9bcc4; --accent: #c8a96a; --ink-on-accent: #101520;
  --halo: #101520; --scrim: #0c1018;
  --footer-bg: #0a0d14; --footer-ink: #e9e6de;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Jost", "Segoe UI", sans-serif;
  --display-weight: 500;
  --wordmark-size: 15vw; --wordmark-track: 0.22em;
  --grain-opacity: 0.05; --grain-blend: screen;
}
.act-title { font-weight: 500; }
.stat b { color: var(--accent); }
.tagline { color: color-mix(in srgb, var(--accent) 85%, transparent); }
