@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");@font-face{font-family:bossa;src:url(/Bossa-Black.otf)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--darkGreen)}h1{font-size:48px}h1,h2{font-family:bossa}h2{font-size:32px}a{color:var(--lightLightGreen);opacity:1!important;font-weight:700}h3{font-family:bossa;font-size:24px}p{font-family:Inter;line-height:160%}:root{--darkGreen:#1a251b;--lightGreen:#4c5f4e;--lightLightGreen:#ebffed;--gold:#ffc634;--mw:700px}