/**
 * Custom CSS
 *
 * Add your custom CSS here.
 * This file will not be overwritten on theme updates.
 */

/* Example: Change primary color */
/*
:root {
    --color-primary: #2E7D6F;
    --color-primary-dark: #1A5A4E;
    --color-primary-light: #4A9B8A;
}
*/

/* Example: Custom button style */
/*
.btn-custom {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: white;
    padding: 1rem 2rem;
    border-radius: 2rem;
}
*/
