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

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

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

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

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

/* Barlow Semi Condensed */
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/barlow-semi-condensed/BarlowSemiCondensed-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 400;
  font-style: normal;
  src: url('../fonts/barlow-semi-condensed/BarlowSemiCondensed-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 500;
  font-style: normal;
  src: url('../fonts/barlow-semi-condensed/BarlowSemiCondensed-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/barlow-semi-condensed/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Condensed';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/barlow-semi-condensed/BarlowSemiCondensed-Bold.ttf') format('truetype');
}

/* Barlow Condensed */
@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/barlow-condensed/BarlowCondensed-Light.ttf') format('truetype');
}

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

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

@font-face {
  font-family: 'Barlow Condensed';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/barlow-condensed/BarlowCondensed-SemiBold.ttf') format('truetype');
}

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

:root {
  /* Fonts */
  --font-standard: 'Barlow', sans-serif;
  --font-semi-condensed: 'Barlow Semi Condensed', sans-serif;
  --font-condensed: 'Barlow Condensed', sans-serif;
}
