/*
Theme Name: Elevate Portfolio
Theme URI: https://example.com/theme
Author: Elevate Studio Creator
Description: A sleek, converted minimalist creative portfolio WordPress theme.
Version: 1.0.0
Text Domain: elevate-portfolio
*/

body {
    background-color: #09090b;
    color: #fafafa;
    font-family: 'Inter', sans-serif;
}

.text-glow {
    text-shadow: 0 0 20px rgba(79, 70, 229, 0.4);
}

.border-glow {
    box-shadow: 0 0 15px rgba(79, 70, 229, 0.1);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}