:root {
  --primary-color: #0A88F0;
  --primary-color-rgb: 10, 136, 240;
  --secondary-color: #0A88F0;
  --secondary-color-rgb: 10, 136, 240;

  /* Brand Colors */
  --coverthart-azure: #0A88F0;
  --coverthart-shopify: #3F89EA;
  --coverthart-black: #000509;
  --coverthart-black-rgb: 0, 5, 240;
  --coverthart-white: #F9FAFD;
  --coverthart-white-rgb: 249, 250, 253;
  --coverthart-red: #dc3545;
  --coverthart-red-rgba: 354, 76, 86;
  --bs-danger: var(--coverthart-red);

  --coverthart-green: #006400;
  --coverthart-orange: #FFA000;
  --coverthart-purple: #8B6BD6;
  --coverthart-secondary: #7f8284;
  --coverthart-warning: #FFA000;
}