/* Bugatti Marble Brand Colors */
:root {
  /* Brand & Accent */
  --colors-primary: #ffffff;
  --colors-link: #c3d9f3;

  /* Surface */
  --colors-canvas: #000000;
  --colors-surface-soft: #0d0d0d;
  --colors-surface-card: #141414;
  --colors-surface-elevated: #1f1f1f;
  --colors-hairline: #262626;
  --colors-hairline-strong: #3a3a3a;

  /* Text */
  --colors-on-dark: #ffffff;
  --colors-body: #cccccc;
  --colors-body-strong: #e6e6e6;
  --colors-muted: #999999;
  --colors-muted-soft: #666666;

  /* Semantic */
  --colors-warning: #d4a017;
  --colors-success: #5fa657;
}
