@charset "utf-8";

@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/dm-sans-v15-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/dm-sans-v15-latin-bold.woff2') format('woff2');
}

body.newTeam .layoutContent .form2Top h2 {
  font-weight: 700!important;
}

h1 {
  font-weight: 700!important;
}