@font-face {
    font-family: Tahoma;
    src: url('Tahoma.woff2.html') format('woff2'),
        url('Tahoma.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url('GothamPro-Italic.woff2.html') format('woff2'),
        url('GothamPro-Italic.woff.html') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Gotham Pro";
    src: url('GothamPro-Medium.woff2.html') format('woff2'),
        url('GothamPro-Medium.woff.html') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url('GothamPro.woff2.html') format('woff2'),
        url('GothamPro.woff.html') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham Pro";
    src: url('GothamPro-Bold.woff2.html') format('woff2'),
        url('GothamPro-Bold.woff.html') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Muller Regular";
    src: url('MullerRegular.woff2.html') format('woff2'),
        url('MullerRegular.woff.html') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Muller Extra Bold";
    src: url('MullerExtraBold.woff2.html') format('woff2'),
        url('MullerExtraBold.woff.html') format('woff');
    font-weight: 400;
    font-style: normal;
}

