/* font.css — COMUGICO の共通フォント（ピコまると同じ BIZ UDPGothic を自前ホスト）
   フォント: BIZ UDPGothic（モリサワ／SIL Open Font License 1.1・assets/fonts/OFL.txt 同梱）
   ピコまるの fonts/ からコピー（サブセット約3,200字）。足りない字はシステムゴシックで補われる。 */
@font-face{font-family:"BIZ UDPGothic";src:url("../fonts/BIZUDPGothic-Regular.subset.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"BIZ UDPGothic";src:url("../fonts/BIZUDPGothic-Bold.subset.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
:root{--font:"BIZ UDPGothic",-apple-system,"SF Pro JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic UI","Meiryo",system-ui,sans-serif}
/* 文字サイズ（表示設定）。中身は rem で書く＝ここを変えると画面まるごと拡大する（ピコまると同じ4段階） */
html{font-size:16.5px;-webkit-text-size-adjust:100%}
html.fs-sm{font-size:15px} html.fs-md{font-size:16.5px} html.fs-lg{font-size:19.5px} html.fs-xl{font-size:23px}
/* ふりがな（ルビ）。html.furigana でON */
ruby{margin:0;ruby-align:center} rt{font-size:.5em;font-weight:400;line-height:1;color:currentColor;opacity:.7}
html:not(.furigana) rt{display:none}
