/*
Theme Name: TicketCenter News
Theme URI: https://www.ticketcenter.com/news
Author: TicketCenter.com
Description: Latest news and updates for concerts, sports, and theater events!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ticketcenter-news
*/

body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f9fafb;
}

/* Utility helpers (to complement Tailwind CDN) */
.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Screen-reader only (matches sr-only class used in markup) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
