html {
scroll-behavior: smooth !important;

}

html:focus-within {
 
}

h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
	margin-top: 0;
	overflow-wrap: anywhere;
}

h1 {
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 35px;
	line-height: 1.3;
	text-transform: uppercase;
}

h2 {
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
}

h3 {
	font-family: var(--text-font);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
}

body {
	font-family: var(--text-font);
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

p {
	margin-bottom: 16px;
}

p a,
li a,
span a {
	color: var(--color-primary);
	text-decoration: underline;
	font-weight: 500;
}

p a:hover,
p a:active,
p a:focus,
li a:hover,
li a:active,
li a:focus,
span a:hover,
span a:active,
span a:focus {
	color: var(--color-primary);
	text-decoration: underline;
	font-weight: 500;
	outline-color: var(--color-primary);
}

a {
	color: var(--color-primary);
}

i {
	line-height: 1;
	display: flex;
	align-items: center;
}

ol,
ul {
	padding-left: 20px;
	margin-bottom: 16px;
}

button,
.stc-btn,
input[type="submit"],
.btn {
	text-decoration: none;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0;
	font-family: var(--heading-font);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	padding: 14px 20px 10px 20px;
	text-align: center;
	cursor: pointer;
	width: auto;
	outline: none;
}

strong,
b{
    font-family: var(--strong-font);
}

@media screen and (max-width: 480px) {
	button,
	.stc-btn,
	input[type="submit"],
	.btn {
		min-width: 40px;
		padding: 14px 10px 10px 10px;
	}
}

button:hover,
.stc-btn:hover,
button:active,
.stc-btn:active,
button:focus,
.stc-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.btn:hover,
.btn:active,
.btn:focus {
	text-decoration: none;
}

section {
	margin-bottom: 50px;
}

label {
	cursor: pointer;
}

@media screen and (max-width: 480px) {
	section {
		margin-bottom: 30px;
	}
}
