/* AussieWave order-form styling — single-sourced, no drift.
 *
 * The order form loads THIS file (assetPath resolves custom.css to the order-form
 * dir). Rather than keep a second, forkable copy of the skin here, we pull in the
 * two canonical layers by @import:
 *   1. aw-brand.css  — vendored brand tokens + .aw- components (this dir).
 *   2. orderform.css — the skin (cart layout, select box, footer, Total Due Today,
 *      remove-x, summary breakdown, configure alignment). This is the SAME file the
 *      client-area child theme loads (templates/aussiewave/css/orderform.css), so
 *      the order form and the theme can never drift apart. The relative path
 *      resolves at the browser to /templates/aussiewave/css/orderform.css. */
@import url("aw-brand.css");
@import url("../../../aussiewave/css/orderform.css?v=awo12");
