/*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: "gothamExtraLight";
    src: url("gotham/Gotham-XLight.otf") format("opentype");
}


@font-face {
    font-family: "gothamLight";
    src: url("gotham/Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: "gothamBook";
    src: url("gotham/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: "gothamBookItalic";
    src: url("gotham/Gotham-BookItalic.otf") format("opentype");
}

@font-face {
    font-family: "gothamMedium";
    src: url("gotham/Gotham-Medium.otf") format("opentype");
}

@font-face {
    font-family: "gothamBold";
    src: url("gotham/Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: "gothamBlack";
    src: url("gotham/Gotham-Black.otf") format("opentype");
}

@font-face {
    font-family: "gothamUltraBlack";
    src: url("gotham/Gotham-Ultra.otf") format("opentype");
}

@font-face {
    font-family: "gotham";
    src: url("gotham/Gotham-Black.otf") format("opentype");
}

@font-face {
    font-family: "gotham-book";
    src: url("gotham/gothamGothamBook.ttf") format("opentype");
}
@font-face {
    font-family: "Didot";
    src: url("Didot/Didot.woff") format("opentype");
}
@font-face {
    font-family: "Didot";
    src: url("Didot/Didot.woff2") format("opentype");
}



