:root {
    --theme-primary: #d83a38;
    --theme-primary-rgb: 216, 58, 56;
    --theme-primary-hover: #c23432;
    --theme-primary-hover-rgb: 194, 52, 50;
    --theme-primary-strong: #a12b29;
    --theme-primary-strong-rgb: 161, 43, 41;
    --theme-secondary: #333333;
    --theme-secondary-rgb: 51, 51, 51;
    --theme-document-footer: #333333;
    --theme-document-footer-rgb: 51, 51, 51;
    --theme-success: #198754;
    --theme-success-rgb: 25, 135, 84;
    --theme-danger: #dc3545;
    --theme-danger-rgb: 220, 53, 69;
    --theme-warning: #ffc107;
    --theme-warning-rgb: 255, 193, 7;
    --theme-info: #0dcaf0;
    --theme-info-rgb: 13, 202, 240;
    --theme-accent-blue: #0d6efd;
    --theme-accent-blue-rgb: 13, 110, 253;
    --theme-accent-orange: #fd7e14;
    --theme-accent-orange-rgb: 253, 126, 20;
    --theme-accent-violet: #6f42c1;
    --theme-accent-violet-rgb: 111, 66, 193;
    --theme-accent-rose: #d6336c;
    --theme-accent-rose-rgb: 214, 51, 108;
    --theme-accent-emerald: #10b981;
    --theme-accent-emerald-rgb: 16, 185, 129;
    --theme-font-body: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --theme-font-heading: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --theme-font-document: 'Open Sans', Arial, sans-serif;
    --theme-font-display: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --theme-font-scale-app: 100%;
    --theme-font-scale-app-ratio: 1;
    --theme-font-scale-document: 100%;
    --theme-font-scale-document-ratio: 1;
    --theme-surface-radius: 100%;
    --theme-surface-radius-ratio: 1;
    --theme-surface-shadow: 100%;
    --theme-surface-shadow-ratio: 1;
    --theme-surface-density: 100%;
    --theme-surface-density-ratio: 1;
    --theme-primary-soft: rgba(216, 58, 56, 0.1);
    --theme-primary-border: #efacab;
    --theme-primary-readable: #d83a38;
    --theme-primary-readable-rgb: 216, 58, 56;
    --theme-primary-readable-hover: #c23432;
    --theme-primary-readable-hover-rgb: 194, 52, 50;
    --theme-on-primary: #ffffff;
    --theme-on-primary-rgb: 255, 255, 255;
    --theme-on-primary-hover: #ffffff;
    --theme-on-primary-hover-rgb: 255, 255, 255;
    --theme-on-primary-strong: #ffffff;
    --theme-on-primary-strong-rgb: 255, 255, 255;
    --theme-success-hover: #177c4d;
    --theme-danger-hover: #ca313f;
    --theme-warning-hover: #ffc61b;
    --theme-info-hover: #20cef1;
    --theme-danger-readable: #dc3545;
    --theme-danger-readable-rgb: 220, 53, 69;
    --theme-on-danger: #ffffff;
    --theme-on-danger-rgb: 255, 255, 255;
    --theme-on-danger-hover: #ffffff;
    --theme-on-danger-hover-rgb: 255, 255, 255;
    --theme-warning-readable: #8c6a04;
    --theme-warning-readable-rgb: 140, 106, 4;
    --theme-on-warning: #111827;
    --theme-on-warning-rgb: 17, 24, 39;
    --theme-on-warning-hover: #111827;
    --theme-on-warning-hover-rgb: 17, 24, 39;
    --primary-color: var(--theme-primary);
    --primary-hover: var(--theme-primary-hover);
    --primary-dark: var(--theme-primary-strong);
    --primary-light: var(--theme-primary-soft);
    --primary-text: var(--theme-primary-readable);
    --primary-text-hover: var(--theme-primary-readable-hover);
    --primary-outline: var(--theme-primary-readable);
    --primary-foreground: var(--theme-on-primary);
    --primary-foreground-hover: var(--theme-on-primary-hover);
    --primary-on-color: var(--theme-on-primary);
    --control-checked-bg: var(--theme-primary-readable);
    --control-checked-color: #ffffff;
    --secondary-color: var(--theme-secondary);
    --document-footer-bg: var(--theme-document-footer);
    --document-footer-color: #ffffff;
    --document-footer-heading-color: rgba(255, 255, 255, 0.72);
    --document-footer-note-color: rgba(255, 255, 255, 0.7);
    --app-font-body: var(--theme-font-body);
    --app-font-heading: var(--theme-font-heading);
    --app-font-display: var(--theme-font-display);
    --app-font-size-percent: var(--theme-font-scale-app);
    --app-font-scale-ratio: var(--theme-font-scale-app-ratio);
    --app-font-size-scale: var(--theme-font-scale-app-ratio);
    --app-surface-radius-ratio: var(--theme-surface-radius-ratio);
    --app-surface-shadow-ratio: var(--theme-surface-shadow-ratio);
    --app-surface-density-ratio: var(--theme-surface-density-ratio);
    --document-font-family: var(--theme-font-document);
    --document-font-heading: var(--theme-font-document);
    --document-font-display: var(--theme-font-display);
    --document-font-size-percent: var(--theme-font-scale-document);
    --document-font-scale-ratio: var(--theme-font-scale-document-ratio);
    --document-font-size-scale: var(--theme-font-scale-document-ratio);
    --document-surface-radius-ratio: var(--theme-surface-radius-ratio);
    --document-surface-shadow-ratio: var(--theme-surface-shadow-ratio);
    --document-surface-density-ratio: var(--theme-surface-density-ratio);
    --accent-color: var(--theme-secondary);
    --accent-warm: var(--theme-primary);
    --success-color: var(--theme-success);
    --danger-color: var(--theme-danger);
    --warning-color: var(--theme-warning);
    --info-color: var(--theme-info);
    --bs-primary: var(--theme-primary);
    --bs-primary-rgb: var(--theme-primary-rgb);
    --bs-success: var(--theme-success);
    --bs-success-rgb: var(--theme-success-rgb);
    --bs-danger: var(--theme-danger);
    --bs-danger-rgb: var(--theme-danger-rgb);
    --bs-warning: var(--theme-warning);
    --bs-warning-rgb: var(--theme-warning-rgb);
    --bs-info: var(--theme-info);
    --bs-info-rgb: var(--theme-info-rgb);
    --bs-link-color: var(--theme-primary-readable);
    --bs-link-hover-color: var(--theme-primary-readable-hover);
    --btn-primary-color: var(--theme-on-primary);
    --btn-danger-color: var(--theme-on-danger);
    --btn-outline-primary-color: var(--theme-primary-readable);
    --btn-outline-primary-border: var(--theme-primary-readable);
    --badge-primary-color: var(--theme-on-primary);
    --icon-surface-color: var(--theme-primary-readable);
    --action-tone-brand-color: var(--theme-primary-readable);
    --sidebar-active-icon-color: var(--theme-on-primary);
    --sidebar-avatar-bg: var(--theme-primary);
    --sidebar-avatar-color: var(--theme-on-primary);
    --sidebar-collapse-toggle-color: var(--theme-on-primary);
    --fab-primary-color: var(--theme-on-primary);
    --empty-icon-chip-color: var(--theme-primary-readable);
    --status-in-progress-color: var(--theme-primary-readable);
    --table-sort-active-color: var(--theme-primary-readable);
    --company-logo-url: url("/assets/img/logo.png");
    --company-stamp-url: url("/assets/img/stamps/stamp-default.png");
    --company-commitment-stamp-url: url("/assets/img/stamps/commitment-stamp-thomas.png");
    --company-name: "DBD Services AG";
}
