:root {
	--green-extra-dark: #123939;
	--green-default: #009635;
	--green-extra-light: #f2f9f5;
	--yellow-default: #f8b810;
	--gray-extra-light: #f3f4f6;
	--gray-default: #6b7280;
	--gray-extra-dark: #0d2828;
}

/* green extra dark */
.txt-green-extra-dark {color:var(--green-extra-dark);}
.bg-green-extra-dark {background-color:var(--green-extra-dark);}
.border-green-extra-dark {border-color:var(--green-extra-dark);}
.hv-txt-green-extra-dark:hover {color:var(--green-extra-dark)!important;}
.hv-bg-green-extra-dark:hover {background-color:var(--green-extra-dark)!important;}
.hv-border-green-extra-dark:hover {border-color:var(--green-extra-dark)!important;}

/* green default */
.txt-green-default {color:var(--green-default);}
.bg-green-default {background-color:var(--green-default);}
.border-green-default {border-color:var(--green-default);}
.hv-txt-green-default:hover {color:var(--green-default)!important;}
.hv-bg-green-default:hover {background-color:var(--green-default)!important;}
.hv-border-green-default:hover {border-color:var(--green-default)!important;}

/* green extra light */
.txt-green-extra-light {color:var(--green-extra-light);}
.bg-green-extra-light {background-color:var(--green-extra-light);}
.border-green-extra-light {border-color:var(--green-extra-light);}
.hv-txt-green-extra-light:hover {color:var(--green-extra-light)!important;}
.hv-bg-green-extra-light:hover {background-color:var(--green-extra-light)!important;}
.hv-border-green-extra-light:hover {border-color:var(--green-extra-light)!important;}

/* yellow default */
.txt-yellow-default {color:var(--yellow-default);}
.bg-yellow-default {background-color:var(--yellow-default);}
.border-yellow-default {border-color:var(--yellow-default);}
.hv-txt-yellow-default:hover {color:var(--yellow-default)!important;}
.hv-bg-yellow-default:hover {background-color:var(--yellow-default)!important;}
.hv-border-yellow-default:hover {border-color:var(--yellow-default)!important;}

/* gray extra light */
.txt-gray-extra-light {color:var(--gray-extra-light);}
.bg-gray-extra-light {background-color:var(--gray-extra-light);}
.border-gray-extra-light {border-color:var(--gray-extra-light);}
.hv-txt-gray-extra-light:hover {color:var(--gray-extra-light)!important;}
.hv-bg-gray-extra-light:hover {background-color:var(--gray-extra-light)!important;}
.hv-border-gray-extra-light:hover {border-color:var(--gray-extra-light)!important;}

/* gray default */
.txt-gray-default {color:var(--gray-default);}
.bg-gray-default {background-color:var(--gray-default);}
.border-gray-default {border-color:var(--gray-default);}
.hv-txt-gray-default:hover {color:var(--gray-default)!important;}
.hv-bg-gray-default:hover {background-color:var(--gray-default)!important;}
.hv-border-gray-default:hover {border-color:var(--gray-default)!important;}

/* gray extra dark */
.txt-gray-extra-dark {color:var(--gray-extra-dark);}
.bg-gray-extra-dark {background-color:var(--gray-extra-dark);}
.border-gray-extra-dark {border-color:var(--gray-extra-dark);}
.hv-txt-gray-extra-dark:hover {color:var(--gray-extra-dark)!important;}
.hv-bg-gray-extra-dark:hover {background-color:var(--gray-extra-dark)!important;}
.hv-border-gray-extra-dark:hover {border-color:var(--gray-extra-dark)!important;}

/* black */
.txt-black {color:var(--bs-black);}
.bg-black {background-color:var(--bs-black);}
.border-black {border-color:var(--bs-black);}
.hv-txt-black:hover {color:var(--bs-black)!important;}
.hv-bg-black:hover {background-color:var(--bs-black)!important;}
.hv-border-black:hover {border-color:var(--bs-black)!important;}

/* white */
.txt-white {color:var(--bs-white);}
.bg-white {background-color:var(--bs-white);}
.border-white {border-color:var(--bs-white);}
.hv-txt-white:hover {color:var(--bs-white)!important;}
.hv-bg-white:hover {background-color:var(--bs-white)!important;}
.hv-border-white:hover {border-color:var(--bs-white)!important;}