/*
 * rapybus-tokens.css
 * Brand design tokens — import this first on every web page.
 * All other RapyBus CSS files depend on these variables.
 */

:root {
    /* Brand palette */
    --rb-green:      #00CB76;
    --rb-green-dark: #00a660;
    --rb-blue:       #0949cf;
    --rb-blue-dark:  #0737a0;
    --rb-dark:       #0a1628;
    --rb-surface:    #f5f7ff;

    /* Semantic aliases */
    --rb-text-muted: #6b7280;
    --rb-text-body:  #374151;
    --rb-border:     #eef0f8;
}
