/* ============================================================================
 * Unterer Biel – Icon Font (neu)
 * ============================================================================
 * Aktualisierte Icons8-Webfont mit vereinheitlichtem Naming und CSS-Variablen.
 * ============================================================================ */

@font-face {
  font-family: "Unterer Biel";
  src: url("../fonts/iconfont/Unterer-Biel.woff2") format("woff2"),
    url("../fonts/iconfont/Unterer-Biel.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --icon-ub-font-family: "Unterer Biel";

  --icon-ub-mountain: "\f100";
  --icon-ub-sun: "\f101";
  --icon-ub-house: "\f102";
  --icon-ub-plus: "\f103";
  --icon-ub-heart: "\f104";
  --icon-ub-water: "\f105";
  --icon-ub-gas: "\f106";
  --icon-ub-curved-arrow-downward: "\f107";
  --icon-ub-share: "\f108";
}

[data-icons8]:before {
  content: attr(data-icons8);
}

.unterer-biel-mountain:before,
.unterer-biel-sun:before,
.unterer-biel-house:before,
.unterer-biel-plus:before,
.unterer-biel-heart:before,
.unterer-biel-water:before,
.unterer-biel-gas:before,
.unterer-biel-curved-arrow-downward:before,
.unterer-biel-share:before,
.icons8,
[data-icons8]:before {
  display: inline-block;
  font-family: "Unterer Biel";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.unterer-biel-mountain:before {
  content: "\f100";
}
.unterer-biel-sun:before {
  content: "\f101";
}
.unterer-biel-house:before {
  content: "\f102";
}
.unterer-biel-plus:before {
  content: "\f103";
}
.unterer-biel-heart:before {
  content: "\f104";
}
.unterer-biel-water:before {
  content: "\f105";
}
.unterer-biel-gas:before {
  content: "\f106";
}
.unterer-biel-curved-arrow-downward:before {
  content: "\f107";
}
.unterer-biel-share:before {
  content: "\f108";
}
