/*----------------------------------------------------------------- */
/* FONTS
/*----------------------------------------------------------------- */

/* Work Sans
----------------------------------------- */
@font-face
{
	font-family: 'Work Sans';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/work-sans-v18-latin-ext-regular.woff2') format('woff2');
}

@font-face
{
	font-family: 'Work Sans';
	font-weight: 500;
	font-style: normal;

	font-display: swap;
	src: url('../font/work-sans-v18-latin-ext-500.woff2') format('woff2');
}

@font-face
{
	font-family: 'Work Sans';
	font-weight: 600;
	font-style: normal;

	font-display: swap;
	src: url('../font/work-sans-v18-latin-ext-600.woff2') format('woff2');
}

/* Hot Rush
----------------------------------------- */
@font-face
{
	font-family: 'Hot Rush';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/hot-rush-sans.woff2') format('woff2');
}

/* Hot Rush Striped
----------------------------------------- */
@font-face
{
	font-family: 'Hot Rush Striped';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/hot-rush-sans-striped.woff2') format('woff2');
}

/* Thunderstorm
----------------------------------------- */
@font-face
{
	font-family: 'Thunderstorm';
	font-weight: 400;
	font-style: normal;

	font-display: swap;
	src: url('../font/thunderstorm.woff2') format('woff2');
}
