:root {
	--primary: #2F6717;
	--primary_rgb: 	42, 97, 19;
	--secondary: #F9F4E7;
	--secondary_rgb: 249, 244, 231;
	--text: #000000;
	--tertiary: #812990;
	--primary-hover: #4B6FCC;
  	scrollbar-width: thin !important;
	
	--active: #fff;
	--border: rgba(255, 255, 255, .12);
}
p:last-child {
    margin: 0;
}
.font-weight_300 {
	font-weight: 300
}
.font-weight_400 {
	font-weight: 400
}
.font-weight_500 {
	font-weight: 500
}
.font-weight_600 {
	font-weight: 600
}
.font-weight_800 {
	font-weight: 800
}
blockquote {
	margin: 0 0 15px;
    background: #f8f8f8;
    border-left: 4px solid var(--text);
    padding: 10px;
	border-radius: 5px;
}