
@font-face {
  font-family: 'Rubik';
  src: url('/frontend/fonts/rubik-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url('/frontend/fonts/rubik-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

.logo-text {
  font-family: 'Rubik', sans-serif;
  font-weight: 700;        /* Bold für Eifelcam */
  font-size: 2.5rem;
}

.logo-text .trademark {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;        /* Regular für TM */
  font-size: 0.5em;        /* kleiner */
  vertical-align: super;   /* hochgestellt */
  margin-left: 2px;
}

.tile img {
  max-width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

