/* STREAMING_CHUNK:Defining theme metadata headers... /
/
Theme Name: LokerWP
Theme URI: https://lokerwp.id
Author: LokerWP Team
Author URI: https://lokerwp.id
Description: Tema lowongan kerja WordPress modern, futuristik, dan berkinerja tinggi untuk ekosistem WordPress Indonesia. Dilengkapi fitur real-time search dan front-end posting.
Version: 1.0.0
License: GNU GPLv2 or later
Text Domain: lokerwp
*/

/* STREAMING_CHUNK:Adding core custom styles and animation... */
body {
font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Plus Jakarta Sans', sans-serif;
}

/* Custom scrollbar for modern looks */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
background: #cbd5e1;
border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
background: #94a3b8;
}

/* Futuristic Background Styles */
.cyber-grid {
background-size: 50px 50px;
background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
}
.glow-orb {
filter: blur(130px);
opacity: 0.35;
}
@keyframes pulseGlow {
0%, 100% { opacity: 0.3; transform: scale(1); }
50% { opacity: 0.5; transform: scale(1.15); }
}
.animated-glow {
animation: pulseGlow 10s infinite ease-in-out;
}