@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* MINDEN elem */
* {
    font-family: 'Inter', sans-serif !important;
}

/* Form elemek */
input,
textarea,
select,
button {
    font-family: 'Inter', sans-serif !important;
}

/* Menü */
.main-menu,
.main-menu a,
.navbar,
.navbar a {
    font-family: 'Inter', sans-serif !important;
}

/* Termékek */
.product-name,
.product-list-name,
.product-box,
.product-title,
.product-price {
    font-family: 'Inter', sans-serif !important;
}

/* Kosár */
.cart,
.cart * {
    font-family: 'Inter', sans-serif !important;
}

/* Popupok */
.modal,
.modal * {
    font-family: 'Inter', sans-serif !important;
}

/* Footer */
footer,
footer * {
    font-family: 'Inter', sans-serif !important;
}

/* Extra olvashatóság */
body {
    letter-spacing: 0.01em;
    line-height: 1.6;
}