
/* TypoPRO Playfair Display Bold Italic */
@font-face {
    font-family:  'TypoPRO Playfair Display';
    src:          url('TypoPRO-PlayfairDisplay-BoldItalic.eot');
    src:          local('*'),
                  url('TypoPRO-PlayfairDisplay-BoldItalic.eot?#iefix') format('embedded-opentype'),
                  url('TypoPRO-PlayfairDisplay-BoldItalic.woff') format('woff'),
                  url('TypoPRO-PlayfairDisplay-BoldItalic.ttf') format('truetype');
    font-style:   italic;
    font-weight:  bold;
    font-stretch: normal;
    font-variant: normal;
}

