/*
 * © Agilent Technologies, Inc. 2020-2021.
 *
 * Warning: Unauthorized reproduction or distribution of this program, or any portion of it,
 * is prohibited and will be prosecuted to the maximum extent under the law.
 *
 */

/**
 * NOTO SANS DISPLAY
 */
@font-face {
    font-family: 'Noto Sans Display';
    src: url("../fonts/Noto_Sans/NotoSansDisplay-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Display';
    src: url("../fonts/Noto_Sans/NotoSansDisplay-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: auto;
}

@font-face {
    font-family: 'Noto Sans Display';
    src: url("../fonts/Noto_Sans/NotoSansDisplay-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: auto;
}

@font-face {
    font-family: 'Noto Sans Display';
    src: url("../fonts/Noto_Sans/NotoSansDisplay-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}