/******************************************************************
Theme Name: BoundaryCrossFit
Theme URI: https://boundarycrossfit.com/
Description: 
Author: Built Digital Media
Author URI: https://builtdigitalmedia.com/
Version: 5.0
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/



@font-face {
  font-family: 'Tungsten Book';
  src: url('/wp-content/uploads/fonts/Tungsten-Book.woff2') format('woff2'),
	   url('/wp-content/uploads/fonts/Tungsten-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten Bold';
  src: url('/wp-content/uploads/fonts/Tungsten-Bold.woff2') format('woff2'),
	   url('/wp-content/uploads/fonts/Tungsten-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten Black';
  src: url('/wp-content/uploads/fonts/Tungsten-Black.woff2') format('woff2'),
	   url('/wp-content/uploads/fonts/Tungsten-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten Narrow Bold';
  src: url('/wp-content/uploads/fonts/TungstenNarrow-Bold.woff2') format('woff2'),
	   url('/wp-content/uploads/fonts/TungstenNarrow-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}


 h1{
  font-family: 'Tungsten Black';
  font-size: 100px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

 h2{
  font-family: 'Tungsten Bold';
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

 h3{
  font-family: 'Tungsten Narrow Bold';
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

 h4{
  font-family: 'Tungsten Book';
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

 h5{
  font-family: 'Tungsten Black';
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

 h6{
  font-family: 'Tungsten Black';
  font-size: 30px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p{
  font-family: "Roboto Condensed", sans-serif;
}

.blk-txt{
  color: #000000;
}

.wht-txt{
  color: #ffffff;
}

.wht-svg svg .cls-1{
  fill: #fff !important;
}

.btn{
  font-family: 'Tungsten Book';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.5px;
}

@media print, screen and (max-width: 40em) { 
  
  h1{
	font-size: 65px;
  }
  
  h3{
	font-size: 45px;
  }
  
  h4{
	font-size: 30px;
	line-height: 35px;
  }
  

}

 @media only screen and (min-width: 40em) and (max-width: 64em)  {
  
  h4{
	font-size: 30px;
	line-height: 35px;
  }
  
 }