// =============================================================================
// :: Layout
// =============================================================================
/**
 * This file contains any layout and component options that should be globally
 * defined. These values help define the general layout and structure.
 */

// =============================================================================
// :: Container dimensions
// =============================================================================
$container-width-base: 123rem;

// =============================================================================
// :: z-index
// =============================================================================
$z-index-atmosphere: 9999;
$z-index-sky: 1000;
$z-index-roof: 100;
$z-index-floor: 10;
$z-index-ground: 1;
$z-index-cellar: 0;
$z-index-pit: -1;

// =============================================================================
// :: Border width
// =============================================================================
$border-width-2x-small: 0.08rem;
$border-width-1x-small: 0.1rem;
$border-width-base: 0.2rem;
$border-width-1x-large: 0.5rem;
$border-width-2x-large: 1rem;

// =============================================================================
// :: Border radius
// =============================================================================
$border-radius-3x-small: 0.4rem;
$border-radius-2x-small: 1.4rem;
$border-radius-1x-small: 2.5rem;
$border-radius-base: 10rem;

// =============================================================================
// :: Box shadow
// =============================================================================
$box-shadow-base: 0 0 2.4rem 0 $black;
$box-shadow-light: 0 0 5rem $box-shadow-color-light;
