/*
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: 'Aeroportal';
    src: url('fonts/Aeroportal.woff') format('woff'),
        url('fonts/Aeroportal.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aeroportal';
    src: url('fonts/Aeroportal-Bold.woff') format('woff'),
        url('fonts/Aeroportal-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Aeroportal' !important;
    font-weight: 700 !important;
}