@font-face {
  font-family: 'BaseOne Regular';
  src: url('../fonts/base-one/BaseOne-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceHanSansJP';
  src: url('../fonts/source-han-sans-jp/SourceHanSansJP-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceHanSansJP';
  src: url('../fonts/source-han-sans-jp/SourceHanSansJP-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}