/* Lokala Bootstrap Icons CSS med CSS mask för bättre färgkontroll */
.bi-laptop {
  mask: url('../icons/laptop.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('../icons/laptop.svg') no-repeat center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.bi-info-circle {
  mask: url('../icons/info-circle.svg') no-repeat center;
  mask-size: contain;
  -webkit-mask: url('../icons/info-circle.svg') no-repeat center;
  -webkit-mask-size: contain;
  background-color: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
}
