@import"https://fonts.googleapis.com/css2?family=DM+Sans&display=swap";:root{--font-sans: "DM sans", sans-serif;--font-serif: "Tropiline", serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--primary-color: #adffe5;--footer-background-color: #fcc21b;--accent-color: #00515e;--accent-color-hover: #011f24;--secondary-accent-color: #ff572a;--copy-success: #469583;--pure-white: #ffffff;--sticker-desktop-height: 230px;--button-border-radius: 100px;--desktop-triangle-height: 150px;--desktop-triangle-offset: -245px;--mobile-triangle-height: 70px;--mobile-triangle-offset: -175px;--full-viewport-width: 100vw;--standard-padding: 10px;--standard-padding-y-axis: 10px 0 10px 0;--smaller-padding: 5px;--smaller-padding-y-axis: 5px 0 5px 0;font-size:16px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--text-9xl: 6rem}@font-face{font-family:Tropiline;font-weight:var(--font-weight-bold);src:url(/fonts/Tropiline-Bold.woff2) format("woff2"),url(/fonts/Tropiline-Bold.woff) format("woff"),url(/fonts/Tropiline-Bold.otf) format("opentype")}*{margin:0;padding:0}.button{font-family:var(--font-sans);background-color:var(--accent-color);color:var(--primary-color);border:none;padding:15px 5px;border-radius:var(--button-border-radius);width:230px;cursor:pointer;font-weight:var(--font-weight-bold)}.button:hover{background-color:var(--accent-color-hover)}@media (max-width: 280px){.button{width:200px;height:30px;font-size:var(--text-xs);padding:0}}@media (min-width: 768px){.button{width:300px;font-size:var(--text-xl)}}@media (min-width: 1024px){.button{width:400px;height:60px;font-size:var(--text-2xl)}}@media (min-width: 1440px){.button{width:525px;height:75px;font-size:var(--text-3xl)}}@media (min-width: 2560px){.button{width:875px;height:125px;font-size:var(--text-5xl)}}
