/*
Theme Name: Cari Child
Theme URI: https://example.com/cari-child
Description: Child theme for Cari Finance (loads parent Astra)
Author: Yash / Alex
Template: astra
Version: 1.0.0
*/

/* Import order: parent -> tokens -> child overrides */

/* Place custom CSS rules below; prefer variables from tokens.css */
body {
  font-family: var(--font-sans, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial);
  color: var(--text, #111827);
  background-color: var(--color-muted, #f4f6f7);
}
