/* =====================================================
   Aurora-Garten – Base Styles
===================================================== */

/* ================================
   Reset & Grundlayout
================================ */

body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #F2F5EF;
    color: #2B2B2B;
    line-height: 1.6;
}

/* ================================
   Globale Typografie
================================ */

h1, h2, h3 {
    margin: 0 0 20px 0;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

p {
    margin: 0 0 20px 0;
    font-size: 18px;
}