@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--offwhite:#f5f2eb;--offwhite-light:#faf8f4;--forest:#2d5a3d;--forest-light:#3a7550;--forest-dark:#1e3d2a;--forest-muted:rgba(45,90,61,.08);--forest-border:rgba(45,90,61,.12);--text-primary:#1a1a1a;--text-secondary:#5a5a5a;--text-muted:#8a8a8a}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--offwhite);color:var(--text-primary);min-height:100vh}a{color:inherit;text-decoration:none}::selection{background-color:var(--forest);color:var(--offwhite)}