@font-face {
  font-family: 'Inter Bold';
  src: url('Inter-Bold.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Inter Regular';
  src: url('Inter-Regular.ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy Black';
  src: url('Gilroy-Black.woff') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy Bold';
  src: url('Gilroy-Bold.woff') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy Regular';
  src: url('Gilroy-Regular.woff') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Bold Italic';
  src: url('Poppins-BoldItalic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Bold';
  src: url('Poppins-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Poppins Regular';
  src: url('Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'ionicons';
  src: url('ionicons.eot?hakjch#iefix') format('embedded-opentype'),
    url('ionicons.ttf?hakjch') format('truetype'),
    url('ionicons.woff?hakjch') format('woff'),
    url('ionicons.svg?hakjch#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot');
  src: url('icomoon.eot?#iefix') format('embedded-opentype'),
    url('icomoon.ttf') format('truetype'),
    url('icomoon.woff?hakjch') format('woff'),
    url('icomoon.svg?hakjch#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}