/*
 * Final template override layer.
 *
 * Put site-specific changes here. This file is loaded after theme.css,
 * modules.css and any css/modules/{page}[.{subpage}].css file.
 */

:root {
	--universal-logo-header-width: 120px;
	--universal-logo-hero-width: 200px;
}

.site-header .brand {
	min-width: 120px;
}

.hero-content > .universal-brand-logo-hero {
	margin: 0 0 16px;
}

@media (max-width: 820px) {
	:root {
		--universal-logo-header-width: 104px;
		--universal-logo-hero-width: 180px;
	}
}
