/*
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! */ 

/* Extra Light (100) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans ExLight.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Light (300) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Regular (400) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SemiBold (600) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Extra Bold (800) */
@font-face {
  font-family: 'JUST Sans';
  src: url('fonts/JUST Sans ExBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
