
/* Barlow */
@font-face {
  font-family: "Barlow";
  src: url("./Barlow/Barlow-Light.woff2") format("woff2"),
    url("./Barlow/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./Barlow/Barlow-Regular.woff2") format("woff2"),
    url("./Barlow/Barlow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./Barlow/Barlow-Medium.woff2") format("woff2"),
    url("./Barlow/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("./Barlow/Barlow-SemiBold.woff2") format("woff2"),
    url("./Barlow/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow";
  src: url("./Barlow/Barlow-Bold.woff2") format("woff2"),
    url("./Barlow/Barlow-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Barlow Condensed */
@font-face {
  font-family: "Barlow Condensed";
  src: url("./Barlow_Condensed/BarlowCondensed-Light.woff2") format("woff2"),
    url("./Barlow_Condensed/BarlowCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./Barlow_Condensed/BarlowCondensed-Regular.woff2") format("woff2"),
    url("./Barlow_Condensed/BarlowCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./Barlow_Condensed/BarlowCondensed-Medium.woff2") format("woff2"),
    url("./Barlow_Condensed/BarlowCondensed-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./Barlow_Condensed/BarlowCondensed-SemiBold.woff2") format("woff2"),
    url("./Barlow_Condensed/BarlowCondensed-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}