/*
Theme Name: Kambrain
Theme URI: https://kambrain.com/
Author: Kambrain
Author URI: https://kambrain.com/
Description: Kambrain is your partner in digital growth. Modern, fast, Elementor & Elementor Pro compatible theme with a clean base, flexible settings, and WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: kambrain
Tags: custom-colors, custom-logo, full-width-template, theme-options, one-column, two-columns, right-sidebar, left-sidebar, footer-widgets, e-commerce
*/

:root{
  --kmb-bg:#ffffff;
  --kmb-text:#111111;
  --kmb-primary:#2b6cb0;
  --kmb-accent:#6366f1;
  --kmb-font:system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}

body{
  margin:0;
  color:var(--kmb-text);
  background:var(--kmb-bg);
  font-family:var(--kmb-font);
  line-height:1.6;
}

a{text-decoration:none}
a:hover{text-decoration:underline}

.container{max-width:1200px;margin:0 auto;padding:24px}

.kmb-site-header{display:flex;align-items:center;gap:20px;padding:16px 24px;border-bottom:1px solid rgba(0,0,0,.06)}
.kmb-site-title a{font-weight:700;font-size:24px;color:var(--kmb-text)}

.kmb-nav a{margin-right:12px}

.kmb-footer{padding:32px 24px;border-top:1px solid rgba(0,0,0,.06);font-size:14px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px}

/* Dark mode (body.kmb-dark) */
body.kmb-dark{
  --kmb-bg:#0b0f14;
  --kmb-text:#e6e6e6;
}

/* Utility */
.full-bleed{width:100%;margin:0;padding:0}
