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

