////
/// Spacing settings.
///
/// @group  Settings
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://seothemes.com/themes/genesis-starter-theme
////

$spacing--xxxs: $base--font-size / 8;
$spacing--xxs: $base--font-size / 5;
$spacing--xs: $base--font-size / 3;
$spacing--s: $base--font-size / 2;
$spacing--m: $base--font-size;
$spacing--l: $base--font-size * 2;
$spacing--xl: $base--font-size * 3;
$spacing--xxl: $base--font-size * 5;
$spacing--xxxl: $base--font-size * 8;
