@font-face{
  font-family: "Myriad Pro";
  src: url("MyriadPro-Light.otf")format('opentype'),
      url("MyriadPro-Light.ttf")format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face{
  font-family: "Myriad Pro";
  src: url("MyriadPro-Regular.otf")format('opentype'),
      url("MyriadPro-Regular.ttf")format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: "Myriad Pro";
  src: url("MyriadPro-Semibold.otf")format('opentype'),
      url("MyriadPro-Semibold.ttf")format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face{
  font-family: "Myriad Pro";
  src: url("MyriadPro-Bold.otf")format('opentype'),
      url("MyriadPro-Bold.ttf")format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("MyriadPro-Condensed.otf")format('opentype'),
      url("MyriadPro-Condensed.ttf")format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face{
  font-family: "Myriad Pro Condensed";
  src: url("MyriadPro-Condensed-Bold.otf")format('opentype'),
      url("MyriadPro-Condensed-Bold.ttf")format("truetype");
  font-weight: 700;
  font-style: normal;
}