/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


@font-face {
    font-family: 'Bebas Neue Pro Book';
    src: url('fonts/BebasNeuePro-Book.woff2') format('woff2'),
        url('fonts/BebasNeuePro-Book.woff') format('woff'),
        url('fonts/BebasNeuePro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('fonts/BebasNeuePro-Bold.woff2') format('woff2'),
        url('fonts/BebasNeuePro-Bold.woff') format('woff'),
        url('fonts/BebasNeuePro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body, h4, h5, h6, input, select, textarea {
    font-family: 'Bebas Neue Pro Book', sans-serif !important;
}

h1, h2, h3{
    font-family: 'Bebas Neue Pro', sans-serif !important;
}

.fusion-main-menu>ul>li>a, .side-nav li a, .fusion-mobile-nav-holder>ul li a {
    font-family: 'Bebas Neue Pro', sans-serif !important;
}

.avada-has-rev-slider-styles .avada-skin-rev {
    border-top: 0 !important;
    border-bottom: 0 !important;
}