@charset 'UTF-8';

@font-face {
	font-family: 'abel';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/abel/abel-regular.woff2') format('woff2'),
	     url('/assets/fonts/abel/abel-regular.woff') format('woff');
}
@font-face {
	font-family: 'abel-regular';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/abel/abel-regular.woff2') format('woff2'),
	     url('/assets/fonts/abel/abel-regular.woff') format('woff');
}
@font-face {
	font-family: 'Source Serif Pro';
	font-weight: 400;
	font-display: swap;
	src: url('/assets/fonts/source-serif-pro/source-serif-pro-regular.woff2') format('woff2'),
	     url('/assets/fonts/source-serif-pro/source-serif-pro-regular.woff') format('woff');
}
@font-face {
	font-family: 'Source Serif Pro';
	font-weight: 300;
	font-display: swap;
	src: url('/assets/fonts/source-serif-pro/source-serif-pro-light.woff2') format('woff2'),
	     url('/assets/fonts/source-serif-pro/source-serif-pro-light.woff') format('woff');
}
