/* style.css */
/*
 Theme Name:   Naturmagisch (Spectra One Child)
 Theme URI:    https://cookers.at/
 Description:  Child theme for Spectra One with black–gold palette and fonts.
 Author:       Gerhard Kocher
 Template:     spectra-one
 Version:      1.0.0
 Text Domain:  spectra-one-child
 */

h1,
h2,
h3 {
  text-shadow: 2px 4px 6px #000000;
}

ul.wp-block-list li {
  list-style: none;
}

ul.wp-block-list li::before {
  content: "";
  background-image: url("assets/stern.png");
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
  filter: brightness(0) saturate(100%) invert(82%) sepia(15%) saturate(130%)
    hue-rotate(25deg) brightness(105%);
}
