/* Tiempos Font Family — connected to local font files */

@font-face {
    font-family: 'Tiempos Text';
    src: url('TiemposText-Regular.eot');
    src: local('Tiempos Text Regular'), local('TiemposText-Regular'),
         url('TiemposText-Regular.eot?#iefix') format('embedded-opentype'),
         url('TiemposText-Regular.woff') format('woff'),
         url('TiemposText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos Text';
    src: url('TiemposText-Italic.eot');
    src: local('Tiempos Text Italic'), local('TiemposText-Italic'),
         url('TiemposText-Italic.eot?#iefix') format('embedded-opentype'),
         url('TiemposText-Italic.woff') format('woff'),
         url('TiemposText-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Tiempos Text';
    src: url('TiemposText-Bold.eot');
    src: local('Tiempos Text Bold'), local('TiemposText-Bold'),
         url('TiemposText-Bold.eot?#iefix') format('embedded-opentype'),
         url('TiemposText-Bold.woff') format('woff'),
         url('TiemposText-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos Text';
    src: url('TiemposText-BoldItalic.eot');
    src: local('Tiempos Text Bold Italic'), local('TiemposText-BoldItalic'),
         url('TiemposText-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('TiemposText-BoldItalic.woff') format('woff'),
         url('TiemposText-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('TiemposHeadline-Light.eot');
    src: local('Tiempos Headline Light'), local('TiemposHeadline-Light'),
         url('TiemposHeadline-Light.eot?#iefix') format('embedded-opentype'),
         url('TiemposHeadline-Light.woff') format('woff'),
         url('TiemposHeadline-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('TiemposHeadline-Medium.eot');
    src: local('Tiempos Headline Medium'), local('TiemposHeadline-Medium'),
         url('TiemposHeadline-Medium.eot?#iefix') format('embedded-opentype'),
         url('TiemposHeadline-Medium.woff') format('woff'),
         url('TiemposHeadline-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('TiemposHeadline-Black.eot');
    src: local('Tiempos Headline Black'), local('TiemposHeadline-Black'),
         url('TiemposHeadline-Black.eot?#iefix') format('embedded-opentype'),
         url('TiemposHeadline-Black.woff') format('woff'),
         url('TiemposHeadline-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
