@charset "utf-8";

/*!
 * "ShipporiGothic" licensed under the SIL Open Font License
 * https://fontdasu.booth.pm/items/5147560（配布元）
 */

@font-face {
    font-family: 'ShipporiGothic';
    src: url('../font/ShipporiGothicB2-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.SG {
  font-family: 'ShipporiGothic';
}

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 700 */

.josefin {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 300 to 700 */

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.gloock {
  font-family: "Gloock", serif;
  font-weight: 400;
  font-style: normal;
}

.bacasime {
  font-family: "Bacasime Antique", serif;
  font-weight: 400;
  font-style: normal;
}

/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 400 to 900 */

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

