/* Hauptschriftart für das gesamte Projekt: Antic (400) */
body {
    font-family: 'Antic', serif;
    font-weight: 400;
}

/* Technische Beschriftung / Monospace-Elemente */
.font-mono-custom {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
}

/* Custom Colors */
.bg-surface-subtle { 
    background-color: #F9F9F9; 
}

.text-secondary-custom { 
    color: #5d5f5f; 
}

/* Responsive Abstände */
.space-stack-xl { 
    margin-bottom: clamp(60px, 8vw, 120px); 
}