:root {
  /* Global*/
  --bs-primary: #4494a8;
  --bs-primary-rgb: 0, 88, 111;

  --bs-secondary: #e8a900;
  --bs-secondary-rgb: 232, 169, 0;


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

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

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


  /* Fonts*/
  --bs-body-color: #1A1A1A;
  --bs-body-color-rgb: 26, 26, 26;

  --bs-heading-color: #000000;
  --bs-heading-color-rgb: 0, 0, 0;

  --bs-body-font-family: "Inter", sans-serif;
  --bs-headings-font-family: "Gabarito", sans-serif;


  /* Box-shadow*/
  --bs-box-shadow-blocks: 0 0 8px rgba(0, 0, 0, 0.08);
  --bs-box-shadow-primary-button: none;
  --bs-box-shadow-secondary-button: none;


  /* Border-radius*/
  --bs-border-radius-blocks: 10px;
  --bs-border-radius-inputs: 3px;
  --bs-border-radius-buttons: 32px;

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