@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap");:root{--ink:#1d211d;--cream:#f8f5ec;--paper:#fffdf7;--coral:#ff765c;--coral-dark:#e5523a;--mint:#bde3cc;--blue:#c7d6ff;--yellow:#f3d97f;--line:#dcd7c9;--muted:#6f746c;--font-body:"DM Sans",sans-serif;--font-display:"Manrope",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased}a{color:inherit}button,input,select,textarea{font:inherit}::selection{background:var(--coral);color:#fff}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}