/*
Theme Name: Green Rock Concrete Elementor Base
Theme URI: https://greenrockconcrete.com
Author: Senior WP Engineer
Description: A lightweight base theme designed for Elementor Pro with Tailwind utility compatibility.
Version: 1.0.0
*/
:root {
  --primary: #d97706; /* Adjust based on exact branding */
  --primary-foreground: #ffffff;
  --background: #ffffff;
  --foreground: #09090b;
}

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