::-moz-selection {
	color: #FFF;
	background: #014421;
}

::selection {
	color: #FFF;
	background: #014421;
}

:root {
	--primary: #014421;
	--secondary: #92AD94;
	--tertiary: #FAF33E;
	--quaternary: #6290C3;
}

a {
	color: #014421;
}

a:hover {
	color: #0099e6;
}

a:focus {
	color: #0099e6;
}

a:active {
	color: #0077b3;
}

html .text-color-primary,
html .text-primary {
	color: #014421 !important;
}

html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
	color: #014421 !important;
}

html .text-color-secondary,
html .text-secondary {
	color: #92AD94 !important;
}

html .text-color-dark,
html .text-dark {
	color: #212529 !important;
}

html .text-color-light,
html .text-light {
	color: #FFF !important;
}

html .bg-color-primary,
html .bg-primary {
	background-color: #014421 !important;
}

html .bg-color-secondary,
html .bg-secondary {
	background-color: #92AD94 !important;
}



