/*
Theme Name:     Kadence Child
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
body {
    margin:0;
    font-family: Arial, sans-serif;
}

}
nav a {
    color:#333;
    text-decoration:none;
    margin:0 30px;
}

/* Font Awesome optimizacija */
@font-face {
    font-family:"Font Awesome 5 Free";
    font-style:normal;
    font-weight:400;
    font-display:swap;
}

function load_poppins_font() {
    wp_enqueue_style(
        'poppins-font',
        'https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap',
        false
    );
}
add_action('wp_enqueue_scripts', 'load_poppins_font');
/* Hero sekcija LCP */
.b3deebd {
    background-image: url("https://www.rentacarnisline.rs/wp-content/uploads/2026/03/rent-a-car-nis-flota.webp") !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* Poboljšava rendering hero teksta i smanjuje layout shift */
.b3deebd .elementor-widget-container {
    will-change: transform, opacity;
}