@charset "utf-8";

/*
 * Neue Schriftart hinzufügen:
 * https://google-webfonts-helper.herokuapp.com/fonts
 */

@font-face{
  font-family: "Netto Regular";
  src: url('./fonts/NettoWeb-W03-Regular.eot?#iefix');
  src: url('./fonts/NettoWeb-W03-Regular.eot?#iefix') format("eot"),
       url('./fonts/NettoWeb-W03-Regular.woff2') format("woff2"),
       url('./fonts/NettoWeb-W03-Regular.woff') format("woff"),
       url('./fonts/NettoWeb-W03-Regular.ttf') format("truetype");
}

.thumbs_container * {
  font-weight: bold !important;
}
