@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/Bebas Neue/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/Bebas Neue/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

/* Inter Tight Regular (400) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-Regular.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

/* Inter Tight Regular Italic (400) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-Italic.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: block;
}

/* Inter Tight Medium (500) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-Medium.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

/* Inter Tight Medium Italic (500) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-MediumItalic.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

/* Inter Tight SemiBold (600) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}

/* Inter Tight SemiBold Italic (600) */
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/Inter Tight/InterTight-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Inter Tight/InterTight-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: block;
}