@font-face {
  font-family: "Rotis II Sans Pro";
  src: url("../fonts/Rotis II Sans Pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rotis II Sans Pro";
  src: url("../fonts/Rotis II Sans Pro Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.line-badge--tram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 15%;
  width: 32px;
  height: 32px;
  min-width: 32px;
  max-width: 32px;
  padding: 0;
  font-family: "Rotis II Sans Pro", sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
}

.line-badge--tram.len-2 {
  font-size: 0.95rem;
}
