/*
|--------------------------------------------------------------------------
| Fonts > Proxima Nova
|--------------------------------------------------------------------------
*/

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

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova-regularit-webfont.eot');
    src: url('/fonts/proximanova-regularit-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-regularit-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-regularit-webfont.woff') format('woff'),
         url('/fonts/proximanova-regularit-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-regularit-webfont.svg#proxima_novaitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova-semibold-webfont.eot');
    src: url('/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/fonts/proximanova-bold-webfont.eot');
    src: url('/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('/fonts/proximanova-bold-webfont.woff') format('woff'),
         url('/fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('/fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: 700;
    font-style: normal;
}



/*
|--------------------------------------------------------------------------
| Fonts > Baskerville
|--------------------------------------------------------------------------
*/

@font-face {
    font-family: 'Baskerville';
    src: url('/fonts/baskerville-regita-webfont.eot');
    src: url('/fonts/baskerville-regita-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/baskerville-regita-webfont.woff2') format('woff2'),
         url('/fonts/baskerville-regita-webfont.woff') format('woff'),
         url('/fonts/baskerville-regita-webfont.ttf') format('truetype'),
         url('/fonts/baskerville-regita-webfont.svg#baskervilleregular_italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Baskerville Regular';
    src: url('/fonts/baskerville-libre-regular.eot');
    src: url('/fonts/baskerville-libre-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/baskerville-libre-regular.woff2') format('woff2'),
         url('/fonts/baskerville-libre-regular.woff') format('woff'),
         url('/fonts/baskerville-libre-regular.ttf') format('truetype'),
         url('/fonts/baskerville-libre-regular.svg#baskerville_libre_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Baskerville Regular';
    src: url('/fonts/baskerville-libre-bold.eot');
    src: url('/fonts/baskerville-libre-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/baskerville-libre-bold.woff2') format('woff2'),
         url('/fonts/baskerville-libre-bold.woff') format('woff'),
         url('/fonts/baskerville-libre-bold.ttf') format('truetype'),
         url('/fonts/baskerville-libre-bold.svg#baskerville_libre_bold') format('svg');
    font-weight: 600;
    font-style: normal;
}