/*
Theme Name: GeneratePress Child
Theme URI: https://drcredit.co.kr
Description: Custom child theme for drcredit.co.kr
Author: SmartM
Author URI: https://cs.smartm.ltd
Template: generatepress
Version: 1.0
*/

/* Parent 테마 스타일 불러오기 */
@import url("../generatepress/style.css");

/* 여기에 자식 테마용 커스텀 CSS를 추가하세요 */
body {
    font-family: 'Pretendard', sans-serif;
}

button:hover,
input[type="submit"]:hover,
a.button:hover,
a.wp-block-button__link:not(.has-background):hover {
    background-color: transparent !important;
    color: #000 !important;
}