/*
Theme Name: Kam's Furniture & Upholstery
Theme URI: https://kamfurniture.com
Author: Kam's Furniture & Upholstery
Description: Custom theme for Kam's Furniture & Upholstery — Northern California's commercial and residential upholstery, furniture restoration, and custom furniture company.
Version: 1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: kamfur
*/

:root {
  --kf-green: #1b3a2f;
  --kf-green-dark: #12251d;
  --kf-black: #14140f;
  --kf-white: #ffffff;
  --kf-cream: #f7f4ee;
  --kf-wood: #a97c50;
  --kf-wood-dark: #7a5636;
  --kf-gray: #5c6b64;
  --kf-border: #e2ddd0;
  --kf-radius: 6px;
  --kf-shadow: 0 10px 30px rgba(20, 20, 15, 0.08);
}
