/* FONTS */

/* WORK SANS */

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-ThinItalic.ttf');
    font-style: italic;
    font-weight: 100;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Thin.ttf');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-ExtraLightItalic.ttf');
    font-style: italic;
    font-weight: 200;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-ExtraLight.ttf');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-LightItalic.ttf');
    font-style: italic;
    font-weight: 300;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Light.ttf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Italic.ttf');
    font-style: italic;
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Regular.ttf');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-MediumItalic.ttf');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Medium.ttf');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-SemiBoldItalic.ttf');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-SemiBold.ttf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-BoldItalic.ttf');
    font-style: italic;
    font-weight: 700;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Bold.ttf');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-BlackItalic.ttf');
    font-style: italic;
    font-weight: 800;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-Black.ttf');
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-ExtraBoldItalic.ttf');
    font-style: italic;
    font-weight: 900;
}

@font-face {
    font-family: 'WorkSans';
    src: url('fonts/work-sans/WorkSans-ExtraBold.ttf');
    font-style: normal;
    font-weight: 900;
}

/* WORK SANS */