
:root {
  color-scheme: light;
}
html { scroll-behavior: smooth; }
a { transition: color .2s ease, background-color .2s ease, opacity .2s ease; }
img { color: transparent; }
button { transition: background-color .2s ease, opacity .2s ease, transform .2s ease; }
#cookie-banner { backdrop-filter: saturate(180%) blur(6px); }
