@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('/wp-content/themes/trigan/fonts/texgyretermes-regular.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('/wp-content/themes/trigan/fonts/texgyretermes-bold.otf');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family:'TeX Gyre Termes';
	src: url('/wp-content/themes/trigan/fonts/texgyretermes-italic.otf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('/wp-content/themes/trigan/fonts/texgyretermes-bolditalic.otf');
	font-style: italic;
	font-weight: bold;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('/wp-content/themes/trigan/fonts/TradeGothicLTStdCondensedNo18.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('/wp-content/themes/trigan/fonts/TradeGothicLTStdCondensedNo18Oblique.otf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('/wp-content/themes/trigan/fonts/TradeGothicLTStdBoldCondensedNo20.otf');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('/wp-content/themes/trigan/fonts/TradeGothicLTStdBoldCondensedNo20Oblique.otf');
	font-style: italic;
	font-weight: bold;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('/wp-content/themes/trigan/fonts/TradeGothicLTStdCondensedNo18.otf');
}

@font-face {
	font-family: 'Comic Sans MS';
	src: url('/wp-content/themes/trigan/fonts/COMIC.TTF');
}

@font-face {
	font-family: 'Komika Hand';
	src: url('/wp-content/themes/trigan/fonts/KOMIKAH_.ttf');
}

@font-face {
	font-family: 'Steel City Comic';
	src: url('/wp-content/themes/trigan/fonts/scb.ttf');
}

@font-face {
	font-family: 'Acme';
	src: url('/wp-content/themes/trigan/fonts/Acme-Regular.ttf');
}

@font-face {
	font-family: 'Zud Juice';
	src: url('/wp-content/themes/trigan/fonts/ZUDJUICE.TTF');
}

@font-face {
	font-family: 'Zud Juice';
	src: url('/wp-content/themes/trigan/fonts/ZUDJUICE.TTF');
	font-weight: bold;
}

@font-face {
	font-family: 'Zud Juice';
	src: url('/wp-content/themes/trigan/fonts/ZUDJI___.TTF');
	font-style: italic;
}

@font-face {
	font-family: 'Komika Text';
	src: url('/wp-content/themes/trigan/fonts/KOMTXT__.ttf');
}

@font-face {
	font-family: 'Komika Text';
	src: url('/wp-content/themes/trigan/fonts/KOMTXTB_.ttf');
	font-weight: bold;
}

.vorg {
	display:block;
	display:none;
}

.plain {
	display:none;
	display:block;
}

.pending {
	text-decoration:none;
	cursor:default;
	color:#999999;
}

.red {
	background-color: red;
}


h2.wp-block-heading {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	padding-top: 0;
}

hr.wp-block-separator {
	width: 100%;
	margin: 4rem 0 1rem;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: none;
    width: 100%;
}


/* MISCELLANEOUS */

@media ( min-width: 1920px ) {
	
	.wrap {
		max-width: calc(100vw - 640px);
	}
	
	/* Single Post */
	
	.single-post:not(.has-sidebar) #primary,
	.page.page-one-column:not(.twentyseventeen-front-page) #primary,
	.archive.page-one-column:not(.has-sidebar) .page-header,
	.archive.page-one-column:not(.has-sidebar) #primary {
		max-width: calc(100vw - 640px);
	}
	
}




