@charset "UTF-8";

/* Noto Sans JP - regular */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/NotoSansJP-Regular.woff2') format('woff2');
}

/* Noto Sans JP - bold */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('../fonts/NotoSansJP-Bold.woff2') format('woff2');
}

/* Zen Old Mincho - Regular */
@font-face {
  font-display: swap;
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/ZenOldMincho-Regular.woff2') format('woff2');
}

/* Zen Old Mincho - medium */
@font-face {
  font-display: swap;
  font-family: 'Zen Old Mincho';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/ZenOldMincho-Medium.woff2') format('woff2');
}

/* Italiana - regular */
@font-face {
  font-display: swap;
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/Italiana-Regular.woff2') format('woff2');
}
