@layer tokens {
  :root {
    /* Cores oficiais Stralt */
    --azul-marinho: #2E0259;
    --azul-petroleo: #115877;
    --azul-turquesa: #04BFBF;
    --branco-gelo: #F2F2F2;
    --coral: #FF5A36;
    --preto: #0A0A0A;
    --cinza-medio: #6B6B6B;
    --cinza-claro: #E5E5E5;

    /* Tipografia */
    --font-display: 'Inter', system-ui, -apple-system, sans-serif;
    --font-body: 'Montserrat', system-ui, -apple-system, sans-serif;

    /* Espaçamentos (escala 8px) */
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 48px;
    --space-6: 64px;
    --space-7: 96px;
    --space-8: 160px;

    /* Layout */
    --container-max: 1200px;
    --container-padding-mobile: 24px;
    --container-padding-desktop: 64px;

    /* Header */
    --header-height: 72px;

    /* Breakpoints (informativo)
       mobile:  < 768px
       tablet:  >= 768px
       desktop: >= 1024px */

    /* Transições */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.3s ease;
  }
}
