/* BASE TEXT */
body {
    font-family: "Inter", sans-serif !important;
}

/* TEXT ELEMENTS */
p, a, li, span, input, textarea {
    font-family: "Inter", sans-serif !important;
}

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", serif !important;
}

/* SHOPTET SPECIFIKA */
.price,
.btn,
button,
input[type="submit"] {
    font-family: "Inter", sans-serif !important;
}

/* DŮLEŽITÉ SHOPTET OVERRIDE */
[class*="title"],
[class*="heading"] {
    font-family: "Lora", serif !important;
}