﻿/* ADMIN THEME SELECTOR
   Change this import to switch the whole site theme.
   - Dark (default): @import url("./theme-dark.css");
   - Light (base only): comment out the import below
*/
@import url("./theme-dark.css");

