:root {
    /* Theme Colors */
    --primary-color: #5c67f2; /* Adjust based on app theme */
    --secondary-color: #ffebee; /* Light pink for sections */
    --button-color: #5c67f2;
    --footer-bg-color: #2d2d2d;
    --text-color: #333;
    --white: #fff;

    /* Font and Spacing */
    --font-family: 'Arial', sans-serif;
    --padding: 1rem;
}
