@font-face {
  font-family: "Noir";
  src: local("Noir"),
    url("../fonts/NoirPro-Heavy.woff") format("opentype"), 
    url("../fonts/NoirPro-Heavy.woff2") format("woff2"), 
    url("../fonts/NoirPro-Heavy.otf") format("otf"), 
    url("../fonts/NoirPro-Heavy.eot") format("eot"), 
    url("../fonts/NoirPro-Heavy.ttf") format("ttf"), 
    url("../fonts/NoirPro-Heavy.woff") format("woff"),
    url("../fonts/NoirPro-Heavy.svg") format("svg");
}

@font-face {
  font-family: "Noir-light";
  src: local("Noir"),
    url("../fonts/NoirPro-Light.woff") format("opentype"), 
    url("../fonts/NoirPro-Light.woff2") format("woff2"), 
    url("../fonts/NoirPro-Light.otf") format("otf"),
    url("../fonts/NoirPro-Light.eot") format("eot"),
    url("../fonts/NoirPro-Light.ttf") format("ttf"),
    url("../fonts/NoirPro-Light.svg") format("svg"),
    url("../fonts/NoirPro-Light.woff") format("woff");
}