/* Custom Styles */
@font-face {
    font-family: Georgia;
    src: url('georgia.ttf');
}

@font-face {
    font-family: Black Jack;
    src: url('blackjack.ttf');
}

@font-face {
    font-family: Mont;
    src: url('mont_regular.ttf');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia' !important;
}

.blackjack {
    font-family: 'Black Jack' !important;
}

p, .btn, .form-btn, a, li, ul, ol {
    font-family: 'Mont' !important;
}