:root {
    /* Brand */
    --off-white: #F9F9F9;
    --charcoal-gray: #2F2F2F;
    --champagne-gold: #B08D57;
    --champagne-hover: #9A7B4F;
    --medium-gray: #6B6B6B;
    --white: #FFFFFF;

    /* Text */
    --text-dark: #1A1A1A;
    --text-muted: #666666;
    --text-light: #999999;

    /* Borders */
    --border-light: rgba(47, 47, 47, 0.15);
    --border-soft: #EEEEEE;

    /* Alerts */
    --success-color: #276749;
    --success-bg: #F0FFF4;

    --danger-color: #C53030;
    --danger-bg: #FFF5F5;

    --warning-color: #FFC107;
    --warning-bg: #FFF3CD;

    /* Radius */
    --radius: 8px;
    --radius-sm: 6px;
    --radius-md: 8px;
    --radius-lg: 10px;

    /* Typography */
    --font-main: 'Montserrat', sans-serif;

    /* Shadows */
    --shadow-soft: 0 2px 8px rgba(0,0,0,0.04);
}