/**
 * Typography
 */ 

/* Fonts - Public Gothic Expanded */

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-Extrabold.woff2');
	font-display: swap;
	font-weight: 800;
}

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-ExtraboldItalic.woff2');
	font-display: swap;
	font-style: italic;
	font-weight: 800;
}

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-Demibold.woff2');
	font-display: swap;
	font-weight: 600;
}

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-DemiboldItalic.woff2');
	font-display: swap;
	font-style: italic;
	font-weight: 600;
}

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-Regular.woff2');
	font-display: swap;
	font-weight: normal;
}

@font-face {
	font-family: 'Publish Gothic Expanded';
	src: url('/wp-content/uploads/fonts/PublishGothicExpanded-Italic.woff2');
	font-display: swap;
	font-style: italic;
	font-weight: normal;
}

/* Fonts - Source Sans Pro */
/* importing from Google fonts  */