﻿@import url('./style_light.css') screen and (prefers-color-scheme: light);
@import url('./style_dark.css') screen and (prefers-color-scheme: dark);