/*
Theme Name: Kanzlei Müller & Partner
Template: hello-elementor
Version: 1.1
Author: ChatCore
*/

:root {
    --primary: #1a1a1a;
    --secondary: #c9a961;
    --text: #333333;
    --text-light: #666666;
    --background: #ffffff;
    --surface: #f8f8f8;
    --border: #e5e5e5;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.7;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}
