:root {
  --font-primary: 'Heisei Kaku Gothic';
  --font-primary-pro: 'Shin Maru Go Pro';
  --font-secondary: 'Heisei Kaku Gothic';
  --font-pampers: 'Maru Folk Pro';
  --zoom: 0px;
}

.accessible-variant {
  --font-pampers: 'TT MaruFoPro Bold';
  --font-pampers-semi-bold: 'TT MaruFoPro Bold';
}

@font-face {
  font-family: 'Heisei Kaku Gothic';
  src: url('/assets/fonts/Heisei-Kaku-Gothic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'TT MaruFoPro Bold';
  src: url('/assets/fonts/TT-MaruFoPro-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Heisei Kaku Gothic';
  src: url('/assets/fonts/Heisei_Kaku_Gothic400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Pampers Script';
  src: url('/assets/fonts/PampersScript_pnabby.otf') format('opentype');
  font-display: swap;
  font-weight: 700 !important;
}

@font-face {
  font-family: 'Maru Folk Pro';
  src: url('/assets/fonts/Maru-Folk-Pro/TT-MaruFoPro-Bold.ttf') format('opentype');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Maru Folk Pro';
  src: url('/assets/fonts/Maru-Folk-Pro/TT-MaruFoPro-Heavy.ttf') format('opentype');
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'Maru Folk Pro';
  src: url('/assets/fonts/Maru-Folk-Pro/TT-MaruFoPro-Medium.ttf') format('opentype');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Maru Folk Pro';
  src: url('/assets/fonts/Maru-Folk-Pro/TT-MaruFoPro-Regular.ttf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Harmonia Sans Pro Regular';
  src: url('/assets/fonts/HarmoniaSansPro-Regular_toooux.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Harmonia Sans Std Regular';
  src: url('/assets/fonts/HarmoniaSansStd-Regular.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Harmonia Sans Std Regular';
  font-weight: 600;
  src: url('/assets/fonts/HarmoniaSansStd-SemiBd.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Harmonia Sans Std Regular';
  font-weight: 700;
  src: url('/assets/fonts/HarmoniaSansStd-Bold.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Shin Maru Go Pr6';
  src: url('/assets/fonts/ShinMGoPr6N-Medium.otf') format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Shin Maru Go Pro';
  src: url('/assets/fonts/TT-MaruFoPro-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Shin Maru Go Pro';
  font-weight: 700;
  src: url('/assets/fonts/TT-MaruFoPro-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Lato Regular';
  src: url('/assets/fonts/Lato-Regular_yqe25g.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Lato Regular';
  font-weight: 700;
  src: url('/assets/fonts/Lato-Bold_rsyuyj.ttf') format('truetype');
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: 'Lato Regular';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/Lato-Italic_mdxrjp.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

/* latin */
@font-face {
  font-family: 'Lato Regular';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/Lato-Italic_mdxrjp.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

/* latin-ext */
@font-face {
  font-family: 'Lato Regular';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Lato-Bold_rsyuyj.ttf') format('truetype');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Lato Regular';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Lato-Bold_rsyuyj.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: var(--font-primary), Arial, Helvetica, sans-serif;
}

.font-primary {
  font-family: var(--font-primary), Arial, sans-serif;
}

.font-primary-pro {
  font-family: var(--font-primary-pro), Arial, sans-serif;
}

.font-secondary {
  font-family: var(--font-secondary), Arial, sans-serif;
}

.font-pampers {
  font-family: var(--font-pampers), Arial, sans-serif;
  font-weight: 700 !important;
}