/* packages/server/public/fonts.css */
@font-face {
  font-family: Zilla Slab;
  src: url("./ZillaSlab-Regular-g41bynrz.ttf") format(truetype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zilla Slab;
  src: url("./ZillaSlab-Italic-12p9gaax.ttf") format(truetype);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Zilla Slab;
  src: url("./ZillaSlab-Medium-phen1qdt.ttf") format(truetype);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zilla Slab;
  src: url("./ZillaSlab-SemiBold-794xmza2.ttf") format(truetype);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zilla Slab;
  src: url("./ZillaSlab-Bold-ztqxrwwm.ttf") format(truetype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
