/* ==========================================================================
   DEV JOURNAL — Caveat + Source Code Pro
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Source+Code+Pro:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');

.type-dev-journal {
    font-family: 'Source Code Pro', monospace;
    font-size: 1.05rem;
    line-height: 1.7;
    font-weight: 400;
}

.type-dev-journal h1,
.type-dev-journal h2,
.type-dev-journal h3,
.type-dev-journal h4,
.type-dev-journal h5,
.type-dev-journal h6 {
    font-family: 'Caveat', cursive;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0;
}

.type-dev-journal h1 {
    font-size: clamp(2.25rem, 5vw, 2.75rem);
    margin: 1.2rem 0;
}

.type-dev-journal h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    margin: 1rem 0;
}

.type-dev-journal h3 {
    font-size: clamp(1.5rem, 3.5vw, 1.75rem);
    margin: 0.9rem 0;
}

.type-dev-journal h4 {
    font-size: clamp(1.375rem, 3vw, 1.6rem);
    margin: 0.8rem 0;
}

.type-dev-journal h5 {
    font-size: clamp(1.25rem, 2.5vw, 1.48rem);
    margin: 0.75rem 0;
}

.type-dev-journal h6 {
    font-size: clamp(1.125rem, 2vw, 1.3rem);
    margin: 0.75rem 0;
}

.type-dev-journal p {
    margin: 0.75rem 0;
}

.type-dev-journal .display {
    margin-bottom: 2rem;
}

.type-dev-journal .display h1 {
    font-size: clamp(2.25rem, 5vw, 3rem);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
}

.type-dev-journal .display p {
    font-size: clamp(1rem, 1.8vw, 1.1rem);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}