@charset "UTF-8";
/**
 * @ font.css
 *
 * 見出し：Zen Maru Gothic
 * 日付などの数字：Comfortaa
 * 本文：Noto Sans JP
 *
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Comfortaa", "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.zenmaru {
  font-family: "Comfortaa", "Zen Maru Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-style: normal;
}
.comfortaa {
  font-family: "Comfortaa", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "YuGothic", "Yu Gothic Medium", "Yu Gothic", sans-serif !important;
  font-style: normal;
}
