@charset "iso-8859-1";
/**
 * VERSION 1.14
 * LAST CHANGED: 26 February 2026
 *
 * CHANGES:
 * -> 1.14, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.13, 26/02 2026: @jaol: Updated --menu-wrapper-from
 * -> 1.12, 26/02 2026: @jaol: Updated --menu-wrapper-from
 * -> 1.11, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.10, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.09, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.08, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.07, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.06, 26/02 2026: @jaol: Updated --menu-wrapper-to
 * -> 1.05, 26/02 2026: @jaol: Updated body_background
 * -> 1.04, 26/02 2026: @jaol: Updated body_background
 * -> 1.03, 26/02 2026: @jaol: Updated body_background
 * -> 1.02, 26/02 2026: @jaol: Updated body_background
 * -> 1.01, 26/02 2026: @assistant: Remove vars identical to menu_settings_theme defaults - keep only overrides for testing theme.css GUI
 * -> 1.00, 25/02 2026: @assistant: Initial ekf-default theme - ek-study palette
 *
 * Theme: ekf-default
 */
:root {
	--menu-active-from: var(--ek-study-400);
	--menu-active-to: var(--ek-study-600);
	--menu-border-color-1: rgba(255,255,255,0.9);
	--menu-border-color-2: var(--ek-study-400);
	--menu-border-color-3: var(--ek-study-300);
	--menu-wrapper-from: var(--ek-study-900) !important;
	--menu-wrapper-to: var(--ek-study-700) !important;
}

body {
	background-color: var(--ek-study-100);
}
