/* Global Styles for XYZ Design Lab Blog */

:root {
  --primary-hue: 25;
  --primary-saturation: 95%;
  --primary-lightness: 53%;
}

/* Substack iframe centering and styling */
iframe[src*="substack"] {
  margin: 2rem auto;
  display: block;
  border-radius: 12px;
  background-color: white; 
}

/* Ensure navbar logo takes correct height and doesn't stretch */
.hextra-nav-container img {
    height: 40px !important;
    width: auto !important;
    max-width: 140px;
}

/* Footer aesthetic matching main site */
.hextra-footer {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
