/* ==================================================
   AdROAS - Font Definitions
   ================================================== */

/* 
 * System UI fonts - obsługują wszystkie znaki
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, 
               Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 
               Arial, sans-serif;
}

/* Font smoothing dla lepszej czytelności */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Font weight utilities */
.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}
