.bebas {
    font-family: var(--bebas_font);
}

.outfit {
    font-family: var(--outfit_font);
}

.bebas, .outfit, .soap {
    color: var(--text-color);
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.thin {
    font-weight: 100;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.no_decoration {
    color: white;
    text-decoration: none;
}

.op0_5 {
    opacity: .5;
}

.line_height {
    line-height: .9;
}
