/* Modernist tokens used by this site (subset of the design system's styles.css) */
:root {
  --color-bg: #f3f2f2;
  --color-surface: #eae9e9;
  --color-text: #201e1d;
  --color-neutral-600: #7d7979;
  --color-neutral-700: #605d5d;
  --color-neutral-800: #444141;
  --font-heading: "Archivo", system-ui, sans-serif;
  --font-body: "Archivo", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-size: 15px; line-height: 1.55; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); }
img { display: block; max-width: 100%; }
::selection { background: rgba(32,30,29,0.18); }
