:root {
  --gp-color-primary:#292d66; --gp-color-primary-strong:#1f2458; --gp-color-surface:#304da0;
  --gp-color-accent:#f5c33d; --gp-color-success:#7be31d; --gp-color-text:#1f2430;
  --gp-color-muted:#687182; --gp-color-border:#d9deea; --gp-color-white:#fff; --gp-color-black:#111318;
  --gp-font-latin:Inter,Arial,Helvetica,sans-serif; --gp-font-persian:Vazirmatn,Tahoma,Arial,sans-serif;
  --gp-content-width:1200px; --gp-wide-width:1440px; --gp-radius-sm:6px; --gp-radius-md:12px;
  --gp-radius-lg:20px; --gp-radius-pill:999px; --gp-shadow-sm:0 4px 14px rgb(17 19 24 / 8%);
  --gp-shadow-md:0 12px 30px rgb(17 19 24 / 14%); --gp-space-1:.25rem; --gp-space-2:.5rem;
  --gp-space-3:.75rem; --gp-space-4:1rem; --gp-space-5:1.5rem; --gp-space-6:2rem;
  --gp-space-7:3rem; --gp-space-8:4rem; --gp-transition-fast:160ms ease; --gp-transition-normal:240ms ease;
}
html[lang^="fa"],html[dir="rtl"]{--gp-font-current:var(--gp-font-persian)}
html:not([lang^="fa"]):not([dir="rtl"]){--gp-font-current:var(--gp-font-latin)}
