@font-face {
  font-family: 'zen';
  src: url('../fonts/zen-old-mincho-v13-japanese_latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'noto';
  src: url('../fonts/noto-serif-jp-v33-japanese_latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'noto';
  src: url('../fonts/noto-serif-jp-v33-japanese_latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* --- FONTS Classes --- */

.fnt-zen-regular {
  font-family: 'zen';
  font-style: normal;
  font-weight: 400;
}

.fnt-zen-bold {
  font-family: 'zen';
  font-style: normal;
  font-weight: 700;
}

.fnt-noto-medium {
  font-family: 'noto';
  font-style: normal;
  font-weight: 500;
}