:root {
  /* Global*/
  --bs-primary: #7cb342;
  --bs-primary-rgb: 124, 179, 66;

  --bs-secondary: #9e3293;
  --bs-secondary-rgb: 158, 50, 147;


  --bs-success: #7cb342;
  --bs-success-rgb: 124, 179, 66;

  --bs-danger: #D62D2D !default;
  --bs-danger-rgb: 217, 83, 79;

  --bs-warning: #ffc107 !default;
  --bs-warning-rgb: 255, 193, 7 !default;


  --bs-black: #000 !default;
  --bs-black-rgb: 0, 0, 0 !default;

  --bs-white: #fff !default;
  --bs-white-rgb: 255, 255, 255 !default;


  /* Backgrounds*/
  --bs-body-bg: #f7f7f7;
  --bs-body-bg-rgb: 247, 247, 247;

  --bs-light: #f7f7f7;
  --bs-light-rgb: 247, 247, 247;

  --bs-block-bg: var(--bs-white);
  --bs-block-bg-rgb: var(--bs-white-rgb);


  /* Fonts*/
  --bs-body-color: #000000cc;
  --bs-body-color-rgb: rgba(0, 0, 0, 0.8);

  --bs-heading-color: #000000cc;
  --bs-heading-color-rgb: rgba(0, 0, 0, 0.8);

  --bs-body-font-family: "Open Sans", sans-serif;
  --bs-headings-font-family: "Open Sans", sans-serif;


  /* Box-shadow*/
  --bs-box-shadow-blocks: 0 0 .625rem rgba(1, 1, 1, 0.08),.0625rem .125rem .375rem rgba(1, 1, 1, 0.08);
  --bs-box-shadow-primary-button: 0 10px 30px rgba(124, 179, 66, 0.2);
  --bs-box-shadow-secondary-button: 0 10px 30px rgba(158, 50, 147, 0.2);


  /* Border-radius*/
  --bs-border-radius-blocks: 4px;
  --bs-border-radius-inputs: 4px !default;
  --bs-border-radius-buttons: 850px;

  /* Border*/
  --bs-border-color-inputs: #ced4da;
  --bs-border-color: #f2f2f2;
}