@font-face {
	font-family: 'Primary';
	src: url('../fonts/canelaweb-light.woff2') format('woff2'),
		url('../fonts/canelaweb-light.woff') format('woff');
	font-display: swap;
	font-weight: 300;
}

@font-face {
	font-family: 'Primary';
	src: url('../fonts/canelaweb-thin.woff2') format('woff2'),
		url('../fonts/canelaweb-thin.woff') format('woff');
	font-display: swap;
	font-weight: 250;
}

@font-face {
	font-family: 'Secondary';
	src: url('../fonts/cormorantgaramond-regular.woff2') format('woff2'),
		url('../fonts/cormorantgaramond-regular.woff') format('woff');
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: 'Secondary';
	src: url('../fonts/cormorantgaramond-light.woff2') format('woff2'),
		url('../fonts/cormorantgaramond-light.woff') format('woff');
	font-display: swap;
	font-weight: 300;
}

@font-face {
	font-family: 'Tertiary';
	src: url('../fonts/sackers.woff2') format('woff2'),
		url('../fonts/sackers.woff') format('woff');
	font-display: swap;
	font-weight: 500;
}

:root {
	--primary: 'Primary', serif;
	--secondary: 'Secondary', serif;
	--tertiary: 'Tertiary', sans-serif;
}
