@font-face {
  font-family: barlow;
  src: url('./Barlow-Regular.woff2') format('woff2');
  font-weight: 100 400;
  font-style: normal;
}

@font-face {
  font-family: barlow;
    src: url('./Barlow-Italic.woff2') format('woff2');
  font-weight: 100 400;
  font-style: italic;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
}

@font-face {
  font-family: barlow;
  src: url('./Barlow-BoldItalic.woff2') format('woff2');
  font-weight: 700 900;
  font-style: italic;
}
