@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap');

.font-1 {
    font-family: "Poppins", sans-serif;
}
.font-2 {
    font-family: "Lora", sans-serif;
}
.font-3 {
    font-family: "Montserrat Alternates", sans-serif;
}

.f-6 {
    font-size: .6em !important;
}
.f-7 {
    font-size: .7em !important;
}
.f-8 {
    font-size: .8em !important;
}
.f-9 {
    font-size: .9em !important;
}
.f1 {
  font-size: 1em !important;
}

.f2 {
    font-size: 1.2em !important;
}
.f3 {
    font-size: 1.4em !important;
}
.f4 {
    font-size: 1.6em !important;
}
.f5 {
    font-size: 1.8em !important;
}
.f6 {
    font-size: 2em !important;
}
.f7 {
    font-size: 2.2em !important;
}
.f8 {
    font-size: 2.4em !important;
}
.f9 {
    font-size: 2.6em !important;
}
.f10 {
    font-size: 2.8em !important;
}
.f11 {
    font-size: 3em !important;
}
.f12 {
    font-size: 3.2em !important;
}
.f13 {
    font-size: 3.4em !important;
}
.f14 {
    font-size: 3.6em !important;
}
.f15 {
    font-size: 3.8em !important;
}
.f16 {
    font-size: 4em !important;
}


.navf1 {
    font-size: 1em !important;
}

@media only screen and (max-width: 768px){
    .navf1 {
        font-size: 1.2em !important;
      }
}
