/* Bebas Neue Pro - Regular */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Regular.woff2') format('woff2'),
    url('../fonts/Bebas-Neue-Pro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bebas Neue Pro - Bold */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('../fonts/Bebas-Neue-Pro-Bold.woff2') format('woff2'),
    url('../fonts/Bebas-Neue-Pro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bebas Neue Pro SemiExpanded - Bold */
@font-face {
    font-family: 'Bebas Neue Pro SemiExpanded';
    src: url('../fonts/Bebas-Neue-Pro-SemiExpanded-Bold.woff2') format('woff2'),
    url('../fonts/Bebas-Neue-Pro-SemiExpanded-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Pro - Regular */
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro.woff2') format('woff2'),
    url('../fonts/gothampro.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Gotham Pro - Medium */
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_medium.woff2') format('woff2'),
    url('../fonts/gothampro_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Gotham Pro - Bold */
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_bold.woff2') format('woff2'),
    url('../fonts/gothampro_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Gotham Pro - Black */
@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/gothampro_black.woff2') format('woff2'),
    url('../fonts/gothampro_black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
