/*=== Fonts ===*/

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

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

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

}

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