/* Fonts */
/* source-sans-pro-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 800.0;
*
* available axes:
'wght' (range from 300.0 to 800.0
*/
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/BespokeSans/BespokeSans-Variable.woff2') format('woff2'),
       url('../fonts/BespokeSans/BespokeSans-Variable.woff') format('woff'),
       url('../fonts/BespokeSans/BespokeSans-Variable.ttf') format('truetype');
  font-weight: 300 800;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 800.0;
*
* available axes:
'wght' (range from 300.0 to 800.0
*/
@font-face {
  font-family: 'Spartan';
  src: url('../fonts/BespokeSans/BespokeSans-VariableItalic.woff2') format('woff2'),
       url('../fonts/BespokeSans/BespokeSans-VariableItalic.woff') format('woff'),
       url('../fonts/BespokeSans/BespokeSans-VariableItalic.ttf') format('truetype');
  font-weight: 300 800;
  font-display: swap;
  font-style: italic;
}
/* Custom Styles */
:root {
	--tertiaryColor: #C3CFB0;
}

#footer {
	background-color: #C3CFB0;
}

.ce_revolutionslider ce_revolutionslider_text caption { white-space:normal!important; }