html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-main: #2f6b4f;
  --paint-soft: #fffdf7;
  --line-primary: #2b2216;
  --ink-clear: #efe7d3;
  --surface-deep: #e0d5bd;
  --tone-dark: #3f3626;
  --ease-entry: cubic-bezier(0.22,1,0.36,1);
}

a{color:inherit;}
.cookies{position:fixed;inset:auto 0 0 0;z-index:1200;}
.cookies .public-details{max-width:1560px;margin:0 auto;padding:10px 2.53rem;background:linear-gradient(90deg,var(--surface-main),#e07a2f);border:1px solid color-mix(in srgb, currentColor 25%, transparent);border-radius:0.85rem 0.85rem 0 0;display:flex;align-items:center;justify-content:space-between;gap:1.27rem;flex-wrap:wrap;color:#f7f3e8;}
.cookies .public-details p{margin:0;}
.cookies .focused-method{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .focused-method button{border:1px solid color-mix(in srgb, currentColor 28%, transparent);background:color-mix(in srgb, currentColor 12%, transparent);color:inherit;border-radius:0.25rem;padding:7px 10px;cursor:pointer;}
.cookies .focused-method button.cookie-accept{background:#f7f3e8;color:#2b2216;}
