﻿@font-face {
    font-family: 'Roboto Condensed';
    src: url('../../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: 400;
}
/* light 300 */
@font-face {
    font-family: 'Work Sans';
    src: url('../../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
}

/* regular 400 */

@font-face {
    font-family: 'Work Sans';
    src: url('../../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: 400;
}

/* semi-bold 600 */
@font-face {
    font-family: 'Work Sans';
    src: url('../../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
}

/* bold 700 */
@font-face {
    font-family: 'Work Sans';
    src: url('../../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: 700;
}