@font-face {
    font-family: 'Raleway';
    src: local('Raleway Bold'), local('Raleway-Bold'),
        url('Raleway-Bold.woff') ;
    font-weight: bold;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Thin'), local('Raleway-Thin'),
        url('Raleway-Thin.woff') ;
    font-weight: 100;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: url('Raleway-ExtraLight.eot');
    src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'),
        url('Raleway-ExtraLight.woff') ;
    font-weight: 200;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Medium'), local('Raleway-Medium'),
        url('Raleway-Medium.woff') ;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
        url('Raleway-SemiBold.woff') ;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
        url('Raleway-ExtraBold.woff') ;
    font-weight: 800;
    font-style: normal;
    font-feature-settings: 'lnum';
}

@font-face {
    font-family: 'Raleway';
    src: local('Raleway Black'), local('Raleway-Black'),
        url('Raleway-Black.woff') ;
    font-weight: 900;
    font-style: normal;
    font-feature-settings: 'lnum';
}

