@font-face {
  font-family: 'DeutscheUncialis';
  src: url('../assets/typeface/deutscheuncialis-webfont.woff') format('woff2'),
       url('../assets/typeface/deutscheuncialis-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'DeutscheUncialis', serif;
}

.logo-text {
  font-family: 'DeutscheUncialis', serif;
}

.dark-gb-txt {
  color: #858585;
}

.text-uppercase-dark {
  color: #144742;
}

a {
  color: #fff;
}

.custom-section-light {
  background-color: #f9f9f9;
}

.custom-section-dark {
  background-color: #144742;
  color: #ffffff;
}

.bg-body-tertiary {
  background-color: #144742;
}