/**
 * Global typography and spacing scale — 10% reduction site-wide.
 * Load immediately after assets/app.css.
 */

/* Scales rem-based Tailwind/DaisyUI spacing (p-*, gap-*, m-*), radii, and rem font sizes. */
html {
    font-size: 90%;
}

:root,
:host {
    /* Theme bundle px tokens at 90% of their prior effective sizes. */
    --text-xs: 10.8px;
    --text-sm: 11.7px;
    --text-base: 14.4px;
    --text-lg: 16.2px;
    --text-xl: 18px;
    --fontsize: 11.7px;
}
