/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

:root {
    --primary-color: #D4AF37;
    --text-color: #1a1a1a;
    --bg-color: #ffffff;
    --shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--text-color);
}



