/* src/styles.scss */
@font-face {
  font-family: "Sora";
  src: url(/assets/fonts/Sora/Sora-VariableFont_wght.ttf) format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(/assets/fonts/DM_Sans/DMSans-VariableFont_opsz,wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(/assets/fonts/DM_Sans/DMSans-Italic-VariableFont_opsz,wght.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  font-family:
    "DM Sans",
    Arial,
    Helvetica,
    sans-serif;
  line-height: 1.5;
  color: #1a1f16;
  background: #f4faf0;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
