/*
Theme Name: Firre Contracter
Theme URI: https://example.com/firre-contracter
Author: Firre Contracter
Description: Classic WordPress theme for Chung Wah Plumbing and Fire Protection, converted from static HTML.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: firre-contracter
Tags: custom-logo, custom-menu, featured-images, translation-ready
*/

/* Theme styles live in assets/css/layout.css and assets/css/style.css */

/* WordPress primary menu dropdown caret */
nav #menu li.dropdown {
	display: flex;
	align-items: center;
	gap: 6px;
}

nav #menu li.dropdown > svg {
	width: 10px;
	height: 10px;
	fill: currentColor;
	flex-shrink: 0;
}
