@import '../css/fonts.css';

#happy-clients{
  font-size: 3rem;
}

#main-card{
  background-color: #e3e0eb !important;
  border: none !important;
  border-radius: 0.45rem !important;
}

.secondary-card{
  background-color: #0c98cf !important;
  border-radius: 0.45rem !important;
}

.gray-color{
  color: #a1a0a5;
}

.white-color{
  color: white !important
}

.header-color{
  background-color: #f1f0f5 !important;
}

.fs-2rem{
  font-size: 2rem;
}

.fs-3rem{
  font-size: 3rem;
}

.fs-1rem{
  font-size: 1.5rem;
}

.factronika-color{
  color: #0c98cf !important
}

.accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #0c98cf !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.logo img {
  position: relative !important;
  top: -0.35em !important;
  width: 70px !important;
}

body{
  font-family: 'Inter' !important;
}


#factronika-header{
  width: 100px;
}

#nova{
  color: white;
  background-color: #0c98cf;
}

.card{
  border: 0px !important;
  background: aliceblue !important;
}