@font-face {
  font-family: "Freight Sans";
  font-style: normal;
  font-weight: 400;
  src: url("freight-sans-medium-webfont.woff2") format("woff2"),
  url("freight-sans-medium-webfont.woff") format("woff");
}

@font-face {
  font-family: "Freight Sans";
  font-style: italic;
  font-weight: 400;
  src: url("freight-sans-medium-italic-webfont.woff2") format("woff2"),
  url("freight-sans-medium-italic-webfont.woff") format("woff");
}

@font-face {
  font-family: "Freight Sans";
  font-style: normal;
  font-weight: 700;
  src: url("freight-sans-bold-webfont.woff2") format("woff2"),
  url("freight-sans-bold-webfont.woff") format("woff");
}

@font-face {
  font-family: "Freight Sans";
  font-style: italic;
  font-weight: 700;
  src: url("freight-sans-bold-italic-webfont.woff2") format("woff2"),
  url("freight-sans-bold-italic-webfont.woff") format("woff");
}

.freight-sans-pro {
  font-family: "Freight Sans", sans-serif;
}
