/* tokens de marca do projeto (white label): trocar aqui muda o site inteiro */
/* paleta obrigatoria do Design System ByStartup (dark premium) */
:root{
  --brand:#e6f632;
  --brand-2:#adb926;
  --bg:#080907;
  --surface:#181a15;
  --txt:#f7f7f7;
  --muted:#8e8f8b;
  --line:rgba(255,255,255,.08);
  --radius:16px;
  --font:"Inter Tight",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
}
