:root {
  /* Global*/
  --bs-primary: #36ccc7;
  --bs-primary-rgb: 54, 204, 199;

  --bs-secondary: #f8bb16;
  --bs-secondary-rgb: 248, 187, 22;


  --bs-success: #4FA62C !default;
  --bs-success-rgb: 79, 166, 44!default;

  --bs-danger: #D62D2D !default;
  --bs-danger-rgb: 214, 45, 45 !default;

  --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: #f6f6f6;
  --bs-body-bg-rgb: 246, 246, 246;

  --bs-light: #f6f6f6 !default;
  --bs-light-rgb: 246, 246, 246 !default;

  /* Fonts*/
  --bs-body-color: #002755;
  --bs-body-color-rgb: 0, 39, 85;

  --bs-heading-color: #005086 !default;
  --bs-heading-color-rgb: 0, 80, 134 !default;

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


  /* Box-shadow*/
  --bs-box-shadow-blocks: 0px 0px 25px 1px rgba(0, 0, 0, 0.11);
  --bs-box-shadow-primary-button: unset;
  --bs-box-shadow-secondary-button: unset;


  /* Border-radius*/
  --bs-border-radius-blocks: 10px;
  --bs-border-radius-inputs: 5px;
  --bs-border-radius-buttons: 40px;

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