/* =============== Dựng base */
:root {
	--color-1: #0c3500;
	--color-2: #0b4b05;
	--color-3: #76ab4a;
	--color-4: #017312;
	--color-5: #ff9e28;

	--font-1: "Poppins", sans-serif;
	--font-2: "Oswald", sans-serif;
}

@font-face {
	font-family: "Poppins";
	src: url(../assets/fonts/Poppins-Regular.ttf) format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Oswald";
	src: url(../assets/fonts/Oswald-VariableFont_wght.ttf) format("truetype");
	font-weight: 100 900;
	font-style: normal;
}
