:root {
	--font_color: #fafafa;
	--line_height: 1.6;
	--green: #296912;
	--green_dark: #193f0b;
	--gold: #fdfc02;
}

body {font-family:"Noto Sans", serif; background-color:var(--green_dark); color:var(--font_color); line-height:var(--line_height)}
strong, .fw-bold {font-weight:600 !important}
a {color:var(--font_color); text-decoration:underline; text-underline-offset:6px}
a:hover {text-decoration:none}
table {border:none}
td {vertical-align:middle}

h1 {font-weight:400}
h2 {font-weight:400}

.box {background-color:var(--green)}
.text_gold {color: var(--gold)}

@media (min-width:576px) {

}

@media (min-width:776px) {
	h1 {font-size:2.5rem; font-weight:300}
	h2 {font-size:1.7rem; font-weight:300}
}

@media (min-width:992px) {
	h1 {font-size:3rem}
}

@media (min-width:1200px) {

}

@media (min-width:1400px) {
	
}
