* {
    color: var(--dark-cyan);
    font-family: 'Poppins', sans-serif !important;
    line-height: normal !important;
}

.big {
    font-size: 48px;
}

.h0 {
    font-size: 40px;
}
.h1 {
    font-size: 32px;
}
.h2 {
    font-size: 20px;
}
.h3 {
    font-size: 18px;
}
.h4 {
    font-size: 16px;
}

.b0 {
    font-size: 36px;
}
.b1 {
    font-size: 24px;
}
.b2 {
    font-size: 16px;
}
.b3 {
    font-size: 14px;
}
.b4 {
    font-size: 12px;
}
.b5 {
    font-size: 10px;
}

.px-20 {
    font-size: 20px;
}
.small {
    font-size: 11px;
}

.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight: 600;
}
.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.line-height-1 {
    line-height: 1 !important;
}

.underlined {
    text-decoration: underline;
}