/*
  Shared text system
*/
.h1 {
    color: #f1f5f9;
    font-family: poppins;
}

.h2 {
    color: #f1f5f9;
    font-family: poppins;
    font-size: 50px;
    margin-bottom: 0;
}

.h3 {
    color: #94a3b8;
    font-family: Inter;
    font-size: 30px;
    margin-top: 0;
}

.h4 {
    color: #94a3b8;
    font-family: 'Inter', sans-serif;
}

.A {
    font: size 50px;
}

.alm {
    text-align: center;
    margin-bottom: 0;
    font-family: cursive;
    font-size: 20px;
    color: #f1f5f9;
}

.also {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #f1f5f9;
}

.etb {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #94a3b8;
    font-size: 18px;
}


@media (max-width: 768px) {
    .h2 {
        font-size: 34px;
    }

    .h3 {
        font-size: 22px;
    }

    .alm {
        font-size: 18px;
    }
}