/* ===============================
   CUSTOM GOLD CURSOR
================================= */
* {
    cursor: url('https://affluentfit.com/cursor.cur') 8 8, auto !important;
}

/* Fallback for browsers that don't support `.cur` */
html, body {
    cursor: url('https://affluentfit.com/cursor.png') 8 8, auto;
}
