/* Grundlegendes Layout und Fonts */
body {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #333;
}

h1, h2, h3 {
    font-family: 'Tajawal', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style-type: none;
    padding-left: 0;
}
