:root{
  --blue:#244582;
  --blue-dark:#071226;
  --green:#a7d64e;
  --text:#172033;
  --muted:#657089;
  --soft:#f4f7fb;
  --white:#fff;
  --shadow:0 24px 80px rgba(7,18,38,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:#fff}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
