@font-face {
  font-family: Antarctica;
  font-stretch: 1% 500%;
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/antarctica.woff2')
    format('woff2-variations');
}

body {
  font-family: Antarctica, sans-serif;
}

.terms {
  width: var(--sizing-content-width);
}

.app-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.app-brand__intro {
  max-width: var(--sizing-content-width);
  margin: 0;
}
