/* ---------------------------------- */
/* --- 1. Montserrat Regular (400) --- */
/* ---------------------------------- */
@font-face {
  font-family: "Montserrat";
  /* Ensure the path is correct relative to your CSS file */
  src: url("../font/montserrat-regular.ttf") format("truetype");
  font-weight: 400; /* Maps to Regular */
  font-style: normal;
  font-display: swap;
}

/* ------------------------------------- */
/* --- 2. Montserrat SemiBold (600) --- */
/* ------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-medium.ttf") format("truetype");
  font-weight: 600; /* Maps to SemiBold */
  font-style: normal;
  font-display: swap;
}

/* ---------------------------------- */
/* --- 3. Montserrat Bold (700) --- */
/* ---------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-semibold.ttf") format("truetype");
  font-weight: 700; /* Maps to Bold */
  font-style: normal;
  font-display: swap;
}
