@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);

/* You can add global styles to this file, and also import other style files */
* {
  font-family: Roboto, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  display: contents;
  vertical-align: baseline;
  color: #505050 !important;
}
body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 0px !important;
}
