@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('./barlow-semi-condensed/BarlowSemiCondensed-Light.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('./barlow-semi-condensed/BarlowSemiCondensed-Regular.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 500;
    src: url('./barlow-semi-condensed/BarlowSemiCondensed-Medium.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('./barlow-semi-condensed/BarlowSemiCondensed-SemiBold.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('./barlow-semi-condensed/BarlowSemiCondensed-Bold.ttf') format('truetype');
    font-display: swap;
  }