/* Global Theme für fasero.de */

body {
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}

.hero {
  background: linear-gradient(135deg, #00bcd4, #007ea7);
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-weight: bold;
}

.table th {
  background-color: #007ea7;
  color: white;
}

.btn-primary {
  background-color: #007ea7;
  border-color: #007ea7;
}

.btn-primary:hover {
  background-color: #005f7f;
  border-color: #005f7f;
}

.navbar {
  background-color: #007ea7;
}

footer {
  background-color: #007ea7;
}
