/*
Theme Name: Grinder Gym Theme
Theme URI: https://grindergym.com
Author: Dave DePew Enterprises, Inc.
Author URI: https://davedepew.com
Description: Custom WordPress block theme for grindergym.com. Full Site Editing (FSE) theme — header, footer, and templates editable in Site Editor. Built on the DDE Inc. theme framework. Red + black operator aesthetic. Featured-image hero auto-applied to all landing pages via wp:cover useFeaturedImage.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: grinder-gym-theme
Tags: full-site-editing, block-styles, custom-colors, custom-logo, custom-menu, featured-images, fitness, gym
*/

html { scroll-behavior: smooth; }
body { margin: 0; }

.skip-link.screen-reader-text:focus {
  background-color: var(--wp--preset--color--accent);
  color: #ffffff;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px 20px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}
