/* MOTIFKAIN - Basic styles (minimal, most styles are inline) */
:root {
    --brown-dark: #5D4037;
    --brown-medium: #8D6E63;
    --brown-light: #A1887F;
    --teal: #008B8B;
    --teal-light: #20B2AA;
    --beige: #F5F0E8;
    --cream: #FFF8F0;
    --gold: #C9A66B;
    --white: #FFFFFF;
    --text: #3E2723;
    --text-light: #6D4C41;
    --heading: 'Playfair Display', serif;
    --body: 'Inter', sans-serif;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }
