/* TeX Gyre Heros - Helvetica-compatible font */
/* Regular weight */
@font-face {
  font-family: 'TeX Gyre Heros';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/texgyreheros/TexGyreHeros-Regular.woff') format('woff');
}

/* Bold weight */
@font-face {
  font-family: 'TeX Gyre Heros';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/texgyreheros/TexGyreHeros-Bold.woff') format('woff');
}

/* Italic */
@font-face {
  font-family: 'TeX Gyre Heros';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/texgyreheros/TexGyreHeros-Italic.woff') format('woff');
}

/* Bold Italic */
@font-face {
  font-family: 'TeX Gyre Heros';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/texgyreheros/TexGyreHeros-BoldItalic.woff') format('woff');
}
