@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: 'Montserrat Bold';
  src: url('Montserrat-Bold.ttf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Light';
  src: url('Montserrat-Light.ttf') format('opentype');
  font-display: swap;
}

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

@font-face {
  font-family: 'Montserrat Italic';
  src: url('Montserrat-Italic.ttf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Inter ExtraBold';
  src: url('Inter-ExtraBold.ttf');
  font-display: swap;
}

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