/*
Theme Name: HeapByte
Theme URI: https://heapbyte.com/
Author: HeapByte
Author URI: https://heapbyte.com/
Description: Senior Shopify engineering studio theme. A native PHP WordPress theme converted from a React/TanStack Start application, built for ACF Free with no ACF PRO dependencies and no JavaScript framework runtime.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heapbyte
Tags: custom-menu, featured-images, translation-ready, custom-logo, block-styles
*/

/*
 * WordPress requires this file for the theme header above, and loads it first.
 *
 * The design system lives in assets/css/theme.css, which is enqueued after this
 * file. Everything here is a last-resort baseline for the case where that file
 * is missing: enough that an activated theme renders readable, correctly
 * structured content rather than raw unstyled markup. Nothing below is part of
 * the design, and nothing below may fight the design system — keep it to
 * document-level defaults that theme.css always overrides.
 */

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

body {
  margin: 0;
  background: #fafaf8;
  color: #111315;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid #2b5acc;
  outline-offset: 3px;
}
