/*
 * Garet — brand font, loaded from /public/fonts/.
 */

@font-face {
  font-family: "Garet";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Garet-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Garet";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Garet-Bold.otf") format("opentype");
}
