@font-face {
    font-family: "Mayeka Regular";
    src: url("../fonts/MayekaRegularDemo.woff2") format("woff2"),
         url("../fonts/MayekaRegularDemo.woff") format("woff");
}
@font-face {
    font-family: "Mayeka Bold";
    src: url("../fonts/MayekaBoldDemo.woff2") format("woff2"),
         url("../fonts/MayekaBoldDemo.woff") format("woff");
}
@font-face {
    font-family: "Mayeka Demi Bold";
    src: url("../fonts/MayekaDemiBoldDemo.woff2") format("woff2"),
         url("../fonts/MayekaDemiBoldDemo.woff") format("woff");
}
@font-face {
    font-family: "Mayeka Light Demo";
    src: url("../fonts/MayekaLightDemo.woff2") format("woff2"),
         url("../fonts/MayekaLightDemo.woff") format("woff");
}
@font-face {
    font-family: "Mayeka Thin Demo";
    src: url("../fonts/MayekaThinDemo.woff2") format("woff2"),
         url("../fonts/MayekaThinDemo.woff") format("woff");
}