/* assets/css/fonts.css */

/* --- Myriad Pro (Normal) --- */
@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MYRIADPRO-REGULAR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MYRIADPRO-SEMIBOLD.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MYRIADPRO-BOLD.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MYRIADPRO-BOLDIT.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MYRIADPRO-SEMIBOLDIT.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Optional Light */
@font-face{
  font-family: "Myriad Pro";
  src: url("../fonts/myriad/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* --- OPTIONAL: Myriad Pro Condensed (separate family name) --- */
@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/myriad/MYRIADPRO-COND.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/myriad/MYRIADPRO-CONDIT.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/myriad/MYRIADPRO-BOLDCOND.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("../fonts/myriad/MYRIADPRO-BOLDCONDIT.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}