:root {
    /* Palette: High Contrast Swiss Style */
    --color-bg: #FFFFFF;
    --color-bg-subtle: #F4F4F5;
    /* Very light cool grey */
    --color-text: #000000;
    /* Pure Black for impact */
    --color-text-muted: #666666;

    /* Engineering Blue - Matched from User Image */
    --color-accent: #20628D;

    /* Layout */
    --grid-gap: 16px;
    --container-max: 1080px;
    /* Even more compact */
    --radius-bento: 20px;
    /* Tighter curves */

    /* Typography */
    /* Enforcing 'Inter' as the single font for the entire website */
    --font-display: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Shadows - almost non-existent or hard */
    --shadow-bento: 0 1px 3px rgba(0, 0, 0, 0.1);
}