body{
    font-family: "Palanquin", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.antonio{
    font-family: "Antonio", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3em;
}

.lh-1{
    line-height: 1em;
}

.thin{
    font-weight: 100;
}

.light{
    font-weight: 300;
}

.semi-bold{
    font-weight: 600;;
}

.bold{
    font-weight: 700;;
}

.fs-10{
    font-size: 10px;
}

.fs-12{
    font-size: 12px;
}

.fs-14{
    font-size: 14px;
}

.fs-16{
    font-size: 16px;
}

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

.fs-20{
    font-size: 20px;
}

.fs-24{
    font-size: 24px;
}

.fs-28{
    font-size: 28px;
}

.fs-32{
    font-size: 32px;
}

.fs-36{
    font-size: 36px;
}

.fs-40{
    font-size: 40px;
}

.fs-48{
    font-size: 48px;
}

.fs-60{
    font-size: 60px;
}

.fs-70{
    font-size: 70px;
}

.fs-80{
    font-size: 80px;
}

.fs-90{
    font-size: 90px;
}

.fs-100{
    font-size: 100px;
}

.fs-110{
    font-size: 110px;
}
.fs-120{
    font-size: 120px;
}
.fs-130{
    font-size: 130px;
}

.text-upper{
    text-transform: uppercase;
}