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

@font-face {
    font-family: 'WorkSansMedium';
    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: 'MTNBrighterSansRegular';
    src: url('../fonts/MTNBrighterSans/MTNBrighterSans-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'MTNBrighterSansMedium';
    src: url('../fonts/MTNBrighterSans/MTNBrighterSans-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'MTNBrighterSansBold';
    src: url('../fonts/MTNBrighterSans/MTNBrighterSans-Bold.woff2') format('woff2');
}

.font-light {
    font-family: WorkSansLight !important;
}

.font-bold {
    font-family: WorkSansBold;
}

.font-semi-bold {
    font-family: WorkSansSemiBold;
}

.font-medium {
    }

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-15 {
    font-size: 15px;
}

.wide-letter-spacing {
    letter-spacing: 1.8px;
}
