:root {
    --color-orange: #ffa433;
    --color-orange-dark: #e08a1a;
    --color-blue: #2c75ff;
    --color-blue-dark: #1a56d6;
    --color-white: #ffffff;
    --color-off-white: #faf8f5;
    --color-light: #f3f1ed;
    --color-light-alt: #f0ede8;
    --color-dark: #111111;
    --color-gray: #6b7280;
    --color-text-soft: #555555;
    --color-border: #e5e2db;
    --color-border-soft: #eee6dc;
    --color-border-input: #ddd7ce;
    --color-success-bg: #dcfce7;
    --color-success-text: #166534;
    --color-error-bg: #fee2e2;
    --color-error-text: #991b1b;
    --color-blue-light: #7aa8ff;
}
