@charset "utf-8";

/**********************************************************************************************
						FONTS
**********************************************************************************************/

@font-face {
    font-family: "ADAM.CG PRO";
    src: url("font/ADAMCGPRO.woff2") format("woff2"),
        url("font/ADAMCGPRO.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Andada SC";
    src: url("font/AndadaSC-Bold.woff2") format("woff2"),
        url("font/AndadaSC-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Aller";
    src: url("font/Aller.woff2") format("woff2"),
        url("font/Aller.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato Bold";
    src: url("font/Lato-Bold.woff2") format("woff2"),
        url("font/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato Black";
    src: url("font/Lato-Black.woff2") format("woff2"),
        url("font/Lato-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Lato Medium";
    src: url("font/Lato-Medium.woff2") format("woff2"),
        url("font/Lato-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Lato Italic";
    src: url("font/Lato-Italic.woff2") format("woff2"),
        url("font/Lato-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Lato Regular";
    src: url("font/Lato-Regular.woff2") format("woff2"),
        url("font/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Raleway";
    src: url("font/Raleway-Regular.woff2") format("woff2"),
        url("font/Raleway-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* CLASSES */
.e_adam { font-family: "ADAM.CG PRO"; }
.e_andada { font-family: "Andada SC"; }
.e_aller { font-family: "Aller"; }
.e_lato_bold { font-family: "Lato Bold"; }
.e_lato_black { font-family: "Lato Black"; }
.e_lato_medium { font-family: "Lato Medium"; }
.e_lato_italic { font-family: "Lato Italic"; }
.e_lato { font-family: "Lato Regular"; }
.e_raleway { font-family: "Raleway"; }