/* css/themes/preschool.css */
:root {
    --theme-name: "삐약반";
    --primary-white: #ffffff;
    --off-white: #fffdf5; /* 따뜻한 크림색 */
    --accent-yellow: #ffde59; /* 삐약이 옐로우 */
    --accent-green: #a7e38a; /* 파스텔 그린 */
    --text-dark: #5c5541; /* 다크 브라운 */
    --text-gray: #8c8672;
    --border-color: rgba(255, 222, 89, 0.5);
    --shadow-color: rgba(255, 222, 89, 0.2);
    
    /* 삐약반 특유의 둥글둥글한 UI */
    --border-radius-main: 30px;
    --border-radius-small: 15px;
    --font-family: 'Pretendard', sans-serif;
}
