@charset 'UTF-8';

@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: 'Google Sans Flex';
	font-weight: 600;
	font-display: swap;
	src: url('/assets/fonts/google-sans-flex/google-sans-flex-semibold.woff2') format('woff2'),
	     url('/assets/fonts/google-sans-flex/google-sans-flex-semibold.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/google-sans-flex/google-sans-flex-regular.woff2') format('woff2'),
	     url('/assets/fonts/google-sans-flex/google-sans-flex-regular.woff') format('woff');
}
