:root {
    /* --- Brand colors --- */

    /* Institutional wine */
    --uag-primary: #79242f;

    /* Dark wine (Hover) */
    --uag-primary-dark: #5a1a23;

    /* Orange (Accent/Secondary hover) */
    --uag-accent: #F18A00;

    /* --- Neutral colors (UI) --- */

    /* Main text */
    --uag-text-main: #333333;

    /* Muted text/Icons */
    --uag-text-muted: #666666;

    /* Tertiary text/Placeholders */
    --uag-text-light: #999999;

    /* Page background */
    --uag-bg-body: #f4f6f8;

    /* Card background */
    --uag-bg-white: #ffffff;

    /* General borders */
    --uag-border: #dddddd;

    /* Subtle borders */
    --uag-border-light: #f0f0f0;

    /* --- States (Feedback) --- */
    --uag-success: #28a745;
    --uag-danger: #dc3545;
    --uag-warning: #ffc107;

    /* --- Spacing and borders --- */
    --uag-radius: 12px;
    --uag-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}