/* ============================================
   ILGIN KUYUMCULUK - Typography
   Font: Poppins (Google Fonts)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

/* Tüm site genelinde Poppins */
body,
input,
textarea,
select,
button {
    font-family: 'Poppins', sans-serif !important;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif !important;
}

/* Navigasyon */
.sc_layouts_menu_nav > li > a,
.sc_layouts_menu_nav > li li > a {
    font-family: 'Poppins', sans-serif !important;
}

/* WooCommerce */
.woocommerce,
.woocommerce button,
.woocommerce a.button,
.woocommerce input,
.woocommerce select {
    font-family: 'Poppins', sans-serif !important;
}
