///* ========================================================================
//   #GLOBAL
//   ======================================================================== */

// The global settings file contains any project-wide variables; things that
// need to be made available to the entire codebase.

// Standardise some UI treatments.

$fabric-global-radius: 6px !default;
$fabric-global-radius-small: 3px !default;

$fabric-global-speed: 500ms;
$fabric-global-speed-rapid: 250ms;
$fabric-global-speed-lightening: 125ms;
$fabric-global-speed-tortoise: 2000ms;

$fabric-global-transition: all $fabric-global-speed ease-in-out !default;

$fabric-global-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
$fabric-global-width: 1600px !default;
$fabric-global-range-handle: 18px !default;

$fabric-component-width: 320px !default;
