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.4;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: anywhere;
	line-break: strict;
}

a {
	color: unset;
	transition: all 0.4s ease-in-out;
}

@media (any-hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

a[href^="tel:"] {
	pointer-events: none;
}

@media screen and (max-width: 768px) {
	a[href^="tel:"] {
		pointer-events: auto;
	}
}

img,
svg,
iframe {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	color: #1a1b1d;
}

h1 {
	font-size: 64px;
	line-height: 1.1;
	letter-spacing: -2px;
}

h2 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -1px;
}

h3 {
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -1px;
}

h4 {
	font-size: 32px;
	line-height: 1.4;
	letter-spacing: -1px;
}

h5 {
	font-size: 24px;
	line-height: 1.4;
}

h6 {
	font-size: 20px;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 34px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 18px;
	}
}