:root {
  --brand-primary: #1a2f2a;
  --brand-highlight: #2d524b;
  --brand-contrast: #ffffff;
  --brand-accent: #ffffff;
  --brand-primary-50: #edeeee;
  --brand-primary-100: #dadedd;
  --brand-primary-200: #bfc5c3;
  --brand-primary-500: #182b27;
  --brand-primary-600: #1a2f2a;
  --brand-primary-700: #162723;
  --brand-primary-900: #111f1c;
  --brand-highlight-50: #eef1f1;
  --brand-highlight-100: #dde3e2;
  --brand-highlight-200: #c4cfcd;
  --brand-highlight-500: #294b45;
  --brand-highlight-600: #2d524b;
  --brand-highlight-700: #26453f;
  --brand-highlight-900: #1e3631;
  --brand-surface-page: #f4f5f4;
  --brand-surface-page-alt: #ffffff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffffff;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #fafbfb;
  --brand-surface-accent-soft: #eaeeed;
  --brand-surface-gradient-from: #f4f5f4;
  --brand-surface-gradient-via: #ffffff;
  --brand-surface-gradient-to: #f0f3f2;
  --brand-border: #cdd1d0;
  --brand-border-strong: #b1b8b7;
  --brand-text-primary: #070d0c;
  --brand-text-secondary: #0e1917;
  --brand-text-muted: #12211d;
  --brand-text-brand: #070d0c;
  --brand-text-accent: #0d1715;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #1a2f2a;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: rounded-lg;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #ffffff;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #ffffff;
  --brand-shell-icon: #0d1715;
  --brand-shell-shadow: #bac1bf;
  --brand-shell-shadow-strong: #9aa3a1;
}
