.onest-<uniquifier> {
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* Change all hyperlink text to #091D91 */
a, a:link, a:visited {
  color: #091D91 !important;
  text-decoration: none; /* optional: remove underline */
}