/*
Theme Name: Filmcamp
Theme URI: https://gnistdesign.no
Author: Gnist Design
Author URI: https://gnistdesign.no
Description: A theme for Filmcamp.
Tags: full-site-editing, block-patterns, accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style one-column, template-editing, translation-ready, wide-blocks
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 8.2
Version: 1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: filmcamp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Global Normalizer */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	min-width: 0;
}

@media screen and ( max-width: 600px ) {
	:root {
		--wp--preset--spacing--20: 8px;
		--wp--preset--spacing--30: 12px;
		--wp--preset--spacing--40: 20px;
		--wp--preset--spacing--50: 24px;
		--wp--preset--spacing--60: 40px;
		--wp--preset--spacing--70: 60px;
	}
}