@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/light.woff2") format("woff2"),
    url("/font/sauce/light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/regular.woff2") format("woff2"),
    url("/font/sauce/regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/black.woff2") format("woff2"),
    url("/font/sauce/black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/light_italic.woff2") format("woff2"),
    url("/font/sauce/light_italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/italic.woff2") format("woff2"),
    url("/font/sauce/italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "sauce";
  src:
    url("/font/sauce/black_italic.woff2") format("woff2"),
    url("/font/sauce/black_italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
