/*
Theme Name: Marble Address
Theme URI: http://marble-address.com/
Author: Manus AI (Based on User's Plan)
Author URI: https://help.manus.im
Description: A custom WordPress theme for a marble company, featuring a multi-step quotation system, custom post types for products and projects, and RTL support.
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marble-address
Tags: custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/* Design System - Color Palette */
:root {
  /* Primary Colors */
  --cream: #F5F1E8;
  --beige: #E8DCC4;
  --light-gray: #D4D4D4;
  --dark-gray: #4A4A4A;
  
  /* Accent Colors */
  --gold: #C9A55C;
  --gold-dark: #B8944A;
  
  /* Text Colors */
  --text-primary: #2C2C2C;
  --text-secondary: #6B6B6B;
  
  /* Backgrounds */
  --bg-light: #FFFFFF;
  --bg-cream: #FAF8F3;
}

/* Basic Typography */
body {
  font-family: sans-serif;
  color: var(--text-primary);
  background-color: var(--bg-light);
}
