html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

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

.technical-grid {
    background-size: 40px 40px;

    background-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.05) 1px,
            transparent 1px
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.05) 1px,
            transparent 1px
        );
}