/* Explain: Theme tokens for the maintenance company's identity. - */
:root {
    --primary-color: #1B2A38;
    --primary-hover: #2C4258;
    --secondary-color: #E2E8F0;
    --accent-color: #1B2A38;
    --logo-subtitle-color: #64748B;
    --button-color: #1B2A38;
    --background-color: #F8FAFC;
    --surface-color: #FFFFFF;
    --footer-bg: #F1F5F9;
    --text-color: #0F172A;
    --text-muted: #475569;
    --border-color: rgba(15, 23, 42, 0.12);
    --glass-bg: rgba(248, 250, 252, 0.72);
    --glass-border: rgba(27, 42, 56, 0.2);
    --nav-bg: rgba(248, 250, 252, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --sage-soft: rgba(141, 150, 160, 0.15);
    --sage-dark: #475569;
    --terracotta-soft: rgba(27, 42, 56, 0.1);
    --shadow-soft: 0 22px 70px rgba(15, 23, 42, 0.08);
    --shadow-button: 0 16px 36px rgba(27, 42, 56, 0.25);
    --font-heading: 'Cairo', sans-serif;
    --font-body: 'Tajawal', sans-serif;
    --font-logo: 'Cairo', sans-serif;
}
