@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

/* Entire site */
body,
.item-page,
.com-content,
.mod-articles,
.card,
.card-body,
.container,
.container-fluid {
    font-family: 'Caveat', cursive !important;
    font-size: 1.35rem;
}

/* Menu */
.nav,
.nav-link,
.nav-item,
.navbar,
.navbar-nav {
    font-family: 'Caveat', cursive !important;
}

/* All headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Caveat', cursive !important;
    font-weight: 700;
}

/* Buttons */
.btn {
    font-family: 'Caveat', cursive !important;
}

/* Forms */
input,
textarea,
select,
label {
    font-family: 'Caveat', cursive !important;
}
