/*
Theme Name: LP2M Modern Dashboard
Theme URI: https://github.com/antigravity/lp2m-modern
Author: Antigravity AI
Description: A modern, data-driven WordPress theme for Lembaga Penjamin Mutu (LP2M) with interactive charts.
Version: 1.0.0
Text Domain: lp2m-modern
*/

@import url('assets/css/main.css');

/* High Legibility Hero Typography Overrides */
.hero .hero-title,
.hero h1.hero-title,
.hero-title,
.hero-title * {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    text-shadow: none !important;
}

.hero .hero-title .hero-accent-txt,
.hero-title .hero-accent-txt,
.hero-accent-txt {
    background: linear-gradient(135deg, #0284c7 0%, #4f46e5 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: #0284c7 !important;
}

.hero .hero-lead,
.hero p.hero-lead,
.hero-lead {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}

.hero .btn-hero-outline {
    background: #ffffff !important;
    border: 2px solid #0284c7 !important;
    color: #0284c7 !important;
}
