:root{--base-white: 0, 100%, 100%;--base-black: 0, 0%, 0%;--primary-brand: 25, 83%, 51%;--secondary-brand: 20, 10%, 18%;--light-bg: 32, 100%, 87%;--dark-bg: 20, 10%, 18%;--medium-bg: 30, 79%, 65%;--attention-bg: 0, 100%, 36%;--light-text: 0, 100%, 100%;--dark-text: 20, 10%, 18%;--base-text: 0, 0%, 20%;--text-danger: 0, 100%, 68%;--base-white-color: hsl(var(--base-white));--base-black-color: hsl(var(--base-black));--primary-brand-color: hsl(var(--primary-brand));--secondary-brand-color: hsl(var(--secondary-brand));--light-bg-color: hsl(var(--light-bg));--dark-bg-color: hsl(var(--dark-bg));--medium-bg-color: hsl(var(--medium-bg));--attention-bg-color: hsl(var(--attention-bg));--light-text-color: hsl(var(--light-text));--dark-text-color: hsl(var(--dark-text));--base-text-color: hsl(var(--base-text));--text-danger-color: hsl(var(--text-danger))}@font-face{font-family:Atak;font-style:normal;font-weight:400;src:url(../../../fonts/AtakRegular-Web.woff);font-display:swap}@font-face{font-family:Atak;font-style:italic;font-weight:400;src:url(../../../fonts/AtakRegular-Italic-Web.woff);font-display:swap}@font-face{font-family:Atak;font-style:normal;font-weight:700;src:url(../../../fonts/AtakSemibold-Web.woff);font-display:swap}@font-face{font-family:Atak;font-style:italic;font-weight:700;src:url(../../../fonts/AtakSemibold-Italic-Web.woff);font-display:swap}.flex{display:flex}.align-center{align-items:center}.gap{gap:.5rem}html{box-sizing:border-box;font-size:16px}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}html{font-family:Atak,sans-serif}body{background-color:var(--light-bg-color)}.home-button{position:fixed;top:1.5rem;right:1.5rem;z-index:1000;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background-color:var(--primary-brand-color);color:var(--light-text-color);border-radius:50%;box-shadow:0 4px 8px #0003;transition:all .3s ease;text-decoration:none}.home-button:hover{background-color:#d26314;transform:scale(1.1);box-shadow:0 6px 12px #0000004d}.home-button:active{transform:scale(.95)}.home-button svg{width:1.5rem;height:1.5rem}
