@font-face {
    font-family: "Rovelle Uno";
    src: url("../fonts/RovelleUno-ExtraLight.ttf") format("truetype"),
        url("../fonts/RovelleUno-ExtraLight.otf") format("opentype"),
        url("../fonts/RovelleUno-ExtraLight.woff2") format("woff2"),
        url("../fonts/RovelleUno-ExtraLight.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Rovelle Uno";
    src: url("../fonts/RovelleUno-Bold.ttf") format("truetype"),
        url("../fonts/RovelleUno-Bold.otf") format("opentype"),
        url("../fonts/RovelleUno-Bold.woff2") format("woff2"),
        url("../fonts/RovelleUno-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Badra";
    src: url("../fonts/Badra.ttf") format("ttf");
    src: url("../fonts/Badra.otf") format("otf"),
        url("../fonts/Badra.woff") format("woff");
}

body,
.menu-link {
    font-family: "Rovelle Uno", sans-serif !important;
}

.fn-nunito,
h1,
h2,
h3,
h4,
h5,
.btn-custom {
    font-family: "Rovelle Uno", sans-serif !important;
}

.section-title,
.fn-badra {
    font-family: "Badra", sans-serif !important;
    letter-spacing: 2px !important;
}

h5 {
    font-family: "Badra", sans-serif !important;
}
