
.project h1 {
    line-height : 1;
    margin-bottom: 2.4rem;
    
}
.project .subtitle {
    font-family : 'Inter';
    font-size : 2.8rem;
    font-weight : 100;
    line-height : 1;
    text-transform : uppercase;
    letter-spacing : 0.1em;
    margin-bottom : 2.4rem;
}

.project .description {
    font-family : 'Inter';
    font-size : 1.8rem;
    font-weight : 300;
    line-height : 1.5;
    margin-bottom : 2.4rem;
}

.project p {
    font-family: 'Inter';
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0;
}
.project p h3 {
    font-family : 'Inter';
    font-size : 2.2rem;
    font-weight : 700;
    line-height : 1.2;
    text-transform : uppercase;
    letter-spacing : 0.1em;
}

