@import url("base.css");
/* KIYO — warm white, matcha, charcoal */
:root {
  --bg: #f7f4ec; --bg-hi: #fcfaf5; --bg-lo: #ebe6d8; --bg-soft: #efece1;
  --ink: #31452b; --text: #3d3d38; --accent: #6b8f4e; --ink-on-accent: #fff;
  --halo: #f7f4ec; --scrim: #f2efe6;
  --footer-bg: #23301f; --footer-ink: #f0f2e8;
  --font-display: "Shippori Mincho", "Yu Mincho", Georgia, serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --display-weight: 500;
  --wordmark-size: 15vw; --wordmark-track: 0.3em;
  --grain-opacity: 0.04;
}
.stat b { color: var(--accent); }
.tagline { font-style: normal; }
