/**
 * Self-hosted Freight. Titles: Sans Pro (Medium 500). Body: Big Pro (Light 300).
 * Google Fonts remain as fallback in style.css.
 */

@font-face {
  font-family: "Freight Big Pro";
  src:
    url("../fonts/FreightBigProLight-Regular.woff2") format("woff2"),
    url("../fonts/FreightBigProLight-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freight Big Pro";
  src:
    url("../fonts/FreightBigProBold-Regular.woff2") format("woff2"),
    url("../fonts/FreightBigProBold-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Thin sans — body copy, lists, UI (Light file serves 300 and 400 requests) */
@font-face {
  font-family: "Freight Sans Pro";
  src:
    url("../fonts/FreightSansProLight-Regular.woff2") format("woff2"),
    url("../fonts/FreightSansProLight-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freight Sans Pro";
  src:
    url("../fonts/FreightSansProLight-Regular.woff2") format("woff2"),
    url("../fonts/FreightSansProLight-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freight Sans Pro";
  src:
    url("../fonts/FreightSansProMedium-Regular.woff2") format("woff2"),
    url("../fonts/FreightSansProMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freight Sans Pro";
  src:
    url("../fonts/FreightSansProSemibold-Regular.woff2") format("woff2"),
    url("../fonts/FreightSansProSemibold-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Freight Sans Pro";
  src:
    url("../fonts/FreightSansProBold-Regular.woff2") format("woff2"),
    url("../fonts/FreightSansProBold-Regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
