/* Noor Studio Agency — Utility Classes */
/* Reserved for future single-purpose helper classes (spacing, visibility, text-align, etc.) */
/* This design system is component-based rather than utility-first, so this file is */
/* intentionally minimal today. Add utilities here as reusable one-off needs arise. */

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.text-center{text-align:center;}
.no-scroll{overflow:hidden!important;}
