@charset "utf-8";

/* FONTS */
@font-face {
    font-family: "Aller Display";
    src: url("font/AllerDisplay.woff2") format("woff2"),
        url("font/AllerDisplay.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    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: "Lato";
    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";
    src: url("font/Lato-Light.woff2") format("woff2"),
        url("font/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    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";
    src: url("font/Lato-Semibold.woff2") format("woff2"),
        url("font/Lato-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("font/Lato-Heavy.woff2") format("woff2"),
        url("font/Lato-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    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";
    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: "Ubuntu";
    src: url("font/Ubuntu.woff2") format("woff2"),
        url("font/Ubuntu.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu";
    src: url("font/Ubuntu-Bold.woff2") format("woff2"),
        url("font/Ubuntu-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu";
    src: url("font/Ubuntu-Light.woff2") format("woff2"),
        url("font/Ubuntu-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Ubuntu";
    src: url("font/Ubuntu-Medium.woff2") format("woff2"),
        url("font/Medium-Light.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/* CLASSES */
.e_aller_display { font-family: "Aller Display"; }
.e_lato { font-family: "Lato"; }
.e_lato_medium { font-family: "Lato"; font-weight: 500; }
.e_lato_light { font-family: "Lato"; font-weight: 300; }
.e_lato_black { font-family: "Lato"; font-weight: 900; }
.e_lato_semibold { font-family: "Lato"; font-weight: 600; }
.e_lato_heavy { font-family: "Lato"; font-weight: 800; }
.e_lato_ita { font-family: "Lato"; font-style: italic; }
.e_lato_bold { font-family: "Lato"; font-weight: bold; }
.e_ubuntu { font-family: "Ubuntu"; }
.e_ubuntu_bold { font-family: "Ubuntu"; font-weight: bold; }
.e_ubuntu_light { font-family: "Ubuntu"; font-weight: 300; }
.e_ubuntu_medium { font-family: "Ubuntu"; font-weight: 600; }