:root {
    --bs-font-sans-serif:
        "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    --aa-font-heading: "Lora", "Inter", Georgia, serif;
}

body,
.app-default {
    font-family: var(--bs-body-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-heading,
.card-title,
.card-header .card-title {
    font-family: var(--aa-font-heading);
}

.menu-heading .menu-title,
.menu-title {
    /* font-family: var(--aa-font-heading); */
}
