/* GENERATED by scripts/build-tokens.js from design/tokens.json. Do not edit. */
/* Source of truth: the "ARC Games & Cards" design system artifact, tokens.json, theme "dark". */
/* https://claude.ai/artifact/Sk3KfA6HPoXAAQ76aedUTS */

@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/fonts/Jost-Italic-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  color-scheme: dark;

  /* color */
  --ground: #15120E;
  --ground-raised: #221F1A;
  --ground-overlay: #2F2C27;
  --text: #EDE8DE;
  --text-secondary: #ACA8A0;
  --text-tertiary: #817D76;
  --accent: #C7A659;
  --accent-hover: #D9BC72;
  --accent-pressed: #AE8E45;
  --on-accent: #15120E;
  --line: #806B3B;
  --line-subtle: #33302B;
  --focus: #EDE8DE;
  --error: #F08A73;
  --success: #8FC29A;

  /* spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;

  /* radius */
  --radius-0: 0px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-full: 999px;

  /* shadow */
  --shadow-1: none;
  --shadow-2: none;

  /* motion */
  --duration-fast: 120ms;
  --duration-base: 200ms;
  --duration-slow: 320ms;
  --ease-enter: cubic-bezier(0.2, 0, 0, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);

  /* type: families */
  --font-sans: "Jost", system-ui, sans-serif;

  /* type: styles (size / line / weight / tracking) */
  --type-display-size: 61px;
  --type-display-line: 1;
  --type-display-weight: 700;
  --type-display-tracking: -0.02em;
  --type-h1-size: 49px;
  --type-h1-line: 1.1;
  --type-h1-weight: 600;
  --type-h1-tracking: -0.01em;
  --type-h2-size: 39px;
  --type-h2-line: 1.15;
  --type-h2-weight: 600;
  --type-h2-tracking: 0;
  --type-h3-size: 31px;
  --type-h3-line: 1.2;
  --type-h3-weight: 600;
  --type-h3-tracking: 0;
  --type-h4-size: 25px;
  --type-h4-line: 1.25;
  --type-h4-weight: 600;
  --type-h4-tracking: 0;
  --type-lead-size: 20px;
  --type-lead-line: 1.45;
  --type-lead-weight: 400;
  --type-lead-tracking: 0;
  --type-body-size: 16px;
  --type-body-line: 1.5;
  --type-body-weight: 400;
  --type-body-tracking: 0;
  --type-caption-size: 13px;
  --type-caption-line: 1.4;
  --type-caption-weight: 500;
  --type-caption-tracking: 0.01em;
  --type-label-size: 13px;
  --type-label-line: 1.2;
  --type-label-weight: 700;
  --type-label-tracking: 0.14em;
  --type-descriptor-size: 13px;
  --type-descriptor-line: 1.2;
  --type-descriptor-weight: 600;
  --type-descriptor-tracking: 0.34em;
}
