@charset "UTF-8";

/* Noto Sans JP - regular */
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('../fonts/EBGaramond-Medium.woff2') format('woff2');
}

/* Homemade Apple - regular */
@font-face {
  font-display: swap;
  font-family: 'Homemade Apple';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('../fonts/HomemadeApple-Regular.woff2') format('woff2');
}
