@font-face {
    font-family: 'Brandon Text';
    src:url('BrandonTextWeb-Bold.ttf') format('ttf'), 
        url('BrandonTextWeb-Bold.woff2') format('woff2'),
        url('BrandonTextWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Text';
    src:url('BrandonTextWeb-Medium.ttf') format('ttf'),  
        url('BrandonTextWeb-Medium.woff2') format('woff2'),
        url('BrandonTextWeb-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon Text';
    src:url('BrandonTextWeb-Regular.ttf') format('ttf'),   
        url('BrandonTextWeb-Regular.woff2') format('woff2'),
        url('BrandonTextWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Wild Nebraska Script';
    src:url('WildNebraska-Script.ttf') format('ttf'), 
        url('WildNebraska-Script.woff2') format('woff2'),
        url('WildNebraska-Script.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}