// copied from bootstrap documentation
$blue: #0d6efd;
$indigo: #6610f2;
$purple: #6f42c1;
$pink: #d63384;
$red: #dc3545;
$orange: #fd7e14;
$yellow: #ffc107;
$green: #198754;
$teal: #20c997;
$cyan: #0dcaf0;
$primary: $blue;
$secondary: $gray-600; // #757575;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;
$light: $gray-100; // #f5f5f5;
$dark: $gray-900; // #212121;
$body-bg: $white !default;
$body-color: $gray-900 !default;
$link-color: $primary !default;
$link-decoration: underline !default;
$link-shade-percentage: 20% !default;
$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;
$link-hover-decoration: null !default;
$mark-bg: #fcf8e3 !default;
$btn-link-color: $link-color !default;
$btn-link-hover-color: $link-hover-color !default;
$btn-link-disabled-color: $gray-600 !default;