/*
 Theme Name: Haldibari Premium WordPress Theme
 Theme URI: https://haldibari.com/
 Author: Darpan Bimali
 Description: Premium news & magazine WordPress theme fully optimized for speed, customizable ad layouts, and customizer-driven layouts.
 Version: 1.4.2
 License: GNU GPL v2
 Text Domain: haldibari
*/

:root {
  --primary-color: #dc2626;
  --accent-color: #1d4ed8;
  --text-color: #1f2937;
  --bg-color: #ffffff;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
  font-size: clamp(14px, 1.2vw, 18px);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  text-transform: none;
}

/* Fallback Responsive Layout & Image Fixes */
img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

.post-thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-color: #f3f4f6;
  border-radius: 0.375rem;
}

.post-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Base list styling resets */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
