/*
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: 'Avenir Next Heavy';
  src: url('fonts/Avenir Next Heavy.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aquino-Demo';
  src: url('fonts/Aquino Demo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Italic';
  src: url('fonts/Avenir Next W05 Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Medium';
  src: url('fonts/Avenir Next W05 Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url('fonts/Avenir Next W04 Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{
    font-family: 'Avenir Next Regular', sans-serif;    
}

h1, h2{
    font-family: 'Aquino-Demo', sans-serif;
	text-transform: uppercase;
}

h3{
    font-family: 'Avenir Next Heavy', sans-serif;
}

form input,
form textarea{
    font-family: 'Avenir Next Italic', sans-serif!important;
}


a, button{
    font-family: 'Avenir Next Medium', sans-serif;
}
