/* GothamPro */
@font-face {
    font-family: 'GothamPro';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: local('gothampro_light'), local('gothampro_light'),
    url('./gothampro/gothampro_light.ttf') format('ttf'),
    url('./gothampro/gothampro_light.woff') format('woff');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('gothampro'), local('gothampro'),
    url('./gothampro/gothampro.ttf') format('ttf'),
    url('./gothampro/gothampro.woff') format('woff');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('gothampro_medium'), local('gothampro_medium'),
    url('./gothampro/gothampro_medium.ttf') format('ttf'),
    url('./gothampro/gothampro_medium.woff') format('woff');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('gothampro_bold'), local('gothampro_bold'),
    url('./gothampro/gothampro_bold.ttf') format('ttf'),
    url('./gothampro/gothampro_bold.woff') format('woff');
}
@font-face {
    font-family: 'GothamPro';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('gothampro_black'), local('gothampro_black'),
    url('./gothampro/gothampro_black.ttf') format('ttf'),
    url('./gothampro/gothampro_black.woff') format('woff');
}

/* Verdana */
@font-face {
    font-family: 'Verdana';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Verdana'), local('Verdana'),
    url('./verdana/Verdana.ttf') format('ttf'),
    url('./verdana/Verdana.woff') format('woff');
}
@font-face {
    font-family: 'Verdana';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Verdana-Bold'), local('Verdana-Bold'),
    url('./verdana/Verdana-Bold.ttf') format('ttf'),
    url('./verdana/Verdana-Bold.woff') format('woff');
}

/* Jost */
@font-face {
    font-family: 'Jost';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Jost-Regular'), local('Jost Regular'),
        url('./Jost-Regular.woff2') format('woff2'),
        url('./Jost-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Jost';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Jost-Medium'), local('Jost Medium'),
        url('./Jost-Medium.woff2') format('woff2'),
        url('./Jost-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Jost';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: local('Jost-SemiBold'), local('Jost SemiBold'),
        url('./Jost-SemiBold.woff2') format('woff2'),
        url('./Jost-SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Jost';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Jost-Bold'), local('Jost Bold'),
        url('./Jost-Bold.woff2') format('woff2'),
        url('./Jost-Bold.woff') format('woff');
}

