@font-face {
  font-family: 'ABCFavorit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/favorit/abcfavorit-light.woff2") format("woff2"), url("../fonts/favorit/abcfavorit-light.woff") format("woff");
}

@font-face {
  font-family: 'RecklessNeue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/reckless_neue/recklessneue-light.woff2") format("woff2"), url("../fonts/reckless_neue/recklessneue-light.woff") format("woff");
}

body {
  background: #000;
  color: #9c9c9c;
  padding: 0;
  margin: 0;
  font-family: 'ABCFavorit', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

a {
  color: inherit;
  text-decoration-skip-ink: auto;
}

strong {
  font-weight: 400;
  color: #FFF;
}

main {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  padding: 2rem;
  box-sizing: border-box;
}