/**
 * Base Styles
 * Grundlegende Styles für Body, Typography, Images
 */

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

/* user-select nur auf interaktiven Drag-Elementen, nicht global */
.location-header,
.location-spalten-header,
.dachboden-liste-item,
.zeitraum-knopf {
  user-select: none;
}

img {
  max-width: 200px;
  max-height: 80px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
