@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');
	
	@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Lexend:wght@100..900&display=swap');

:root {
    --lex: "Lexend";
    --title: "DM Serif Display";
    --gold: rgb(214, 164, 97);
    --blue: rgb(37, 74, 93);
}