:root{--first-color: hsl(45, 100%, 50%);--first-color-alt: hsl(45, 100%, 48%);--first-color-light: hsl(45, 100%, 88%);--gradient-color: linear-gradient(180deg, hsl(45, 100%, 65%) 0%, hsl(45, 100%, 45%) 100%);--title-color: hsl(45, 4%, 8%);--text-color: hsl(45, 4%, 40%);--text-color-light: hsl(45, 4%, 60%);--white-color: hsl(45, 80%, 98%);--dark-color: hsl(45, 4%, 8%);--body-color: hsl(45, 100%, 96%);--container-color: hsl(45, 100%, 99%);--shadow-first-color: hsla(45, 100%, 50%, .3);--shadow-small: 0 4px 8px hsla(45, 50%, 8%, .1);--shadow-big: 0 2px 16px hsla(45, 50%, 8%, .1);--body-font: "Montserrat", sans-serif;--biggest-font-size: 2.25rem;--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-regular: 400;--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: 4rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem}}*{box-sizing:border-box;padding:0;margin:0}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);margin:0}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-bold)}ul{list-style:none}a{text-decoration:none}img{display:block;max-width:100%;height:auto}button,input{border:none;outline:none;font-family:var(--body-font)}
