/* Barlow */
@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Thin.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-ThinItalic.ttf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

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

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

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-Black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Barlow;
  src: url('fonts/Barlow-BlackItalic.ttf');
  font-weight: 900;
  font-style: italic;
}
/*Inter*/

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Thin-sInt=0.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-ThinItalic-sInt=0.ttf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Light-sInt=0.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-LightItalic-sInt=0.ttf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Regular-sInt=0.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Italic-sInt=0.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Medium-sInt=0.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-MediumItalic-sInt=0.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Bold-sInt=0.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-BoldItalic-sInt=0.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-Black-sInt=0.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: url('fonts/Inter-BlackItalic-sInt=0.ttf');
  font-weight: 900;
  font-style: italic;
}
