/* Typography */

/* PT Sans */ 

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

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

/* Exo 2 */

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2.0-Regular-webfont.eot');
    src: url('../fonts/Exo2.0-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-Regular-webfont.woff') format('woff'),
    url('../fonts/Exo2.0-Regular-webfont.ttf') format('truetype'),
    url('../fonts/Exo2.0-Regular-webfont.svg#exo_2.0regular') format('svg');
    font-weight: 400;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Exo 2';
    src: url('../fonts/Exo2.0-Bold-webfont.eot');
    src: url('../fonts/Exo2.0-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Exo2.0-Bold-webfont.woff') format('woff'),
    url('../fonts/Exo2.0-Bold-webfont.ttf') format('truetype'),
    url('../fonts/Exo2.0-Bold-webfont.svg#exo_2.0bold') format('svg');
    font-weight: 700;
    font-weight: bold;
    font-style: normal;
}

