/* ============================================
   CUSTOM LOCAL FONTS - POPPINS & MONTSERRAT
   Dezactivare fonturi Google si folosire locale
   
   * Version: 1.2
   ============================================ */

/* Poppins */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  src: url('./fonts/poppins.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600.woff2') format('woff2');
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/montserrat-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/montserrat-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/montserrat-600.woff2') format('woff2');
}

/* ============================================
   APLICARE FONTURI CUSTOM
   ============================================ */

/* Body text - Montserrat */
body,
.body-text,
p,
.woocommerce-page,
.product-description {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
}

/* Headings - Poppins */
h1, h2, h3, h4, h5, h6,
.heading,
.h1, .h2, .h3, .h4, .h5, .h6,
.page-title,
.entry-title,
.product-title,
.woocommerce-loop-product__title,
.section-title,
.banner h1, .banner h2, .banner h3,
.header,
nav,
.nav-text,
.button,
.btn {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
}

/* Specifice pentru WooCommerce */
.woocommerce .product_title,
.woocommerce-page .product_title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-family: 'Poppins', sans-serif !important;
}

/* Specifice pentru navigatie */
.header-nav,
.nav > li > a,
.mobile-nav {
    font-family: 'Poppins', sans-serif !important;
}
