/* ==========================================
   SCRIPTINA SCRIPT FONT STYLES
   Für Zitate und geschwungene Texte
   ========================================== */

/* Über Mich Widget - Zitat Stil */
.estelle-quote {
    font-family: 'Cormorant', serif;
    font-size: 22px !important;
    font-style: italic;
    font-weight: normal !important;
    color: var(--warm-brown);
    line-height: 1.6;
    margin: 0 0 30px 0;
}

/* Herzlich Willkommen Seite - Scriptina Styles */
.section-title-script {
    font-family: 'Great Vibes', cursive serif, cursive !important;
    font-size: 48px !important;
    font-weight: normal !important;
    color: var(--bronze-accent);
    letter-spacing: 0;
    margin-bottom: 25px;
}

.welcome-quote {
    font-family: 'Cormorant', serif;
    font-size: 24px !important;
    font-style: italic;
    font-weight: normal !important;
    color: var(--warm-brown);
    line-height: 1.6;
    margin: 0 0 35px 0;
}

.welcome-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--deep-brown);
    font-weight: 300;
    max-width: 1200px;
    margin: 0 auto;
}

.welcome-text p {
    margin-bottom: 20px;
}

/* Services Überschrift auch mit Scriptina */
.estelle-services-heading {
    font-family: 'Scriptina Pro', cursive !important;
    font-size: 48px !important;
    font-weight: normal !important;
    color: var(--bronze-accent);
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 0;
}

/* Responsive für Scriptina Texte */
@media screen and (max-width: 768px) {
    .section-title-script {
        font-size: 38px !important;
    }
    
    .welcome-quote,
    .estelle-quote {
        font-size: 20px !important;
    }
    
    .estelle-services-heading {
        font-size: 38px !important;
    }
}

@media screen and (max-width: 480px) {
    .section-title-script {
        font-size: 32px !important;
    }
    
    .welcome-quote,
    .estelle-quote {
        font-size: 22px !important;
    }
    
    .estelle-services-heading {
        font-size: 32px !important;
    }
    
    .welcome-text {
        font-size: 15px;
    }
}
