/* =============================================================================
   @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.d7ccccfa1524edf4.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/themes/default.76ccf2b3f0c7ca75.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/reset.37dde2065e08a0ad.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/base.f5091b69f19ae2cd.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.8cf79c153327523e.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/form.a2e6e58137d9bf18.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/layout.5926fd7bfd7960d6.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.f7cead4c2032ddeb.css";
@import "https://assets.elements.dev/assets/node_modules/@elements/style/pill.a1c9c3172b6a6418.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.9a956add9304d21d.css";
