/*
 Theme Name: Sahifa Child
 Theme URI: https://yourwebsite.com
 Description: Child Theme für Sahifa
 Author: Valentin
 Template: sahifa
 Version: 1.0
*/

/* Hier kannst du später eigenes CSS ergänzen */

.headline {
    font-size: 14px;
    text-transform: uppercase;
    color: #c00;
    margin-bottom: 5px;
    font-weight: bold;
}

.titel {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lead {
    font-style: italic;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.4;
}
