/* 
 Theme Name:   ChildTheme03
 Theme URI:    
 Description:  ChildTheme03
 Author:       Bozhidar Andreev
 Author URI:   https://www.linkedin.com/in/b-andreev/
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* Work Sans */
body, p, li, a, span {
    font-family: 'Work Sans', sans-serif;
}

/* DM Serif Display */
body.wp-theme-astra.wp-child-theme-childAstraTheme .site-content h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', serif;
	background-color: unset!important;
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/WorkSans-Regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/uploads/fonts/WorkSans-Bold.woff2') format('woff2');
  font-display: swap;
}

/* DM Serif Display */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/uploads/fonts/DMSerifDisplay-Regular.woff2') format('woff2');
  font-display: swap;
}


body .faqly-premium-floating-btn.button.button-primary {
	display: none!important;
}

.post .entry-header .entry-meta {
	display: none;
}
