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

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

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

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

/* Bold */
@font-face {
	font-family: 'Gellix';
	src: url('./Gellix-ExtraBold.woff2') format('woff2'),
	url('./Gellix-ExtraBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
