@font-face {
  font-family: "Mark Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Mark Pro Book"),
    url(mark-pro-book-west.woff2)
      format("woff2"),
    url(mark-pro-book-west.woff)
      format("woff");
}
 
@font-face {
  font-family: "Mark Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Mark Pro Medium"),
    url(mark-pro-medium-west.woff2)
      format("woff2"),
    url(mark-pro-medium-west.woff)
      format("woff");
}
 
@font-face {
  font-family: "Mark Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Mark Pro Bold"),
    url(mark-pro-bold-west.woff2)
      format("woff2"),
    url(mark-pro-bold-west.woff)
      format("woff");
}
 
@font-face {
  font-family: "Mark Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Mark Pro Heavy"),
    url(mark-pro-heavy-west.woff2)
      format("woff2"),
    url(mark-pro-heavy-west.woff)
      format("woff");
}