/* Otto Amber Theme - Color variables and overrides */

:root {
    --otto-primary: #d97706;
    --otto-primary-hover: #b45309;
    --otto-primary-light: #fef3c7;
    --otto-primary-text: #92400e;
    --otto-accent: #f59e0b;
    --otto-success: #059669;
    --otto-success-light: #ecfdf5;
    --otto-text: #374151;
    --otto-text-light: #6b7280;
    --otto-border: #e5e7eb;
    --otto-bg: #f9fafb;
    --otto-white: #ffffff;
}

/* Apply theme colors */
.header {
    background: var(--otto-primary);
}

.logo-text p {
    color: var(--otto-primary-light);
}

.status {
    color: var(--otto-success);
}

.status-dot {
    background-color: var(--otto-success);
}