/* =============================================================================
   @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 "https://assets.elements.dev/assets/node_modules/@elements/style/tokens/scale.97928c12fa0c650f.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/themes/default.daae137c60b5f093.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/reset.9cf5f66cb6e50dcc.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/base.7d4512d350261415.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/typography.35d60bd6f4ae5f6a.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/native.114397867bb92ad0.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/button.3c4366f3638e88f8.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/form.e72e073fccffd017.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/layout.a5ae29bd27daecc2.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/card.130c095b9b8dfeef.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/callout.5afa36a0a1126e2.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/pill.49400a0d8bc4d3c2.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/tabs.3c901ab203d09b30.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/terminal.591b90af2189b70b.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/utilities.cdbecc62bef58f85.css";
