/* ========================================
   トップページ専用フォントスタイル
   ======================================== */

/* タイトルを書道風フォントに */
h1 {
    font-family: 'Yuji Syuku', serif;
    font-weight: 400;
}

/* 各セクションのフォント設定（SF世界観） */
.project-header.ai h2 {
    font-family: 'Orbitron', monospace;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}

.project-header.blog h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
}

.project-header.tools h2 {
    font-family: 'Audiowide', cursive;
    letter-spacing: 1px;
}

/* 英語学習セクション用 */
.project-header.tools:nth-of-type(4) h2 {
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 700;
}

/* セクションタイトル */
.section-title {
    font-family: 'Orbitron', monospace;
    letter-spacing: 3px;
    text-transform: uppercase;
}

/* 各セクションの概要文フォント設定 */
.project-card:nth-child(1) .project-content p {
    font-family: 'Orbitron', monospace;
    font-weight: 400;
    line-height: 1.8;
}

.project-card:nth-child(2) .project-content p {
    font-family: 'Zen Maru Gothic', sans-serif;
    line-height: 1.8;
}

.project-card:nth-child(3) .project-content p {
    font-family: 'Audiowide', cursive;
    font-size: 0.95em;
    line-height: 1.8;
}

.project-card:nth-child(4) .project-content p {
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1.8;
}
