@import "variables";
@import "borders";

body { // stylelint-disable-line selector-max-type
    background-color: $mouse;
}

#root { // stylelint-disable-line selector-max-id
    height: 100%;
}
