@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=DM+Sans:wght@300;400;500&display=swap";

/* src/styles.css */
:root {
  --bg: #252423;
  --text: #F5F5F4;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: var(--bg) !important;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  margin: 0;
}
app-root {
  display: block;
  min-height: 100vh;
  background-color: var(--bg);
}

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