@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,300&display=swap";

/* apps/tv-dashboard/src/styles.scss */
html {
  background-color: #192f31;
  color: #af9370;
  font-family: "Montserrat", serif;
  font-size: 14px;
}
.two-row-truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-word !important;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: auto;
}
body > .p-overlay {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  min-width: 10rem !important;
  max-width: 120px;
}
.max-w-100 {
  max-width: 100%;
}
.width-26 {
  max-width: 26rem;
  width: 26rem;
}
.width-20 {
  max-width: 26rem;
  width: 20rem;
}
.width-15 {
  max-width: 26rem;
  width: 15rem;
}
.p-floatlabel label {
  max-width: 92%;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-XVFHICMC.css.map */
