﻿:root {
    --primary-color: #EAAA39;
    --secondary-color: #c0ffeb;
    --tertiery-color: #EAAA39;
}

.theme-text-primary{
    color: var(--primary-color) !important;
}

.theme-text-secondary{
    color: var(--secondary-color) !important;
}

.theme-text-tertiary{
    color: var(--tertiery-color) !important;
}

.theme-btn-primary{
    background: var(--primary-color) !important;
}

.theme-btn-secondary{
    background: var(--secondary-color) !important;
}

.theme-btn-tertiary{
    background: var(--tertiery-color) !important;
}