/* Regular */
@font-face {
	font-family: 'Gellix';
	src: url('../woff2/gellix-regular.woff2') format('woff2'),
		url('../woff/gellix-regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Gellix';
	src: url('../woff2/gellix-medium.woff2') format('woff2'),
		url('../woff/gellix-medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* SemiBold */
@font-face {
	font-family: 'Gellix';
	src: url('../woff2/gellix-semibold.woff2') format('woff2'),
		url('../woff/gellix-semibold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	//font-display: swap;
}

/* Bold */
@font-face {
	font-family: 'Gellix';
	src: url('../woff2/gellix-bold.woff2') format('woff2'),
		url('../woff/gellix-bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	//font-display: swap;
}
