/* Brand webfonts — served from /public so paths resolve as public URLs */

/* —— Made Saonara: Title face (swap for Instrument Serif proxy) —— */
@font-face {
  font-family: "Made Saonara";
  src: url("/fonts/MadeSaonara.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Saonara Alt";
  src: url("/fonts/MadeSaonara2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* —— Futura: Body + UI —— */
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-Medium.woff2") format("woff2");
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-MediumItalic.woff2") format("woff2");
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
