:root {
  --cyntra-accent-blue: #e8eef8;
  --cyntra-accent-blue-rgb: 232 238 248;
  --cyntra-marker-blue: #1d2e5c;
  --cyntra-marker-light: #f8f4e8;
  --cyntra-accent-teal: #207a73;
}

.cyntra-icon {
  display: block;
  inline-size: 1em;
  block-size: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
