
/* Barlow - Regular */
@font-face {
  font-family: 'Barlow 400';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Barlow - Light */
@font-face {
  font-family: 'Barlow 300';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/BarlowSemiCondensed-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* Barlow - Medium */
@font-face {
  font-family: 'Barlow 500';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/BarlowSemiCondensed-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
