/* Zmienne CSS dla klienta greg (domyślne) */
:root {
  /* Czcionka */
  --font-family-main: 'Lato', sans-serif;

  /* Podstawowe kolory (domyślne wartości) */
  --bg: #18181b;
  --primary: #18181b;
  --text-primary: rgba(255, 255, 255, 0.98);
  --text-secondary: rgba(255, 255, 255, 0.73);
  --accent: #006eac;
  --text-accent: #3295cd;
  --splitting: rgba(255, 255, 255, 0.1);
  --pop-bg: #1d1d21;
  --error: #b02f2f;
  --success: #4dab0a;
  --pricing: #303033;

  --bg-yellow: #FFC524;
}

/* Specyficzne style dla klienta greg */
/* Tutaj możesz dodać dodatkowe style specyficzne dla tego klienta */
