@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
*/

/* ----------------------------------------------------------------------------
  Custom Fonts
---------------------------------------------------------------------------- */
/* Noto Sans JP サブセット - Regular */
@font-face {
    font-family: 'NotoSansJP-Subset'; /* CSSで呼び出すフォント名 */
    src: url('./fonts/NotoSansJP-Subset-Regular.woff2') format('woff2'),
         url('./fonts/NotoSansJP-Subset-Regular.woff') format('woff');
    font-weight: 400; /* Regularのウェイト */
    font-style: normal;
    font-display: swap; /* フォントの読み込み戦略 */
}

/* Medium */
@font-face {
    font-family: 'NotoSansJP-Subset';
    src: url('./fonts/NotoSansJP-Subset-Medium.woff2') format('woff2'),
         url('./fonts/NotoSansJP-Subset-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Noto Sans JP サブセット - Bold (もしBoldも使う場合 同じフォント名でウェイト違いを定義） */
/* @font-face {
    font-family: 'NotoSansJP-Subset';
    src: url('./fonts/NotoSansJP-Subset-Bold.woff2') format('woff2'),
         url('./fonts/NotoSansJP-Subset-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
} */


/* サイト全体に適用 */
body {
  font-family: 'NotoSansJP-Subset', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
