/* Global Typography - Italiana (headings) + Inter (body) */

/* Headings: Italiana */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Italiana", serif;
}

/* Body Text: Inter */
body,
p,
a,
span:not(.heading):not(.title),
div,
li,
td,
th,
input,
textarea,
select,
button {
    font-family: "Inter", sans-serif;
}

/* Specific overrides for any Roboto usage */
* {
    font-family: "Inter", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Italiana", serif !important;
}

/* Ensure buttons and links follow body font */
.btn,
.button,
a.button {
    font-family: "Inter", sans-serif;
}

/* Navigation */
.fd-header__nav,
.spark-menu,
nav {
    font-family: "Inter", sans-serif;
}

/* Widget typography */
.cbl__widget {
    font-family: "Inter", sans-serif;
}

.cbl__widget h1,
.cbl__widget h2,
.cbl__widget h3,
.cbl__widget h4,
.cbl__widget h5,
.cbl__widget h6 {
    font-family: "Italiana", serif;
}
