/** * Shared CSS for every kundli renderer (``, * ``, and any future ``). Centralises * the SVG layout (responsive viewBox + aspect ratio), the line/text classes, * and the Lagna highlight so the three components stay visually identical. * * @remarks Font sizes are written in viewBox user units (the chart is 400×400 * inside a 1:1 aspect-ratio container), so they scale linearly from a 320px * phone surface to a wall projector without raster loss. The Lagna palette * tracks `--roxy-accent` so host themes flow through unchanged. */ export declare const kundliStyles: import("lit").CSSResult; //# sourceMappingURL=kundli-styles.d.ts.map