* {
  font-family: "Raleway", sans-serif;
}

.title {
  font-family: "Raleway", sans-serif !important;
}

.fms-font {
  font-family: "Raleway", sans-serif !important;
}

.fm-subtitle {
  font-weight: bold;
  color: #BB89BC;
}

.primary-background {
  background-color: #FDCF61 !important;
  color: white;
}

.header-active {
  border-bottom: 3px black solid;
}

.img-round {
  text-align: center;
  margin: auto;
  border-radius: 50%;
}

.color-white {
  color: white !important;
}

.truncate-long-texts {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.v-card--reveal {
  align-items: center;
  bottom: 0;
  justify-content: center;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

