@font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'), local('GothamBold'),
        url('../woff2/gothambold.woff2') format('woff2'),
        url('../woff/gothambold.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.woff2') format('woff2'),
        url('../woff/koho-bold.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.woff2') format('woff2'),
        url('../woff/gotham-bookitalic.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.woff2') format('woff2'),
        url('../woff/gothammedium.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.woff2') format('woff2'),
        url('../woff/gotham-book.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.woff2') format('woff2'),
        url('../woff/rawline-black.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.woff2') format('woff2'),
        url('../woff/rawline-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

