/* ==========================================================================
   GLOBAL SETTINGS
   ========================================================================== */

/**
 * The global settings file contains any project-wide variables; things that
 * need to be made available to the entire codebase.
 */

$global-radius: 5px !default;
$global-transition: 0.3s !default;
