﻿:root {
    --body-backgroundColor: #ffffff;
    --header-backgroundColor: #ffffff;
    --header-nav-textColor: #07560e;
    --header-nav-linkColor: #0ea5e9;
    --header-nav-linkHoverColor: #02c55a;
    --header-nav-linkActive: #008e32;
    --logo-linkColor: #0ea5e9;
    --logo-linkHoverColor: #0284c7;
    --navigationDropdown-linkColor: #0ea5e9;
    --navigationDropdown-linkHoverColor: #0284c7;
    --navigationDropdown-linkActive: #054c94;
    --footer-backgroundColor: #07560e;
    --footer-textColor: #ffffff;
    --footer-linkColor: #0ea5e9;
    --footer-linkHoverColor: #c502bb;
}
.content {
    --backgroundColor: #ebeaea;
    --heading: #07560e;
    --secondHeading: #07f954;
    --textColor: #000000;
    --linkColor: #07560e;
    --linkHoverColor: #0284c7;
    --borderColor: #d1d5db;
    --highligthBgColor: #e0f2fe;
    --highligthTextColor: #032e59;
    --tableBackground: #fff;
}
.content-c1 {
    --backgroundColor: #ffb300;
    --heading: #000000;
    --secondHeading: #015e2d;
    --textColor: #000000;
    --linkColor: #0de744;
    --borderColor: #e3dcdc;
    --highligthBgColor: #e0f2fe;
    --highligthTextColor: #032e59;
    --tableBackground: #fff;
}