/* Custom CSS für Olatu WP Child Theme */

/* Beispiel: Buttons anpassen */
.wp-block-button__link {
  border-radius: 12px;
  font-weight: 600;
}

/* Beispiel: Hero-Überschrift */
.hero-title {
  font-size: 2.5rem;
  color: var(--wp--preset--color--primary, #0077b6);
}
/* test */
