/*
Theme Name: Find a Paw
Theme URI: https://findapaw.com
Author: Find a Paw
Description: Companion theme for the Find a Paw lost pet alert site. Supplies the
  header, footer and page shells; all section styling comes from the Find a Paw
  Lost Pet Ads plugin, so the two are always in step. Mobile first.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: findapaw
*/

/* Deliberately almost empty. The design system lives in the plugin's fap.css so
   there is one source of truth. Only theme-shell bits belong here. */

html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }
img { max-width: 100%; height: auto; }

/* The plugin renders full-bleed sections, so the content column must not
   constrain them or add its own padding. */
.fap-site-main { display: block; }

/* Skip link, visible only when focused. */
.fap-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: #FED136; color: #294D67; padding: .75rem 1.25rem;
  font-weight: 700; border-radius: 0 0 8px 0;
}
.fap-skip:focus { left: 0; }
