:root{
	--font: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

:root,body.light {
	--primary:#094032;
	--on-primary:#FFFFFF;
	--primary-container:#A7E6D6;
	--on-primary-container:#073328;
	--secondary:#398DB4;
	--on-secondary:#FFFFFF;
	--secondary-container:#B4D6E6;
	--on-secondary-container:#102833;
	--tertiary:#844527;
	--on-tertiary:#FFFFFF;
	--tertiary-container:#E6C3B3;
	--on-tertiary-container:#331B0F;
	--error:#B3261E;
	--on-error:#FFFFFF;
	--error-container:#E6ACA9;
	--on-error-container:#330B09;
	--background:#fbfcfc;
	--on-background:#313332;
	--surface:#e1e9e9;
	--on-surface:#313332;
	--surface-variant:#d9e6e2;
	--on-surface-variant:#546662;
	--outline:#7f9992;
	--outline-variant:#c7c5d0;
	--shadow:#000000;
	--scrim:#000000;
	--inverse-surface:#1f2937;
	--inverse-on-surface:#9ca3af;
	--inverse-primary:#bac3ff;
	--surface-dim:#dcd9de;
	--surface-bright:#fbf8fd;
	--surface-container-lowest:#ffffff;
	--surface-container-low:#cad7d7;
	--surface-container:#edf1f1;
	--surface-container-high:#eae7ec;
	--surface-container-highest:#e4e1e6;
}

body.dark {
	--primary:#8DE6CF;
	--on-primary:#0B4C3C;
	--primary-container:#0E6650;
	--on-primary-container:#A7E6D6;
	--secondary:#A0CFE6;
	--on-secondary:#183C4C;
	--secondary-container:#215066;
	--on-secondary-container:#B4D6E6;
	--tertiary:#E6B49E;
	--on-tertiary:#4C2817;
	--tertiary-container:#66351F;
	--on-tertiary-container:#E6C3B3;
	--error:#E69490;
	--on-error:#4C100D;
	--error-container:#661511;
	--on-error-container:#E6ACA9;
	--background:#313332;
	--on-background:#e2e6e5;
	--surface:#131215;
	--on-surface:#e2e6e5;
	--surface-variant:#546662;
	--on-surface-variant:#d4e6e1;
	--outline:#9fb3ae;
	--outline-variant:#46464f;
	--shadow:#000000;
	--scrim:#000000;
	--inverse-surface:#1f2937;
	--inverse-on-surface:#9ca3af;
	--inverse-primary:#4355b9;
	--surface-dim:#131316;
	--surface-bright:#39393c;
	--surface-container-lowest:#0e0e11;
	--surface-container-low:#1b1b1f;
	--surface-container:#1f1f23;
	--surface-container-high:#2a2a2d;
	--surface-container-highest:#353438;
}
