/* =====================================================================
   TOKENS — Yep! (paleta, tipografia, ritmo)
   Fonte: site validado (DIRECAO_ARTE_SITE.md + catálogo).
   Regra de cor inviolável: laranja = resultado/Yep!/CTA/clímax. NUNCA a dor.
   ===================================================================== */

/* --- Inter self-hosted (variável, pesos 100–900) — Core Web Vitals ---
   Só os subsets que o pt-BR precisa: latin + latin-ext. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Laranja — RACIONADO (resultado / Yep! / CTA / clímax) */
  --laranja:        #E8552E;   /* laranja vivo do site */
  --laranja-claro:  #FF6A3D;
  --laranja-brand:  #DD3915;   /* laranja do brand book */

  /* Roxo — contraste frio (ex.: a linha da comissão na calculadora) */
  --roxo:           #9D96C8;
  --roxo-2:         #8C8DC0;
  --roxo-deep:      #5C5DA3;

  /* Apoio */
  --verde:          #3DD68C;

  /* Fundos navy / preto-azulado (respiro → densidade → clímax) */
  --bg:             #0C0C16;
  --bg-1:           #111120;
  --bg-2:           #121221;
  --bg-3:           #15131F;
  --bg-scene:       #1A1A2E;
  --bg-scene-hi:    #1d1d33;
  --card:           #161527;
  --card-2:         #1B1A2E;

  /* Texto */
  --off:            #F4F4F2;
  --txt:            #F4F4F2;
  --txt-dim:        #A9A8BE;
  --txt-dimmer:     #6E6D85;

  /* Linhas / bordas */
  --line:           rgba(244,244,242,.08);
  --line-2:         rgba(244,244,242,.14);
  --line-3:         rgba(244,244,242,.22);

  /* Layout */
  --maxw:           1240px;
  --maxw-wide:      1280px;

  /* Tipografia */
  --font:           'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  /* Movimento — vocabulário único ("sutil, rápido, com propósito") */
  --ease:           cubic-bezier(.22, 1, .36, 1);
  --dur-fast:       .16s;
  --dur:            .55s;
  --dur-slow:       .9s;
}
