/* Register layers in the correct order */
/* 
* Browsers define layer order based on when they encounter @layer declarations.
* This file should be imported by all component styles, and other CSS entry points,
* to ensure that layers are registered in the correct order.
*/
@layer base, tokens, utilities, components, overrides;
/* Add component styles to component layer while preserving Stencil Scoped CSS */
@layer components {
  :host hr {
    background: var(--semantic-color-border-tertiary-resting);
    width: 100%;
    height: var(--semantic-dimension-static-25);
    border-width: 0;
  }
}