* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #fff;
    user-select: none;
}

/* --- Text colors --- */
cr {color: #df6d6d}
co {color: #df9d6d}
cy {color: #dfc56d}
cg {color: #6ddf71}
cl {color: #6da2df}

/* --- Root styles --- */
:root {
    --bgColor: #09090b;
    --popupColor: rgba(0, 0, 0, 0.5);
    --contentBoxColor: rgb(28, 28, 28);
    --contentBoxColorSelected: rgb(35, 35, 35);
    --inputLineColor: rgb(9, 9, 9);

    --defaultFont: Lexend Deca, sans-serif;
}