/* Oswald */
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/roboto-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Zen Kaku Gothic New */
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../fonts/zen-kaku-gothic-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../fonts/zen-kaku-gothic-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Zen Old Mincho */
@font-face {
  font-family: 'Zen Old Mincho';
  src: url('../fonts/zen-old-mincho-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}