@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/poppins/poppins-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/poppins/poppins-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/poppins/poppins-medium-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 300;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-light-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-regular-normal-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	font-style: italic;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-regular-italic-latin.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://titus-design.com/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-bold-normal-latin.woff2) format('woff2');
	font-display: swap;
}

.has-poppins-font-family{ 
	font-family: 'Poppins';
}

.has-open-sans-font-family{ 
	font-family: 'Open Sans';
}

