@import "./_variables.css";
@import "./_typography.css";
@import "./_layout.css";
@import "./_components.css";

body {
  background: linear-gradient(140deg, rgba(247, 248, 250, 0.98) 0%, rgba(229, 232, 237, 0.85) 45%, rgba(247, 248, 250, 1) 100%);
}
