/*
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: "circular";
  src:  url("https://la.innova.co.za/wp-content/themes/bb-theme-child/fonts/lineto-circular-pro-book.ttf") format("ttf");
  font-weight: normal;
}
@font-face {
  font-family: "circular";
  src:  url("https://la.innova.co.za/wp-content/themes/bb-theme-child/fonts/lineto-circular-medium-c.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "circular";
  src:  url("https://la.innova.co.za/wp-content/themes/bb-theme-child/fonts/lineto-circular-black.ttf") format("ttf");
  font-weight: 900;
}
@font-face {
  font-family: "circular";
  src:  url("https://la.innova.co.za/wp-content/themes/bb-theme-child/fonts/lineto-circular-pro-bookItalic.ttf") format("ttf");
  font-weight: normal;
  font-style: italic;
}