@font-face {
  font-family: 'HonokaShinMincho';
  src: url('Honoka_Shin_Mincho_L.woff2') format('woff2'),
       url('Honoka_Shin_Mincho_L.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HannariMincho';
  src: url('HannariMincho-Regular.woff2') format('woff2'),
       url('HannariMincho-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.site-logo,
h1, h2, h3, h4 {
  font-family: 'HonokaShinMincho', serif !important;
}

body, p {
  font-family: 'HannariMincho', serif !important;;
}

button,
input[type="submit"],
.elementor-button,
.wp-block-button__link {
  font-family: 'HannariMincho', serif !important;
}