/* TROCA PONTOS — DESIGN TOKENS
   Base: Brand Guidelines + Guia Institucional/Digital.
   A face Passo licenciada é carregada localmente a partir do pacote do Design System.
*/
@font-face{font-family:"Passo";src:url("../design-system/assets/fonts/passo/Passo-Variable.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Passo";src:url("../design-system/assets/fonts/passo/Passo-Variable.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Passo";src:url("../design-system/assets/fonts/passo/Passo-Variable.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}
/* Local variable face covers the full weight range. */
@font-face{font-family:"Passo";src:url("../design-system/assets/fonts/passo/Passo-Variable.woff") format("woff");font-weight:800;font-style:normal;font-display:swap}
:root{
  --tp-purple:#6B0080; --tp-violet:#4B005A; --tp-mauveine:#81009B; --tp-phlox:#D500FF; --tp-pale:#FAE4FF;
  --tp-orange:#FF5900; --tp-seashell:#FFF3ED; --tp-folly:#FF0056; --tp-pink:#FFDBE7;
  --tp-yellow:#FFCE00; --tp-lemon:#FFF4C8; --tp-sea:#009572; --tp-mint:#00C99A; --tp-azure:#EBFFFA;
  --tp-ink:#25002D; --tp-gray-700:#575757; --tp-gray-500:#9B9B9B; --tp-silver:#C6C6C6; --tp-platinum:#E5E5E5; --tp-smoke:#F4F4F4; --tp-white:#FFF;
  --font-brand:"Passo","Inter",Arial,sans-serif; --font-ui:"Inter",Arial,sans-serif;
  --radius-sm:12px; --radius-md:18px; --radius-lg:24px; --radius-xl:32px;
  --shadow-sm:0 10px 28px rgba(75,0,90,.08); --shadow-md:0 22px 60px rgba(75,0,90,.14);
  --sidebar-w:248px; --topbar-h:76px; --content-max:1440px;
}
