@font-face {
    font-family: "Custom";
    src: url("../fonts/Custom.otf") format("opentype");
         url("../fonts/Custom.ttf") format("truetype");
         url("../fonts/Custom.woff") format("woff");
         url("../fonts/Custom.woff2") format("woff2");
         url("../fonts/Custom-Bold.otf") format("opentype");
         url("../fonts/Custom-Bold.ttf") format("truetype");
         url("../fonts/Custom-Bold.woff") format("woff");
         url("../fonts/Custom-Bold.woff2") format("woff2");
}