@font-face {
    font-family: 'custom-raleway';
    src: url('raleway-light-webfont.woff2') format('woff2'),
         url('raleway-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'custom-raleway';
    src: url('raleway-regular-webfont.woff2') format('woff2'),
         url('raleway-regular-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'custom-raleway';
    src: url('raleway-bold-webfont.woff2') format('woff2'),
    url('raleway-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}