/*
Theme Name: Twardokus Child
Theme URI: https://deinewebsite.de
Description: Child Theme für Twardokus Altstadthotel
Author: Du
Template: hello-elementor
Version: 1.1
*/

@import url("../hello-elementor/style.css");

/* Allgemeine Verbesserungen */
body {
    font-family: 'Inter', system-ui, sans-serif;
}

.heading-font {
    font-family: 'Playfair Display', Georgia, serif;
}

h1, h2, h3 {
    font-family: 'Playfair Display', Georgia, serif;
}

/* Schöne Buttons */
.btn-primary {
    background-color: #1e3a2f;
    color: white;
    padding: 14px 32px;
    border-radius: 9999px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #2a5a45;
    transform: translateY(-2px);
}