:root {
  --primary: 105, 108, 46;

  --danger: 239, 98, 108;

  --warning: 252, 155, 47;

  --success: 84, 175, 118;

  --background: 242, 243, 244;

  --shell-bg: 255, 255, 255;

  --header-bg: 255, 255, 255;

  --primary-text-color: 13, 31, 45;

  --secondary-text-color: 255, 255, 255;

  --gray: 158, 168, 183;
}
