/*
 * Custom CSS
 */
 @font-face {
  font-family: 'Vesterbro-Light';
  src: url('../fonts/TRYVesterbro-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TRYVesterbro-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TRYVesterbro-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/TRYVesterbro-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TRYVesterbro-Light.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-display: swap; /* This line helps mitigate FOIT by using fallback fonts until the custom font loads */
}
@font-face {
  font-family: 'Vesterbro-Poster';
  src: url('../fonts/TRYVesterbro-Poster.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TRYVesterbro-Poster.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TRYVesterbro-Poster.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/TRYVesterbro-Poster.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TRYVesterbro-Poster.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-display: swap; /* This line helps mitigate FOIT by using fallback fonts until the custom font loads */
}
@font-face {
  font-family: 'Vesterbro-Regular';
  src: url('../fonts/TRYVesterbro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TRYVesterbro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/TRYVesterbro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/TRYVesterbro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/TRYVesterbro-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: 300;
  font-display: swap; /* This line helps mitigate FOIT by using fallback fonts until the custom font loads */
}
.text-muted {
  font-family: 'Vesterbro-Light', sans-serif;
  font-weight: 300; /* This should match the font-weight in your @font-face declaration */
}

.display-6.fw-bold {
  font-family: 'Vesterbro-Poster', sans-serif;
  font-weight: 400; /* Assuming 'Regular' is the weight you want for the name */
}
.poster-text {
  font-family: 'Vesterbro-Poster', sans-serif;
  font-weight: 900; /* Use the same weight as in your @font-face declaration */
}
.poster-text-description {
  font-family: 'Vesterbro-Light', sans-serif;
  font-weight: 900; /* Use the same weight as in your @font-face declaration */
}
.poster-text-regular {
  font-family: 'Vesterbro-Regular', sans-serif;
  font-weight: 900; /* Use the same weight as in your @font-face declaration */
}

/*
:root {
  --bs-body-bg: var(--bs-gray-100);
}