/* Randare fină a fonturilor (Font Smoothing tip WordPress / macOS) */
html, body, *, input, textarea, select, button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}