/* *****************************************************

    Varial Hosting - custom.css

    WHMCS loads this file instead of Nexus's css/custom.css (child theme
    files take precedence). It is also the only stylesheet the standalone
    invoice and billing note pages load from the theme, so it pulls in:

    1. Nexus's own custom.css, so Nexus's design tokens keep updating
       with WHMCS releases.
    2. varial.css, the Varial theme styles.

    Keep the ?v= version identical to the one in header.tpl, and bump
    both whenever varial.css changes (see CLAUDE.md, "Caching").

***************************************************** */

@import url("../../nexus/css/custom.css");
@import url("varial.css?v=2026092302");
