/*
Theme Name: Keith Timmins — Editable
Theme URI: https://example.com/
Author: Keith Timmins
Description: Editable WordPress CMS conversion of the Keith Timmins personal portfolio website, preserving the supplied Claude design.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: keith-timmins
*/

/* The original visual system is rendered by the Claude DC app. These rules only
   provide WordPress integration fixes without changing the design. */
html { margin-top: 0 !important; }
body { margin: 0; }
body.admin-bar header[style*="position: fixed"] { top: 32px !important; }
@media screen and (max-width: 782px) {
  body.admin-bar header[style*="position: fixed"] { top: 46px !important; }
}
