:root {
  --ease-panel: cubic-bezier(0.2,0.8,0.2,1);
}

body{margin:0;padding:0;font-family:"Alegreya", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:1.7rem;bottom:1.5rem;z-index:1200}
.cookies .secondary-track{width:min(24rem,calc(100vw - 1.7rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.84rem;background:#fafafa;color:#0a0f1a;box-shadow:0 20px 54px rgba(0,0,0,0.19)}
.cookies .featured-body{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookies strong{font-size:calc(16.7px * 1.35);line-height:1.12}
.cookies .featured-body button{border:0;background:transparent;color:#0a0f1a;text-decoration:underline;font:inherit;cursor:pointer}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.62}
.cookies .local-menu{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .local-menu button{flex:1;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.31rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .local-menu button.cookie-accept{background:#5b3a22;color:#f6efe4;border-color:#5b3a22}
