/*

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: "OpenSansCondensed";
  src: url("/fonts/OpenSansCondensed-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
	
@font-face {
  font-family: "OpenSansCondensed";
  src: url("/fonts/OpenSansCondensed-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
	
@font-face {
  font-family: "OpenSansCondensed";
  src: url("/fonts/OpenSansCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
	
@font-face {
	font-family: "FiraSans";
	src:url("/fonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

#mega-menu-main_navigation > li.mega-menu-item > a.mega-menu-link {
	font-family: "OpenSansCondensed" !important;
	font-weight: 700 !important;
}
	
.mega-sub-menu .mega-menu-link {
	font-family: "FiraSans" !important;
	font-weight: 300 !important;
}