* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: var(--dashboard-bg);
    color: var(--dashboard-text);
    font-family: "Iosevka Web", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 14px;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
}

.icon-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.icon {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
