/* Base font is Inter, as requested by guidelines */
body {
    font-family: 'Inter', sans-serif;
    background-color: #FFFFFF; 
}
/* CUSTOM FONT STACK FOR DISPLAY HEADINGS AND LOGOS */
.display-font {
    font-family: 'Literata', ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 0.9;
}
.main-container {
    max-width: 1400px;
}
/* New custom class for an extremely thin, subtle line effect */
.hairline-top {
    box-shadow: 0 -1px 0 0 rgba(55, 65, 81, 0.3); 
}