@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Dancing+Script|Lato|Poppins|Libre+Baskerville|Oswald|Montserrat|Oxygen&display=swap');

@font-face {
    font-family: BebasNeue;
    src: url('../fonts/BebasNeue.ttf') format('truetype'),
        url('../fonts/BebasNeueRegular.otf') format('opentype'),
        url('../fonts/BebasNeueRegular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: BebasThin;
    src: url('../fonts/BebasNeueThin.ttf')format('truetype'),
        url('../fonts/BebasNeueThin.otf') format('opentype'),
        url('../fonts/BebasNeueThin.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: BebasRegular;
    src: url('../fonts/BebasNeue.ttf')format('truetype'),
        url('../fonts/BebasNeueRegular.otf') format('opentype'),
        url('../fonts/BebasNeueRegular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: Foro;
    src: url('../fonts/ForoMed.otf')format('truetype');
    font-display: swap;
}