/* Explain: Industrial and robust theme tokens for a construction company */
:root {
    --primary-color: #1E3A8A;
    --primary-hover: #172554;
    --secondary-color: #E5E7EB;
    --accent-color: #EA580C;
    --logo-subtitle-color: #EA580C;
    --button-color: #EA580C;
    --background-color: #FFFFFF;
    --surface-color: #F9FAFB;
    --footer-bg: #111827;
    --text-color: #111827;
    --text-muted: #4B5563;
    --border-color: #E5E7EB;
    --glass-bg: #FFFFFF;
    --glass-border: #E5E7EB;
    --nav-bg: #FFFFFF;
    --field-bg: #F9FAFB;
    --sage-soft: #FFEDD5;
    --sage-dark: #C2410C;
    --terracotta-soft: #DBEAFE;
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-button: 0 4px 14px 0 rgba(234, 88, 12, 0.3);
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Oswald', sans-serif;
}
