/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 
/* === Poppins Font Variants === */
@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/2025/11/subset-Poppins-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/2025/11/subset-Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/2025/11/subset-Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('/wp-content/uploads/2025/11/subset-Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* === Figtree Font Light === */
@font-face {
  font-family: 'Figtree';
  src: url('/wp-content/uploads/2025/11/subset-Figtree-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body.logged-in .switcher {
    top: 50px;
}
body.admin-bar .is-sticky {
    margin-top: 32px;
}
body.logged-in .search-sticky{
	top: 45px;
}