/* Explain: Theme tokens matching the Manglam Scaffoldings brand colors */
:root {
    --primary-color: #FF6B00;
    --primary-hover: #E65A00;
    --secondary-color: #1F2937;
    --accent-color: #FF6B00;
    --logo-subtitle-color: #4B5563;
    --button-color: #FF6B00;
    --background-color: #FAFAFA;
    --surface-color: #F4F4F5;
    --footer-bg: #E5E7EB;
    --text-color: #111827;
    --text-muted: #4B5563;
    --border-color: rgba(17, 24, 39, 0.12);
    --glass-bg: rgba(255, 255, 255, 0.85);
    --glass-border: rgba(255, 107, 0, 0.3);
    --nav-bg: rgba(255, 255, 255, 0.9);
    --field-bg: rgba(255, 255, 255, 0.9);
    --sage-soft: rgba(255, 107, 0, 0.1);
    --sage-dark: #CC5500;
    --terracotta-soft: rgba(31, 41, 55, 0.1);
    --shadow-soft: 0 22px 70px rgba(17, 24, 39, 0.08);
    --shadow-button: 0 16px 36px rgba(255, 107, 0, 0.25);
    --font-heading: 'Lora', serif;
    --font-body: 'Montserrat', sans-serif;
    --font-logo: 'Arial', sans-serif;
}
