@font-face {
    font-family: "LasVegas Fabulous";
    src: url("fonts/LasVegas-Fabulous.AH.woff2") format("woff2"),
    url("fonts/LasVegas-Fabulous.AH.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
@font-face {
    font-family: "RSStyle";
    src: url("fonts/rsstyle.woff2") format("woff2"),
    url("fonts/rsstyle.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

body h5, body h6, .section-title h1 {
    font-family: "RSStyle"!important;
    font-weight: normal;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures, contextual;
    -moz-font-feature-settings: "kern", "liga", "clig", "calt";
    -ms-font-feature-settings: "kern", "liga", "clig", "alt";
    -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}
body h5 {
    font-size: 48px!important;
    line-height: 58px!important;
}
body h6 {
    font-size: 36px!important;
    line-height: 45px!important;
}
.section-title h1 {
    font-size: 62px!important;
    line-height: 70px!important;
}