// =============================================================================
// SETTINGS
// =============================================================================


// Bigcommerce Variables
// -----------------------------------------------------------------------------
//
// 1. Layout is dependant on Typography, so @import typography first.
//
// -----------------------------------------------------------------------------

// Export
@import "export/export";

// Screen Sizes
@import "screensizes/screensizes";

// Color
@import "color/color";

// Typography
@import "typography/typography"; // 1

// Layout
@import "layout/layout"; // 1

// Containers
@import "container/container";

// Z-index
@import "z-index/z-index";

// Overlays
@import "overlay/overlay";
