* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    line-height: 1.3;
    --fontSizeBase: 14;
    --fontSizeSm: 0.93rem;
}

.mr2 {
    margin-right: 8px
}

.mt5 {
    margin-top: 24px
}

.Label {
    --colorText: rgb(26, 26, 26);
    --fontWeightNormal: 400;
    font-size: var(--fontSizeSm);
}

/* Set a border around the most cells with the most importance */
.importantCell {
    border: 2px solid !important;
}

