/* Shared Square Draw Styles
.sd-box-sizing {
    box-sizing: border-box;
} */
/* You can move common variables here in the future */
:root {
    --sd-primary: #2271b1;
    --sd-danger: #d63638;
    --sd-success: #008a20;
}