@font-face {
    font-family: "GothaPro";
    src: url("../fonts/GothamPro.woff2") format("woff2"),
        url("../fonts/GothamPro.ttf") format("truetype"),
        url("../fonts/GothaProReg.otf") format("embedded-opentype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
    font-family: "GothaPro";
    src:  url("../fonts/GothamPro-Bold.woff2") format("woff2"),
        url("../fonts/GothamPro-Bold.ttf") format("truetype"),
         url("../fonts/GothamProBol.otf") format("embedded-opentype");
    font-style: normal;
    font-weight: 700;
}
