/* Base font updated to Inter (for readability) */
body {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF; 
}

/* CUSTOM FONT STACK FOR DISPLAY HEADINGS AND LOGOS */
/* Display font updated to Kalam */
.display-font {
    font-family: 'Kalam', cursive;
    line-height: 0.9;
}

.main-container {
    max-width: 1400px;
}

/* New custom class for an extremely thin, subtle line effect */
/* Opacity changed to 0.1 (visible hairline) */
.hairline-top {
    box-shadow: 0 -1px 0 0 rgba(55, 65, 81, 0.1); 
}