:root {
  body {
    background-color: var(--color-master-lightest);
    color: var(--color-master-dark);
    color-scheme: light;
  }
}
