/**
 * Brand fonts (from baycorp.com.au). Load before baycorp.css.
 * CSS uses "Ostrich Sans" and liberation / "Liberation Sans" — register all aliases.
 */
@font-face {
  font-family: "Ostrich Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ostrich-regular.woff") format("woff");
}

@font-face {
  font-family: ostrich;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ostrich-regular.woff") format("woff");
}

@font-face {
  font-family: "Ostrich Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/ostrich-black.woff") format("woff");
}

@font-face {
  font-family: ostrich;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/ostrich-black.woff") format("woff");
}

@font-face {
  font-family: "Liberation Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/liberation-sans-regular.woff") format("woff");
}

@font-face {
  font-family: liberation;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/liberation-sans-regular.woff") format("woff");
}

@font-face {
  font-family: "Liberation Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/liberation-sans-bold.woff") format("woff");
}

@font-face {
  font-family: "Liberation Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/liberation-sans-bold.woff") format("woff");
}

@font-face {
  font-family: liberation;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/liberation-sans-bold.woff") format("woff");
}

@font-face {
  font-family: liberation;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/liberation-sans-bold.woff") format("woff");
}
