/*
Theme Name: T PBIO Modern
Theme URI: https://localhost/pbio
Author: Bro
Description: Tema custom WordPress modern dengan Tailwind CSS untuk T PBIO.
Version: 1.0
Text Domain: t_pbio
*/

<style>
        /* ========================================================== */
        /* STANDARISASI GLOBAL TIPOGRAFI (SUPAYA KONSISTEN DI SEMUA HALAMAN) */
        /* ========================================================== */
        
        /* Standar Universal Font untuk Seluruh Website */
        body {
            font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
            color: #1e293b; /* text-slate-800 */
        }

        /* Standar Otomatis untuk Judul Utama Halaman (h1) */
        main h1 {
            font-size: clamp(2rem, 4vw, 3rem) !important; /* Responsif otomatis */
            font-weight: 800 !important; /* Bold yang tegas & elegan */
            color: #0f172a !important; /* text-slate-900 */
            letter-spacing: -0.025em !important; /* tracking-tight */
            line-height: 1.15 !important;
        }

        /* Standar Otomatis untuk Sub-judul / Deskripsi Header Halaman */
        main > div > div.max-w-3xl > p,
        main .max-w-3xl p {
            font-size: 1rem !important; /* text-base */
            font-weight: 400 !important; /* Regular yang smooth */
            color: #475569 !important; /* text-slate-600 */
            line-height: 1.6 !important;
        }

        /* Standar Universal untuk Kartu (Card) & Kontainer Utama */
        main .bg-white\/50, 
        main .bg-white\/60,
        main .bg-white\/70 {
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }
    </style>