:root {
  /* Mercedes-Benz Brand Colors */
  --mb-black: #000000;
  --mb-dark: #1a1a1a;
  --mb-charcoal: #2c2c2c;
  --mb-gray-dark: #4a4a4a;
  --mb-gray: #6c6c6c;
  --mb-gray-medium: #999999;
  --mb-gray-light: #cccccc;
  --mb-silver: #e5e5e5;
  --mb-silver-light: #f2f2f2;
  --mb-white: #ffffff;

  /* Accent Colors */
  --mb-blue: #0078d4;
  --mb-blue-dark: #005a9e;
  --mb-blue-light: #e8f4fd;
  --mb-red: #c0392b;
  --mb-green: #27ae60;

  /* Typography */
  --font-primary: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --font-arabic: 'Segoe UI', 'Tahoma', 'Arial', sans-serif;
  --font-mono: 'Consolas', 'Courier New', monospace;

  --fs-xs: 10px;
  --fs-sm: 12px;
  --fs-base: 14px;
  --fs-md: 16px;
  --fs-lg: 18px;
  --fs-xl: 22px;
  --fs-xxl: 28px;
  --fs-heading: 32px;

  --fw-light: 300;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;

  /* Spacing */
  --sp-xs: 4px;
  --sp-sm: 8px;
  --sp-md: 12px;
  --sp-base: 16px;
  --sp-lg: 24px;
  --sp-xl: 32px;
  --sp-xxl: 48px;

  /* Borders */
  --border-thin: 1px solid var(--mb-gray-light);
  --border-medium: 2px solid var(--mb-black);
  --border-dark: 1px solid var(--mb-charcoal);
  --border-radius: 4px;
  --border-radius-lg: 8px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;

  /* Print */
  --print-width: 210mm;
  --print-height: 297mm;
}
