/* Self-hosted Raleway (latin subset), replaces Google Fonts dependency.
   Variable font: one file covers all normal weights 100-900, one for italics. */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/raleway-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/raleway-latin-italic.woff2') format('woff2');
}
