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

html {
  height: 100%;
  background: #050205;
  color-scheme: dark;
}

body {
  margin: 0;
  min-height: 100%;
  background: #050205;
  color: #f7f2f8;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
}
