/*
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: "Quasimoda";
  src: url("./fonts/Quasimoda-Regular.otf")format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quasimoda-Light";
  src: url("./fonts/quasimoda-light.otf")format("opentype");
  font-weight: 400;
  font-style: normal;
}
body,
a {
	font-family: Quasimoda-Light !important;
}
h1,h2,h3,h4,h5,h6,.fusion-button,
.fusion-button a span,
.fusion-button-text,
header a,
header a span {
	font-family: Quasimoda !important;
}