/* Advent Pro von Google Fonts laden */
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&display=swap');

/* Schriftart auf der Website anwenden */
h2, h3, .h3, h4 {
    font-family: 'Advent Pro', sans-serif;
}
.product-row h4, .product-row .h4 {
    font-family: 'Advent Pro', sans-serif;
    font-size: 1.25rem;
}