/*
Theme Name: Rye Starter Theme
Theme URI: https://example.com/rye-starter-theme
Author: Demo Author
Author URI: https://example.com
Description: Hybrid WordPress theme scaffold for development with Gutenberg support.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rye-starter-theme
Tags: custom-menu, featured-images, translation-ready, editor-style, wide-blocks
*/

/* Main styles will go here or in assets/css/main.css */

/* Fix logo overflow in header */
.site-branding .custom-logo {
    max-height: 50px; /* Constraints logo to fit in h-16 (64px) header */
    width: auto;
    object-fit: contain;
}