/* DELDUA Mobile Spares & Repair Center
   Brand palette: White main, Red signature, Black contrast */

:root {
  --deldua-white: #ffffff; /* Main environment, 55% */
  --deldua-red: #e30613; /* Brand / accent, 30% */
  --deldua-black: #111111; /* Contrast / technical, 15% */

  --deldua-off-white: #f7f7f7;
  --deldua-border: #e5e5e5;
  --deldua-muted: #6b6b6b;
  --deldua-ink: #1a1a1a;

  --color-bg: var(--deldua-white);
  --color-brand: var(--deldua-red);
  --color-text: var(--deldua-black);
  --color-text-muted: var(--deldua-muted);
  --color-surface: var(--deldua-off-white);
  --color-border: var(--deldua-border);
  --color-cta: var(--deldua-red);
  --color-cta-text: var(--deldua-white);
}
