/*
Theme Name: DPD GRADASI Jawa Timur
Theme URI: https://gradasijatim.org
Author: DPD GRADASI Jawa Timur
Author URI: https://gradasijatim.org
Description: Tema Resmi WordPress Portal DPD GRADASI Jawa Timur (Dewan Pengurus Daerah Organisasi Penggerak Literasi Digital Indonesia). Ketua DPD: Kusbeni Abdulloh, S.Kom.
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gradasijatim
*/

@import url('https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css');

/* Reset & Essential Layout Safety for WordPress */
*, ::before, ::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
  line-height: 1.5;
}

/* Ensure images never blow up even without Tailwind */
img, svg, iframe {
  max-width: 100%;
  height: auto;
}

header img, .site-logo img {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
  object-fit: contain;
}

a {
  color: inherit;
  text-decoration: none;
}

.max-w-7xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
