/* app/assets/stylesheets/theme.css */
:root {
	/* sombre (défaut) */
	--cell-empty-bg: transparent;
	--cell-empty-border: var(--border-color);
	--cell-partial-bg: rgba(55, 138, 221, 0.1);
	--cell-partial-border: rgba(55, 138, 221, 0.3);
	--cell-full-bg: rgba(55, 138, 221, 0.22);
	--cell-full-border: rgba(55, 138, 221, 0.55);
	--cell-track: rgba(255, 255, 255, 0.1);
	--cell-bar: var(--accent);
	--warn: #e0a458;
	--warn-bg: rgba(224, 164, 88, 0.12);
	--warn-border: rgba(224, 164, 88, 0.35);
	--today-bg: rgba(255, 255, 255, 0.04);
	--accent: #378add;
}

[data-theme="light"] {
	--cell-empty-bg: transparent;
	--cell-empty-border: var(--border-color);
	--cell-partial-bg: rgba(55, 138, 221, 0.08);
	--cell-partial-border: rgba(55, 138, 221, 0.25);
	--cell-full-bg: rgba(55, 138, 221, 0.16);
	--cell-full-border: rgba(55, 138, 221, 0.45);
	--cell-track: rgba(0, 0, 0, 0.07);
	--cell-bar: var(--accent, #378add);
	--warn: #b4761f;
	--warn-bg: rgba(180, 118, 31, 0.1);
	--warn-border: rgba(180, 118, 31, 0.3);
	--today-bg: rgba(0, 0, 0, 0.03);
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
