@charset "utf-8";


/* ----- 英字（日本語未対応）明朝系 ----- */

/* CormorantInfant-Medium */
@font-face {
  font-family: "CrInfant";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/CormorantInfant-Medium.woff2) format('woff2'),
       url(../fonts/CormorantInfant-Medium.woff) format('woff'),
       url(../fonts/CormorantInfant-Medium.ttf) format('truetype');
  font-display: swap;
}

