@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ==========================================================
  Bebas Neue セルフホスティング
  ---------------------------------------------------------
  ・目的:ロゴ等の表示時のフォント切り替わり(FOUT)対策。Google Fonts経由をやめ、自サーバー配信に変更。
  ・実体:fonts/bebas-subset.woff2(半角英数記号95文字のみのサブセット版・8KB。全角文字・アクセント付き文字は非収録)
  ・関連:カスタマイザー「高度な設定 > headタグ終了直前」にpreloadタグあり(セットで機能する)
  ・注意:フォント変更・文字種追加時はサブセット再生成が必要
  ・作成:2026-07 (フルセット56KB → サブセット化+woff2化)
========================================================== */
@font-face {
  font-family: "Bebas Neue";
  src: url("fonts/bebas-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}