/*
Theme Name: Diner WP Theme
Theme URI: https://rezivoo.com
Description: A lightweight, SEO-friendly WordPress theme built for Elementor and optimized for QR Menu plugin. Perfect for restaurants, service providers, and shops. Based on Hello Elementor's minimal structure with enhanced SEO features.
Author: Rezivoo
Author URI: https://rezivoo.com
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: rezivoo
Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, elementor, full-width-template, block-styles, wide-blocks, accessibility-ready
*/

/* Minimal CSS - Elementor handles most styling */
body {
	margin: 0;
	padding: 0;
}

/* Ensure proper HTML5 structure */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Afacad', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	font-size: 1rem; /* Body - 16px */
}

/* Accessibility improvements */
* {
	box-sizing: border-box;
}

/* Skip link for accessibility */
.skip-link {
	position: absolute;
	left: -9999px;
	z-index: 999999;
}

.skip-link:focus {
	left: 6px;
	top: 7px;
	text-decoration: none;
}

/* Ensure images are responsive */
img {
	max-width: 100%;
	height: auto;
}

/* Basic typography */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
	line-height: 1.2;
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/* Screen reader text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

