:root {
    /* Brand Colors */
    --tk-void-purple: #00001f;
    --tk-plum: #72009e;
    --tk-toxic: #39FF14;
    --tk-kaluchi: #FF2E9A;
    --tk-lavendaer: #C7AFFF;
    --tk-slate-gray: #B8B8C0;

    /* Typography */
    --tk-font-primary: "Nunito", sans-serif;
    --tk-font-gaming: 'Orbitron', sans-serif;

    /* Shadows */
    /* --lacasa-shadow-heavy: 20px 16px 28px rgba(0, 0, 0, 0.6);
    --lacasa-shadow-soft: 8px 8px 16px rgba(0, 0, 0, 0.6);*/

    /* Spacing Scale */
    --space-xs: 6px;
    --space-sm: 12px;
    --space-md: 24px;
    --space-lg: 48px;
    --space-xl: 72px;
}


/* TYPOGRAPHY */
body {
    background: linear-gradient(125deg, var(--tk-void-purple), var(--tk-plum));
    font-family: var(--tk-font-primary);
    font-optical-sizing: auto;
    color: var(--tk-slate-gray);
    padding: 0px;
    margin: 0px;
}

/*a {
    color: var(--lacasa-parchment);
}
h1,
h2,
h3,
.tall-slanted-text {
    font-family: var(--lacasa-font-primary);
    font-weight: 600;
    color: var(--lacasa-parchment);
    line-height: 1.2;
}
.tall-slanted-text {
    font-size: 50px;
    transform: skewX(-10deg);
    display: inline-block;
}
.tall-text {
    transform: scaleY(1.3);
    display: inline-block;
}*/
.uppercase {
    text-transform: uppercase;
}