// Prefix for :root CSS variables

$variable-prefix:             bs- !default;

$dynamic-var-colors: (
  "dark-shine-gray": #404652,
  "report-title-color": #000,
  "bg-circle-gray": #f6f7fb,
  "bg-rgt-hover": #f7f8fa,
  "rgt-border-line": #eaebef,
  "scroll-track": #e6e6e6,
  "scroll-border": #efefef,
  "tag-title-color": #4e545f,
  "bg-tag-badge": #eff1f4,
  "color-light-gray": #f9fafb,
  "product-img-gray-bg": #f7f7fb,
  "separtor-bg": #f5f6f9,
  "subscription-desc-color": #8d909b,
  "subscription-alert-color": #fd6666,
  "table-row-select-bg": #f0f1f8,
  "liberty-color": #5c63ac,
  "library-blue": #454b93,
  "calendar-gray": #6d6d71,
  "offcanvas-menu-profile-bg": #f8f9fb
) !default;

$dynamic-var-dark-colors: (
  "dark-shine-gray": #d8dade,
  "report-title-color": #fff,
  "bg-circle-gray": #161b22,
  "bg-rgt-hover": #13171f,
  "rgt-border-line": #fff,
  "scroll-track": #404652,
  "scroll-border": #404652,
  "tag-title-color": #4e545f,
  "bg-tag-badge": #161b22,
  "color-light-gray": #13171f,
  "product-img-gray-bg": #f2f4f7,
  "separtor-bg": #161b22,
  "subscription-desc-color": #8d909b,
  "subscription-alert-color": #fd6666,
  "table-row-select-bg": #13171f,
  "liberty-color": #0d1117,
  "library-blue": #13171f,
  "calendar-gray": #7b7e85,
  "offcanvas-menu-profile-bg": #4e545f
) !default;

// $sample: var(--#{$variable-prefix}sample) !default;

