/* Zen — the house look. Warm dark ground, flat fills, a hard dark edge on
 * everything, and exactly one accent. Space Grotesk is served from this folder;
 * there is no CDN in this project and there is not going to be one. */

@font-face { font-family:'Space Grotesk'; src:url('space-grotesk-400.woff2') format('woff2'); font-weight:400; font-display:swap }
@font-face { font-family:'Space Grotesk'; src:url('space-grotesk-500.woff2') format('woff2'); font-weight:500; font-display:swap }
@font-face { font-family:'Space Grotesk'; src:url('space-grotesk-700.woff2') format('woff2'); font-weight:700; font-display:swap }

:root {
  --ground: #262421;
  --panel: #21201d;
  --panel-2: #2c2a26;
  --ink: #e4e1dd;
  --ink-dim: #98948e;
  --rule: #221f1c;
  --rule-soft: #34312c;
  /* Brass, because that is what the binoculars are. It means "act here" and
   * nothing else — correctness is --good and --warn and never this. */
  --accent: #d9a13b;
  --accent-ink: #1b1710;
  --good: #81b64c;
  --warn: #c05a4a;

  --display: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --ui: 'Space Grotesk', ui-sans-serif, -apple-system, system-ui, sans-serif;
  --mono: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, monospace;

  --radius: 12px;
  --rule-w: 1.5px;
  --shadow-hard: 4px 4px 0 var(--rule);
  color-scheme: dark;
}
