/*
Theme Name: Stampar Jewelers
Theme URI: https://stampar.com
Author: Siraj
Description: Custom theme for Stampar Jewelers converted from HTML.
Version: 1.0
Text Domain: stampar
*/

/* * Main styles will be imported or pasted here later. 
 * Tailwind is being loaded via JS in this setup.
 */

/* Footer Menu Styling */
.menu-footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.menu-footer-menu-container li {
    list-style: none;
}
.menu-footer-menu-container a {
    color: #6B6B6B;
    transition: color 0.15s ease;
    font-family: 'Geist', sans-serif;
}
.menu-footer-menu-container a:hover {
    color: #1C1917;
}

/* Form Focus Color Fix */
.stampar-input:focus {
    border-color: #C5A059 !important;
}
