/* ============================================================
   Pamela Krista brand fonts — extracted from the design system
   Editors Note (display serif, thin 300 + thin italic)
   Made Tommy (body/UI: Light 300, Regular 400, Medium 500)
   ============================================================ */

/* ---- Editors Note — display serif, thin + thin italic ---- */
@font-face {
  font-family: "Editors Note";
  src: url("../fonts/editors-note-thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Editors Note";
  src: url("../fonts/editors-note-thin-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ---- Made Tommy — body / UI ---- */
@font-face {
  font-family: "Made Tommy";
  src: url("../fonts/made-tommy-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Tommy";
  src: url("../fonts/made-tommy-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Tommy";
  src: url("../fonts/made-tommy-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
