/* BAH LABS HYBRID TRAINING — Design Tokens
   Fonte da verdade: 01-identidade-visual/guia-de-marca.md
   Não redigitar estes valores em outros arquivos — importar/referenciar este. */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Anton&display=swap');

:root {
  /* Cores */
  --color-bg: #0D0A08;
  --color-surface: #161210;
  --color-border: #2A2521;
  --color-orange: #D85A30;
  --color-orange-light: #F0997B;
  --color-text: #F5F1EA;
  --color-text-secondary: #ABA79D;
  --color-text-on-orange: #1A1512;

  /* Tipografia */
  --font-body: 'Inter', sans-serif;
  --font-display: 'Anton', sans-serif;

  --weight-body: 400;
  --weight-emphasis: 600;
  --weight-subtitle: 700;
  --weight-title: 800;
  --weight-title-strong: 900;

  --eyebrow-size: 11px;
  --eyebrow-letter-spacing: 3px;

  /* Espaçamento (base 4px) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
}
