/* @font-face {
    font-family: 'Gothic Reg';
    font-display: swap;
    src: url('../fonts/GOTHIC.woff2') format('woff2');
}

@font-face {
    font-family: 'font1'; 
    src: url('../fonts/OpenSans-Regular') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*/

@font-face {
    font-family: 'font1'; 
    src: url('../fonts/Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font2'; 
    src: url('../fonts/Thick-Font.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'font3'; 
    src: url('../fonts/Anton-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'logo1'; 
    src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
