/* EMRYS canonical identity authority — b2A6E-r36a57k8
   Shared by the public Living Dust Jacket and the immersive application. */
:root {
  --emrys-wordmark-font: Georgia, "Times New Roman", Times, serif;
  --emrys-wordmark-gradient: linear-gradient(180deg,#fff 0%,#efe6ff 38%,#b79af8 73%,#67e8f9 112%);
  --emrys-wordmark-tracking: -.045em;
}
.emrys-wordmark,
[data-emrys-wordmark="canonical"] {
  display:inline-block;
  font-family:var(--emrys-wordmark-font) !important;
  font-weight:700 !important;
  font-style:normal !important;
  line-height:.9 !important;
  letter-spacing:var(--emrys-wordmark-tracking) !important;
  text-transform:uppercase !important;
  color:transparent !important;
  background:var(--emrys-wordmark-gradient) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  -webkit-text-fill-color:transparent !important;
  text-shadow:none !important;
  filter:drop-shadow(0 0 14px rgba(139,92,246,.10));
}
