body, button, input, select, textarea {
	font-size: var(--rh--general--font-size);
	font-family: var(--rh--general--font-family);
	font-weight: var(--rh--general--font-weight);
	line-height: var(--rh--general--line-height);
}

@media (min-width: 840px) { 
	body, button, input, select, textarea { 
		font-size: px;
	}
}

h1 {
	font-size: var(--rh--h1--font-size);
	font-family: var(--rh--h1--font-family);
	font-weight: var(--rh--h1--font-weight);
	line-height: var(--rh--h1--line-height);
}

h2 {
	font-size: var(--rh--h2--font-size);
	font-family: var(--rh--h2--font-family);
	font-weight: var(--rh--h2--font-weight);
	line-height: var(--rh--h2--line-height);
}

h3 {
	font-size: var(--rh--h3--font-size);
	font-family: var(--rh--h3--font-family);
	font-weight: var(--rh--h3--font-weight);
	line-height: var(--rh--h3--line-height);
}

h4, h5, h6 {
	font-size: var(--rh--h4_h6--font-size);
	font-family: var(--rh--h4_h6--font-family);
	font-weight: var(--rh--h4_h6--font-weight);
	line-height: var(--rh--h4_h6--line-height);
}

.main-navigation a {
	font-size: var(--rh--menu--font-size);
	font-family: var(--rh--menu--font-family);
	font-weight: var(--rh--menu--font-weight);
	line-height: var(--rh--menu--line-height);
}

@media (min-width: 840px) { 
	.main-navigation a { 
		font-size: px;
	}
}

.wp-block-rh-cta {
	font-size: var(--rh--cta--font-size);
	font-family: var(--rh--cta--font-family);
	font-weight: var(--rh--cta--font-weight);
	line-height: var(--rh--cta--line-height);
}

@media (min-width: 840px) { 
	.wp-block-rh-cta { 
		font-size: px;
	}
}

:root {
--rh--general--font-size: clamp(1.6rem, 2vw, 1.8rem);
--rh--general--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--general--font-weight: 400;
--rh--general--line-height: 1.8;
--rh--h1--font-size: clamp(2.6rem, 2vw, 3.2rem);
--rh--h1--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--h1--font-weight: 700;
--rh--h1--line-height: 1.3;
--rh--h2--font-size: clamp(2.2rem, 2vw, 2.8rem);
--rh--h2--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--h2--font-weight: 400;
--rh--h2--line-height: 1.3;
--rh--h3--font-size: 2.2rem;
--rh--h3--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--h3--font-weight: 400;
--rh--h3--line-height: 1.3;
--rh--h4_h6--font-size: 2rem;
--rh--h4_h6--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--h4_h6--font-weight: 400;
--rh--h4_h6--line-height: 1.3;
--rh--menu--font-size: 1.6rem;
--rh--menu--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--menu--font-weight: 400;
--rh--menu--line-height: 1.8;
--rh--cta--font-size: 1.6rem;
--rh--cta--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--rh--cta--font-weight: 400;
--rh--cta--line-height: 1.8;

}
/* rh-husk end */