@font-face {
  font-family: 'Cinzel Decorative';
  src: url('/assets/fonts/cinzel-decorative/CinzelDecorative-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Shared display lettering for scene, journal and window titles. */
#room-title,
.journal-heading h2,
#panel-title,
#login-title,
.learned-action-bar > header > strong,
.learned-action-bar .combat-action-copy strong {
  font-family: 'Cinzel Decorative', Georgia, serif;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.2;
  color: #e4c082;
  text-shadow: 0 2px 2px #000, 0 0 10px #91421b66;
}
#room-title { overflow-wrap: anywhere; }
#panel-title, #login-title { overflow-wrap: anywhere; }
.journal-heading h2 { flex-shrink: 0; }
.learned-action-bar .combat-action-copy strong { text-transform: none; }
.combat-action-copy .combat-action-duration { display:flex;align-items:center;gap:7px; }
.combat-rounds { display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px;color:#e4c082; }
.combat-rounds i { display:block;width:8px;height:8px;border:1px solid #e4c082;border-radius:50%;background:radial-gradient(circle at 35% 30%,#ffe4ac,#9f662d);box-shadow:0 0 4px #91421b66; }
.combat-rounds.is-instant { font-size:20px;line-height:12px; }
