/* Regular */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-REGULAR.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Myriad Pro";
  src: url("MyriadPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-SEMIBOLD.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Semibold Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-SEMIBOLDIT.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLD.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLDIT.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-COND.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* Condensed Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-CONDIT.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}

/* Bold Condensed */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLDCOND.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}

/* Bold Condensed Italic */
@font-face {
  font-family: "Myriad Pro";
  src: url("MYRIADPRO-BOLDCONDIT.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
