@charset "UTF-8";
@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-Black.eot');
    src: local('Raleway Black'), local('Raleway-Black'),
        url('/fonts/raleway-black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/raleway-black.woff') format('woff'),
        url('/fonts/raleway-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-light.eot');
    src: local('Raleway light'), local('Raleway-Light'),
        url('/fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/raleway-light.woff') format('woff'),
        url('/fonts/raleway-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway';
    src: url('/fonts/raleway-bold.eot');
    src: local('Raleway bold'), local('Raleway-Bold'),
        url('/fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/raleway-bold.woff') format('woff'),
        url('/fonts/raleway-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}