@font-face {
    font-family: 'MinionPro';
    src: url('MinionPro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('MinionPro-It.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'MinionPro';
    src: url('MinionPro-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MinionPro';
    src: url('MinionPro-BoldIt.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}