body,
button,
input,
select,
textarea,
.form-control {
    font-family: 'Nunito', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-brand,
.card-title,
.modal-title {
    font-family: 'Chewy', 'Nunito', cursive;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.card {
    border-radius: 14px;
}

.card > .card-header:first-child,
.card > .card-img-top:first-child,
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.card > .card-footer:last-child,
.card > .card-img-bottom:last-child,
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
