/*
Theme Name: OlisaMichael Cloud
Theme URI: https://olisamichaeltech.com
Author: Olisaeloka Michael Okwuosah
Author URI: https://olisamichaeltech.com
Description: Custom professional theme for Azure & Microsoft 365 Cloud Engineer – dark mode, Azure Blue accents, full custom layout.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: olisamichael-cloud
Tags: dark, custom-background, full-width-template, blog, technology
*/

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

html, body {
  background: #06090F;
  color: #fff;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
}

/* Strip all WP default margins */
.wp-site-blocks, .wp-block-post-content, .entry-content,
.site, .site-content, #content, #primary, #main,
.site-main, article, .post, .page {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Hide WP admin bar interference */
#wpadminbar { display: none !important; }
html { margin-top: 0 !important; }

/* Remove any default padding WordPress adds */
.wp-block-template-part, .wp-block-group {
  margin: 0;
  padding: 0;
}

img { max-width: 100%; height: auto; }
a { color: #0078D4; text-decoration: none; }
a:hover { color: #5BA8E5; }
