body {
    font-family: "Familjen Grotesk", sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: white !important;
}


.frisorportalen-section {
    padding: 50px 0;
    background-color: black;
}

.features {
    padding: 50px 0;
    background-color: black;
}

.features .row {
    margin-bottom: 60px;
}

.features img {
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    height: 384px;
    object-fit: cover;
    object-position: center center;
}

.features h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-white {
    color: white;
}

.onebarbar-button {
   background-color: white;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: inherit;
  padding: 1.2rem 1.5rem;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  color: black;
  transition: all 0.3s ease-in-out;
}

.onebarbar-button:hover {
    background-color: #BF9B30;
    color: white;
    transition: all 0.3s ease-in-out;
}
