#siteHeaderRoot {
    z-index: 12010 !important;
}

html[data-theme="machine"],
[data-theme="machine"] body {
    margin: 0 !important;
    padding: 0 !important;
}

[data-theme="machine"] body {
    font-family: 'Space Grotesk', sans-serif;
    background: #ffffff;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[data-theme="machine"] button,
[data-theme="machine"] div,
[data-theme="machine"] section,
[data-theme="machine"] img {
    border-radius: 0;
}

[data-theme="machine"] header {
    display: contents !important;
}

[data-theme="machine"] #machineHeaderShell {
    position: sticky !important;
    top: 0 !important;
    z-index: 12010 !important;
    margin-top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

[data-theme="machine"] .material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 48;
}
