/*
Theme Name: JCB Code Theme
Theme URI: https://johnbuttigieg.com/
Description: Code-first WordPress theme for the John C Buttigieg site. Shared header, footer, CSS and JavaScript; redesigned page bodies render independently of Elementor and Sonaar.
Version: 0.11.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jcb-code-theme
*/

html, body { margin: 0; padding: 0; width: 100%; min-height: 100%; }
body { background: #0B0D0F; }
#primary { display: block; width: 100%; margin: 0; padding: 0; }

/* Fallback presentation for WordPress content outside the six code-controlled pages. */
.jcb-theme-fallback {
  box-sizing: border-box;
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding: 64px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  color: #17191B;
  background: #F3F0E9;
}
