@import "base/variables.css";
@import "base/reset.css";
@import "base/typography.css";

body {
    background-color: var(--background-color);
}