@import url("assets/fonts/fonts.css");*{box-sizing:border-box}body{margin:0;background:#f7f6f3;color:#2b2f33;font:17px/1.7 Inter,Arial,sans-serif}header,main,footer{max-width:900px;margin:auto;padding:28px}header{display:flex;justify-content:space-between;align-items:center;gap:20px}header img{width:150px}a{color:#94501d;text-underline-offset:4px}button{font:inherit;padding:8px 12px;border:1px solid #aaa;background:white;cursor:pointer}button[aria-pressed=true]{background:#2b2f33;color:white}h1,h2{font-family:Newsreader,Georgia,serif;line-height:1.2;font-weight:400}h1{font-size:clamp(36px,6vw,58px)}h2{font-size:28px;margin-top:40px}main{padding-bottom:60px}p,li{max-width:75ch}.note{padding:18px;border-left:3px solid #ee7032;background:white;font-size:15px}footer{border-top:1px solid #ddd;font-size:14px}[hidden]{display:none!important}a:focus-visible,button:focus-visible{outline:3px solid #ee7032;outline-offset:4px}@media(max-width:500px){header,main,footer{padding:20px}header img{width:120px}}