@font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Barlow-Regular.woff2") format("woff2");
  }
  
  @font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Barlow-Medium.woff2") format("woff2");
  }
  
  @font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/Barlow-SemiBold.woff2") format("woff2");
  }
  
  @font-face {
    font-family: Barlow;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Barlow-Bold.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/BarlowCondensed-ExtraBold.woff2") format("woff2");
  }
  
  @font-face {
    font-family: "Barlow Condensed";
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url("../fonts/BarlowCondensed-ExtraBoldItalic.woff2") format("woff2");
  }