@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{color-scheme:light;--os-blue:#2563eb;--os-blue-dark:#1d4ed8;--os-navy:#0f172a;--os-slate-900:#0f172a;--os-slate-600:#475569;--os-slate-500:#64748b;--os-slate-200:#e2e8f0;--os-slate-50:#f8fafc;--os-emerald:#10b981}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,Segoe UI,system-ui,sans-serif;background:#fff;color:var(--os-slate-900);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}::selection{background:#2563eb;color:#fff}