@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body{
  --hysui-theme-color:255, 67, 114; /* #ff4372 */
  --theme-color: rgb(var(--hysui-theme-color));
  --theme-color-alpha-1: rgb(var(--hysui-theme-color), 0.1);
  --theme-color-alpha-3: rgb(var(--hysui-theme-color), 0.3);
  --theme-color-alpha-5: rgb(var(--hysui-theme-color), 0.5);
  --theme-color-alpha-7: rgb(var(--hysui-theme-color), 0.7);
}

.global-font{font-family: 'Noto Sans', sans-serif !important;}