@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=DM+Serif+Display:ital@0;1&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--charcoal:#333132;--red:#d71920;--cream:#f5f0e8;--stone:#c8b89a;--mist:#e8e2d8;--white:#fff;--font-sans:"DM Sans",system-ui,sans-serif;--font-serif:"DM Serif Display",Georgia,serif}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:#fff;color:var(--charcoal);min-height:100vh}::selection{background:var(--red);color:var(--white)}