/*
Theme Name: ta-gazelle
Author: TechnologyAdvice
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: ta-gazelle
Requires at least: 6.0
Requires PHP: 8.0
Tested up to: 6.2
x-release-please-start-version
Version: 1.2.10
x-release-please-end

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

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

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

* {
	box-sizing: border-box;
}

html :where(img) {
    max-width: 100%;
}

.embed-youtube {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	padding-top: 30px;
	overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Remove any extra spacing on YT embed blocks */
.wp-block-embed .embed-youtube {
	position: unset;
	padding: unset;
}
