
.titolo-maxi {
    font-family: "Poppins";
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}

.titolo-medio {
    font-family: "Poppins", sans-serif;
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103%;
}

.titolo-piccolo {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 103%;
}

.testo-quote {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
}

.testo-grande-light {
    font-family: "Poppins", sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;
}

.testo-medio {
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 200;
    line-height: 125%;
}

.testo-base {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
}

.testo-piccolo {
    font-family: "Poppins", sans-serif;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125%
}

.label-grande {
    font-family: "Poppins", sans-serif;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
}

.label-media {
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 102.785%;
}

.label-piccola {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 103%;
}

.label-piccolissima {
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 116%
}

.underline {
    text-decoration: underline;
}

.fonte {
    font-family: "Poppins", sans-serif;
    font-size: 0.75rem;
    line-height: 110%;
}



@media screen and (max-width: 700px) {
    .titolo-maxi {
        font-size: 2.4rem;
    }

    .testo-medio {
        font-size: 1.2rem;
    }

    .logo-big {
        width: 12rem;
    }


    .testo-grande-light {
        font-size: 1.4rem;
    }

    .testo-quote {
        font-size: 1.6rem;
    }

    .projects-description {
        width: 100%;
    }

    .titolo-piccolo {
        font-size: 1.25rem;
    }
}