*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  min-height: 100vh;
  background: var(--color-bg);
  color: var(--color-text-primary);
  line-height: var(--leading-base);
  -webkit-font-smoothing: antialiased;
}

img, video, svg { display: block; max-width: 100%; }

input, button, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
}

button { cursor: pointer; }

a { color: inherit; text-decoration: none; }

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: var(--weight-bold); line-height: var(--leading-snug); }

p { max-width: 70ch; }

iframe { border: 0; }

[hidden] { display: none !important; }

.no-scroll, .menu-open { overflow: hidden; }
