/* 8-bit Cursor Styles - Reduced Size */
html,
body {
    cursor: url('../images/cursors/arrow-v6.png') 2 0, auto !important;
}

a,
button,
.button,
[role="button"],
input[type="submit"],
.navbar_brand,
.navbar_link,
.lottie-logo-container,
[fb-tooltip="true"],
.tag,
.github_card {
    cursor: url('../images/cursors/pointer-v6.png') 12 0, pointer !important;
}

.w-inline-block,
.w-dropdown-toggle,
.w-tab-link,
.w-lightbox {
    cursor: url('../images/cursors/pointer-v6.png') 12 0, pointer !important;
}

.github_card {
    transition: background-color 0.2s ease;
}

.github_card:hover {
    background-color: rgba(209, 222, 255, 0.1) !important;
}