﻿@charset "utf-8";

:root {
  color-scheme: light dark;
}
body {
  color: light-dark(black, white);
  background-color: light-dark(white, black);
}
