@font-face {
    font-family: "Noto Sans Display";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-variation-settings: "wdth" 100, "wght" 400;
    src: url("./NotoSansDisplay-VariableFont_wdth,wght.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans Display";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 75% 125%;
    font-variation-settings: "wdth" 100, "wght" 400;
    src: url("./NotoSansDisplay-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}

html,
body {
    font-stretch: 100%;
}

:root {
    --_text-style---font-family: "Segoe UI", "Noto Sans Display", Arial, sans-serif !important;
}