@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_regular_italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_regular_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_medium_italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_light_regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'URW DIN';
  src: url('/static/css/fonts/urw_din_black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


.tile-light {
  background-image: url('/static/images/mrdp_light_texture_tile.png');
  background-repeat: repeat;
}

.tile-dark {
  background-image: url('/static/images/mrdp_dark_texture_tile.png');
  background-repeat: repeat;
}

/* Landing page scrollable layout with fixed background and sticky footer */
body.landing-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.landing-page .wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.landing-page article.card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.landing-page .card-side-img {
  flex: 1;
  display: flex;
  flex-direction: column;
}

body.landing-page .card-side-img > div {
  flex: 1;
}

body.landing-page footer {
  position: sticky;
  bottom: 0;
  z-index: 100;
}

.asteriskField {
  color: #dc3545;
  font-weight: bold;
}
