:root {
  --rv-pine: #183d35;
  --rv-pine-hover: #244e44;
  --rv-lime: #d7eb87;
  --rv-chalk: #f8f7f2;
  --rv-card: #fffefb;
  --rv-sand: #eae7de;
  --rv-mist: #e5ede5;
  --rv-ink: #19362e;
  --rv-muted: #5d6e64;
  --rv-line: #dce2d8;
  --rv-font: "Inter", "Segoe UI", Arial, sans-serif;
  --rv-serif: Georgia, "Times New Roman", serif;
  --rv-radius: 10px;
  --rv-shadow: 0 16px 48px #183d3510;
}
.rv-mark {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.rv-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--rv-pine);
  white-space: nowrap;
}
.rv-wordmark {
  font: 650 25px/1.1 var(--rv-font);
  letter-spacing: -1.25px;
}
.rv-wordmark > span {
  font-weight: 400;
}
.rv-lockup-large {
  gap: 22px;
}
.rv-lockup-large .rv-mark {
  width: 110px;
  height: 110px;
}
.rv-lockup-large .rv-wordmark {
  font-size: clamp(38px, 6vw, 74px);
  letter-spacing: -0.06em;
}

