
body, body.rtl {
	font-weight: 400;
}

.rtl {
	direction: rtl;
}
.ltr {
	direction: ltr;
}

/* menu */


/* naga theme */
body {
    position: static;
}

/* iconify */
header nav a[class*="icon-after:"] span:after,
header nav a[class*="icon-text-after:"] span:after {
	/* display: none; */
}
.neon[class*="bg-yellow"] {
	/* --a-neon-color: var(--color-yellow-300) !important; */
}

/* temp tailwind addition */
.\*\:after\:\text-stroke-3 {
    :is(& > *) {
        &::after {
            -webkit-text-stroke-width: 3px;
            paint-order: stroke;
        }
    }
}
.\*\:after\:\text-stroke-yellow-400 {
    :is(& > *) {
        &::after {
            -webkit-text-stroke-color: var(--color-yellow-400);
        }
    }
}



