/* ============================================================
   FONTS · BakeryOS
   TeX Gyre Pagella — an open book serif metric-compatible with
   Palatino. This is the cross-platform webfont match for the
   brand's native Apple serif (Iowan Old Style / Palatino), so
   the "menu card" display type renders identically everywhere.
   ============================================================ */

@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../assets/fonts/pagella-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../assets/fonts/pagella-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../assets/fonts/pagella-bold.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TeX Gyre Pagella";
  src: url("../assets/fonts/pagella-bolditalic.woff2") format("woff2");
  font-weight: 600 700;
  font-style: italic;
  font-display: swap;
}
