@font-face {
  font-family: DMSans;
  src: url(/apps/myswiftsell_landing_page/assets/fonts/DMSans/DMSans-Regular.ttf);
}
@font-face {
  font-family: DMSansMedium;
  src: url(/apps/myswiftsell_landing_page/assets/fonts/DMSans/DMSans-medium.ttf);
}
@font-face {
  font-family: DMSansBold;
  src: url(/apps/myswiftsell_landing_page/assets/fonts/DMSans/DMSans-bold.ttf);
}

@layer utilities {
  .content-auto {
    content-visibility: auto;
  }
}

* {
  font-family: DMSans;
}