/* TripTicker Border Radius System */
:root {
  --rounded-none: 0px;
  --rounded-xs: 2px;
  --rounded-sm: 4px;
  --rounded-md: 8px;
  --rounded-lg: 12px;
  --rounded-pill: 9999px;
  --rounded-full: 50%;
}
