/*
Zen Maru Gothic フォントの読み込み設定。
*/

/* Light 300 */
/* @font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/zen_maru_gothic/ZenMaruGothic-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */

/* Regular 400 */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/zen_maru_gothic/ZenMaruGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium 500 */
/* @font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/zen_maru_gothic/ZenMaruGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
} */

/* Bold 700 */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/zen_maru_gothic/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black 900 */
/* @font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/zen_maru_gothic/ZenMaruGothic-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
} */
