@import url('https://rsms.me/inter/inter.css');

/* Rad2Rad uses Inter Bold (700), never the Black (900) weight. */
html body [data-r2r-brand],
html body .r2r-type {
  font-family: 'InterVariable', 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-synthesis: none;
  font-optical-sizing: auto;
  font-feature-settings: 'liga' 1, 'calt' 1;
  letter-spacing: -0.04em !important;
  color: var(--r2r-ink, #0f2c4a) !important;
  white-space: nowrap !important;
  text-transform: none !important;
  gap: 0 !important;
}
html body .r2r-type {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: baseline !important;
  font-size: 1em !important;
  line-height: inherit !important;
  vertical-align: baseline;
  margin: 0 !important;
  padding: 0 !important;
}
html body [data-r2r-brand] > span,
html body [data-r2r-brand] > strong,
html body [data-r2r-brand] > b {
  display: inline !important;
  font-family: inherit !important;
  font-size: 1em !important;
  font-weight: inherit !important;
  font-style: normal !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: var(--r2r-ink, #0f2c4a) !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body [data-r2r-brand] > :nth-child(2) {
  color: #d47a54 !important;
}
