﻿:root {
    --theme-deafult: #7366ff;
    --theme-secondary: #f73164;
    --background-color: #fff;    
}
.dark-only {
    --background-color: #262932;
}