/*
Theme Name: ENP Theme
Theme URI: https://thecommunitypool.org
Author: thecommunitypool.org
Description: Destination-tool theme for The Community Pool — UK public pool finder. Clones code.html layout (HydroMetric UK) and renders plugin-provided tool UI above the fold.
Version: 0.1.0
License: GPL-2.0-or-later
Text Domain: enp-theme
*/

/* Theme CSS is kept minimal — layout comes from Tailwind CDN via header.php.
   This file is required for WordPress to recognise the theme. */

body { margin: 0; font-family: "Inter", system-ui, sans-serif; }
a { color: inherit; }
.enp-sr-only {
    position: absolute !important;
    width: 1px; height: 1px;
    padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0);
    white-space: nowrap; border: 0;
}
