@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;500;600;700&display=swap');

:root{
  --glass: rgba(255,255,255,.92);
  --shadow: 0 12px 30px rgba(0,0,0,.12);
}

*{ box-sizing:border-box; }
body{ margin:0; font-family:"Noto Sans Thai", system-ui, -apple-system, Segoe UI, Roboto, sans-serif; color:#0f172a; }

a{ color: inherit; }