:root {
  --primary-color: #CC1F2D;
  --primary-color-rgb: 204, 31, 45;
  --secondary-color: #A51525;
  --secondary-color-rgb: 165, 21, 37;
  --brand-blue: #1E2D8A;
  --brand-blue-rgb: 30, 45, 138;
  --dark-bg: #07091A;
  --dark-bg-2: #0D1130;
}
