/* Keep this project window visually identical in light and dark system themes. */
.deemo-entry,
.deemo-entry * {
  color-scheme: only light;
  forced-color-adjust: none;
}

.deemo-entry {
  isolation: isolate;
  color: #403b48 !important;
  background: linear-gradient(135deg, #f7edf0 0%, #e7e2f1 52%, #dbe8e8 100%) !important;
  border-color: rgba(255, 255, 255, .7) !important;
}

.deemo-entry-art:after {
  background: linear-gradient(90deg, rgba(248,241,243,.22), rgba(248,241,243,.72) 55%, rgba(248,241,243,.95)) !important;
}

.deemo-entry > span { color: #67566b !important; }
.deemo-entry > p { color: #625a69 !important; }
.deemo-entry-copy small { color: #7c667c !important; }
.deemo-entry-copy strong { color: #403b48 !important; }
.deemo-entry-copy em { color: #756b78 !important; }
.deemo-entry-logo { filter: brightness(0) saturate(100%) opacity(.76) !important; }

@media (max-width: 720px) {
  .deemo-entry-art:after {
    background: linear-gradient(90deg, rgba(248,241,243,.06), rgba(248,241,243,.78) 58%, rgba(248,241,243,.97)) !important;
  }
}
