body {
	color: var(--sbwp-text);
	font-family: var(--sbwp-font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

h1,
h2,
h3,
h4 {
	color: var(--sbwp-dark);
	font-family: var(--sbwp-font-primary);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.18;
	margin-top: 0;
}

h1 {
	font-size: 64px;
	font-weight: 900;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 24px;
}

p {
	margin-top: 0;
}

a {
	color: var(--sbwp-primary);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

a:hover,
a:focus {
	color: var(--sbwp-dark);
}

a:focus-visible,
button:focus-visible,
.sbwp-button:focus-visible {
	box-shadow: var(--sbwp-focus-ring);
	outline: 2px solid transparent;
	outline-offset: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.et_pb_button,
.sbwp-button {
	font-family: var(--sbwp-font-primary);
	font-weight: 700;
	letter-spacing: 0;
}
