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

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

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


/* Regular */
@font-face {
	font-family: 'Helvetica Now Text';
	src: url('./helvetica-now-text/HelveticaNowText-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Medium */
@font-face {
	font-family: 'Helvetica Now Text Medium';
	src: url('./helvetica-now-text/HelveticaNowText-Medium.woff2') format('woff2'),
	url('./helvetica-now-text/HelveticaNowText-Medium.woff') format('woff'),
	url('./helvetica-now-text/HelveticaNowText-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
