/* FRAMERATE — canonical tokens. Also inlined in index.html :root. */
:root {
  /* Color */
  --bg-base: #0A0A0A;
  --bg-surface: #121212;
  --bg-raised: #1A1A1A;
  --bg-inset: #0D0D0D;
  --accent: #FF5A2D;
  --accent-hover: #FF7247;
  --accent-press: #E64A1F;
  --white: #FFFFFF;

  --text-primary: #FFFFFF;
  --text-secondary: #B8B8B8;
  --text-tertiary: #6E6E6E;
  --text-disabled: #3D3D3D;

  --status-new: #4ADE80;
  --status-hot: #FF5A2D;
  --status-sale: #FF5A2D;
  --price-strike: #6E6E6E;
  --border-subtle: #1F1F1F;
  --border-tick: #2A2A2A;

  /* Type */
  --font-sans: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --track-label: 0.08em;
  --track-nav: 0.06em;

  /* Space */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --space-32: 128px;

  /* Form */
  --radius: 0;
  --border-hairline: 1px solid var(--border-subtle);
  --btn-h-lg: 48px;
  --btn-h-md: 40px;
  --btn-h-sm: 32px;

  /* Motion */
  --ease-out: cubic-bezier(0.2, 0, 0, 1);
  --dur-fast: 150ms;
  --dur-base: 200ms;
  --dur-slow: 400ms;
}
