/* OptiGEO v2 Typography Standards */

/* H1: Page Title (e.g., "AI 가시성 분석", "대시보드") */
.std-h1 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 2.25rem; /* 36px */
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

/* H2: Section Title (e.g., "최근 분석 결과", "가시성 변화 추이") */
.std-h2 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 1.875rem; /* 30px */
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #1e293b;
    margin-bottom: 1rem;
}

/* Description Text (Subtext under H1) */
.std-desc {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.6;
    color: #64748b;
}
