/*
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... */ 
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/bb-theme-child/fonts/RobotoCondensed-VariableFont_wght.woff) format('woff2');
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/bb-theme-child/fonts/RobotoCondensed-VariableFont_wght.woff) format('woff2');
}

@font-face {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/bb-theme-child/fonts/IBMPlexSerif-Regular.woff) format('woff2');
}

@font-face {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/bb-theme-child/fonts/IBMPlexSerif-Regular.woff) format('woff2');
}

@font-face {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/themes/bb-theme-child/fonts/IBMPlexSerif-Regular.woff) format('woff2');
  font-style: italic;
}

@font-face {
  font-family: "IBM Plex Serif", serif;
  font-style: normal;
  font-weight: 700;
  src: url(/wp-content/themes/bb-theme-child/fonts/IBMPlexSerif-Regular.woff) format('woff2');
  font-style: italic;
  font-display: swap;
}

/* For gradient colours on the blog archive column headings */
.newgradient {
   background-image: linear-gradient(90deg,#ED7F20, #BE1E2D, #921723, #260609);
   border-radius: 15px 15px 0 0;
}