/*
Theme Name:   DentaBeam
Author:       Chandru S
Description:  Elevate your dental practice with a modern FSE WordPress theme. Built with custom block variations and refined patterns, this theme is fully translatable and optimized for performance helping your clinic shine online and connect with patients effortlessly.
Version:      1.0.3
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.4
License:      GPL-2.0-or-later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dentabeam
Domain Path:  /language
Tags:         custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, translation-ready, block-styles, style-variations,
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}

img,
video,
iframe {
	max-width: 100%;
	height: auto;
	display: block;
}

button {
	cursor: pointer;
	border: none;
	background: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--wp--preset--color--db-primary, #ff74e1);
	border-color: transparent;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
}

.screen-reader-text:focus {
	clip-path: none;
	width: auto;
	height: auto;
	background: var(--wp--preset--color--db-light, #fff);
	padding: 15px 23px;
	z-index: 100000;
}

@media (prefers-reduced-motion: reduce) {

	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}
