/* The only stylesheet allowed literal values: every other file builds from these tokens. */

@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url("/fonts/big-shoulders-display.woff2") format("woff2");
}

@font-face {
  font-family: "Atkinson Hyperlegible Next";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/atkinson-hyperlegible-next.woff2") format("woff2");
}

:root {
  --felt: #16453e;
  --felt-deep: #0e2f2a;
  --table: #eef2f0;
  --paper: #ffffff;
  --ink: #1d2b28;
  --ink-soft: #4b5b57;
  --rule: #c9d6d2;
  --control-border: #66797a;
  --gold: #f2b705;
  --stamp: #b3261e;
  --game-color: var(--ink-soft);

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-body: "Atkinson Hyperlegible Next", "Segoe UI", system-ui, sans-serif;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1.0625rem;
  --text-lg: 1.328rem;
  --text-xl: 1.66rem;
  --text-2xl: 2.075rem;
  --text-3xl: 2.594rem;
  --text-4xl: 3.242rem;
  --text-5xl: 4.053rem;
  --weight-regular: 400;
  --weight-bold: 700;
  --weight-heavy: 800;
  --leading-tight: 1.05;
  --leading-snug: 1.3;
  --leading-body: 1.55;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-round: 50%;
  --rule-width: 1px;

  --focus-ring: 0 0 0 3px var(--gold);
  --focus-outline-width: 3px;
  --focus-outline-offset: 3px;
  --underline-offset: 0.18em;
  --underline-thin: 1px;
  --underline-thick: 2px;
  --duration-quick: 120ms;
  --layer-skip-link: 10;

  --content-width: 72rem;
  --measure: 38rem;
  --field-width: 30rem;
  --touch-target: 2.75rem;
  --day-marker: 2rem;
  --day-min-height: 7rem;
  --today-dot: 0.75em;
  --game-card-min-width: 17rem;
  --game-card-border-width: 4px;
  --game-card-logo-height: 2.25rem;

  --banner-ratio: 5 / 2;
  --banner-ratio-wide: 6 / 1;
  --logo-width: 11rem;
  --logo-width-wide: 14rem;
  --logo-height: 3.5rem;
  --logo-height-wide: 4.5rem;
  --sheet-row: 2.75rem;
  --sheet-numbers: 2.75rem;
  --sheet-line: 2px;
  --clip-width: 8rem;
  --clip-height: 2.5rem;
  --clip-edge: 3px;
  --clip-radius: 1.25rem 1.25rem 0.25rem 0.25rem;
  --clip-hole: radial-gradient(circle at 50% 38%, var(--felt-deep) 0.3rem, transparent 0.35rem);
  --stamp-border: 6px;
  --stamp-tilt: -9deg;
  --panel-width: 23rem;
  --qr-size: 20rem;
  --qr-size-phone: 14rem;
}
