html[theme=light]{--color-background:var(--theme_secondary_bg_color,#efeef4);--color-text:var(--theme_text_color,#060608);--color-text-hint:var(--theme_hint_color,#818181);--color-block:var(--theme_bg_color,#fff);--color-button:var(--theme_button_color,#007aff);--color-button-text:var(--theme_button_text_color,#fff);--color-border:hsla(0,0%,96%,.3)}html[theme=dark]{--color-background:var(--theme_secondary_bg_color,#000);--color-text:var(--theme_text_color,#fff);--color-text-hint:var(--theme_hint_color,#98989a);--color-block:var(--theme_bg_color,#1c1c1c);--color-button:var(--theme_button_color,#3f87f6);--color-button-text:var(--theme_button_text_color,#fff);--color-border:hsla(0,0%,6%,.3)}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background:var(--color-background);flex-grow:1}body,html{height:100%}body{margin:0;display:flex;flex-direction:column}