/* =========================================================
   Project : はじめのいちだま
   File    : 00-font.css
   Version : 1.0.0
   Updated : 2026-08-03

   Responsibility:
   - サイト全体のフォントファミリーを統一
   - SWELL本体、固定ページ、投稿、フォームへ適用
========================================================= */

:root {
  --ht-font-base:
    "Zen Kaku Gothic New",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "Meiryo",
    sans-serif;
  --swl-font_family: var(--ht-font-base);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--ht-font-base);
}

/* =========================================================
   File Information
   Updated : 2026-08-03 JST
   Status  : Latest
========================================================= */
