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

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

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

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

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

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

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

/* BOLD CONDENSED */
@font-face {
  font-family: 'Myriad Pro';
  src: url('../font/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('../font/MYRIADPRO-BOLDCONDIT.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
