/**
 * REINTEGRAL CORE STYLES
 * Extracted from index.html to support Code Decoupling
 */

body { 
    font-family: 'Inter', sans-serif; 
    background-color: #111111; 
    color: white; 
    overflow-x: hidden; 
}

/* Ensure smooth transitions for the hover effects defined in Tailwind */
a {
    transition: all 0.3s ease-in-out;
}