@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;700&display=swap');

body {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
text-align: center;
}

h1, h2, h3, h4, h5, h6 {

    font-family: 'Playfair Display', sans-serif;
    font-weight: 700; /* fett */
    letter-spacing: -0.5px;
    color: #333;
text-align: center;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
text-align: center;
}


h2 {
    font-size: 2.0rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
text-align: center;
}


h3 {
    font-size: 1.6rem;
    color: #444;
    background-color: #e0deda;
text-align: center;
}

h4 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
text-align: center;
}
h5 {
    font-size: 1.6rem;
    color: #444;
text-align: center;
}
