:root {
  --primary-color: #194a99;
  --secondary-color: #676767;
  --success-color: #198754;

  --confirm-color: #2ade1a;
  --cancel-color: #ff725e;
  --bg-gray: #fafafa;

  --green: #549369;
  --green: #008732;

  --border-radius: 15px;
  --md-border-radius: 10px;
  --sm-border-radius: 4px;

  --bg-field-disabled: #e9ecef;

  --height-input-default: 40px;
  --sm-height-input-default: 34px;

  --height-navbar: 48px;

  --loading-grey: #ededed;
}

html,
body {
  font-family: "Lato", sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/**
box-shadow: 0 2px 5px 0 rgb(0 0 0 / 25%), 0 3px 10px 5px rgb(0 0 0 / 5%) !important;
*/
