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

@font-face {
  font-family: 'Barlow';
  src: url('./fonts/Barlow-Italic.eot');
  src: url('./fonts/Barlow-Italic.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Barlow-Italic.woff2') format('woff2'),
  url('./fonts/Barlow-Italic.woff') format('woff'),
  url('./fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('./fonts/Barlow-ExtraBold.eot');
  src: url('./fonts/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/Barlow-ExtraBold.woff2') format('woff2'),
  url('./fonts/Barlow-ExtraBold.woff') format('woff'),
  url('./fonts/Barlow-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



