/* Root */
:root {
    /* Homepage */
    --background: rgb(0, 0, 0);
    --default: #1778c8;
    --text: #fff;
    --card: rgb(23, 22, 22);
    --shadow: rgba(0, 0, 0, 0.08);
    --input: rgba(46, 45, 45, 0.39);

    --border-radius: 6px;
}
