/*
Theme Name: The Iron Hair Specialist
Theme URI:
Author: The Iron Hair Specialist
Description: Architectural editorial WordPress theme for The Iron Hair Specialist, Solo. Clean, cool, and precise.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theiron
Tags: custom-menu, featured-images, full-width-template
*/

/* Base resets handled by Tailwind */
*, *::before, *::after { box-sizing: border-box; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.bg-architectural-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

/* Mobile menu */
#mobile-menu {
    display: none;
}
#mobile-menu.open {
    display: flex;
}
