@font-face {
  font-display: swap;
  font-family: "Funday Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Funday Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-display: swap;
  font-family: "Funday Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Roboto-Bold.ttf") format("truetype");
}

:root {
  --funday-site-font: "Funday Roboto", Roboto, Arial, sans-serif;
}

html body[class] #sliders-container .flexslider .slides .slide-content .heading .title-heading-center span,
html body[class] #sliders-container .flexslider .slides .slide-content .caption .title-heading-center {
  font-family: var(--funday-site-font) !important;
  font-weight: 400 !important;
}

html body[class] [class^="awb-icon-"],
html body[class] [class*=" awb-icon-"] {
  font-family: awb-icons !important;
}

html body[class] [class^="fusion-icon-"],
html body[class] [class*=" fusion-icon-"] {
  font-family: icomoon !important;
}

html body[class] .fa,
html body[class] .fas,
html body[class] .far,
html body[class] .fal,
html body[class] .fad {
  font-family: "Font Awesome 5 Free" !important;
}

html body[class] .fab {
  font-family: "Font Awesome 5 Brands" !important;
}

html body[class] .searchform .fusion-search-form-content .fusion-search-button input[type="submit"] {
  font-family: awb-icons !important;
}

html body[class],
html body[class] p,
html body[class] li,
html body[class] a,
html body[class] h1,
html body[class] h2,
html body[class] h3,
html body[class] h4,
html body[class] h5,
html body[class] h6,
html body[class] blockquote,
html body[class] figcaption,
html body[class] small,
html body[class] label,
html body[class] input,
html body[class] select,
html body[class] textarea,
html body[class] button,
html body[class] table,
html body[class] th,
html body[class] td,
html body[class] dt,
html body[class] dd,
html body[class] .fusion-main-menu a,
html body[class] .fusion-mobile-nav-item a,
html body[class] .fusion-button,
html body[class] .menu-text,
html body[class] .fusion-title h1,
html body[class] .fusion-title h2,
html body[class] .fusion-title h3,
html body[class] .fusion-title h4,
html body[class] .fusion-title h5,
html body[class] .fusion-title h6,
html body[class] .fusion-text p,
html body[class] .feo-shell,
html body[class] .feo-manager-shell,
html body[class] .fso-wrap,
html body[class] .fso-app,
html body[class] .fso-form {
  font-family: var(--funday-site-font) !important;
}

html body[class],
html body[class] p,
html body[class] li,
html body[class] blockquote,
html body[class] figcaption,
html body[class] small,
html body[class] dd,
html body[class] td,
html body[class] .fusion-text,
html body[class] .fusion-text p {
  font-weight: 100 !important;
}

html body[class] h1,
html body[class] h2,
html body[class] h3,
html body[class] h4,
html body[class] h5,
html body[class] h6,
html body[class] label,
html body[class] th,
html body[class] dt,
html body[class] .fusion-title h1,
html body[class] .fusion-title h2,
html body[class] .fusion-title h3,
html body[class] .fusion-title h4,
html body[class] .fusion-title h5,
html body[class] .fusion-title h6 {
  font-weight: 700 !important;
}

html body[class] .fusion-main-menu a,
html body[class] .fusion-mobile-nav-item a,
html body[class] .menu-text,
html body[class] input,
html body[class] select,
html body[class] textarea {
  font-weight: 400 !important;
}

html body[class] strong,
html body[class] b,
html body[class] button,
html body[class] .button,
html body[class] .fusion-button,
html body[class] input[type="button"],
html body[class] input[type="submit"],
html body[class] input[type="reset"] {
  font-family: var(--funday-site-font) !important;
  font-weight: 700 !important;
}

html body[class] #main .fusion-button.button-flat {
  font-family: var(--funday-site-font) !important;
  font-weight: 700 !important;
}
