        body {
            font-family: 'Inter', sans-serif;
        }

        .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }

        /* Precision Hex/Machined clip paths */
        .clip-machined {
            clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
        }

        .clip-hex-card {
            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
        }

        /* Circuit Pattern */
        .bg-circuit {
            background-image: radial-gradient(circle at 2px 2px, rgba(192, 200, 202, 0.2) 1px, transparent 0);
            background-size: 24px 24px;
        }