: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-primary-action: #d83a38;
    --theme-primary-action-rgb: 216, 58, 56;
    --theme-primary-action-hover: #c23432;
    --theme-primary-action-hover-rgb: 194, 52, 50;
    --theme-on-primary-action: #ffffff;
    --theme-on-primary-action-rgb: 255, 255, 255;
    --theme-on-primary-action-hover: #ffffff;
    --theme-on-primary-action-hover-rgb: 255, 255, 255;
    --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-success-readable: #198754;
    --theme-success-readable-rgb: 25, 135, 84;
    --theme-on-success: #ffffff;
    --theme-on-success-rgb: 255, 255, 255;
    --theme-on-success-hover: #ffffff;
    --theme-on-success-hover-rgb: 255, 255, 255;
    --theme-success-action: #198754;
    --theme-success-action-rgb: 25, 135, 84;
    --theme-success-action-hover: #177c4d;
    --theme-success-action-hover-rgb: 23, 124, 77;
    --theme-on-success-action: #ffffff;
    --theme-on-success-action-rgb: 255, 255, 255;
    --theme-on-success-action-hover: #ffffff;
    --theme-on-success-action-hover-rgb: 255, 255, 255;
    --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-danger-action: #dc3545;
    --theme-danger-action-rgb: 220, 53, 69;
    --theme-danger-action-hover: #ca313f;
    --theme-danger-action-hover-rgb: 202, 49, 63;
    --theme-on-danger-action: #ffffff;
    --theme-on-danger-action-rgb: 255, 255, 255;
    --theme-on-danger-action-hover: #ffffff;
    --theme-on-danger-action-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;
    --theme-warning-action: #ffc107;
    --theme-warning-action-rgb: 255, 193, 7;
    --theme-warning-action-hover: #ffc61b;
    --theme-warning-action-hover-rgb: 255, 198, 27;
    --theme-on-warning-action: #111827;
    --theme-on-warning-action-rgb: 17, 24, 39;
    --theme-on-warning-action-hover: #111827;
    --theme-on-warning-action-hover-rgb: 17, 24, 39;
    --theme-info-readable: #076f84;
    --theme-info-readable-rgb: 7, 111, 132;
    --theme-on-info: #111827;
    --theme-on-info-rgb: 17, 24, 39;
    --theme-on-info-hover: #111827;
    --theme-on-info-hover-rgb: 17, 24, 39;
    --theme-info-action: #0dcaf0;
    --theme-info-action-rgb: 13, 202, 240;
    --theme-info-action-hover: #20cef1;
    --theme-info-action-hover-rgb: 32, 206, 241;
    --theme-on-info-action: #111827;
    --theme-on-info-action-rgb: 17, 24, 39;
    --theme-on-info-action-hover: #111827;
    --theme-on-info-action-hover-rgb: 17, 24, 39;
    --primary-color: var(--theme-primary-action);
    --primary-hover: var(--theme-primary-action-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-action);
    --primary-foreground-hover: var(--theme-on-primary-action-hover);
    --primary-on-color: var(--theme-on-primary-action);
    --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-action);
    --danger-color: var(--theme-danger-action);
    --warning-color: var(--theme-warning-action);
    --info-color: var(--theme-info-action);
    --bs-primary: var(--theme-primary-action);
    --bs-primary-rgb: var(--theme-primary-action-rgb);
    --bs-success: var(--theme-success-action);
    --bs-success-rgb: var(--theme-success-action-rgb);
    --bs-danger: var(--theme-danger-action);
    --bs-danger-rgb: var(--theme-danger-action-rgb);
    --bs-warning: var(--theme-warning-action);
    --bs-warning-rgb: var(--theme-warning-action-rgb);
    --bs-info: var(--theme-info-action);
    --bs-info-rgb: var(--theme-info-action-rgb);
    --bs-link-color: var(--theme-primary-readable);
    --bs-link-hover-color: var(--theme-primary-readable-hover);
    --btn-primary-color: var(--theme-on-primary-action);
    --btn-primary-bg: var(--theme-primary-action);
    --btn-primary-border: var(--theme-primary-action);
    --btn-primary-bg-hover: var(--theme-primary-action-hover);
    --btn-primary-border-hover: var(--theme-primary-action-hover);
    --btn-success-color: var(--theme-on-success-action);
    --btn-success-bg: var(--theme-success-action);
    --btn-success-border: var(--theme-success-action);
    --btn-success-bg-hover: var(--theme-success-action-hover);
    --btn-success-border-hover: var(--theme-success-action-hover);
    --btn-danger-color: var(--theme-on-danger-action);
    --btn-danger-bg: var(--theme-danger-action);
    --btn-danger-border: var(--theme-danger-action);
    --btn-danger-bg-hover: var(--theme-danger-action-hover);
    --btn-danger-border-hover: var(--theme-danger-action-hover);
    --btn-warning-color: var(--theme-on-warning-action);
    --btn-warning-bg: var(--theme-warning-action);
    --btn-warning-border: var(--theme-warning-action);
    --btn-warning-bg-hover: var(--theme-warning-action-hover);
    --btn-warning-border-hover: var(--theme-warning-action-hover);
    --btn-info-color: var(--theme-on-info-action);
    --btn-info-bg: var(--theme-info-action);
    --btn-info-border: var(--theme-info-action);
    --btn-info-bg-hover: var(--theme-info-action-hover);
    --btn-info-border-hover: var(--theme-info-action-hover);
    --btn-outline-primary-color: var(--theme-primary-readable);
    --btn-outline-primary-border: var(--theme-primary-readable);
    --badge-primary-color: var(--theme-on-primary-action);
    --icon-surface-color: var(--theme-primary-strong);
    --action-tone-brand-color: var(--theme-primary-strong);
    --sidebar-active-icon-color: var(--theme-on-primary-action);
    --sidebar-avatar-bg: var(--theme-primary-action);
    --sidebar-avatar-color: var(--theme-on-primary-action);
    --sidebar-collapse-toggle-color: var(--theme-on-primary-action);
    --fab-primary-color: var(--theme-on-primary-action);
    --empty-icon-chip-color: var(--theme-primary-strong);
    --status-in-progress-color: var(--theme-primary-readable);
    --table-sort-active-color: var(--theme-primary-readable);
    --company-logo-url: url("/uploads/company/logo-dbd.png");
    --company-navigation-logo-url: url("/uploads/company/logo-dbd.png");
    --company-login-logo-url: url("/uploads/company/logo-dbd.png");
    --company-logo-width: 85px;
    --company-navigation-logo-width: 96px;
    --company-login-logo-width: 200px;
    --company-stamp-width: 148px;
    --company-commitment-stamp-width: 148px;
    --company-login-logo-mobile-width-lg: 138px;
    --company-login-logo-mobile-width-md: 124px;
    --company-login-logo-mobile-width-sm: 112px;
    --layout-sidebar-logo-width: var(--company-navigation-logo-width);
    --layout-sidebar-logo-height: 34px;
    --layout-mobile-logo-width: 82px;
    --layout-mobile-logo-height: 30px;
    --company-stamp-url: url("/uploads/company/stamps/stamp-default.png");
    --company-commitment-stamp-url: url("/uploads/company/stamps/commitment-stamp-thomas.png");
    --company-name: "DBD Services AG";
}
