/* Live-site fonts (sourced from metrostarrealty.com.ph theme) */

@font-face {
  font-family: "Bahagia";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("/fonts/bahagia/Bahagia-Regular.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("/fonts/helvetica-neue/HelveticaNeue-Roman.woff2") format("woff2"),
    url("/fonts/helvetica-neue/HelveticaNeue-Roman.woff") format("woff"),
    url("/fonts/helvetica-neue/HelveticaNeue-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("/fonts/helvetica-neue/HelveticaNeue-Italic.woff2") format("woff2"),
    url("/fonts/helvetica-neue/HelveticaNeue-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("/fonts/helvetica-neue/HelveticaNeue-Medium.woff2") format("woff2"),
    url("/fonts/helvetica-neue/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("/fonts/helvetica-neue/HelveticaNeue-Bold.woff2") format("woff2"),
    url("/fonts/helvetica-neue/HelveticaNeue-Bold.woff") format("woff"),
    url("/fonts/helvetica-neue/HelveticaNeue-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src:
    url("/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff2") format("woff2"),
    url("/fonts/helvetica-neue/HelveticaNeue-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
