:where(html) { box-sizing: border-box; }
:where(*, *::before, *::after) { box-sizing: inherit; }

:where(body) {
  background: #14151A;
  color: #14151A;
  font-family: 'Alata', sans-serif;
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  font-family: 'Alata', sans-serif;
  font-weight: 400;
  line-height: 1.05;
  margin: 0;
}

:where(p) { line-height: 1.6; margin: 0; }
:where(a) { color: inherit; }
:where(img) { max-width: 100%; display: block; }
:where(button, input, select, textarea) { font-family: 'Alata', sans-serif; }