/* Typing Interface Styles */
.typing-area {
  font-family: "Fira Code", Consolas, Menlo, monospace;
  font-size: 1rem;
  line-height: 1.6;
  background: #fff;
  border-radius: .5rem;
  min-height: 240px;
}
#tp-text-preview {
  font-size: .95rem;
}
.badge.rounded-pill { border-radius: 50rem; }
