@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/Noto/NotoSans-Regular.eot');
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
        url('../fonts/Noto/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noto/NotoSans-Regular.woff2') format('woff2'),
        url('../fonts/Noto/NotoSans-Regular.woff') format('woff'),
        url('../fonts/Noto/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/Noto/NotoSans-Bold.eot');
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
        url('../fonts/Noto/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noto/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/Noto/NotoSans-Bold.woff') format('woff'),
        url('../fonts/Noto/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../fonts/Noto/NotoSans-Medium.eot');
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
        url('../fonts/Noto/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noto/NotoSans-Medium.woff2') format('woff2'),
        url('../fonts/Noto/NotoSans-Medium.woff') format('woff'),
        url('../fonts/Noto/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../fonts/Noto/NotoSans-SemiBold.eot');
    src: local('Noto Sans SemiBold'), local('NotoSans-SemiBold'),
        url('../fonts/Noto/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Noto/NotoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/Noto/NotoSans-SemiBold.woff') format('woff'),
        url('../fonts/Noto/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

