
/*
Theme Name: Kredit für Selbständige Theme
Theme URI: https://www.kredit-fuer-selbststaendige.de/
Author: Alex / ChatGPT
Author URI: https://www.kredit-fuer-selbststaendige.de/
Description: Modernes, responsives WordPress-Theme für Kredit- und Finanzseiten. Optimiert für Conversions und SEO.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kfs-theme
*/

/* Basis-Reset & Body-Styles, Rest ist in assets/css/main.css */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f7fb;
    color: #1f2933;
}
a {
    color: #0f766e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
