/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */

/* Fakt Normal */

@font-face {
  font-family: 'Fakt-Normal';
  src: url('https://healthymebenefits.com/wp-content/themes/bb-theme-child/fonts/FaktPro-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Fakt Light */
@font-face {
  font-family: 'Fakt-Light';
  src: url('https://healthymebenefits.com/wp-content/themes/bb-theme-child/fonts/FaktPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

/* Fakt Bold */
@font-face {
  font-family: 'Fakt-SemiBold';
  src: url('https://healthymebenefits.com/wp-content/themes/bb-theme-child/fonts/FaktPro-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Leitura News Roman (for Headlines) */
@font-face {
  font-family: 'Leitura News Roman';
  src: url('https://healthymebenefits.com/wp-content/themes/bb-theme-child/fonts/leitura-news-roman.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
 
h1, h2, h3, h4, h5, h6 {
  font-family: 'Leitura News Roman', serif;
}
 
body {
  font-family: 'Fakt-Normal', sans-serif;
}
 