<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
  --primary: #fccc65;
  --secondary: #a8deee;
  --primary-hover: #fbdf9d;
  --primary-dark: #f9c350;
	--rgba-primary-1: rgba(227,186,64,0.1);
	--rgba-primary-2: rgba(227,186,64,0.2);
	--rgba-primary-3: rgba(227,186,64,0.3);
	--rgba-primary-4: rgba(227,186,64,0.4);
	--rgba-primary-5: rgba(227,186,64,0.5);
	--rgba-primary-6: rgba(227,186,64,0.6);
	--rgba-primary-7: rgba(227,186,64,0.7);
	--rgba-primary-8: rgba(227,186,64,0.8);
	--rgba-primary-9: rgba(227,186,64,0.9);
	--title: #212529;
}</pre></body></html>