
/*Work Sans thin - black*/

/*Light*/
@font-face {
    font-family: 'Work Sans';
    src: url('../../Fonts/WorkSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*Regular*/
@font-face {
    font-family: 'Work Sans';
    src: url('../../Fonts/WorkSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*Medium*/
@font-face {
    font-family: 'Work Sans';
    src: url('../../Fonts/WorkSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*Semi Bold*/
@font-face {
    font-family: 'Work Sans';
    src: url('../../Fonts/WorkSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}