/* Supplemental utilities for Arzinja static landing pages
   (classes purged from the production build but used by the added pages) */
.font-body{font-family:var(--font-iransansX)}
.bg-transparent{background-color:transparent}
.gap-7{gap:1.75rem}
.gap-y-10{row-gap:2.5rem}
.my-12{margin-top:3rem;margin-bottom:3rem}
.pb-16{padding-bottom:4rem}
.max-w-xl{max-width:36rem}
.scroll-mt-24{scroll-margin-top:6rem}
.hover\:text-primary:hover{color:rgb(0 158 109/1);color:rgb(var(--textColor-primary)/1)}
.group[open] .group-open\:rotate-180{transform:rotate(180deg)}

@media (min-width:1024px){
  .lg\:col-span-7{grid-column:span 7/span 7}
  .lg\:col-span-5{grid-column:span 5/span 5}
  .lg\:pl-16{padding-left:4rem}
  .lg\:w-\[38\%\]{width:38%}
}
