/* Local replacements for previously Google-hosted font families. */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200 600;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700 1000;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200 1000;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans-Oblique.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Marmelad';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans.ttf') format('truetype');
}

@font-face {
  font-family: 'Yeseva One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans.ttf') format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poiret One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/google/DejaVuSans.ttf') format('truetype');
}
