/* OPTISEO v2 Typography Standards */

.std-h1 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.std-h2 {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #1e293b;
    margin-bottom: 1rem;
}

.std-desc {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #64748b;
}
