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


/** ADD MARIANNE FONT */

@font-face {
  font-family: "Marianne";
  src: url('./assets/fonts/Marianne-Bold.woff2') format('woff2'),
  url('./assets/fonts/Marianne-Bold.woff') format('woff');
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: "Marianne";
  src: url('./assets/fonts/Marianne-Medium.woff2') format('woff2'),
  url('./assets/fonts/Marianne-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: "Marianne";
  src: url('./assets/fonts/Marianne-Regular.woff2') format('woff2'),
  url('./assets/fonts/Marianne-Regular.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: "Marianne";
  src: url('./assets/fonts/Marianne-Light.woff2') format('woff2'),
  url('./assets/fonts/Marianne-Light.woff') format('woff');
  font-style: normal;
  font-weight: light;
  font-display: swap;
  ascent-override: 100%;
}