@font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/BarlowCondensed-Regular.ttf") format('woff');
    font-weight: 400;
  }
  @font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/BarlowCondensed-Medium.ttf") format('woff');
    font-weight: 500;
  }
   @font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/BarlowCondensed-SemiBold.ttf") format('woff');
    font-weight: 600;
  }
  @font-face {
   font-family: "Barlow Condensed";
    src: url("../fonts/BarlowCondensed-Bold.ttf") format('woff');
    font-weight: 700;
  }
  @font-face {
    font-family: "Barlow Condensed";
    src: url("../fonts/BarlowCondensed-Black.ttf") format('woff');
    font-weight: 400;
  }
  @font-face {
    font-family: "Segoe UI";
    src: url("../fonts/Segoe-UI-Variable-Static-Text.ttf") format('truetype');
    font-weight: 400;
  }
   @font-face {
    font-family: "Segoe UI";
    src: url("../fonts/Segoe-UI-Variable-Static-Text-Semibold.ttf") format('truetype');
    font-weight: 600;
  }
  @font-face {
    font-family: "Segoe UI";
    src: url("../fonts/Segoe-UI-Variable-Static-Text-Bold.ttf") format('truetype');
    font-weight: 700;
  }
  @font-face {
    font-family: "Segoe UI Variable";
    src: url("../fonts/segoeuivf-webfont.woff") format('woff');
    font-weight: 400;
  }
  @font-face {
    font-family: "Segoe UI Variable";
     src: url("../fonts/segoe_ui_bold-webfont.woff") format('woff');
    font-weight: 700;
  }