/*
-----------------------------------------------
Fonts CSS
----------------------------------------------- */

/* fonts list
----------------------------------------------- */
/*
- Gelder Sans
  + proxima_novalight
	+ proxima_nova_rgregular
	+ proxima_nova_rgbold
	+ proxima_novablack
*/

/* proxima_nova_rgregular
----------------------------------------------- */
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('fonts/va-bold-webfont.eot');
    src: url('fonts/va-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/va-bold-webfont.woff') format('woff'),
         url('fonts/va-bold-webfont.ttf') format('truetype'),
         url('fonts/va-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/va-light-webfont.eot');
    src: url('fonts/va-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/va-light-webfont.woff') format('woff'),
         url('fonts/va-light-webfont.ttf') format('truetype'),
         url('fonts/va-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/va-regular-webfont.eot');
    src: url('fonts/va-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/va-regular-webfont.woff') format('woff'),
         url('fonts/va-regular-webfont.ttf') format('truetype'),
         url('fonts/va-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novablack';
    src: url('fonts/va-black-webfont.eot');
    src: url('fonts/va-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/va-black-webfont.woff') format('woff'),
         url('fonts/va-black-webfont.ttf') format('truetype'),
         url('fonts/va-black-webfont.svg#proxima_novablack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('fonts/proximanova-sbold-webfont.eot');
    src: url('fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-sbold-webfont.woff') format('woff'),
         url('fonts/proximanova-sbold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-sbold-webfont.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('fonts/proximanova-sboldit-webfont.eot');
    src: url('fonts/proximanova-sboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-sboldit-webfont.woff') format('woff'),
         url('fonts/proximanova-sboldit-webfont.ttf') format('truetype'),
         url('fonts/proximanova-sboldit-webfont.svg#proxima_novasemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*Novecento wide medium*/
@font-face {
    font-family: 'NovecentowideMedium';
    src: url('fonts/Novecentowide-Medium-webfont.eot');
    src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Medium-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*Novecento wide bold*/
@font-face {
    font-family: 'NovecentowideBold';
    src: url('fonts/Novecentowide-Bold-webfont.eot');
    src: url('fonts/Novecentowide-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Bold-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Bold-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Bold-webfont.svg#NovecentowideBookBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*Novecento wide light*/
@font-face {
    font-family: 'NovecentowideLight';
    src: url('fonts/Novecentosanswide-Light-webfont.eot');
    src: url('fonts/Novecentosanswide-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentosanswide-Light-webfont.woff') format('woff'),
         url('fonts/Novecentosanswide-Light-webfont.ttf') format('truetype'),
         url('fonts/Novecentosanswide-Light-webfont.svg#novecento_sans_widelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

