@font-face{
    font-family:"Majesti Banner Book";
    src:url(majesti-banner-book.woff2) format("woff2"),
        url(majesti-banner-book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family:"Majesti Banner Light";
    src:url(majesti-banner-light.woff2) format("woff2"),
        url(majesti-banner-light.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family:"Majesti Banner Book Italic";
    src:url(majesti-banner-bookitalic.woff2) format("woff2"),
        url(majesti-banner-bookitalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family:"Majesti Banner Bold Italic";
    src:url(majesti-banner-bolditalic.woff2) format("woff2"),
        url(majesti-banner-bolditalic.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

.majesti-banner-book{
    font-family: 'Majesti Banner Book';
    line-height: 1;
    font-style: normal;
}

.majesti-banner-light{
    font-family: 'Majesti Banner Light';
    line-height: 1;
    font-style: normal;
}

.majesti-banner-book-italic{
    font-family: 'Majesti Banner Book Italic';
    line-height: 1;
    font-style: normal;
}

.majesti-banner-bold-italic{
    font-family: 'Majesti Banner Bold Italic';
    line-height: 1;
    font-style: normal;
}

