@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed"),
    url("/static/fonts/BarlowCondensed-Regular.ttf") format("truetype");
  
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed"),
    url("/static/fonts/BarlowCondensed-Italic.ttf") format("truetype");
  
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed"),
    url("/static/fonts/BarlowCondensed-Bold.ttf") format("truetype");
  
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Barlow Condensed";
  src:
    local("Barlow Condensed"),
    url("/static/fonts/BarlowCondensed-BoldItalic.ttf") format("truetype");
  
  font-weight: bold;
  font-style: italic;
}
