﻿/*
    Overrides to basic Breezer styles.

    Breezer's own CSS variables (--primary-colour, --background-colour, --text-colour and the rest)
    are deliberately NOT set here. They are owned by
    OxfordGreen.BuildFlow.Web.UI/Styles/tokens.less, which defines them per theme — setting them
    again here would load after tokens.css and pin the app to one theme.
*/
/* The shell paints its own ground; without this the page keeps a light background in dark mode. */
html,
body,
.page,
main {
  background: var(--background-colour);
  color: var(--text-colour);
}