/*
Theme Name: Celebrate
Author: Celebrate Creative
Author URI: https://celebratecreative.com
Theme URI: https://celebratecreative.com
Tags: full-site-editing, editor-style, block-styles
Text Domain: celebrate
Requires at least: 6.7
Requires PHP: 7.4
Tested up to: 6.8.1
Version: 2.1.0.3
*/

:root {
	--color--primary--lighter--20: hsl(from var(--wp--preset--color--primary) h s calc(l + 20));
	--color--primary--lighter--40: hsl(from var(--wp--preset--color--primary) h s calc(l + 40));
	--color--primary--lighter--60: hsl(from var(--wp--preset--color--primary) h s calc(l + 60));
	--color--primary--darker--10: hsl(from var(--wp--preset--color--primary) h s calc(l - 10));
	--color--primary--darker--20: hsl(from var(--wp--preset--color--primary) h s calc(l - 20));
}

h1, h2, h3, h4, h5, h6 { margin: 0; }

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;
}

a {
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

figure {
	margin: 0;
}

iframe {
	display: flex;
}

.home>*,
.page-template-default>*,
.post-template-default>* {
	overflow: clip;
	max-width: 100% !important;
}

:focus-visible {
	outline: none;
}
