/* ===================================================================
   Tiffany Wylder — Brand System ("Set to the measure", 26 Aug 2026)
   Shared tokens + base styles for the free guide and the site.
   =================================================================== */

:root {
  --bitumen: #171512;
  --bone: #E8E4DA;
  --cobalt-on-bone: #1F3B8C;
  --cobalt-on-bitumen: #5C74D1;

  --font-display: "Big Shoulders Display", sans-serif;
  --font-body: "Newsreader", serif;
  --font-mono: "IBM Plex Mono", monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bone);
  color: var(--bitumen);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.94;
  letter-spacing: -0.01em;
  margin: 0;
}

.mono, .eyebrow, .numeral {
  font-family: var(--font-mono);
}

a { color: inherit; }

/* Mandorla mark — always rasterised from the source SVG files, never redrawn */
.mark {
  display: block;
  height: auto;
}
