:root{--max-width:1100px;--font-family-headings:"Bebas Neue",sans-serif;--font-family-body:"Inter",sans-serif;--yellow:#ffc536;--mint:#aed0bf;--mauve:#bc9391;--red:#bf0703;--black:#02040f}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{font-family:var(--font-family-body)}h1{font-family:var(--font-family-headings);margin:.7em 0;font-size:xxx-large;line-height:1.1em}h2{font-family:var(--font-family-headings);margin-top:.8em;margin-bottom:1em;font-size:xxx-large;line-height:.9em}h3{font-family:var(--font-family-headings);margin-bottom:1em;font-size:xx-large}p{font-family:var(--font-family-body);margin-bottom:20px;font-size:x-large}ul,li{margin:10px;font-size:x-large}a{color:inherit;margin:20px 0}button{font-family:var(--font-family-headings);cursor:pointer;background-color:#0000;border:none;justify-content:center;align-items:center;padding:0;display:flex}button svg{width:100%;max-width:40px;height:100%;max-height:40px;transition:color .3s}@media (hover:hover) and (pointer:fine){button:hover svg{color:var(--red)}}footer{background-color:var(--black);color:var(--mint);width:100%}@media (max-width:700px){button{color:var(--black)}h1,h2{font-size:2.2rem}h3{font-size:1.8rem}p,ul,li{font-size:1.1rem}}
