:root {
  color-scheme: light;
}

html,
body {
  background-color: #F5F5F7;
}

body {
  margin: 0;
  color: #1D1D1F;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', sans-serif;
}

.avatar {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

/* Preserve a branded Apple-blue info color for generic Bootstrap utilities */
.bg-info {
  background-color: #0066CC !important;
}

.text-info {
  color: #0066CC !important;
}

.pintora-wrapper {
  max-width: 100%;
  overflow-x: auto;
}
