/*
Theme Name: Abstract Kouadio
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Abstract Kouadio project.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* WordPress admin bar — avoid overlap with fixed hero / sticky nav */
@media screen and (min-width: 783px) {
  html { margin-top: 0 !important; }
  body.admin-bar { padding-top: 32px; }
  body.admin-bar .ak-nav { top: 32px; }
  body.admin-bar .ak-archive-photo { top: calc(2rem + 32px); }
}
@media screen and (max-width: 782px) {
  html { margin-top: 0 !important; }
  body.admin-bar { padding-top: 46px; }
  body.admin-bar .ak-nav { top: 46px; }
  body.admin-bar .ak-archive-photo { top: calc(2rem + 46px); }
}
