/*
Theme Name: lamy
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Classic theme starter with SEO fields, OG/Twitter, robots control, schema.org JSON-LD, and WCAG-minded markup.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lamy
Tags: accessibility-ready, custom-menu, featured-images
*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  white-space: nowrap;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static !important;
  width: auto;
  white-space: normal;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  padding: 10px 12px;
  background: #fff;
  color: #000;
  z-index: 9999;
  border: 2px solid #000;
}

.skip-link:focus {
  transform: translateY(0);
}