@import "/colors_and_type.css";
@import "/site.css";

:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
}

#root {
  min-height: 100%;
}
