@font-face {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-Regular.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-Italic.woff2') format('woff2'),
       url('../fonts/FiraSans/Barlow-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-SemiBold.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-SemiBoldItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-Bold.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-BoldItalic.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-BoldItalic.ttf') format('truetype');
}


@font-face {
  font-family: 'Barlow';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-ExtraBold.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow';
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: local('Barlow'),
       url('../fonts/Barlow/Barlow-ExtraBoldItalic.woff2') format('woff2'),
       url('../fonts/Barlow/Barlow-ExtraBoldItalic.ttf') format('truetype');
}