/*
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.6
Requires PHP: 7.4
Tested up to: 6.7.2
Version: 2.0.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;
}