@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@700;800&family=Inter:wght@400;500;600;700&display=swap");:root{--navy:#14161c;--blue:#4f8fd1;--blue-dark:#14315c;--blue-tint:#e9f1fb;--gold:#e3a72e;--gold-dark:#b8841a;--success:#16a34a;--success-tint:#e7f8ed;--amber:#c1440e;--amber-tint:#fbe9de;--border:#e5e7eb;--bg-subtle:#f6f7f9;--text-secondary:#5b616e;--text-muted:#9095a0}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;color:var(--navy);background:#fff}h1,h2,h3{font-family:Manrope,sans-serif}a{color:inherit}button{font-family:inherit}