/* =====================================================================
 * Customisations for this installation.
 *
 * The host ships this file empty and loads it on every page, which makes it
 * the one place styling can be added WITHOUT editing a vendor view or a
 * vendor stylesheet. Anything put here survives a GrowCRM update untouched.
 *
 * Keep it to imports. The rules themselves live in their own files, so that
 * what belongs to which feature stays obvious.
 * ===================================================================== */

/*
    THE VERSION QUERY IS NOT DECORATION — BUMP IT ON EVERY CHANGE.

    The host loads this file as `custom.css?v={{ config('system.versioning') }}`,
    which reads settings_system_javascript_versioning — a value GrowCRM changes
    on ITS releases, not on ours. An @import inherits none of that, so without
    a version of its own the browser keeps serving whatever copy of the
    quotation stylesheet it already has. The deploy succeeds, the file on the
    server is correct, and the person looking at the quotation still sees the
    old design with no way to tell why.
*/
@import url("nsq4-quotation.css?v=2026-08-09h");
@import url("rtl-arabic.css?v=2026-08-19c");
