@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--foreground-rgb:255,255,255;--background-rgb:14,18,16;--background-gradientR:14;--background-gradientG:18;--background-gradientB:16;--green:#2f8f63;--green-accent:#8fe2b3;--green-light:#3aae78;--coral:#e07c5a;--coral-light:#f0a080;--sky:#5aa5d4;--sky-light:#7ec4f0;--cream:#f5f1eb;--cream-dark:#e8e2d8;--slate:#1a1f1c;--surface:#1c2320;--surface-light:#242a27;--surface-border:hsla(0,0%,100%,.08);--border-radius:2rem}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background-color:rgb(var(--background-rgb));font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:0}.sectionLight{background-color:var(--cream);color:#1a1f1c}.sectionLight h2,.sectionLight h3,.sectionLight p,.sectionLight span{color:#1a1f1c}.cardSurface{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px}