/* Grok Build owns this file. Tokens + type only. Do not start a second site.
   Type is Host Grotesk (OFL) — a neo-grotesk stand-in for grok.com Universal Sans.
   Do not hotlink cdn.grok.com. Do not use Inter. */
@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/host-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/host-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #000000;
  --bg-elevated: #0a0a0a;
  --fg: #f5f5f5;
  --fg-muted: #8a8a8a;
  --fg-dim: #4a4a4a;
  --line: #1c1c1c;
  --line-strong: #2a2a2a;
  --accent: #f5f5f5;
  --danger: #c45c26;
  --live: #c8f54b;
  --teaser: #8a8a8a;
  --dark: #c45c26;
  --parked: #4a4a4a;
  --font: "Host Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --max: 1120px;
  --pad: 20px;
  --radius: 0;
  --tracking: -0.03em;
  --tracking-display: -0.055em;
  --hairline: 1px solid var(--line);
}
