/*
Theme Name: KBC Services Theme
Theme URI: https://kbcservices.com.au
Author: KBC Services
Author URI: https://kbcservices.com.au
Description: A fully customizable WordPress theme for KBC Services with responsive header and footer, designed for Indigenous-owned businesses. Features include customizable top bar, navigation menu, footer widgets, and certification section.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kbc-theme
Tags: custom-header, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, responsive-layout
*/

:root {
  --kbc-navy: #163d5d;
  --kbc-teal: #28719f;
  --kbc-red: #ae2141;
  --kbc-magenta: #b7487a;
  --kbc-gold: #d6bc59;
  --kbc-bg0: #070b14;
  --kbc-bg1: #0b1220;
  --kbc-bg2: #0c1a2c;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

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

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

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

/* Main Content Area */
#primary {
  min-height: 400px;
  padding: 40px 0;
}

.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
