/*
Theme Name: Sistem Absensi Digital Modern
Theme URI: http://example.com/
Author: Gemini AI
Author URI: https://gemini.google.com/
Description: Template halaman depan untuk sistem absensi digital modern, diterjemahkan dari desain HTML/Tailwind CSS.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: absensi-theme
*/

/* --- CSS Kustom dari Desain HTML (untuk theme ini) --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
    font-family: 'Inter', sans-serif;
    background-color: #f7f9fb; /* Warna latar belakang umum */
}
.hero-bg {
    /* Gradient Biru-Ungu yang mirip dengan gambar */
    background: linear-gradient(135deg, #1f2937, #4c1d95);
}
.card-shadow {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.card-shadow:hover {
    transform: translateY(-5px);
}
