@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kumbh+Sans:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");:root{--header-height:7rem;--orange-color:#ff8300;--body-color:#010101;--nav-color:#101010;--light-grey-color:#f8f7f9;--body-font:"Inter",sans-serif;--big-font-size:3rem;--h1-font-size:2rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.938rem;--smaller-font-size:0.813rem}@media screen and (min-width:768px){:root{--big-font-size:4rem;--h1-font-size:3rem;--h2-font-size:2rem;--h3-font-size:1.5rem;--normal-font-size:1.25rem;--small-font-size:1rem;--smaller-font-size:0.938rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--body-font)}section{width:100%;min-height:100vh;overflow:hidden}a{cursor:pointer;text-decoration:none}h1{font-size:var(--h1-font-size)}h2{font-size:var(--h2-font-size)}h3{font-size:var(--h3-font-size)}.btn{padding:1rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:20px;font:inherit;cursor:pointer}.orange-highlight{color:var(--orange-color)}.bold{font-weight:700}