/*
Theme Fonts:
- Font Awesome
- Source Sans 3 / Source Sans Pro
- Marcellus
*/

/** Old Font Awesome **/
@font-face {
	font-display: swap; font-style: normal; font-weight: normal; 
	font-family: 'FontAwesome';
  	src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3');
  	src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), 
		 url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), 
		 url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), 
		 url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), 
		 url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
}
	
/** Modern Font Awesome **/ 
@font-face {
  	font-display: swap; font-style: normal; font-weight: 400; 
	font-family: 'Font Awesome 6 Free';
  	src: url('../fonts/fontawesome/fa-regular-400.woff2') format('woff2'), 
		 url('../fonts/fontawesome/fa-regular-400.ttf') format('truetype');
}	 
@font-face {
  	font-display: swap; font-style: normal; font-weight: 900; 
	font-family: 'Font Awesome 6 Free';
  	src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2'), 
		 url('../fonts/fontawesome/fa-solid-900.ttf') format('truetype');
} 
@font-face {
  	font-display: swap; font-style: normal; font-weight: normal; 
	font-family: 'Font Awesome 6 Brands';
  	src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2'), 
		 url('../fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}

/** Marcellus **/
@font-face {
  	font-display: swap; font-style: normal; font-weight: 400;
  	font-family: 'Marcellus';
  	src: url('../fonts/marcellus-v13-latin-regular.woff2') format('woff2'),
       	 url('../fonts/marcellus-v13-latin-regular.ttf') format('truetype');
}

/** Source Sans 3 **/
@font-face {
  	font-display: swap; font-style: normal; font-weight: 300;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-300.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 400;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: italic; font-weight: 400;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-italic.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-italic.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 500;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-500.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-500.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 600;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-600.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-600.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 700;
  	font-family: 'Source Sans 3';
  	src: url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'),
         url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype');
}