/* --- Inter (Sans-Serif) --- */

/* Light (300) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('Inter-Light.woff2') format('woff2');
}

/* Regular (400) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Inter-Regular.woff2') format('woff2');
}

/* SemiBold (600) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('Inter-SemiBold.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Inter-Bold.woff2') format('woff2');
}

/* --- Merriweather (Serif) --- */

/* Regular (400) */
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('Merriweather-Regular.woff2') format('woff2');
}

/* Italic (400) */
@font-face {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('Merriweather-Italic.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('Merriweather-Bold.woff2') format('woff2');
}