:root{

    /* Farben */

    --primary:#00d9ff;
    --primary-hover:#00c6e8;

    --background:#050505;
    --background-secondary:#0e0e0e;

    --card:#151515;

    --white:#ffffff;
    --text:#bcbcbc;

    --border:rgba(255,255,255,.08);

    /* Schatten */

    --shadow:
    0 0 20px rgba(0,217,255,.20);

    --shadow-large:
    0 0 50px rgba(0,217,255,.25);

    /* Radius */

    --radius-sm:10px;
    --radius-md:20px;
    --radius-lg:30px;

    /* Übergänge */

    --transition:.3s;

}