:root {
  --primary-color: #2c2f41;
  --primary-color-rgb: 44, 47, 65;

  --secondary-color: #366093;
  --secondary-color-rgb: 54, 96, 147;

  --other-color: #4e8fb6;
  --other-color-rgb: 78, 143, 182;
}