/* ==========================================================================
   CLASSIC WEB — System UI + Georgia
   ========================================================================== */

.type-classic-web {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-classic-web h1,
.type-classic-web h2,
.type-classic-web h3,
.type-classic-web h4,
.type-classic-web h5,
.type-classic-web h6 {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.type-classic-web h1 {
    font-size: clamp(2rem, 5vw, 2.25rem);
    margin: 1.2rem 0;
}

.type-classic-web h2 {
    font-size: clamp(1.6rem, 4vw, 1.85rem);
    margin: 1rem 0;
}

.type-classic-web h3 {
    font-size: clamp(1.4rem, 3.5vw, 1.6rem);
    margin: 0.9rem 0;
}

.type-classic-web h4 {
    font-size: clamp(1.25rem, 3vw, 1.45rem);
    margin: 0.8rem 0;
}

.type-classic-web h5 {
    font-size: clamp(1.125rem, 2.5vw, 1.3rem);
    margin: 0.75rem 0;
}

.type-classic-web h6 {
    font-size: clamp(1rem, 2vw, 1.15rem);
    margin: 0.75rem 0;
}

.type-classic-web p {
    margin: 0.75rem 0;
}

.type-classic-web .display {
    margin-bottom: 2rem;
}

.type-classic-web .display h1 {
    font-size: clamp(2.25rem, 5vw, 2.65rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-bottom: 1.2rem;
}

.type-classic-web .display p {
    font-size: clamp(1.125rem, 1.8vw, 1.2rem);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}