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

html {
  background: var(--color-console-black);
  color: var(--color-console-text);
  font-family: var(--font-interface);
  line-height: 1.55;
  text-size-adjust: 100%;
}

body {
  background: var(--brand-page-background);
  margin: 0;
  min-height: 100vh;
}

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