/* Raleway 400 + 700 latin, self-hosted (replaces the Google Fonts stylesheet
   so no visitor request goes to fonts.googleapis.com / fonts.gstatic.com). */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/raleway-v37-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/raleway-v37-latin-700.woff2') format('woff2');
}
