@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

/* font-family: "Roboto Mono", monospace; */


@font-face {
    font-family: 'Bebas Neue Pro bold';
    src: url('../fonts/BebasNeuePro-Bold.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Book';
    src: url('../fonts/BebasNeuePro-BookItalic.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Book';
    src: url('../fonts/BebasNeuePro-Book.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro BoldItalic';
    src: url('../fonts/BebasNeuePro-BoldItalic.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro Middle';
    src: url('../fonts/BebasNeuePro-Middle.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-Middle.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bebas Neue Pro SemiExp';
    src: url('../fonts/BebasNeuePro-SemiExpBold.woff2') format('woff2'),
        url('../fonts/BebasNeuePro-SemiExpBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
