﻿:root {
    --tg-primary-color: #E32636;
    --tg-secondary-color: #7C0A02;
    --tg-body-font-color: #687799;
    --tg-heading-font-color: #00194C;
    --tg-paragraph-color: #687799;
    --tg-section-background: #F8FAFF;
    --tg-blue: #BA0021;
    --tg-lavender: #fad3d3;
    --tg-metallic-blue: #F2003C;
    --tg-cornflower-blue: #DA2C43;
    --tg-home-table: rgba(242 0 60 / 80%);
}

.border-primary {
    border-color: #E32636 !important;
}
