@font-face {
  font-family: 'Rettabelle Demo';
  src: url('/assets/fonts/Rettabelle-Demo.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.mobile-nav .mobile-nav-sen-lockup {
  position: relative;
  display: inline-block;
  overflow: visible;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: inherit;
  white-space: nowrap;
}

.mobile-nav .mobile-nav-sen-note {
  position: absolute;
  left: calc(100% - 0.62em);
  top: 1.06em;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  font-family: 'Rettabelle Demo', 'Cormorant Garamond', Georgia, serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 0.42em;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  word-spacing: normal;
  text-transform: none !important;
  color: var(--gold-light) !important;
  white-space: nowrap;
  transform: rotate(-10deg);
  transform-origin: left center;
  opacity: 1;
  pointer-events: none;
}
