/* theme.css — RTW Canada UI customization
 *
 * Override any of the public theming tokens below to customize the look.
 * The defaults live in site.css; anything you don't list here is unchanged.
 * Do not add component rules to this file — keep it to :root variables only.
 *
 * Public theming surface (from site.css):
 *   Brand:      --brand, --accent, --accent-strong, --accent-ink
 *   Surfaces:   --bg, --bg-card, --bg-info
 *   Text:       --ink, --ink-muted, --ink-info
 *   Lines:      --rule, --danger, --success
 *   Type:       --font-serif, --font-sans
 *   Shape:      --radius, --radius-sm, --radius-pill
 *   Elevation:  --shadow-card
 */

:root {
    /* Example: switch the primary button & accent to a green palette
     * --accent: #2f9e64;
     * --accent-strong: #1f7a4d;
     * --accent-ink: #ffffff;
     */
}
