/*
Theme Name: SlimDelish
Theme URI: https://slimdelish.com
Author: SlimDelish
Author URI: https://slimdelish.com
Description: A modern, appetizing WordPress theme for healthy recipes inspired by flavors from around the world. Custom "Recipe" post type with rich nutrition data, Recipe + FAQ + Breadcrumb schema, world-cuisine taxonomies, meal-plan templates, and a "Fresh Market Editorial" design system. Built for SlimDelish.com.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.5
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: slimdelish
Tags: food-and-drink, recipes, custom-menu, featured-images, custom-logo, blog, two-columns, right-sidebar, editor-style
*/

/*
  The real design system lives in assets/css/main.css (enqueued via functions.php).
  This file only carries the required WordPress theme header + minimal fallbacks.
*/

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: 10px 16px; z-index: 999; }
.skip-link:focus { left: 8px; top: 8px; }
