/* Stylesheet: skeleton.css */

/*
- Slated to replace `all.css` in the next major release
- All available stylesheets are imported
- Typography using opt-in system
*/

/* NOTE: The order shown below is required */
/* Import AFTER your theme, but BEFORE your global stylesheet. */

/* Tailwind Directives */
@import 'partials/tailwind.css';

/* === OPTIONAL STYLESHEETS === */

/* Core Styles */
@import 'partials/core.css';

/* Typography Settings */
@import 'partials/typography-next.css';
/* DEPRECATED: 'partials/typography-prose.css' must now be imported directly */

/* === REQUIRED STYLESHEETS === */

/* Imports all Tailwind Elements */
@import 'partials/elements.css';

/* Imports all Variant Styles */
@import 'partials/variants.css';
