/*
Theme Name: Pustaka Digital SMK PGRI 1 Surabaya (PUSDIG SKAGRISA)
Theme URI: https://smkpgri1surabaya.sch.id
Author: Tim Pengembang SKAGRISA
Description: Tema WordPress khusus untuk Perpustakaan Digital Sekolah Terintegrasi. Terinspirasi dari modul keandalan edunexa.co (2).zip. Dilengkapi dukungan custom post types buku, manajemen peminjaman virtual, dan integrasi kurikulum merdeka.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-logo, custom-menu, responsive-layout, library, educational, tailwindcss-ready
Text Domain: pusdig-skagrisa
*/

/* Custom Reset & Scrollbar Styling untuk Perpustakaan */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}