/*
Theme Name: gfcn-landing
Author: Dialog
Author URI: https://dialog.info/
Theme URI: https://dialog.info/
Tags: full-site-editing, block-patterns
Text Domain: gfcn-landing
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Global padding: full / 1600 / 1366 = 100px, 1024 / 768 = 48px, 475 = 16px */
.has-global-padding {
	padding-left: 100px;
	padding-right: 100px;
}

/* h1: full / 1600 / 1366 = 96px / 88px, 1024 / 768 = 56px / 56px, 475 = 36px / 36px */
h1 {
	font-size: 96px;
	line-height: 88px;
}

/* Responsive container width (contentSize) */
@media (max-width: 1366px) {

	:root {
		--wp--style--global--content-size: 1166px;
	}
}

@media (max-width: 1024px) {

	:root {
		--wp--style--global--content-size: 928px;
	}

	.has-global-padding {
		padding-left: 48px;
		padding-right: 48px;
	}

	h1 {
		font-size: 56px;
		line-height: 56px;
		letter-spacing: -3px;
	}
}

@media (max-width: 768px) {

	h1 {
		font-size: 56px;
		line-height: 56px;
	}
}

@media (max-width: 475px) {

	:root {
		--wp--style--global--content-size: 100%;
	}

	.has-global-padding {
		padding-left: 16px;
		padding-right: 16px;
	}

	h1 {
		font-size: 36px;
		line-height: 36px;
		letter-spacing: -2px;
	}
}
