/* 
Theme Name:		 Neoton Child
Theme URI:		 https://backtheme.tech/products/wordpress/neoton/
Description:	 Neoton Child is a child theme of Neoton
Author:			 Backtheme
Author URI:		 https://backtheme.tech/
Template:		 neoton
Version:		 4.0.8
Text Domain:	 neoton
*/


/*
    Add your custom styles here
*/

@font-face {
	font-family: 'truenorthroughblackw01-rgRg';
	src: url('assets/fonts/true-north-rough-black-w01-rg-webfont.woff2') format('woff2'),
		url('assets/fonts/true-north-rough-black-w01-rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Override theme typography (League Spartan) — match KTGS headings */
body.full-width-header h1,
body.full-width-header h2,
body.full-width-header h3,
body.full-width-header h4,
body.full-width-header h5,
body.full-width-header h6,
body.full-width-header .entry-title,
body.full-width-header .entry-title a,
body.full-width-header .blog-title,
body.full-width-header .blog-title a,
body.full-width-header .page-title,
body.full-width-header .back-breadcrumbs .page-title,
body.full-width-header .ktgs-newsletter-title,
body.full-width-header .footer-title {
	font-family: 'truenorthroughblackw01-rgRg', sans-serif !important;
	font-weight: normal !important;
	font-style: normal;
}

/* Hide featured image on single posts (flipbook is the content) */
.single .bs-img {
	display: none !important;
}

/* Hide comment form */
.comments-area,
.comment-respond,
#comments,
#respond {
	display: none !important;
}

/* Hide previous/next post navigation */
.single .ps-navigation,
.ps-navigation {
	display: none !important;
}