/*your custom css goes here*/ 
/* public/assets/css/custom.css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;700&display=swap');

/* Optional: set a CSS variable for easy reuse */
:root { --font-sans: "Noto Sans Thai", "Prompt", "Kanit", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; }

/* Apply globally */
html, body { font-family: var(--font-sans) !important; }

/* Ensure headings & common wrappers follow */
h1,h2,h3,h4,h5,h6,
.aiz-main, .aiz-content, .text, .heading { font-family: var(--font-sans) !important; }
