@font-face {
    font-family: 'Gotham';
    src: local('Gotham Bold'), local('GothamBold'),
        url('fontes/GothamBold.woff2') format('woff2'),
        url('fontes/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('fontes/KoHo-Bold.woff2') format('woff2'),
        url('fontes/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('fontes/Gotham-BookItalic.woff2') format('woff2'),
        url('fontes/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('fontes/GothamMedium.woff2') format('woff2'),
        url('fontes/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('fontes/Gotham-Book.woff2') format('woff2'),
        url('fontes/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('fontes/Rawline-Black.woff2') format('woff2'),
        url('fontes/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('fontes/Rawline-SemiBold.woff2') format('woff2'),
        url('fontes/Rawline-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

