.case-study-root {
    background-color: #111111;
    color: #ececec;
    font-family: 'Inter', sans-serif;
    cursor: auto;
}
.cs-mono {
    font-family: 'IBM Plex Mono', monospace;
}
/* Overriding global styles for case study */
.case-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.cs-glass-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.85);
    backdrop-filter: blur(12px);
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.25rem 2rem;
}
.cs-text-highlight {
    color: #fccf22;
}

main > section:last-child {
    margin-bottom: 0 !important;
}
