@import "https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&display=swap";
:root{--primary:#0d26d7;--primary-hover:#0a1eab;--background-light:#f8f6f6;--background-dark:#021520;--text-900:#0f172a;--text-700:#334155;--text-500:#64748b;--text-400:#94a3b8;--bg-white:#fff;--bg-50:#dfe5eb;--bg-100:#dfe5eb;--border-200:#e2e8f0;--border-primary-10:#0d26d71a;--border-primary-20:#0d26d733;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--font-display:"Public Sans",sans-serif}[data-theme=dark]{--text-900:#f8fafc;--text-700:#cbd5e1;--text-500:#94a3b8;--text-400:#64748b;--bg-white:#0f172a;--bg-50:#1e293b;--bg-100:#334155;--border-200:#334155}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-display);background-color:var(--background-light);color:var(--text-900);flex-direction:column;min-height:100vh;display:flex}[data-theme=dark] body{background-color:var(--background-dark)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;vertical-align:middle}
