/**
 * Global Font Override - Objektiv-Mk2
 * Replaces Poppins with Objektiv-Mk2 site-wide
 */

/* Apply Objektiv-Mk2 globally */
html,
body {
    font-family: 'Objektiv-Mk2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Ensure all common elements use the font */
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.button {
    font-family: 'Objektiv-Mk2', sans-serif !important;
}

/* Product titles and descriptions */
.product-name,
.product-item-name,
.product-info-main .page-title,
.product-description {
    font-family: 'Objektiv-Mk2', sans-serif !important;
}

/* Navigation */
.navigation,
.nav-sections,
.menu,
.nav-item {
    font-family: 'Objektiv-Mk2', sans-serif !important;
}

/* Category and CMS content */
.category-view,
.category-description,
.cms-content,
.page-main {
    font-family: 'Objektiv-Mk2', sans-serif !important;
}