:root {
    --primary: #81B719;
    --primary-active: #9fda1a;
    --primary-text: white;
    --secondary: #81B719;
    --secondary-active: #9fda1a;
    --secondary-text: white
}

html.dark {
    --primary: #81B719;
    --primary-active: #9fda1a;
    --primary-text: white;
    --secondary: #81B719;
    --secondary-active: #9fda1a;
    --secondary-text: white
}