@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Fraunces:opsz,wght@9..144,300;9..144,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f6f3;--white:#fff;--ink:#1a1916;--ink-2:#3d3b37;--ink-3:#767370;--ink-4:#b8b5b0;--ink-5:#e8e5df;--accent:#d4410b;--accent-bg:#fdf1ec;--green:#1a7a4a;--green-bg:#ebf7f1;--r:10px;--r-lg:16px}body,html{height:100%;font-family:Inter,sans-serif;background:var(--bg);color:var(--ink);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-thumb{background:var(--ink-5);border-radius:99px}::-webkit-scrollbar-track{background:transparent}.desktop-only{display:flex;flex-direction:column}.mobile-only{display:none}@media (max-width:768px){.desktop-only{display:none!important}.mobile-only{display:block!important}}