@import './bootstrap-overrides/variables';

$globus-assets-path: "assets/" !default;
$globus-fonts-path: $globus-assets-path + "fonts/" !default;
$positions: static relative absolute fixed sticky;

// icon sizes
$icon-size-base: 1.5em;
$icon-sizes: (
  sm: 1em,
  1x: 1.5em,
  2x: 2em,
  3x: 2.5em,
  4x: 3em,
  5x: 3.5em,
);
