/*
Theme Name: Coaching Collective Theme
Description: GymX Child Theme for Coaching Collective
Version: 2.2.0
Author: Jonas De Creus
Template: gymx
*/

/* ==========================================================================
   Your custom styles
   ========================================================================== */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: 'futura-pt';
  src: url('fonts/FuturaPTBook.woff') format('woff');

}

@font-face {
  font-family: 'DunbarText-ExBold';
  src: url('fonts/DunbarText-ExBold.woff') format('woff');
}


h1, h2, h3, h4, h5 {
  font-family: "DunbarText-ExBold", sans-serif;
  letter-spacing: 0.075em;
  position: relative; }
  
  
blockquote {
  background-color: #f2f2f3;
  border-left: 4px solid #d8d8d8;
  padding: 40px 40px 40px 60px;
  font-family: "futura-pt", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 44px;
  letter-spacing: 0; }

blockquote p {
  font-family: "futura-pt", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 44px;
  letter-spacing: 0; }
  
body {
    font-family: 'futura-pt',sans-serif;
}