  
    
/* General Settings */

/* The fonts referenced herein are copyright (c) SoftMaker Software GmbH and its licensors, 1991-2012 */

@font-face {
    font-family: 'Newcastle Pro Light';
    src: url('../fonts/newcastle-pro-light-webfont.eot');
    src: url('../fonts/newcastle-pro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newcastle-pro-light-webfont.woff') format('woff'),
         url('../fonts/newcastle-pro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newcastle Pro';
    src: url('../fonts/newcastle-pro-regular-webfont.eot');
    src: url('../fonts/newcastle-pro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newcastle-pro-regular-webfont.woff') format('woff'),
         url('../fonts/newcastle-pro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newcastle Pro Medium';
    src: url('../fonts/newcastle-pro-medium-webfont.eot');
    src: url('../fonts/newcastle-pro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newcastle-pro-medium-webfont.woff') format('woff'),
         url('../fonts/newcastle-pro-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newcastle Pro Demi';
    src: url('../fonts/newcastle-pro-demi-webfont.eot');
    src: url('../fonts/newcastle-pro-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newcastle-pro-demi-webfont.woff') format('woff'),
         url('../fonts/newcastle-pro-demi-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Newcastle Pro';
    src: url('../fonts/newcastle-pro-bold-webfont.eot');
    src: url('../fonts/newcastle-pro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/newcastle-pro-bold-webfont.woff') format('woff'),
         url('../fonts/newcastle-pro-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Quartz';
    src: url('../fonts/quartz-regular-webfont.eot');
    src: url('../fonts/quartz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quartz-regular-webfont.woff') format('woff'),
         url('../fonts/quartz-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quartz';
    src: url('../fonts/quartz-italic-webfont.eot');
    src: url('../fonts/quartz-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quartz-italic-webfont.woff') format('woff'),
         url('../fonts/quartz-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

