/* Brand wordmark font. Only the 700 weight, latin subset — it is used by the
   SousyChef lockup and nothing else. Self-hosted so the logo never depends on
   a third-party request to render correctly. */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/quicksand-700-latin-068145f9.woff2") format("woff2");
}
