@font-face {
    font-family: "gothamBlack";
    font-style: normal;
    font-weight: bold;
    /*src: url("Gotham-black.otf") format("woff"); 
	src: url("Gotham-black.otf") format("truetype");*/
	src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: "gothamBold";
    font-style: normal;
    font-weight: normal;
    src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v11/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: "gothamLight";
    font-style: normal;
    font-weight: normal;
    src: url("GothamRnd-Light.otf") format("woff");
	src: url("GothamRnd-Light.otf") format("truetype");
}
body{
    font-family: gothamLight, gothamBold, gothamBlack !important;
}
.gotham-black{
    font-family: gothamBlack!important;
}
.gotham-bold{
    font-family: gothamBold!important;
}
.gotham-light{
    font-family: gothamLigth!important;
}
strong{
    font-family: gothamBold!important;
}

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans');

