/*
Theme Name: Vape Shop
Author: SocalBird
Author URI: https://www.socalbird.com
Description: AI-powered ecommerce WordPress theme for vape shops—fast, modern, and WooCommerce-ready, with Codestar options for easy customization.
Version: 1.0.0
Text Domain: vape-shope-socalbird
License: GPLv2 or later
*/

/* ---------------------------
 * Base Reset / Typography
 * --------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0; /* উপরের/নিচের default gap সরানো হলো */
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111827;
  background-color: #ffffff;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ---------------------------
 * Layout Container
 * --------------------------- */

/* header.php সহ যেখানেই .wrap use হচ্ছে সেগুলোকে
   সুন্দর boxed container এর ভিতরে রাখতে এই ক্লাস */
.wrap {
  width: 100%;
  max-width: 1200px;      /* box width */
  margin: 0 auto;         /* center horizontally */
  padding: 0 24px;        /* left/right gap */
}

/* ---------------------------
 * Content spacing
 * --------------------------- */

.site-main {
  padding: 32px 0;
}

.entry-content,
.page-content {
  font-size: 16px;
  line-height: 1.7;
}

/* basic headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin-top: 0;
  color: #111827;
}

/* ---------------------------
 * Footer basic style (simple)
 * --------------------------- */

.site-footer {
  padding: 24px 0 32px;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  color: #6b7280;
}