<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 
	Theme Name: PetPlan
	Template: wordpress
*/

:root {

	/* Theme Font */
	--tw-theme-font: "Arial";
	--tw-theme-secondary-font: "American Typewriter";

	/* Theme Colours */
	--tw-theme-fill-primary-colour: 000 000 000;
	--tw-theme-void-primary-colour: 255 255 255;

	--tw-theme-fill-secondary-colour: 000 075 151;
	--tw-theme-void-secondary-colour: 255 255 255;

	/* Widget Colours */
	--tw-widget-fill-primary-colour: var(--tw-theme-void-primary-colour);
	--tw-widget-void-primary-colour: var(--tw-theme-fill-primary-colour);

	--tw-widget-fill-secondary-colour: var(--tw-theme-void-secondary-colour);
	--tw-widget-void-secondary-colour: var(--tw-theme-void-secondary-colour);
}</pre></body></html>