*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-brand);
  font-weight: 300;
  background: var(--bg-dark);
}
img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
