/* :root {
  --primary-color: #eb2428;
  --primary-color-rgb:rgb(235 36 40);
}
 */
:root {
  --primary-color: #2563eb;
  --primary-color-rgb: 37, 99, 235;
}