/* ========================================
   DESIGN TOKENS — INflow Filtros de Ar Esportivos
   Fonte única de verdade para cores, fontes e
   variáveis compartilhadas entre todas as páginas.
   Ver DESIGN.md para a documentação completa do
   sistema visual.
   ======================================== */
:root {
  /* Light theme (default) */
  --bg-light: #ffffff;
  --bg-light-2: #f5f5f5;
  --bg-light-3: #ebebeb;
  --text-light: #0a0a0a;
  --text-light-2: #4a4a4a;
  --text-light-3: #8a8a8a;
  --border-light: rgba(0, 0, 0, 0.1);
  --border-light-strong: rgba(0, 0, 0, 0.2);

  /* Dark theme */
  --bg-dark: #0a0a0a;
  --bg-dark-2: #141414;
  --bg-dark-3: #1f1f1f;
  --text-dark: #ffffff;
  --text-dark-2: #b5b5b5;
  --text-dark-3: #6b6b6b;
  --border-dark: rgba(255, 255, 255, 0.1);
  --border-dark-strong: rgba(255, 255, 255, 0.2);

  /* Accent (same in both) */
  --accent: #ed1c24;
  --accent-hover: #ff2932;
  --accent-dark: #a01218;
  --accent-deep: #6b0d12;

  --font-display: 'Anton', 'Bebas Neue', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  --maxw: 1320px;
  --transition: 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
