/* Stylesheet: skeleton-minimal.css */

/*
- Only required stylesheets are provided.
- Optional stylesheets are not included.
- 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 */
/* (excluded - supplied by developer) */

/* Typography Settings */
@import 'partials/typography-next.css';
/* (prose excluded - supplied by developer) */

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

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

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