/**
 * Jodia Bazaar Seller Central — System Design Tokens
 * Path: frontend/public/css/tokens.css
 */
:root {
    /* Brand Engine */
    --brand-hero: #BD1E2E;
    --brand-hover: #8B1E2D;
    --brand-accent: #C84B5A;
    --brand-soft: #E29DA2;

    /* Interface Anchors & Surfaces */
    --dark-anchor: #0F172A;
    --dark-charcoal: #1C1C1E;
    --bg-core: #FBFBFB;
    --bg-surface: #F8FAFC;

    /* Utilities & Semantics */
    --ui-subtext: #334155;
    --ui-outline: #E5E7EB;
    --ui-utility: #67595E;

    /* Semantic States (SLA Badges, Fulfillment, Validation) */
    --status-success: #16A34A;
    --status-warning: #D97706;
    --status-danger:  #DC2626;
    --status-info:    #2563EB;
    
    --status-success-bg: #F0FDF4;
    --status-warning-bg: #FFFBEB;
    --status-danger-bg:  #FEF2F2;
    --status-info-bg:    #EFF6FF;

    /* Typography Scale */
    --text-xs:   0.75rem;   /* 12px */
    --text-sm:   0.875rem;  /* 14px */
    --text-base: 1rem;      /* 16px */
    --text-lg:   1.125rem;  /* 18px */
    --text-xl:   1.25rem;   /* 20px */
    --text-2xl:  1.5rem;    /* 24px */
    --text-3xl:  1.875rem;  /* 30px */
    --text-4xl:  2.625rem;  /* 42px */

    /* Font Family */
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}