:root {
    /* Colors */
    /* Colors */
    --primary-color: #005B4D;
    --primary-dark: #00453a;
    --secondary-color: #D49D3E;
    --dark-color: #000000;
    --text-color: #333333;
    --text-light: #838383;
    --white: #ffffff;
    --border-color: #EAECEF;
    --background-color: #EAECEF;
    --overlay-color: rgba(0, 0, 0, 0.4);

    /* Fonts */
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --spacing-xl: 6rem;

    /* Transitions */
    --transition: all 0.3s ease;
}