/* =============================================================================
   @elements/style — default entry point

   Layer order is the architecture. Earlier layers lose to later layers
   regardless of selector specificity. Reset can't fight components.
   Components can't fight utilities or app-level overrides.

   Ships the DEFAULT theme only (monochrome). Opt-in extras:

     @import "@elements/style/themes/elements";   Elements brand blue
     @import "@elements/style/email";             email baseline (mail-safe)

   To brand your app, copy themes/customer-example.css and import it after
   this file.

   Note: imports are plain — the Elements CSS pipeline does not support
   media/supports conditions on @import. All @media logic lives inside
   file bodies.
============================================================================= */

@layer reset, tokens, base, components, utilities, overrides;

@import "/assets/node_modules/@elements/style/tokens/scale.97928c12fa0c650f.css";
@import "/assets/node_modules/@elements/style/themes/default.fa1088c46e55d039.css";
@import "/assets/node_modules/@elements/style/reset.9cf5f66cb6e50dcc.css";
@import "/assets/node_modules/@elements/style/base.7d4512d350261415.css";
@import "/assets/node_modules/@elements/style/typography.35d60bd6f4ae5f6a.css";
@import "/assets/node_modules/@elements/style/native.114397867bb92ad0.css";
@import "/assets/node_modules/@elements/style/button.d4d3b4ee14a6b28d.css";
@import "/assets/node_modules/@elements/style/form.b2d8cc0275ae9ddf.css";
@import "/assets/node_modules/@elements/style/layout.a5ae29bd27daecc2.css";
@import "/assets/node_modules/@elements/style/card.130c095b9b8dfeef.css";
@import "/assets/node_modules/@elements/style/callout.5afa36a0a1126e2.css";
@import "/assets/node_modules/@elements/style/pill.49400a0d8bc4d3c2.css";
@import "/assets/node_modules/@elements/style/tabs.3c901ab203d09b30.css";
@import "/assets/node_modules/@elements/style/terminal.591b90af2189b70b.css";
@import "/assets/node_modules/@elements/style/utilities.b217a3d1878a6c52.css";
