/* Establishes layer order for the candidates app. bryq-api's candidates.css wraps
   its styles in @layer third-party, base, framework -- we put bryq-talent's UI
   CSS in a separate bryq-talent layer with the lowest priority so bryq-api's
   framework styles win for page-level layout, while unlayered CSS Modules (used
   for components) still beat everything. Must load before any other CSS. */
@layer bryq-talent, third-party, base, framework;
