/*
Theme Name: My Restaurant Theme
Theme URI: https://example.com/my-restaurant-theme
Author: Softnoesis Pvt. Ltd. Team
Author URI: https://www.softnoesis.com/
Description: Classic, professional WooCommerce restaurant theme with multi-store support.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.1
Text Domain: my-restaurant-theme
Domain Path: /languages
Tags: custom-logo, custom-menu, ecommerce, food-and-drink, translation-ready
*/

/*
 * Base style entrypoint.
 * Actual styling is split into /assets/css for maintainability.
 */

:root {
	--mrt-burgundy: #5a1f27;
	--mrt-gold: #b9903d;
	--mrt-cream: #f6f2ea;
	--mrt-charcoal: #1f1f1f;
	--mrt-body: 'Lato', sans-serif;
	--mrt-heading: 'Playfair Display', serif;
}

body {
	margin: 0;
	font-family: var(--mrt-body);
	background: var(--mrt-cream);
	color: var(--mrt-charcoal);
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}
