:root {
  --primary-color: #234982;
  --primary-color-rgb: 35, 73, 130;
  --secondary-color: #678fd5;
  --secondary-color-rgb: 103, 143, 213;
  --tertiary-color: #f4f7fb; /* #D9EBFF */
  --tertiary-color-rgb: 244, 247, 251;
  --fourth-color: #1955bc;
  --fifth-color: #557ec7;
  --sixth-color: #263357;
  --default-color: #263357;
}