/**
 * Custom CSS za hrvatsku lokalizaciju
 * Overrideanje lokalnih fontova s Google Fonts verzijama
 * Dodano: 20.03.2026
 */

/* Zamjena lokalnih fontova s Google Fonts verzijama */
body,
p, span, div, a, li, td, th, input, textarea, select, button,
.open_sansregular,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif !important;
}

/* Bebas Neue za naslove i special elemente */
.title,
.BebasRegular,
h1.title,
h2.title,
.heading,
.page_title h2,
.btn-common,
.price_header,
.navbar-brand,
.top_phone a {
    font-family: 'Bebas Neue', cursive !important;
}

/* Revolution Slider - Bebas Neue za naslove i h1 unutar slidera */
#rev_slider_34_1 h1,
#rev_slider_34_1 h2,
.tp-caption h1,
.tp-caption h2 {
    font-family: 'Bebas Neue', cursive !important;
}

/* Sakrij Revolution Slider tab navigaciju */
.tp-tabs,
.tp-tab {
    display: none !important;
}

/* Navbar brand - uvijek bijeli tekst */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff !important;
}

/* Osiguranje UTF-8 encoding */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
