/* SchoolOpsPro — Google Fonts via CDN with font-display: swap
   Fonts: Quicksand, Roboto, Patrick Hand, Inter
   Using @import for synchronous load in CSS (cached by browser). */

/* Quicksand 400-800 */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700;800&display=swap');

/* Roboto 400,500,700 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* Patrick Hand 400 */
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap');

/* Inter 400,500,600,700 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
