:root {
	--text-color: #333;
	--primary-color: #EDB312;
    --primary-color-light: #F1C241;
    --positive-color: #39937E;
    --negative-color: #DE6021;
}

@font-face {
    font-family: "Murecho";
    src: url("/fonts/Murecho-VariableFont.ttf");
}

@font-face {
    font-family: "PermanentMarker";
    src: url("/fonts/PermanentMarker.ttf");
}