@font-face {
font-family: "quicksand-v30";
font-style: normal;
font-weight: 400;
src:
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-regular.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-regular.woff) format("woff");
}

@font-face {
font-family: "quicksand-v30";
font-style: normal;
font-weight: 300;
src: 
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-300.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-300.woff) format("woff");
}

@font-face {
font-family: "quicksand-v30";
font-style: normal;
font-weight: 700;
src: 
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-700.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-700.woff) format("woff");
}

@font-face {
font-family: "quicksand-v30";
font-style: normal;
font-weight: 500;
src: 
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-500.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-500.woff) format("woff");
}

@font-face {
font-family: "quicksand-v30";
font-style: normal;
font-weight: 600;
src: 
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-600.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/quicksand-v30-latin/quicksand-v30-latin-600.woff) format("woff");
}

@font-face {
font-family: "bellefair-v6";
font-style: normal;
font-weight: 400;
src:
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.eot) format("embedded-opentype"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.woff) format("woff"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.ttf) format("truetype"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.svg) format("svg");
}

@font-face {
font-family: "bellefair-v6";
font-style: normal;
font-weight: 400;
src:
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.eot) format("embedded-opentype"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.woff2) format("woff2"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.woff) format("woff"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.ttf) format("truetype"),
url(/wp-content/uploads/rh-aim/_custom-fonts/bellefair-v6-latin/bellefair-v6-latin-regular.svg) format("svg");
}

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);
}

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);
}

@media (min-width: 840px) { 
	h3 { 
		font-size: px;
	}
}

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);
}

@media (min-width: 840px) { 
	h4, h5, h6 { 
		font-size: px;
	}
}

.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: quicksand-v30, Arial, Helvetica, sans-serif;
--rh--general--font-weight: 400;
--rh--general--line-height: 1.6;
--rh--h1--font-size: clamp(3rem, 3vw, 5rem);
--rh--h1--font-family: bellefair-v6, Arial, Helvetica, sans-serif;
--rh--h1--font-weight: 400;
--rh--h2--font-size: clamp(2.7rem, 2vw, 4rem);
--rh--h2--font-family: bellefair-v6, Arial, Helvetica, sans-serif;
--rh--h2--font-weight: 400;
--rh--h2--line-height: 1.2;
--rh--h3--font-size: clamp(2.2rem, 2.2vw, 2.6rem);
--rh--h3--font-family: quicksand-v30, Arial, Helvetica, sans-serif;
--rh--h3--font-weight: 400;
--rh--h3--line-height: 1.3;
--rh--h4_h6--font-size: clamp(2rem, 2vw, 2.4rem);
--rh--h4_h6--font-family: quicksand-v30, Arial, Helvetica, 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: quicksand-v30, Arial, Helvetica, sans-serif;
--rh--menu--font-weight: 500;
--rh--menu--line-height: 1.6;
--rh--cta--font-size: 1.6rem;
--rh--cta--font-family: quicksand-v30, Arial, Helvetica, sans-serif;
--rh--cta--font-weight: 400;
--rh--cta--line-height: 1.6;

}
/* rh-husk end */