/* DO NOT ADD STYLES HERE; ADD THEM INSIDE STYLESHEETS IN THIS DIRECTORY */

/*
Elements

Element styles are those for bare HTML elements (like `<h1>`, `<a>`, etc.). These come with default styling from the browser; we can redefine them here.

Reference:

- [Creative Bloq: Manage Large CSS Projects With ITCSS](https://www.creativebloq.com/web-design/manage-large-css-projects-itcss-101517528) (find "Elements")
- [MDN: HTML element reference](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list)

Rules:

- Element tags may be styled.
- Pseudo classes may be styled.
- Pseudo elements may be styled.

Weight: 4

Styleguide Elements
*/

/* Add styles to the `html-elements.css` stylesheet */





/*
TACC Elements

Styles for TACC custom elements (like `<tacc-search-bar>`) and their parts (which may inherit standard HTML element styles).

Reference:

- [MDN: Web Components: Using custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)

Rules:

- Style via `[part="button"]`.
- Style via `:host`.

Styleguide Elements.TACC
*/

/* Add styles to an individual stylesheet for each custom element */
