/*
Theme Fonts:
- Font Awesome
- Roboto
- DM Serif Display
*/

/** 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');
}

/** DM Serif Display **/
@font-face {
  	font-display: swap; font-style: normal; font-weight: 400;
  	font-family: 'DM Serif Display';
  	src: url('../fonts/dm-serif-display-v15-latin-regular.woff2') format('woff2'),
       	 url('../fonts/dm-serif-display-v15-latin-regular.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: italic; font-weight: 400;
  	font-family: 'DM Serif Display';
  	src: url('../fonts/dm-serif-display-v15-latin-italic.woff2') format('woff2'),
       	 url('../fonts/dm-serif-display-v15-latin-italic.ttf') format('truetype');
}

/** Roboto **/
@font-face {
  	font-display: swap; font-style: normal; font-weight: 300;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-300.woff2') format('woff2'),
       	 url('../fonts/roboto-v47-latin-300.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 400;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'),
       	 url('../fonts/roboto-v47-latin-regular.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: italic; font-weight: 400;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2'),
       	 url('../fonts/roboto-v47-latin-italic.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 500;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-500.woff2') format('woff2'),
       	 url('../fonts/roboto-v47-latin-500.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 600;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-600.woff2') format('woff2'),
       	  url('../fonts/roboto-v47-latin-600.ttf') format('truetype');
}
@font-face {
  	font-display: swap; font-style: normal; font-weight: 700;
  	font-family: 'Roboto';
  	src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'),
       	 url('../fonts/roboto-v47-latin-700.ttf') format('truetype');
}
  