@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Manrope:wght@200..800&display=swap";:root{font-family:Manrope,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.4;font-weight:400;color-scheme:light dark;--f-header: "DM Sans";--c-white: #ffffff;--c-black: #000000;--c-lgrey: #f3f3f3;--c-primary: #ddf2fc;--c-secondary: #accf59;--c-accent: #cbf36e;--c-buttontext: rgba(0, 0, 0, .658);--c-subtext: var(--c-lgrey);--v-cont-width: 90%;color:#000000f1;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:1024px){:root{--v-cont-width: 85%}}@media(max-width:768px){:root{--v-cont-width: 95%}}*{box-sizing:border-box}a{font-weight:500;color:var(--c-secondary);text-decoration:inherit;transition:.3s}a:hover{color:var(--c-white)}body,html{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden;background-color:var(--c-white)}body{display:flex;flex-direction:column}#root{width:100%;min-height:100vh}h1{font-size:clamp(2rem,5vw,4rem);line-height:1.1;margin:0;font-family:var(--f-header)}h2{font-size:clamp(1.5rem,4vw,3rem);margin:0;font-family:var(--f-header)}h3{font-size:clamp(1.2rem,3vw,2rem);font-weight:500;margin-bottom:.2em}p{font-size:clamp(.9rem,2vw,1.2rem);color:#000000b3}button{border:2px solid var(--c-secondary);border-radius:10px;padding:.6em 1.2em;font-size:clamp(.7rem,2vw,.8rem);font-weight:500;font-family:inherit;background-color:var(--c-secondary);cursor:pointer;transition:.3s;color:var(--c-white)}button:hover{background-color:var(--c-white);color:var(--c-black)}
