/**
 * Godger Demo — place font files in assets/fonts/
 * Supported names: GodgerDemo.woff2, .woff, .otf, .ttf
 */
@font-face {
	font-family: 'Godger Demo';
	src:
		url('../fonts/GodgerDemo.woff2') format('woff2'),
		url('../fonts/GodgerDemo.woff') format('woff'),
		url('../fonts/GodgerDemo.otf') format('opentype'),
		url('../fonts/GodgerDemo.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.font-head {
	font-family: 'Godger Demo', sans-serif;
}

/* Header logo — never allow full-size custom logo to overflow */
#ss-header .ss-logo-link {
	max-height: 78px;
	overflow: hidden;
}
#ss-header .ss-site-logo,
#ss-header .custom-logo,
#ss-header .ss-logo-link img {
	display: block;
	max-height: 120px !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain;
}
