/* GAWARDS theme.css - file fisico default, sovrascritto dinamicamente da /api/index.php?route=theme.css se settings esistono */
:root{
  --brand:#6d28d9;
  --brand-2:#f43f5e;
  --brand-3:#f59e0b;
  --ink:#0d0f1a;
  --bg:#ffffff;
  --bg-soft:#f5f6fa;
  --grad:linear-gradient(115deg, #6d28d9 0%, #f43f5e 55%, #f59e0b 100%);
  --r:16px;
  --r-lg:24px;
}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
h1,h2,h3,h4,.logo{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif}
.hero{background:var(--bg-soft)}
