@charset 'UTF-8';

@font-face {
	font-family: 'Archivo';
	font-weight: 700;
	font-display: swap;
	src: url('/assets/fonts/archivo/archivo-bold.woff2') format('woff2'),
	     url('/assets/fonts/archivo/archivo-bold.woff') format('woff');
}
@font-face {
	font-family: 'Archivo';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/archivo/archivo-regular.woff2') format('woff2'),
	     url('/assets/fonts/archivo/archivo-regular.woff') format('woff');
}
@font-face {
	font-family: 'Archivo';
	font-weight: 300;
	font-display: swap;
	src: url('/assets/fonts/archivo/archivo-light.woff2') format('woff2'),
	     url('/assets/fonts/archivo/archivo-light.woff') format('woff');
}
@font-face {
	font-family: 'Birthstone';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/birthstone/birthstone-regular.woff2') format('woff2'),
	     url('/assets/fonts/birthstone/birthstone-regular.woff') format('woff');
}
@font-face {
	font-family: 'Dekko';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/dekko/dekko-regular.woff2') format('woff2'),
	     url('/assets/fonts/dekko/dekko-regular.woff') format('woff');
}
