/* ========================================
   Greenwood Weeding Empire - Global Styles
   ======================================== */

/* 공통 body 스타일 */
body {
    font-family: 'Noto Sans KR', 'Public Sans', sans-serif;
    scroll-behavior: smooth;
    word-break: keep-all;
}

/* 스크롤바 통일 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Contact 페이지 폼 스타일 */
.form-checkbox:checked {
    background-color: #f47b25;
    border-color: #f47b25;
}

.form-radio:checked {
    color: #f47b25;
}
