@charset "UTF-8";

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/NotoSans-Regular.woff2") format("woff2");
  font-family: "Noto Sans";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("/common/fonts/NotoSans-Bold.woff2") format("woff2");
  font-family: "Noto Sans";
  font-display: swap;
}
body {
  font-family: "Noto Sans", Arial, sans-serif;
}

p,
a {
  overflow-wrap: anywhere;
}

/* ----------------------------------------------------------------
  Heading (.uq-top[-*])
----------------------------------------------------------------- */
/* .uq-top-brand-hdg-lv2
----------------------------------------------- */
@media screen and (min-width: 769px) {
  .uq-top-hdg-lv2__title {
    font-size: 4.4rem;
  }
}