/*
Theme Name: Savor & Sage Bistro
Theme URI: https://savorsage.com.ng/
Author: Savor & Sage Web Team
Author URI: https://savorsage.com.ng/
Description: A highly polished "Natural Tones" continental and West African dining theme. Features full compatibility with Elementor, WooCommerce digital products, WPForms bookings, and Rank Math SEO metadata. Ideal for fine-dining restaurants.
Version: 1.0.0
License: GNU GPLv2 or later
Text Domain: savorsage
Tags: food-and-drink, custom-colors, custom-menu, featured-images, translation-ready, full-width-template
*/

/* --- Natural Tones Brand Variable Styling Declarations --- */
:root {
  --color-olive: #5C6E49;
  --color-olive-dark: #465537;
  --color-olive-light: #72875C;
  --color-terracotta: #C97B4A;
  --color-terracotta-dark: #AA6134;
  --color-terracotta-light: #DE9367;
  --color-cream: #FAF3E7;
  --color-cream-dark: #EFE4CE;
  --color-espresso: #3A2E27;
  --color-espresso-light: #4E3F35;
}

body {
  font-family: 'Mulish', sans-serif;
  background-color: var(--color-cream);
  color: var(--color-espresso);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .serif {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.hero-gradient {
  background: linear-gradient(rgba(92, 110, 73, 0.05), rgba(201, 123, 74, 0.05));
}

.pill-button {
  border-radius: 9999px;
  transition: all 0.3s ease;
}
