* {
  box-sizing: border-box;
}

@font-face {
  font-family: "tt_normsregular";
  src: url("/fonts/typetype_-_tt_norms_regular-webfont.woff2") format("woff2"),
    url("/fonts/typetype_-_tt_norms_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "tt_normsregular", sans-serif;
}

header,
.navbar-brand,
footer {
  background-color: var(--primary);
  color: var(--grey);
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
}

footer,
footer a,
footer p,
footer h2 {
  font-size: 0.9rem;
  color: white !important;
}

button {
  background-color: var(--primary) !important;
  color: white !important;
}

a {
  font-weight: bold;
  color: var(--primary);
  text-decoration: none;
}

#banner img {
  height: auto;
  object-fit: cover;
  object-position: center;
}

#intro-logo {
  max-width: 200px;
}

#error-box {
  margin: 2rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--primary);
  color: var(--black);
}

#error-box h5 {
  text-transform: uppercase;
  padding: 1rem 0;
  color: white;
}
