/*
Theme Name: Carbon Marketing
Author: Kantipur Themes
Author URI: https://www.kantipurthemes.com/
Theme URI: https://www.kantipurthemes.com/carbon-marketing
Description: Carbon Marketing is a digital marketing agency theme which has a very modern and creative look. You can use it for multipurpose websites like Agency, Marketing Agency, Seo Agencies, Facebook Marketing, Digital Agency, Services, Personal, and company other services. It is responsive and adapts to any size, be it a laptop screen, iPad, iPhone, Android Mobile, or tablet.
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: carbon-marketing
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.9
Version: 1.0.3

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 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;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}