body {
    font-family: 'Identidad', sans-serif;
    font-weight: 400;
}

#container svg {
    width: 100%;
    height: auto;
}

.room-label-badge {
  fill: #444;
}
.room-label {
  font-size: 12px;
  fill: white;
  font-weight: 600;
}
.room-text {
  font-size: 13px;
  fill: #333;
  font-weight: 600;
}
.room-person-last {
  font-size: 14px;
  font-weight: 600;
  fill: #1a1a1a;
}
.room-person-first {
  font-size: 12px;
  fill: #1a1a1a;
}
.room-person-label {
  font-size: 9px;
  fill: #1a1a1a;
  font-style: italic;
  letter-spacing: 0.4px;
}

#updated {
  margin-top: 1em;
  font-size: 12px;
  color: #666;
}
