/* ================================
   Josefin Sans – Shopify Custom CSS
   ================================ */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap');

/* Apply font globally */
html, body {
    font-family: 'Josefin Sans', sans-serif !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 600;
}

/* Paragraphs & text */
p, span, small, strong {
    font-family: 'Josefin Sans', sans-serif !important;
}

/* Buttons */
button,
.btn,
.button,
.shopify-payment-button__button {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 500;
}

/* Navigation & Header */
nav,
.header,
.menu,
.header__menu-item,
.site-nav__link {
    font-family: 'Josefin Sans', sans-serif !important;
}

/* Product pages */
.product__title,
.product-title,
.price,
.money,
.product__description {
    font-family: 'Josefin Sans', sans-serif !important;
}

/* Forms */
input,
textarea,
select,
label {
    font-family: 'Josefin Sans', sans-serif !important;
}
