@font-face {
    font-family: 'MOCA Gothic';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Regular.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Regular.woff')
            format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'MOCA Gothic';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Medium.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Medium.woff')
            format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'MOCA Gothic';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-SemiBold.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-SemiBold.woff')
            format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'MOCA Gothic';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Bold.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Pretendard-Bold.woff')
            format('woff');
    font-weight: 700;
}

/* Rhymes Display — Latin 전용 (한글 등은 부모/시스템 폰트로 폴백) */
@font-face {
    font-family: 'Rhymes Display';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Rhymes Display Regular.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Rhymes Display Regular.woff')
            format('woff');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0180-024F;
}

@font-face {
    font-family: 'Rhymes Display';
    src:
        url('/wp-content/themes/generatepress_child/fonts/Rhymes Display Regular Italic.woff2')
            format('woff2'),
        url('/wp-content/themes/generatepress_child/fonts/Rhymes Display Regular Italic.woff')
            format('woff');
    font-weight: 400;
    font-style: italic;
    unicode-range: U+0020-007E, U+00A0-00FF, U+0100-017F, U+0180-024F;
}
