:root {
    --textColor: #464646;
    --textColorVariant: #f9fff5;
    --background: #FFF;
    --foreground: #000;
    --onSecondary: #fff;
    --outline: #e5e5e5;
    --inline: #f8f7f7;
    --surface: #F5F5F5;
    --onSurface: #2A3439;
    --shadow: rgba(0, 0, 0, 0.1);
    --primary-light: #e8f7e6;
    --text-color: #333;
    --text-light: #6c757d;
    --bg-color: #f8f9fa;
    --card-bg: #ffffff;
    --border-color: #e9ecef;
}