/* Playfair Display betűtípus beállítása minden elemre */
body, button, input, select, textarea {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
}

/* Címsorok vastagsága */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

/* Kiemelt szövegek */
.kiemelt {
    font-weight: 700 !important;
}
