/** Digitalresponse fonts **/

@font-face {
    font-family: 'MinionPro-BoldCn';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-BoldCn.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-BoldIt';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-BoldIt.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'MinionPro-Medium';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-Semibold';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-Semibold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro-SemiboldIt';
    src: url("https://www.castaner.com/newsletter/fonts/MinionPro-SemiboldIt.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

/** End Digitalresponse fonts **/