/*
 Theme Name:   Hello LaFleur Child
 Template:     hello-elementor
 Text Domain:  hello-lafleur-child
*/

:root {
    --lafleur-navy: #0b1f3a;
    --lafleur-gold: #d4af37;
    --lafleur-bg: #f7f7f9;
    --lafleur-text: #1c1c1c;
    --lafleur-muted: #6f6f6f;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--lafleur-bg);
    color: var(--lafleur-text);
    margin: 0;
}