@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&family=Noto+Serif:wght@400;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  font-family: "Mulish", sans-serif;
  box-sizing: border-box;
  padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  background-color: white;
  color: #000;
}

body {
  text-rendering: optimizeLegibility;
}

p {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
