/*----------------------------------------------------------------- */
/* FONTS
/*----------------------------------------------------------------- */

/* IBM Plex Sans
----------------------------------------- */
@font-face
{
	font-family: 'IBM Plex Sans';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/ibm-plex-sans-v19-latin-ext-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'IBM Plex Sans';
	font-weight: 600;
	font-style: normal;

	font-display: swap;
	src: url('../font/ibm-plex-sans-v19-latin-ext-600.woff2') format('woff2');
}

/* Rubik
----------------------------------------- */
@font-face
{
	font-family: 'Rubik';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/rubik-v28-latin-ext-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'Rubik';
	font-weight: 500;
	font-style: normal;

	font-display: swap;
	src: url('../font/rubik-v28-latin-ext-500.woff2') format('woff2');
}
