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

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

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

/*
@font-face {
    font-family: 'Myriad Pro';
    src:   url("../fonts/MyriadPro-Regular.otf") format("opentype"),
      url("../fonts/MyriadPro-Bold.otf") format("opentype"),
      url("../fonts/MyriadPro-BoldCond.otf") format("opentype"),
      url("../fonts/MyriadPro-BoldCondIt.otf") format("opentype"),
      url("../fonts/MyriadPro-BoldIt.otf") format("opentype"),
      url("../fonts/MyriadPro-Cond.otf") format("opentype"),
      url("../fonts/MyriadPro-CondIt.otf") format("opentype"),
      url("../fonts/MyriadPro-It.otf") format("opentype"),
      url("../fonts/myriadpro-light.otf") format("opentype"),
      url("../fonts/MyriadPro-LightIt.otf") format("opentype"),
      url("../fonts/MyriadPro-Semibold.otf") format("opentype"),
      url("../fonts/MyriadPro-SemiboldIt.otf") format("opentype");
}*/

* {
    font-family: 'Inter';
}