:root{

    /* Brand */

    --yellow:#f7c80c;
    --black:#0a0a0a;
    --navy:#27374d;
    --light:#dde6ed;
    --white:#ffffff;

    /* Radius */

    --radius-sm:10px;
    --radius:16px;
    --radius-lg:22px;

    /* Shadows */

    --shadow:
        0 12px 35px rgba(39,55,77,.12);

    /* Transition */

    --transition:.3s ease;

}