body {

  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.attention-bar__notice {
    display: flex;
    align-items: center;
    width: 5em;
    height: 100%;
    color: #0C2677 !important;
    /* color: var(--rh-themecolor-primary); */
    font-size: 1.25em;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: var(--rh-themecolor-highlight); */
    background-color: #ffcc00;
}