/*
Theme Name:     Neve
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Tested up to:   6.2
Requires PHP:   7.0
Requires at least: 5.5
Description:    Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Version:        4.1.4
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Pro Slug:  			neve-pro-addon
AMP: 						true
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/
/* ================================
   OPEN SAUCE ONE — Custom Fonts
   Lokacija: /wp-content/themes/neve/fonts/
   ================================ */

@font-face {
  font-family: 'Open Sauce One';
  src: url('https://epartner.hr/wp-content/themes/neve/fonts/OpenSauceOne-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sauce One';
  src: url('https://epartner.hr/wp-content/themes/neve/fonts/OpenSauceOne-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ================================
   GLOBAL FONT OVERRIDE
   ================================ */

/* Prepiši sve defaultne fontove u Neveu */
body, p, span, a, li, input, button, textarea, h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sauce One', system-ui, sans-serif !important;
  font-weight: 400;
}

/* Dodatno za naslove ako koristiš "Black" varijantu */
h1, h2, h3 {
  font-weight: 900 !important;
}

/* ================================
   KORISNIČKE KLASE (za WPBakery Extra Class Name)
   ================================ */

/* Regular varijanta */
.font-open-sauce {
  font-family: 'Open Sauce One', system-ui, sans-serif !important;
  font-weight: 400 !important;
}

/* Black varijanta */
.font-open-sauce-black {
  font-family: 'Open Sauce One', system-ui, sans-serif !important;
  font-weight: 900 !important;
}

/* Opcionalno: ako želiš ručno primijeniti font samo na dio teksta */
.open-sauce-text * {
  font-family: 'Open Sauce One', system-ui, sans-serif !important;
}
