/*@font-face {
  font-family: "MyriadPro-Light";
  src: url('../fonts/MyriadPro-Light.otf') format("opentype");
}*/
@font-face {
  font-family: "MyriadPro-Light";
  src: url('../fonts/MyriadPro-Light.woff2') format("woff2"),
       url('../fonts/MyriadPro-Light.woff') format("woff"),
       url('../fonts/MyriadPro-Light.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro-Bold";
  src: url('../fonts/MyriadPro-Bold.otf') format("opentype");
}

@font-face {
  font-family: "MyriadPro-Regular";
  src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
}

@font-face {
  font-family: "MyriadPro-Black";
  src: url('../fonts/MyriadPro-Black.otf') format("opentype");
}

@font-face {
  font-family: "MyriadPro-LightIt";
  src: url('../fonts/MyriadPro-LightIt.otf') format("opentype");
}

@font-face {
  font-family: "MyriadPro-Semibold";
  src: url('../fonts/MyriadPro-Semibold.otf') format("opentype");
}