@import (reference) "./constants";

body {
    font-family: "Times New Roman", Times, serif;
    font-size: @default-font-size;
    .darkLightRegion;
}

.darkLightRegion {
    background-color: @color-dark-background;
    color: @color-light-background-text;
}

.lightDarkRegion {
    background-color: @color-light-background;
    color: @color-light-background-text;
}

.grayRegion {
    background-color: @color-virtuvian-grey;
    color: #fff;
}
