/**
 * Fuentes locales utilizadas por ListingPro en elnino2027.org.
 *
 * Rock Salt: Apache License 2.0.
 * Quicksand y Open Sans: SIL Open Font License 1.1.
 */

@font-face {
	font-family: 'Rock Salt';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/rock-salt-400-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('../fonts/quicksand-300-700-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300 800;
	font-stretch: 100%;
	font-display: swap;
	src: url('../fonts/open-sans-300-800-latin.woff2') format('woff2');
}

@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300 800;
	font-stretch: 100%;
	font-display: swap;
	src: url('../fonts/open-sans-300-800-italic-latin.woff2') format('woff2');
}
