/* Base font is Inter for readability (from partners.css) */
body {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF; 
}

/* CUSTOM FONT STACK FOR DISPLAY HEADINGS AND LOGOS */
/* This class uses Kalam (from partners.css) */
.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 (from partners.css) to make line visible */
.hairline-top {
    box-shadow: 0 -1px 0 0 rgba(55, 65, 81, 0.1); 
}