@import url('//fonts.googleapis.com/css?family=Work+Sans:600&display=swap');

@font-face {
    font-family: "Aller";
    src: url("../fonts/Aller/aller_std_rg.ttf") format("ttf"),
         url("../fonts/Aller/aller_std_rg.woff") format("woff"),
         url("../fonts/Aller/aller_std_rg.woff2") format("woff2"); 
    font-weight: normal;
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/Aller/Aller_Std_Lt.ttf") format("ttf"),
         url("../fonts/Aller/aller_std_lt.woff") format("woff"),
         url("../fonts/Aller/aller_std_lt.woff2") format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "Aller";
    src: url("../fonts/Aller/Aller_Std_Bd.ttf"),
         url("../fonts/Aller/aller_std_bd.woff") format("woff"),
         url("../fonts/Aller/aller_std_bd.woff2") format("woff2");
    font-weight: 700;
}