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