/* Keep Desifoodie typography consistent on every inner page. */
:root {
    --bs-body-font-family: "Outfit", sans-serif;
    --bs-heading-font-family: "Playfair Display", Georgia, serif;
}

body {
    font-family: var(--bs-body-font-family);
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
