/* Loaded outside UCSS — typography for listing/taxonomy pages. */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Quicksand:wght@400;600;700&display=swap');

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../font/Quicksand-Light.woff') format('woff'),
		url('../font/Quicksand-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../font/Quicksand-Regular.woff') format('woff'),
		url('../font/Quicksand-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../font/Quicksand-Bold.woff') format('woff'),
		url('../font/Quicksand-Bold.ttf') format('truetype');
}

body {
	font-family: 'Quicksand', 'Open Sans', sans-serif;
}

h1,
h1 a,
.lp-h1,
.lp-h1 a,
.page-heading-inner-container h1,
.page-heading .page-heading-inner-container h1,
.lp-home-banner-contianer-inner-new h1 {
	font-family: 'Open Sans', 'Quicksand', sans-serif !important;
}
