﻿:root {
    --tg-primary-color: #6B6B6B;
    --tg-secondary-color: #808080;
    --tg-body-font-color: #687799;
    --tg-heading-font-color: #2C2C2C;
    --tg-paragraph-color: #687799;
    --tg-section-background: #F8FAFF;
    --tg-blue: #4A4A4A;
    --tg-lavender: #D3D3D3;
    --tg-metallic-blue: #7A7A7A;
    --tg-cornflower-blue: #3A3A3A;
    --tg-home-table: rgba(100 100 100 / 80%);
}

.border-primary {
    border-color: #808080 !important;
}
