/* Global typography overrides for Stancio public pages */

/* Base font size for the whole document */
html {
  font-size: 18px;
}

/* Raise Tailwind text utilities */
.text-xs {
  font-size: 0.85rem !important;
}

.text-sm {
  font-size: 0.95rem !important;
}

/* Override arbitrary 11px text utility used in markup */
.text-\[11px\] {
  font-size: 0.85rem !important;
}

/* Make tiny badges/buttons more legible */
.badge-xs,
.btn-xs {
  font-size: 0.8rem !important;
}

/* Slightly larger default badge text */
.badge {
  font-size: 0.85rem !important;
}
