﻿
:root {
    --primary-color: #043863;
    --secondary-color: #00A19B;
    --bg-gray: #E3E5E6;
    --bg-white: #fffff;
    --bg-light: #f6f7f9;
    --text-primary: #043863;
    --text-white: #ffffff;
}
