/*
Theme Name: DBA Prayank
Theme URI: https://example.com/dbaprayank
Author: DBA Prayank Waluskar
Author URI: https://example.com
Description: Tailwind CDN-powered blog theme ported from the DBA Prayank Waluskar static site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dbaprayank
Tags: blog, one-column, two-columns, custom-menu
*/

html {
  scroll-behavior: smooth;
}

/* Basic skeleton utility for WP templates */
[data-skeleton] {
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.18), rgba(148, 163, 184, 0.35), rgba(148, 163, 184, 0.18));
  background-size: 200% 100%;
  animation: myblog-skeleton-pulse 1.2s ease-in-out infinite;
}

@keyframes myblog-skeleton-pulse {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

