/* Global Font Setup */
body {
    font-family: 'JT Marnie', Arial, sans-serif;
    font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'JT Marnie', Arial, sans-serif;
    font-weight: 600;
}

/* Navbar, Footer, Buttons */
.navbar, .footer, .btn {
    font-family: 'JT Marnie', Arial, sans-serif;
}