html {
	font-size: 16px;
}

body {
	background-color: #fff;
	font-family: Inter, sans-serif;
	font-weight: 400;
	color: rgb(26 27 29 / 80%);
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: anywhere;
	line-break: strict;
}

a {
	color: unset;
	transition: all 0.2s;
}

@media (any-hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

img,
svg,
iframe {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}