﻿/* All the custom fonts will be listed here */

@font-face {
    font-family: 'NEOMSans';
    src: url(../../fonts/neom/NEOMSans-Light.woff) format('woff');
    src: url(../../fonts/neom/NEOMSans-Light.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'NEOMSans';
    src: url(../../fonts/neom/NEOMSans-Regular.woff) format('woff');
    src: url(../../fonts/neom/NEOMSans-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'NEOMSans';
    src: url(../../fonts/neom/NEOMSans-Medium.woff) format('woff');
    src: url(../../fonts/neom/NEOMSans-Medium.woff2) format('woff2');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'NEOMSans';
    src: url(../../fonts/neom/NEOMSans-Bold.woff) format('woff');
    src: url(../../fonts/neom/NEOMSans-Bold.woff2) format('woff2');
    font-style: normal;
    font-weight: 700;
}

/* OBT7 starts */

@font-face {
    font-family: 'Urbanist';
    src: url(../fonts/obt7/Urbanist-Regular.woff) format('woff');
    src: url(../fonts/obt7/Urbanist-Regular.woff2) format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Urbanist';
    src: url(../fonts/obt7/Urbanist-Medium.woff) format('woff');
    src: url(../fonts/obt7/Urbanist-Medium.woff2) format('woff2');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Urbanist';
    src: url(../fonts/obt7/Urbanist-SemiBold.woff) format('woff');
    src: url(../fonts/obt7/Urbanist-SemiBold.woff2) format('woff2');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'Urbanist';
    src: url(../fonts/obt7/Urbanist-Bold.woff) format('woff');
    src: url(../fonts/obt7/Urbanist-Bold.woff2) format('woff2');
    font-style: normal;
    font-weight: 700;
}