/*FONTS.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: Quadnotion.*/
/* Website: http://www.quadnotion.com */
/* Copyright: (C) 2018 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* CUSTOM FONTS ARE DEFINED HERE VIA CSS3 FONT-FACE TECHNOLOGY*/
/* More info : http://www.littleboxofideas.com/blog/tutorials/how-do-i-implement-font-face */
/*-------------------------------------------------------------------------------------------------------------------------------*/



@font-face {
    font-family: "NeoSans-Black";
    src: url("Neosans/NeoSans-Black.otf") format("opentype");
}


@font-face {
    font-family: "NeoSans-Bold";
    src: url("Neosans/NeoSans-Bold.otf") format("opentype");
}

@font-face {
    font-family: "NeoSans-Std-Regular";
    src: url("Neosans/NeoSansStd-Regular.otf") format("opentype");
}

@font-face {
    font-family: "NeoSans-Medium";
    src: url("Neosans/NeoSans-Medium.otf") format("opentype");
}

@font-face {
    font-family: "NeoSans-Italic";
    src: url("Neosans/NeoSans-Italic.otf") format("opentype");
}

@font-face {
    font-family: "NeoSans-Light";
    src: url("Neosans/NeoSans-Light.otf") format("opentype");
}