/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/

/* 源暎キワミゴシックの読み込み */
@font-face {
    font-family: 'GenEiKiwamiGo';
    src: url('https://topcheer.info/wp-content/uploads/2025/10/GenEiKiwamiGo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* サイト全体に適用 */
body {
    font-family: 'GenEiKiwamiGo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'GenEiKiwamiGo', sans-serif;
}

.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-element {
    font-family: 'GenEiKiwamiGo', sans-serif;
}