/*
Theme Name: WittFit
Theme URI: https://www.witt.fit/
Author: Converted from Lovable design
Description: Coach-led community gym theme for WittFit, West Wittering. A faithful WordPress conversion of the Lovable (TanStack/React) design — dark base, vivid orange accent, Archivo Black display type. Classic theme with dedicated page templates for Home, About, Memberships, Foundation, Timetable and Contact.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wittfit
*/

/*
  The full design lives in assets/css/app.css (the compiled Tailwind build from the
  original site) and is enqueued in functions.php. This file only carries the theme
  header WordPress requires, plus a couple of editor/admin niceties.
*/

.wittfit-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: #000;
  color: #fff;
  padding: 0.75rem 1rem;
}
.wittfit-skip-link:focus { left: 1rem; top: 1rem; }
