:root {

    /* Background */

    --bg: #f7f7fc;

    /* Background Colors */


    /* Text Colors */

    --primary-color: #020214;
    --link-color: #000;

    /* Border Colors */

    --input-border: #d6d9ed;

    /* BoxShadow Colors */

    --main-shadow: rgba(206, 210, 234, 0.56);
    --softer-shadow: rgba(206, 210, 234, 0.32);
    --strong-shadow: rgb(206, 210, 234);

    /* Others */

    --input-bg: #fafafe;

}