@font-face {
  font-display: swap;
  font-family: 'fontin_sansregular';
  src: url('../fonts/fontin_sans_r_45b-webfont.woff2') format('woff2'), url('../fonts/fontin_sans_r_45b-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'fontin_sansregular';
  font-size: 18px;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(30, 30, 30, var(--bs-bg-opacity, 1)) !important;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #aaa;
}