﻿/***** Fonts *****/
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('font/PTN77F-webfont.eot');
    src: url('font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/PTN77F-webfont.woff') format('woff'),
         url('font/PTN77F-webfont.ttf') format('truetype'),
         url('font/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'OpenSansLight';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSansRegular';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/OpenSans-Regular-webfont.woff') format('woff'),
    url('font/OpenSans-Regular-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSansSemiBold';
    src: url('font/OpenSans-Semibold-webfont.eot');
    src: url('font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/OpenSans-Semibold-webfont.woff') format('woff'),
    url('font/OpenSans-Semibold-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSansBold';
    src: url('font/OpenSans-Bold-webfont.eot');
    src: url('font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/OpenSans-Bold-webfont.woff') format('woff'),
    url('font/OpenSans-Bold-webfont.ttf') format('truetype');
}

@font-face
{
    font-family: 'OpenSansExtraBold';
    src: url('font/OpenSans-ExtraBold-webfont.eot');
    src: url('font/OpenSans-ExtraBold-webfont?#iefix') format('embedded-opentype'),
    url('font/OpenSans-ExtraBold-webfont.woff') format('woff'),
    url('font/OpenSans-ExtraBold-webfont.ttf') format('truetype');
}

