/* Fiveium global typography polish: cleaner, less heavy, more professional. */
html{scroll-behavior:smooth}
body{
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:400!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
body p,body li,body a,body input,body select,body textarea,body button{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
h1,h2,h3,h4,h5,h6,
.heading,.section-title,.hero-title,.title{
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.035em;
}
@media (min-width:992px){
  h1,.hero-title{font-size:clamp(42px,5vw,72px)!important;line-height:1!important}
  h2,.section-title{font-size:clamp(30px,3.6vw,52px)!important;line-height:1.12!important}
}
/* Prevent ultra-bold imported template text from looking childish. */
.fiveium-home-page h1,.fiveium-home-page h2,.fiveium-subdomain-page h1,.fiveium-subdomain-page h2,.fiveium-web-development-page h1,.fiveium-web-development-page h2{font-weight:720!important}
.fiveium-home-page p,.fiveium-subdomain-page p,.fiveium-web-development-page p{font-weight:450!important}
.theme-btn,.btn,.button{font-weight:700!important;letter-spacing:-.01em!important}
