@font-face {
    font-family: 'WorkSans-Medium';
    src: url('../fonts/Work_Sans/static/WorkSans-Medium.otf'),
         url('../fonts/Work_Sans/static/WorkSans-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansLight';
    src: url('../fonts/Work_Sans/static/WorkSans-Light.otf'),
         url('../fonts/Work_Sans/static/WorkSans-Light.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansBold';
    src: url('../fonts/Work_Sans/static/WorkSans-Bold.otf'),
         url('../fonts/Work_Sans/static/WorkSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansRegular';
    src: url('../fonts/Work_Sans/static/WorkSans-Regular.otf'),
         url('../fonts/Work_Sans/static/WorkSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'WorkSansSemiBold';
    src: url('../fonts/Work_Sans/static/WorkSans-SemiBold.otf');
         url('../fonts/Work_Sans/static/WorkSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'ArialNarrow';
    src: url('../fonts/arial/arial-narrow.ttf');
}

@font-face {
    font-family: 'ArialMT';
    src: url('../fonts/arial/arial-mt.ttf');
}
