:root {
  --primary-color: linear-gradient(135deg, #0E70A8 20%, #68bbdf 50%, #7cc6d6 100%);
  --primary-color-rgb: 35, 73, 130;
  --secondary-color: linear-gradient(180deg, #cfe0e2 0%, #4386B4 45%, #0A1721 100%);

  --secondary-color-rgb: 103, 143, 213;
  --tertiary-color: linear-gradient(180deg, #ddeeff 0%, #bddbf8 100%);

  --tertiary-color-rgb: 244, 247, 251;
}