@import"https://fonts.googleapis.com/css2?family=Butcherman&family=Poppins:wght@400;500;600;700&display=swap";:root{--header-height: 3.5rem;--first-color: hsl(21, 91%, 49%);--first-color-alt: hsl(287, 48%, 49%);--white-color: #fffefe;--text-color: hsla(24, 82%, 54%, .32);--text-color-light: hsl(22, 4%, 55%);--body-color: hsl(207, 30%, 59%);--container-color: hsl(19, 73%, 84%);--body-font: "Poppins", sans-serif;--second-font: "Butcherman", cursive;--biggest-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-semi-bold: 600;--font-bold: 700;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width: 1024px){:root{--biggest-font-size: 3.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--white-color)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}.button{display:inline-block;background-color:#1750ee;padding:1rem 1.5rem;border-radius:4rem;color:#fff;font-weight:var(--font-semi-bold);transition:background .3s,color .3s;box-shadow:0 0 20px -3px #17ee82d1}.button:hover{background-color:var(--first-color);color:var(--white-color)}::-webkit-scrollbar{width:.6rem;border-radius:.5rem;background-color:#477cd7}::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:#3b3b3b}
