/* Noto Sans */

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Thin.woff2') format('woff2'),
         url('woff/NotoSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-ThinItalic.woff2') format('woff2'),
         url('woff/NotoSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-ExtraLight.woff2') format('woff2'),
         url('woff/NotoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-ExtraLightItalic.woff2') format('woff2'),
         url('woff/NotoSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Light.woff2') format('woff2'),
         url('woff/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-LightItalic.woff2') format('woff2'),
         url('woff/NotoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Regular.woff2') format('woff2'),
         url('woff/NotoSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Italic.woff2') format('woff2'),
         url('woff/NotoSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Medium.woff2') format('woff2'),
         url('woff/NotoSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-MediumItalic.woff2') format('woff2'),
         url('woff/NotoSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-SemiBold.woff2') format('woff2'),
         url('woff/NotoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-SemiBoldItalic.woff2') format('woff2'),
         url('woff/NotoSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Bold.woff2') format('woff2'),
         url('woff/NotoSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-BoldItalic.woff2') format('woff2'),
         url('woff/NotoSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-ExtraBold.woff2') format('woff2'),
         url('woff/NotoSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-ExtraBoldItalic.woff2') format('woff2'),
         url('woff/NotoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-Black.woff2') format('woff2'),
         url('woff/NotoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('woff2/NotoSans-BlackItalic.woff2') format('woff2'),
         url('woff/NotoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}


/* Noto Mono */

@font-face {
    font-family: 'Noto Mono';
    src: url('woff2/NotoMono-Regular.woff2') format('woff2'),
         url('woff/NotoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}