/* ISL Client Onboarding — Front-end form */
/* Most styles are scoped inline in form-template.php */
/* This file handles Google Fonts and any WP theme resets */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap');

#isl-co-wrap *,
#isl-co-wrap *::before,
#isl-co-wrap *::after {
  box-sizing: border-box;
}

#isl-co-wrap {
  font-family: 'DM Sans', sans-serif;
  line-height: 1.5;
}
