.text-uppercase {
    text-transform: uppercase;
}

.text-light {
    font-family: 'dustin_sanslight';
}

.text-regular {
    font-family: 'dustin_sanslight';
}

.text-semi-bold {
    font-family: 'dustin_sanslight';
    font-weight: 700;
}

.text-bold {
    font-family: 'dustin_sansbold';
    font-weight: 900;
}