@font-face {
  font-family: 'Gotham-Book';
  src: url('./Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('./Gotham-Book.woff') format('woff'),
    url('./Gotham-Book.woff2') format('woff2'),
    url('./Gotham-Book.ttf') format('truetype'),
    url('./Gotham-Book.svg?#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('./Inter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Regular.eot');
  src: url('./Poppins-Regular.eot?#iefix') format('embedded-opentype'),
       url('./Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('./Poppins-Bold.eot');
  src: url('./Poppins-Bold.eot?#iefix') format('embedded-opentype'),
       url('./Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
