:root {
  /* Cores — Figma Taurus Shot Fair 2026 */
  --color-primary: #d25f15;
  --color-primary-dark: #b04f11;
  --color-bg-dark: #000000;
  --color-text: #ffffff;
  --color-text-muted: #999999;
  --color-border-light: rgba(255, 255, 255, 0.2);
  --color-scroll: rgba(255, 255, 255, 0.3);

  /* Tipografia */
  --font-body: 'Roboto', system-ui, sans-serif;
  --font-display: 'VTF Redzone Classic', 'Arial Narrow', sans-serif;

  /* Espaçamento */
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-2xl: 5rem;

  /* Layout */
  --container-max: 1280px;
  --header-height: 84px;

  /* Transições */
  --transition: 0.25s ease;
}
