/* Explain: Theme tokens for the construction container rental service identity. - */
:root {
    --primary-color: #e67e22;
    --primary-hover: #d35400;
    --secondary-color: #2c3e50;
    --accent-color: #e67e22;
    --background-color: #f8f9fa;
    --surface-color: #ffffff;
    --footer-bg: #2c3e50;
    --text-color: #333333;
    --text-muted: #666666;
    --border-color: rgba(0, 0, 0, 0.1);
    --font-heading: 'Tajawal', sans-serif;
    --font-body: 'Tajawal', sans-serif;
    --font-logo: 'Tajawal', sans-serif;
}