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

/* src/styles.css */
:root {
  color-scheme: light;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family:
    "Manrope",
    "Segoe UI",
    sans-serif;
  color: #1b3529;
  background: #eaf4e4;
}
a {
  color: #1f5238;
}
code {
  background: rgba(28, 61, 44, 0.12);
  border-radius: 6px;
  padding: 2px 6px;
}

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