/*@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: bold;
}

p,
span {
  font-family: 'Open Sans', sans-serif;
}*/

/* Neue Haas Display Bold (for headings) */
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
       url('../fonts/NeueHaasDisplay-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Neue Haas Display Regular (for body text) */
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplay-Regular.woff2') format('woff2'),
       url('../fonts/NeueHaasDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasGrotDisp-65Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Utility class to use Medium weight */
.haas-font-medium {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 500;
}


/* Apply fonts */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 700; /* Bold */
}


p,
span,
div {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400; /* Regular */
}

a {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400; /* Bold links for emphasis */
  text-decoration: none; /* optional */
}


button,
.btn,
input[type="button"],
input[type="submit"] {
  font-family: 'Neue Haas Display', sans-serif;
  font-weight: 400; /* Bold for emphasis */
  letter-spacing: 0.5px; /* optional for sharper look */
}