/*
Theme Name: Paradigm24
Theme URI: https://paradigm24.eco
Author: Carrie Watts · Consilium Design
Author URI: https://consiliumdesign.co.uk
Description: A premium WordPress theme for Paradigm24 — sustainable, hire-able exhibition stands made from recycled event carpet. Editorial typography (DM Sans), navy + process blue + hot pink palette, mobile-first, WooCommerce Bookings ready.
Version: 1.0.0
Requires at least: 6.4
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: paradigm24
Tags: custom-colors, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, wide-blocks, block-styles, woocommerce
*/

/* ==========================================================
   PARADIGM24 THEME · v1.0
   Tokens defined in theme.json + assets/css/main.css
   This file exists for WordPress recognition + a few resets.
   ========================================================== */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, sans-serif; }

/* Skip link for a11y */
.skip-link.screen-reader-text {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}
.skip-link.screen-reader-text:focus {
  position: fixed; top: 12px; left: 12px; width: auto; height: auto;
  padding: 12px 16px; background: #1F3A5F; color: #fff; z-index: 9999;
  border-radius: 8px; text-decoration: none; font-weight: 700;
}
