/*!
Theme Name: Stitch Porto Theme
Theme URI: http://underscores.me/
Author: Antigravity
Author URI: http://underscores.me/
Description: Pixel Dev Portfolio — Tailwind CSS Neobrutalist Design
Version: 2.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stitch-porto
Tags: custom-background, custom-logo, translation-ready
*/

/*
 * All visual styling is handled by Tailwind CSS + inline config.
 * This file only provides WordPress theme identification and minimal global resets.
 */

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

body {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Skip link accessibility */
.skip-link {
    position: absolute;
    left: -9999rem;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    background: #ffd700;
    padding: 0.5rem 1rem;
    font-weight: bold;
    z-index: 9999;
}

/* Ensure the Material Symbols font works across all sizes reliably */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* WordPress core alignments */
.wp-block-image.alignwide {
    max-width: 100%;
}
