.comora-brand {
  --comora-word-start: #f4f3ef;
  --comora-word-middle: #f4f3ef;
  --comora-word-warm: #e7b6ad;
  --comora-word-end: #ff634d;
  --comora-brand-accent: #ff634d;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f4f3ef !important;
  text-decoration: none;
  letter-spacing: normal !important;
}

.comora-brand.is-light {
  --comora-word-start: #25211d;
  --comora-word-middle: #25211d;
  --comora-word-warm: #8b554c;
  --comora-word-end: #d84c3a;
  --comora-brand-accent: #d84c3a;
  color: #25211d !important;
}

.comora-brand-mark {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  overflow: visible;
}

.comora-brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.comora-brand-mark .comora-brand-mark-secondary {
  opacity: 0.5;
}

.comora-brand-mark circle {
  fill: var(--comora-brand-accent);
}

.comora-brand-name {
  display: inline-flex;
  align-items: baseline;
  color: transparent !important;
  background: linear-gradient(
    96deg,
    var(--comora-word-start) 0%,
    var(--comora-word-middle) 38%,
    var(--comora-word-warm) 72%,
    var(--comora-word-end) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.035em !important;
}

.comora-brand-core {
  width: 0.79em;
  position: relative;
  display: inline-grid;
  place-items: center;
  color: transparent !important;
}

.comora-brand-core i {
  width: 0.16em;
  height: 0.16em;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  background: var(--comora-brand-accent);
  transform: translate(-50%, -50%);
}

@media (max-width: 520px) {
  .comora-brand { gap: 7px; }
  .comora-brand-mark { width: 23px; height: 23px; }
  .comora-brand-name { font-size: 17px; }
}
