:root {
  /* Kolory systemowe (Elementor) */
  --trucklo-primary: #0d1234; /* Główny - ciemny granat */
  --trucklo-secondary: #ef4136; /* Drugorzędny - czerwony */
  --trucklo-text: #0a0c19; /* Tekst - bardzo ciemny grafit */
  --trucklo-accent: #f7f7f8; /* Akcent - bardzo jasny szary/tło */

  /* Własne kolory */
  --trucklo-white: #ffffff; /* Biały */
  --trucklo-gray: #62646e; /* Szary */

  font-family: open-sans, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: open-sans, sans-serif;
}
