/*
Theme Name: DokterUPVC Portfolio Theme 4
Theme URI: https://dokterupvc.com
Author: DokterUPVC
Author URI: https://dokterupvc.com
Description: Tema WordPress bersama untuk artikel.dokterupvc.com dan portofolio.dokterupvc.com yang serasi dengan website utama dokterupvc.com.
Version: 4.0.0
License: GNU General Public License v2 or later
Text Domain: dokterupvc-shared
*/

/* Custom Prose & General Styles */
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #1e293b;
  background-color: #f8fafc;
}

.prose h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
}

.prose h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose p {
  line-height: 1.75;
  margin-bottom: 1.25rem;
  color: #334155;
}

.prose ul,
.prose ol {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
}

.prose ul {
  list-style-type: disc;
}

.prose ol {
  list-style-type: decimal;
}

.prose li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.prose blockquote {
  border-left: 4px solid #3b82f6;
  padding-left: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #475569;
  background-color: #eff6ff;
  padding: 1rem 1.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
}