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

/* Medium */
@font-face {
	font-family: 'Gellix';
	src: url('./gellix/Gellix-Medium.woff2') format('woff2'),
		url('./gellix/Gellix-Medium.woff') format('woff');
	font-weight: 500;
	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: 600;
	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: 700;
	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';
	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;
}


/* CSS Custom Properties - Variables */
:root {
  /* Typography */
  --font-family-primary: 'Helvetica Now Text', system-ui, -apple-system, sans-serif; /* Used */
  --font-family-heading: 'Gellix', sans-serif;
}


/* Page utilities */
.page {
  font-family: var(--font-family-primary);
  color: var(--color-primary);
  font-weight: 400;
  letter-spacing: -.2px;
}