/* Limberjack Theme Variables - Override Basecoat defaults */
:root {
  /* Base colors from Limberjack's existing theme */
  --primary: var(--primary-color);
  --primary-foreground: var(--surface-white);

  --secondary: var(--secondary-color);
  --secondary-foreground: var(--surface-white);

  --destructive: var(--danger-color);
  --destructive-foreground: var(--surface-white);

  --background: var(--dark-gray);
  --foreground: var(--light-gray);

  --card: var(--black);
  --card-foreground: var(--light-gray);

  --border: var(--medium-gray);
  --input: var(--medium-gray);
  --ring: var(--primary-color);

  --radius: 0.4rem;
}
