@import './app-config';
@import './bootstrap-config';
@import 'import-bootstrap-modules';

:root {
  // TODO refactor only buttons, inputs, radio, tables, checkboses, rounded buttons variables

  // next steps is ...
  // starting refactor, recompile etc
  --max-column-width: #{$max-column-width};
  --slider-btn-normal-color: #{$slider-btn-normal-color};
  --business-primary-color: #{$business-primary-color};
  --main-black-color: #{$main-black-color};
  --secondary-color: #{$secondary-color};
  --main-grey-color: #{$main-grey-color};
  --transition-time: #{$transition-time};
  --disabled-color: #{$disabled-color};
  --grey-bg-color: #{$grey-bg-color};

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
