/* Custom Fonts for IPC Sreekariyam Church Website */

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, 
.navbar-nav .nav-link,
.page-title,
.section-title,
.btn,
.footer h5 {
    font-family: 'Cinzel', serif;
}

.navbar-nav .nav-link {
    font-weight: 500;
}

.footer-link a,
.footer-contact-info a,
.footer-contact-info span {
    font-family: 'Lato', sans-serif;
}

/* Enhance readability */
p, li, .card-text {
    font-weight: 400;
    line-height: 1.6;
}

/* Make headings more elegant */
h1, h2, h3, .section-title {
    font-weight: 600;
}

/* Enhance buttons */
.btn {
    font-weight: 500;
    letter-spacing: 0.5px;
}