/* ============================================================
   FONTS — Brand webfaces (Pamela Krista)
   Editor's Note Text (display serif) + MADE Tommy (body sans)
   ============================================================ */

/* ---- Editor's Note Text — display serif, thin + thin italic ---- */
@font-face {
  font-family: "Editors Note";
  src: url("../assets/fonts/editorsnotetext-thin.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Editors Note";
  src: url("../assets/fonts/editorsnotetext-thinitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* ---- MADE Tommy — body sans, light / regular / medium ---- */
@font-face {
  font-family: "Made Tommy";
  src: url("../assets/fonts/made_tommy_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Tommy";
  src: url("../assets/fonts/made_tommy_regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Made Tommy";
  src: url("../assets/fonts/made_tommy_medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
