/* This file is deliberately enqueued after Flatsome's generated typography. */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope.woff2') format('woff2'),
        url('../fonts/Manrope/Manrope.woff') format('woff');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}



html body :is(h1, h2, h3, h4, h5, h6),
html body .heading-font,
html body .nav>li>a,
html body .mobile-sidebar-levels-2 .nav>li>ul>li>a,
html body .off-canvas-center .nav-sidebar.nav-vertical>li>a,
html body :is(button, input[type="button"], input[type="submit"], input[type="reset"]),
html body :is(.button, .button *, .price, .price *, .amount, .amount *, .woocommerce-Price-amount, .woocommerce-Price-amount *) {
    font-family: 'Manrope', Tahoma, sans-serif !important;
}

html body {
    font-family: 'Be Vietnam Pro', Tahoma, sans-serif !important;
}

html body :is(input:not([type="button"]):not([type="submit"]):not([type="reset"]), select, textarea),
html body .alt-font {
    font-family: 'Be Vietnam Pro', Tahoma, sans-serif !important;
}