/* Public Sans Font Family */
@font-face {
  font-family: 'Public Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('PublicSans-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('PublicSans-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('PublicSans-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('PublicSans-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('PublicSans-800.woff2') format('woff2');
}

/* Gelion Font Family */
@font-face {
  font-family: 'Gelion';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url('Gelion Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Gelion';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('Gelion Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Gelion';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('Gelion Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Gelion';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('Gelion Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Gelion';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('Gelion SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gelion';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('Gelion Bold.ttf') format('truetype');
}