/* ============================================
   Frutayapp Design Tokens - Single Source of Truth
   ============================================ */
:root {
    /* Brand Greens */
    --green-base: #00A23A;
    --green-base-rgb: 0, 162, 58;
    --green-light: #00A23A;
    --green-dark: #007E37;
    --green-dark-rgb: 0, 126, 55;
    --green-darker: #14532d;

    /* Accent Colors */
    --yellow-soft: #F7A600;
    --yellow-sidebar-active: #F4A200;
    --red-main: #E4003A;
    --vino-title: #8C1724;
    --vino-title-rgb: 140, 23, 36;

    /* Neutrals */
    --white: #ffffff;
    --background: #f8f9fa;
    --background-alt: #fafafa;
    --bg-light: #f5f5f5;
    --border: #D4D5D6;
    --border-light: #e0e0e0;
    --border-muted: #dee2e6;
    --border-disabled: #cccccc;
    --placeholder: #aeaead;
    --text-dark: #333333;
    --text-secondary: #666666;
    --text-muted: #6c757d;
    --text-body: #495057;
    --text-disabled: #999999;
    --text-hint: #bdbdbd;
    --text-faint: #dddddd;

    /* Semantic Colors */
    --orange: #fd7e14;
    --success: #28a745;
    --success-dark: #1e7e34;
    --success-text: #065f46;
    --danger: #dc3545;
    --danger-dark: #c82333;
    --danger-light: #ff6b6b;

    /* Overlays */
    --overlay-dark: rgba(0, 0, 0, 0.5);

    /* Typography */
    --font-family-base: 'Noto Sans', sans-serif;
}
