/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirLTStd-Roman.otf');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLight';
  src: url('fonts/AvenirLTStd-Book.otf');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirBlack';
  src: url('fonts/AvenirLTStd-Black.otf');
  font-weight: 700;
  font-display: swap;
}
.bold-heading{
    font-family: 'AvenirBlack';
    font-weight: 700;
}
.light-heading{
    font-family: 'AvenirLight';
    font-weight: 300;
}
.regular-heading{
    font-family: 'Avenir';
    font-weight: 400;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}