/*fonts*/

.font-regular{
    font-family: 'Amperscript'!important;
}

.font-bold{
    font-family: 'AmperstandardHeavy'!important;
}

.font-bold-italic{
    font-family: 'AmperstandardHeavyItalic'!important;
}

.font-light{
    font-family: 'AmperstandardLight'!important;
}

.font-light-italic{
    font-family: 'AmperstandardLightItalic'!important;
}

/*text colors*/

.color-white{
    color: white!important;
}
