@font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'), local('GothamBold'),
        url('../woff2/gothambold-3.woff2') format('woff2'),
        url('../woff/gothambold-3.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KoHo';
    src: local('KoHo Bold'), local('KoHo-Bold'),
        url('../woff2/koho-bold-3.woff2') format('woff2'),
        url('../woff/koho-bold-3.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: local('Gotham Book Italic'), local('Gotham-BookItalic'),
        url('../woff2/gotham-bookitalic-3.woff2') format('woff2'),
        url('../woff/gotham-bookitalic-3.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: local('Gotham Medium'), local('GothamMedium'),
        url('../woff2/gothammedium-3.woff2') format('woff2'),
        url('../woff/gothammedium-3.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: local('Gotham Book'), local('Gotham-Book'),
        url('../woff2/gotham-book-3.woff2') format('woff2'),
        url('../woff/gotham-book-3.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rawline';
    src: local('Rawline Black Regular'), local('Rawline-Black'),
        url('../woff2/rawline-black-3.woff2') format('woff2'),
        url('../woff/rawline-black-3.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rawline';
    src: local('Rawline SemiBold Regular'), local('Rawline-SemiBold'),
        url('../woff2/rawline-semibold-3.woff2') format('woff2'),
        url('../woff/rawline-semibold-3.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

