/* ============================================================
   fonts.css
   セルフホスティング フォント定義（GDPR 対応）
   AUREA SOL LEVANS — aureasollevans-theme

   Google Fonts CDN への外部リクエストを廃止し、
   全フォントファイルをサーバーから配信する。

   配置先：assets/fonts/
   ============================================================ */

/* ── Cormorant Garamond ──────────────────────────────────── */

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-300i.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/cormorant-garamond-500.woff2') format('woff2');
}

/* ── Montserrat ──────────────────────────────────────────── */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/montserrat-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/montserrat-600.woff2') format('woff2');
}

/* ── Noto Serif JP ───────────────────────────────────────── */
/*
 * CJK フォントはファイルサイズが大きいため unicode-range で制御する。
 * イタリア語ページでは日本語グリフが存在しないためダウンロードされず、
 * 日本語ページでのみオンデマンドでフェッチされる。
 */

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/noto-serif-jp-300.woff2') format('woff2');
    unicode-range: U+3000-30FF, U+3400-4DBF, U+4E00-9FFF, U+F900-FAFF,
    U+FE30-FE4F, U+FF00-FFEF, U+1B000-1B0FF, U+20000-2FA1F;
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-serif-jp-400.woff2') format('woff2');
    unicode-range: U+3000-30FF, U+3400-4DBF, U+4E00-9FFF, U+F900-FAFF,
    U+FE30-FE4F, U+FF00-FFEF, U+1B000-1B0FF, U+20000-2FA1F;
}