/* Bluebird AGI — Reset, global elements, and typography */

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

html {
  scroll-behavior:smooth;
}

h1,h2,.section-heading {
  font-family:'Playfair Display',serif;
}

h1 em,h2 em,.section-heading em {
  font-style:italic;
}

nav,button,.btn-hero,.btn-navy,.btn-ghost-link,.pricing-cta,.trust-badge,.step-note,
.section-eyebrow,.pill,label,input,select,textarea,.pricing-price,.pricing-desc,
.pricing-features li,.testimonial-role,.footer-bottom {
  font-family:'DM Sans',-apple-system,sans-serif;
}

body {
  font-family:'DM Sans',-apple-system,sans-serif;
  background:var(--sky);
  color:var(--text);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

img {
  max-width:100%;
  display:block;
}
