@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('Noto Sans Thin'), local('Noto Sans Thin');
    src: url(/static/fonts/NotoSans/NotoSans-Thin.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Thin.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Thin.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Thin.otf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('Noto Sans Light'), local('Noto Sans Light');
    src: url(/static/fonts/NotoSans/NotoSans-Light.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Light.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Light.otf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('Noto Sans Regular'), local('Noto Sans Regular');
    src: url(/static/fonts/NotoSans/NotoSans-Regular.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Regular.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Regular.otf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('Noto Sans Medium'), local('Noto Sans Medium');
    src: url(/static/fonts/NotoSans/NotoSans-Medium.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Medium.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Medium.otf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('Noto Sans Bold'), local('Noto Sans Bold');
    src: url(/static/fonts/NotoSans/NotoSans-Bold.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Bold.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Bold.otf) format('truetype');
}

@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('Noto Sans Black'), local('Noto Sans Black');
    src: url(/static/fonts/NotoSans/NotoSans-Black.eot);
    src: url(/static/fonts/NotoSans/NotoSans-Black.eot?#iefix) format('embedded-opentype'),
    url(/static/fonts/NotoSans/NotoSans-Black.woff) format('woff'),
    url(/static/fonts/NotoSans/NotoSans-Black.otf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url(/static/fonts/montserrat/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(/static/fonts/montserrat/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(/static/fonts/montserrat/Montserrat-Regular.ttf) format('truetype');
}