/* Roboto Fonts Start Here */
@font-face {
    font-family: "Roboto Regular";
    src: url("../ttf/roboto-regular.ttf") format("truetype"), 
    url("../woff/roboto-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../ttf/roboto-bold.ttf") format("truetype"), 
    url("../woff/roboto-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../ttf/roboto-medium.ttf") format("truetype"), 
    url("../woff/roboto-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Black";
    src: url("../ttf/roboto-black.ttf") format("truetype"), 
    url("../woff/roboto-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Light";
    src: url("../ttf/roboto-light.ttf") format("truetype"), 
    url("../woff/roboto-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Condensed Bold";
    src: url("../ttf/roboto-condensed-bold.ttf") format("truetype"), 
    url("../woff/roboto-condensed-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* Montserrat Fonts Start Here */
@font-face {
    font-family: "Montserrat ExtraBold";
    src: url("../woff/montserrat-extrabold.woff") format("woff"),
        url("../ttf/montserrat-extrabold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat BoldItalic";
    src: url("../ttf/montserrat-bolditalic.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../ttf/montserrat-bold.ttf") format("truetype"), 
    url("../woff/montserrat-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("../ttf/montserrat-medium.ttf") format("truetype"), 
    url("../woff/montserrat-medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Black";
    src: url("../ttf/montserrat-black.ttf") format("truetype"), 
    url("../woff/montserrat-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Regular";
    src: url("../ttf/montserrat-regular.ttf") format("truetype"), 
    url("../woff/montserrat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat Italic";
    src: url("../ttf/montserrat-italic.ttf") format("truetype"), 
    url("../woff/montserrat-italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MUARA DEMO";
    src: url("../woff/muarademo.woff") format("woff"),
    url("../ttf/muarademo.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SugoProClassic";
    src: url("../woff/sugoproclassic-regular.woff") format("woff"),
        url("../ttf/sugoproclassic-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap; 
}

@font-face {
    font-family: "Legend Regular";
    src: url("../ttf/legend.ttf") format("truetype"), 
    url("../woff/legend.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: "Evil Empire";
    src:url("../ttf/evil-empire.ttf") format("truetype"), 
    url("../woff/evil-empire.woff") format("woff");
    font-weight: normal;
    font-style: normal; 
}

@font-face {
    font-family: "Rubik Black";
    src: url("../ttf/rubik-black.ttf") format("truetype"), 
        url("../woff/rubik-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik SemiBold";
    src: url("../ttf/rubik-semibold.ttf") format("truetype"), 
        url("../woff/rubik-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Inria Regular */
@font-face {
    font-family: "Inria Regular";
    src: url("../otf/inria-serif.regular.otf") format("otf"), 
    url("../ttf/inria-serif.regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}