/*
 * Ef Maris Dark palette adaptation for Simple Docs.
 * Author: Protesilaos <info@protesilaos.com>
 * SPDX-FileCopyrightText: 2022-2026 Free Software Foundation, Inc.
 * Source: ef-themes 2.2.0, commit 5cdb7dd361ad3b5d7310f94375a832cd94c182d8
 * Resolved with modus-themes commit 75aa3fa79efd04ddf7980a1d3ec0cef6e4f4af90
 * Modified for Simple Docs: 2026-09-01
 * SPDX-License-Identifier: GPL-3.0-or-later
 */

:root {
  color-scheme: dark;
  --background: #131c2b;
  --surface: #1d2c39;
  --surface-raised: #2a3644;
  --border: #595a63;
  --text: #eaedef;
  --text-strong: #eaedef;
  --text-muted: #969faf;
  --accent: #70a0ff;
  --accent-soft: #204358;
  --marker: #30c489;
  --code: #57b0ff;
  --content-width: 48rem;
  --sidebar-width: 18rem;
  --body-background: var(--background);
  --header-background: var(--background);
  --search-shadow: 0 1.2rem 3rem rgb(0 0 0 / 45%);
  --quote-background: #183c65;
}
