:root { color-scheme: light; }
html { background: #F8FAFC; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: "Inter", system-ui, sans-serif; font-feature-settings: "tnum"; }
.font-display { font-family: "Poppins", system-ui, sans-serif; }
.font-mono { font-family: "JetBrains Mono", ui-monospace, monospace; font-feature-settings: "tnum"; }
.tabular { font-variant-numeric: tabular-nums; font-feature-settings: "tnum"; }
::selection { background: rgba(34, 211, 238, .25); }
