/* ==========================================================================
   OPEN SOURCE — Ubuntu Mono + Source Code Pro
   ========================================================================== */

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

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

.type-open-source h1,
.type-open-source h2,
.type-open-source h3,
.type-open-source h4,
.type-open-source h5,
.type-open-source h6 {
    font-family: 'Ubuntu Mono', monospace;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
}

.type-open-source h1 {
    font-size: clamp(2.25rem, 5vw, 2.5rem);
    margin: 1.2rem 0;
}

.type-open-source h2 {
    font-size: clamp(1.75rem, 4vw, 2rem);
    margin: 1rem 0;
}

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

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

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

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

.type-open-source p {
    margin: 0.75rem 0;
}

.type-open-source .display {
    margin-bottom: 2rem;
}

.type-open-source .display h1 {
    font-size: clamp(2.25rem, 5vw, 2.8rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
}

.type-open-source .display p {
    font-size: clamp(1.125rem, 1.8vw, 1.15rem);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
}