/* Same Neutraface webfonts as edisonproperties.com theme (self-hosted copies in /fonts) */

@font-face {
  font-family: "Neutra Display Titling";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NeutrafaceDisplay-Titling.woff2") format("woff2");
}

/* Regular/medium cut — used at 400 for lighter “PROPERTIES” vs bold 700 */
@font-face {
  font-family: "Neutra Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NeutrafaceDisplay-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Neutra Display";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NeutrafaceDisplay-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Neutra Display";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NeutrafaceDisplay-Bold.woff2") format("woff2");
}
