@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Outfit:wght@400;500;600;700&display=swap");:root{--ac-navy:#004976;--ac-blue:#41b6e6;--ac-green:#84bd00;--ac-gray:#7c878e;--ac-gray-light:#98a4ae;--ac-gray-lightest:#c1c6c8;--ac-navy-light:#e8f1f7;--ac-blue-light:#e6f5fc;--ac-blue-pale:#f0f9fe;--ac-green-light:#f0f7e0;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--font-display:"Outfit",sans-serif;--font-body:"DM Sans",sans-serif;--radius:16px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);-webkit-font-smoothing:antialiased}body{min-height:100dvh;background:linear-gradient(160deg,var(--ac-blue-pale) 0,#fff 40%,var(--ac-blue-pale) 100%);color:var(--slate-800)}