/* Eczar Font */
@font-face {
  font-family: 'Eczar';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Eczar'), url('../fonts/eczar.woff2') format('woff2');
}

/* Fira Sans Font */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Fira Sans'), url('../fonts/fira-sans.woff2') format('woff2');
}

/* Inter Font */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter'), url('../fonts/inter.woff2') format('woff2');
}
