/*
Theme Name: Schützenverein Weiner
Author: Erstellt mit ChatGPT
Version: 1.0
*/
  * {
    font-family: 'Inter', sans-serif;
  }

  h1, h2, h3 {
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 2px;
  }

  .splide__slide {
    height: 100vh;
  }

  .splide__slide img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }

ul.wp-block-list {
	list-style: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}

.prose p, .wp-singular p {
	margin-bottom: 1rem;
}

h2.wp-block-heading {
	margin-top: 1.5rem;
}