/* Myriad Pro Font Family - Local Fonts */

/* Regular */
@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-It.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-LightIt.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-BoldIt.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-Black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("../../fonts/MyriadPro-BlackIt.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

/* Condensed Regular */
@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-Cond.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-CondIt.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

/* Condensed Light */
@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-LightCond.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-LightCondIt.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

/* Condensed Bold */
@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-BoldCond.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-BoldCondIt.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

/* Condensed Black */
@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-BlackCond.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro-cond";
    src: url("../../fonts/MyriadPro-BlackCondIt.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}

/* Black Extended */
@font-face {
    font-family: "myriad-pro-ext";
    src: url("../../fonts/MyriadPro-BlackSemiExt.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "myriad-pro-ext";
    src: url("../../fonts/MyriadPro-BlackSemiExtIt.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}
