/*----------------------------------------------------------------- */
/* FONTS
/*----------------------------------------------------------------- */

/* Barlow
----------------------------------------- */
@font-face
{
	font-family: 'Barlow';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/barlow-v12-latin-ext-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'Barlow';
	font-weight: 600;
	font-style: normal;

	font-display: swap;
	src: url('../font/barlow-v12-latin-ext-600.woff2') format('woff2');
}

/* DM Serif Display
----------------------------------------- */
@font-face
{
	font-family: 'DM Serif Display';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/dm-serif-display-v12-latin-ext-regular.woff2') format('woff2');
}
