/* Custom Styles */
@font-face {
    font-family: Faustine;
    src: url('faustine.ttf');
}

@font-face {
    font-family: Dallas Regular;
    src: url('dallas-regular.ttf');
}

@font-face {
    font-family: Versailles Regular;
    src: url('versailles-regular.ttf');
}

.faustine {
    font-family: 'Faustine' !important;
}

.dallas {
    font-family: 'Dallas Regular' !important;
}

.versailles {
    font-family: 'Versailles Regular' !important;
}