:root { --brand:#003366; --muted:#847676; --accent:#e67e22; }
html,body{
  font-family: Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial,"Noto Sans",sans-serif;
}
body > header a[href="/"] > img[src="/assets/media/AgentEz.ai-Logo.png"],
body > footer img[src="/assets/media/AgentEz.ai-Logo.png"]{
  height: auto;
  flex: 0 0 auto;
}
body > header a[href="/"] > img[src="/assets/media/AgentEz.ai-Logo.png"]{
  width: clamp(7.5rem, 30vw, 9.75rem);
  max-width: 42vw;
}
body > footer img[src="/assets/media/AgentEz.ai-Logo.png"]{
  width: clamp(5.75rem, 20vw, 8rem);
  max-width: 34vw;
}
.bg-grid{
  background-image: radial-gradient(transparent 1px, rgba(0,0,0,0.06) 1px);
  background-size: 18px 18px;
}
