@font-face {
    font-family: 'enemy_subregular';
    src: url('enemy_sub-webfont.woff2') format('woff2'),
         url('enemy_sub-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  background-color: rgb(23, 27, 31);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'enemy_subregular';
  text-transform: uppercase;
}

.text-light strong {
  color: #fff;
}

header {
  margin-bottom: 2rem;
}

.contact-list {
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.contact-list li {
  margin-right: 1rem;
}

.contact-list .contact-list__email-item {
  display: flex;
  font-size: 1.25rem;
}

.container-fluid {
  padding-top: calc(var(--bs-gutter-x) * .5);
}

@media (min-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 3rem;
  }

  .row {
    --bs-gutter-x: 3rem;
  }

  .row .row {
    --bs-gutter-x: 1.5rem;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    --bs-gutter-x: 4rem;
  }

  .row {
    --bs-gutter-x: 4rem;
  }

  .row .row {
    --bs-gutter-x: 2rem;
  }
}
