/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

/* Replace these with the exact font-family names from miq3dax.css */
:root{
  --adobe-body: "bell-centennial-std-address";
  --adobe-headings: "industry";
}

body{
  font-family: var(--adobe-body), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
  font-family: var(--adobe-headings), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Sticky Header for Twenty Twenty-Five */
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

/* Footer shadow (try common TT5 footer selectors) */
.wp-site-footer,
footer.wp-site-footer,
.wp-block-template-part[data-area="footer"],
footer.wp-block-template-part {
  position: relative;
  z-index: 1;
  box-shadow: 0 -6px 16px rgba(0,0,0,0.06);
}