@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif/NotoSerif-Bold.woff2') format('woff2'),
      url('../fonts/NotoSerif/NotoSerif-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif/NotoSerif-Regular.woff2') format('woff2'),
      url('../fonts/NotoSerif/NotoSerif-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif/NotoSerif-Italic.woff2') format('woff2'),
      url('../fonts/NotoSerif/NotoSerif-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif';
  src: url('../fonts/NotoSerif/NotoSerif-BoldItalic.woff2') format('woff2'),
      url('../fonts/NotoSerif/NotoSerif-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Frontage Condensed';
  src: url('../fonts/FrontageCondensed/FrontageCondensed-Bold.woff2') format('woff2'),
      url('../fonts/FrontageCondensed/FrontageCondensed-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}