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

/* Add your custom styles here... */ 

/* --- Goldman --- */
@font-face {
  font-family: 'Goldman';
  src: url('https://aizonemarketing.io/wp-content/uploads/2025/08/subset-Goldman-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldman';
  src: url('https://aizonemarketing.io/wp-content/uploads/2025/08/subset-Goldman-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Josefin Sans --- */
@font-face {
  font-family: 'Josefin Sans';
  src: url('https://aizonemarketing.io/wp-content/uploads/2025/08/subset-JosefinSans-Light.woff2') format('woff2');
  font-weight: 300; 
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Josefin Sans';
  src: url('https://aizonemarketing.io/wp-content/uploads/2025/08/subset-JosefinSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


