/* —————————————————————————————— FONTS —————————————————————————————— */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/oswald-regular.eot');
    src: url('../fonts/oswald-regulard41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-regular.woff') format('woff'),
    url('../fonts/oswald-regular.ttf') format('truetype'),
    url('../fonts/oswald-regular.svg#oswald-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('../fonts/oswald-light.eot');
    src: url('../fonts/oswald-lightd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-light.woff') format('woff'),
    url('../fonts/oswald-light.html') format('truetype'),
    url('../fonts/oswald-light.svg#oswald-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/oswald-bold.eot');
    src: url('../fonts/oswald-boldd41d.eot?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-bold.woff') format('woff'),
    url('../fonts/oswald-bold.ttf') format('truetype'),
    url('../fonts/oswald-bold.svg#oswald-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}