/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


<link rel="stylesheet" href="https://use.typekit.net/urr4lyo.css">

font-family: address-sans-pro, sans-serif;
font-weight: 300;
font-style: normal;

font-family: address-sans-pro, sans-serif;
font-weight: 400;
font-style: normal;

font-family: address-sans-pro, sans-serif;
font-weight: 400;
font-style: italic;

font-family: address-sans-pro, sans-serif;
font-weight: 600;
font-style: normal;

font-family: address-sans-pro, sans-serif;
font-weight: 700;
font-style: normal;

font-family: address-sans-pro, sans-serif;
font-weight: 700;
font-style: italic;

font-family: address-sans-pro, sans-serif;
font-weight: 800;
font-style: normal;

:root {
	--cnvs-body-font: "address-sans-pro", sans-serif;
	--cnvs-primary-font: "address-sans-pro", sans-serif;
	--cnvs-secondary-font: "address-sans-pro", serif;
}