/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada 3
Version: 1.0.0
Text Domain:  Avada
*/

@import url("../Avada/style.css");

/* Add your custom styles below this line */

@font-face {
    font-family: 'VisbycfBold';
    src: url('fonts/visbycf-bold.woff2') format('woff2'),
         url('fonts/visbycf-bold.woff') format('woff'),
         url('fonts/visbycf-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VisbycfRegular';
    src: url('fonts/visbycf-regular.woff2') format('woff2'),
         url('fonts/visbycf-regular.woff') format('woff'),
         url('fonts/visbycf-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}