/*
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: 'alternate_gothic_no2_dregular';
    src: url('fonts/alternate-gothic-no2-webfont.woff2') format('woff2'),
         url('fonts/alternate-gothic-no2-webfont.woff') format('woff'),
		 url('fonts/alternate-gothic-no2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amelia_roundedlight';
    src: url('fonts/amelia-rounded-light-webfont.woff2') format('woff2'),
         url('fonts/amelia-rounded-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'amelia-rounded-regularregular';
    src: url('fonts/amelia-rounded-regular-webfont.woff2') format('woff2'),
         url('fonts/amelia-rounded-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

p, body{
    font-family: amelia-rounded-regularregular, Lato, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: alternate_gothic_no2_dregular !important;
}