/* External font definitions and utility classes */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-Light.woff2')
    format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-SemiBold.woff2')
    format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/NotoSansJP-Black.woff2')
    format('woff2');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'BIZ UDPMincho';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/BIZUDPMincho-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'BIZ UDPMincho';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/BIZUDPMincho-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenMaruGothic-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenMaruGothic-Light.woff2')
    format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenMaruGothic-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenMaruGothic-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Maru Gothic';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenMaruGothic-Black.woff2')
    format('woff2');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenKakuGothicNew-Regular.woff2')
    format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenKakuGothicNew-Light.woff2')
    format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenKakuGothicNew-Medium.woff2')
    format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenKakuGothicNew-Bold.woff2')
    format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('https://cuel-assets.cuebic.co.jp/fonts/ZenKakuGothicNew-Black.woff2')
    format('woff2');
  font-weight: 900;
  font-display: swap;
}

.font-notosansjp {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-bizudpmincho {
  font-family: 'BIZ UDPMincho', sans-serif;
}
.font-hiraginosans {
  font-family: 'Hiragino Sans', sans-serif;
}
.font-helveticaneue {
  font-family: 'Helvetica Neue', sans-serif;
}
.font-zenmarugothic {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.font-zenkakugothicnew {
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.\!font-notosansjp {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.\!font-bizudpmincho {
  font-family: 'BIZ UDPMincho', sans-serif !important;
}
.\!font-hiraginosans {
  font-family: 'Hiragino Sans', sans-serif !important;
}
.\!font-helveticaneue {
  font-family: 'Helvetica Neue', sans-serif !important;
}
.\!font-zenmarugothic {
  font-family: 'Zen Maru Gothic', sans-serif !important;
}
.\!font-zenkakugothicnew {
  font-family: 'Zen Kaku Gothic New', sans-serif !important;
}
