@charset "utf-8";

/**********************************************************************************************
						FONTS
**********************************************************************************************/

@font-face {
    font-family: "Noir";
    src: url("font/NoirStd-Bold.woff2") format("woff2"),
        url("font/NoirStd-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* CLASSES */
.e_noir { font-family: "Noir"; font-weight: bold; font-style: normal; }