/* ===============================
   SAFE MODERN UI CSS
   Bootstrap Compatible
================================= */

/* Font loaded via <link> in common-head.blade.php instead of @import here (avoids an extra blocking hop) */

body{
  font-family:'Poppins',sans-serif;
  background:#f5f7fb;
  color:#1f2937;
  line-height:1.7;
}
