﻿/*/
/// <summary>
///   This CSS provides font definitions for the Vanguard website.
/// </summary>
/// <history>
///  <change author="Konrad Kyc" copyright="2014 © HDSF" date="2014-08-01">Creation</change>
/// </history>
/*/

/* ProximaNova  */
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-light.eot');
    src: url('fonts/proximanova/proximanova-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-light.woff') format('woff'),
         url('fonts/proximanova/proximanova-light.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-light.svg#ProximaNova') format('svg');
    font-weight: 100;
    font-style: normal;
}

/* ProximaNova - Normal font-weight */
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-regular.eot');
    src: url('fonts/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-regular.woff') format('woff'),
         url('fonts/proximanova/proximanova-regular.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-regular.svg#ProximaNova') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-regitalic.eot');
    src: url('fonts/proximanova/proximanova-regitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-regitalic.woff') format('woff'),
         url('fonts/proximanova/proximanova-regitalic.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-regitalic.svg#ProximaNova') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-black.eot');
    src: url('fonts/proximanova/proximanova-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-black.woff') format('woff'),
         url('fonts/proximanova/proximanova-black.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-black.svg#ProximaNova') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-semibold.eot');
    src: url('fonts/proximanova/proximanova-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-semibold.woff') format('woff'),
         url('fonts/proximanova/proximanova-semibold.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-semibold.svg#ProximaNova') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-semibolditalic.eot');
    src: url('fonts/proximanova/proximanova-semibolditalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-semibolditalic.woff') format('woff'),
         url('fonts/proximanova/proximanova-semibolditalic.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-semibolditalic.svg#ProximaNova') format('svg');
    font-weight: 600;
    font-style: italic;
}

/* ProximaNova - Bold font-weight */
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-bold.eot');
    src: url('fonts/proximanova/proximanova-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-bold.woff') format('woff'),
         url('fonts/proximanova/proximanova-bold.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-bold.svg#ProximaNova') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-boldit.eot');
    src: url('fonts/proximanova/proximanova-boldit.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-boldit.woff') format('woff'),
         url('fonts/proximanova/proximanova-boldit.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-boldit.svg#ProximaNova') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova/proximanova-extrabold.eot');
    src: url('fonts/proximanova/proximanova-extrabold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova/proximanova-extrabold.woff') format('woff'),
         url('fonts/proximanova/proximanova-extrabold.ttf') format('truetype'),
         url('fonts/proximanova/proximanova-extrabold.svg#ProximaNova') format('svg');
    font-weight: 900;
    font-style: normal;
}

/* League Gothic - Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic/leaguegothic-italic-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* League Gothic - Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* League Gothic - Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic/leaguegothic-condensed-regular-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* League Gothic - Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic/leaguegothic-condensed-italic-webfont.eot');
    src: url('fonts/leaguegothic/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}