/**
 * Custom fonts for Damask Love, for use in the Hayes theme.
 */

@font-face {
	font-family: 'Rickmond';
	src: url('fonts/RickmondRegular.woff2') format('woff2'),
		url('fonts/RickmondRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.em-fonts-tertiary {
	/* Override the Hayes theme's options. */
	font-family: 'Rickmond', sans-serif !important;
}
