/*
Theme Name: Moe's Pizza & Subs II
Theme URI: https://moespizzaandsubs.com
Author: Lumorise
Author URI: https://lumorise.io
Description: Premium restaurant theme for pizza delivery, subs, sandwiches, and Italian food. Built for Moe's Pizza & Subs II in Greensboro, NC featuring fresh pizza, authentic subs, hoagies, calzones, wings, and halal options. Professional menu system with 150+ items including specialty pizzas, gourmet subs, salads, appetizers, and desserts. Perfect for pizzeria, sandwich shop, Italian restaurant, takeout, delivery, and dine-in establishments. Mobile-optimized online ordering with real customer reviews, fast delivery service, and family-friendly dining options.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
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: moes-pizza
Tags: pizza, restaurant, food-ordering, delivery, takeout, subs, sandwiches, italian-food, menu, local-business, halal, mobile-friendly, dark-theme, elementor

Moe's Pizza & Subs II, Copyright 2025
Moe's Pizza & Subs II is distributed under the terms of the GNU GPL
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
# Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
# Utilities
  - Accessibility
  - Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize */
*, *::before, *::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

/* Remove list styles on ul, ol elements */
ul, ol {
    list-style: none;
}

/* Remove default button styles */
button {
    background: none;
    border: none;
    cursor: pointer;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* The base styles will be loaded from separate CSS files:
   - variables.css: Design tokens and CSS custom properties
   - typography.css: Font loading and text styles
   - components.css: Reusable UI components
   - main.css: Global layout and utility classes
*/

/* Critical inline styles for initial page load */
body {
    background-color: #0f0f0f;
    color: #eaeaea;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.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;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eaeaea;
    clip: auto !important;
    clip-path: none;
    color: #0f0f0f;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Skip to content link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #C41E3A;
    color: #eaeaea;
    padding: 8px;
    text-decoration: none;
    z-index: 100;
}

.skip-link:focus {
    top: 0;
}
