/* ================================
   난임·시험관준비 상세페이지 스타일
   Light Mode - Warm & Feminine
   ================================ */

/* 페이지 기본 설정 */
body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: #ffffff;
    color: #1e293b;
}

/* 섹션 공통 */
section {
    position: relative;
}

/* 커스텀 컬러 변수 */
:root {
    --pink-primary: #E8A4B8;
    /* 따뜻한 핑크 */
    --pink-soft: #FDF2F5;
    /* 연한 핑크 배경 */
    --rose-accent: #D4707A;
    /* 로즈 강조 */
    --text-main: #2D2D2D;
    --text-soft: #5F5F5F;
}