/*
Theme Name: Sacha Chua
Theme URI: http://www.sachachua.com
Description: A new theme 
Version: 1.2
Author: Sacha Chua
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Variables */


:root {
		--body-max-width: 55rem;
		--sidebar-width: calc((100vw - --body-max-width) / 2);
}
body.list-page {
		--body-max-width: 80rem;
}
body.list-page table { width: 100%; white-space: wrap }
body.list-page td, body.list-page th { padding: 0.4em }

/* Colors */
:root {
		--quote-bg: #eee;
}

/* Based on Modus Operandi by Protesilaos Stavrou */
:root {
  --modus-bg-main: #fff;
  --modus-bg-dim: #f2f2f2;
  --modus-fg-main: #000;
  --modus-fg-dim: #595959;
  --modus-fg-alt: #193668;
  --modus-bg-active: #c4c4c4;
  --modus-bg-inactive: #e0e0e0;
  --modus-border: #9f9f9f;
  --modus-red: #a60000;
  --modus-red-warmer: #972500;
  --modus-red-cooler: #a0132f;
  --modus-red-faint: #7f0000;
  --modus-red-intense: #d00000;
  --modus-green: #006800;
  --modus-green-warmer: #316500;
  --modus-green-cooler: #00663f;
  --modus-green-faint: #2a5045;
  --modus-green-intense: #008900;
  --modus-yellow: #6f5500;
  --modus-yellow-warmer: #884900;
  --modus-yellow-cooler: #7a4f2f;
  --modus-yellow-faint: #624416;
  --modus-yellow-intense: #808000;
  --modus-blue: #0031a9;
  --modus-blue-warmer: #3548cf;
  --modus-blue-cooler: #0000b0;
  --modus-blue-faint: #003497;
  --modus-blue-intense: #00f;
  --modus-magenta: #721045;
  --modus-magenta-warmer: #8f0075;
  --modus-magenta-cooler: #531ab6;
  --modus-magenta-faint: #7c318f;
  --modus-magenta-intense: #d2d;
  --modus-cyan: #005e8b;
  --modus-cyan-warmer: #3f578f;
  --modus-cyan-cooler: #005f5f;
  --modus-cyan-faint: #005077;
  --modus-cyan-intense: #089;
  --modus-rust: #8a290f;
  --modus-gold: #80601f;
  --modus-olive: #56692d;
  --modus-slate: #2f3f83;
  --modus-indigo: #4a3a8a;
  --modus-maroon: #731c52;
  --modus-pink: #7b435c;
  --modus-bg-red-intense: #ff8f88;
  --modus-bg-green-intense: #8adf80;
  --modus-bg-yellow-intense: #f3d000;
  --modus-bg-blue-intense: #bfc9ff;
  --modus-bg-magenta-intense: #dfa0f0;
  --modus-bg-cyan-intense: #a4d5f9;
  --modus-bg-red-subtle: #ffcfbf;
  --modus-bg-green-subtle: #b3fabf;
  --modus-bg-yellow-subtle: #fff576;
  --modus-bg-blue-subtle: #ccdfff;
  --modus-bg-magenta-subtle: #fdf;
  --modus-bg-cyan-subtle: #bfefff;
  --modus-bg-red-nuanced: #ffe8e8;
  --modus-bg-green-nuanced: #e0f6e0;
  --modus-bg-yellow-nuanced: #f8f0d0;
  --modus-bg-blue-nuanced: #ecedff;
  --modus-bg-magenta-nuanced: #f8e6f5;
  --modus-bg-cyan-nuanced: #e0f2fa;
  --modus-bg-clay: #f1c8b5;
  --modus-fg-clay: #63192a;
  --modus-bg-ochre: #f0e3c0;
  --modus-fg-ochre: #573a30;
  --modus-bg-lavender: #dfcdfa;
  --modus-fg-lavender: #443379;
  --modus-bg-sage: #c0e7d4;
  --modus-fg-sage: #124b41;
  --modus-bg-graph-red-0: #ef7969;
  --modus-bg-graph-red-1: #ffaab4;
  --modus-bg-graph-green-0: #45c050;
  --modus-bg-graph-green-1: #75ef30;
  --modus-bg-graph-yellow-0: #ffcf00;
  --modus-bg-graph-yellow-1: #f9ff00;
  --modus-bg-graph-blue-0: #7f90ff;
  --modus-bg-graph-blue-1: #a6c0ff;
  --modus-bg-graph-magenta-0: #e07fff;
  --modus-bg-graph-magenta-1: #fad0ff;
  --modus-bg-graph-cyan-0: #70d3f0;
  --modus-bg-graph-cyan-1: #afefff;
  --modus-bg-completion: #c0deff;
  --modus-bg-hover: #b2e4dc;
  --modus-bg-hover-secondary: #f5d0a0;
  --modus-bg-hl-line: #dae5ec;
  --modus-bg-region: #bdbdbd;
  --modus-fg-region: #000;
  --modus-bg-char-0: #7feaff;
  --modus-bg-char-1: #faf;
  --modus-bg-char-2: #dff000;
  --modus-bg-mode-line-active: #c8c8c8;
  --modus-fg-mode-line-active: #000;
  --modus-border-mode-line-active: #5a5a5a;
  --modus-bg-mode-line-inactive: #e6e6e6;
  --modus-fg-mode-line-inactive: #585858;
  --modus-border-mode-line-inactive: #a3a3a3;
  --modus-modeline-err: #7f0000;
  --modus-modeline-warning: #5f0070;
  --modus-modeline-info: #002580;
  --modus-bg-tab-bar: #dfdfdf;
  --modus-bg-tab-current: #fff;
  --modus-bg-tab-other: #c2c2c2;
  --modus-bg-added: #c1f2d1;
  --modus-bg-added-faint: #d8f8e1;
  --modus-bg-added-refine: #aee5be;
  --modus-bg-added-fringe: #6cc06c;
  --modus-fg-added: #005000;
  --modus-fg-added-intense: #006700;
  --modus-bg-changed: #ffdfa9;
  --modus-bg-changed-faint: #ffefbf;
  --modus-bg-changed-refine: #fac090;
  --modus-bg-changed-fringe: #d7c20a;
  --modus-fg-changed: #553d00;
  --modus-fg-changed-intense: #655000;
  --modus-bg-removed: #ffd8d5;
  --modus-bg-removed-faint: #ffe9e9;
  --modus-bg-removed-refine: #f3b5af;
  --modus-bg-removed-fringe: #d84a4f;
  --modus-fg-removed: #8f1313;
  --modus-fg-removed-intense: #a22;
  --modus-bg-diff-context: #f3f3f3;
  --modus-bg-paren-match: #5fcfff;
  --modus-fg-paren-match: var(--modus-fg-main);
  --modus-bg-paren-expression: #efd3f5;
  --modus-underline-paren-match: var(--modus-unspecified);
  --modus-fringe: var(--modus-bg-dim);
  --modus-cursor: var(--modus-fg-main);
  --modus-keybind: var(--modus-blue-cooler);
  --modus-name: var(--modus-magenta);
  --modus-identifier: var(--modus-yellow-cooler);
  --modus-err: var(--modus-red);
  --modus-warning: var(--modus-yellow-warmer);
  --modus-info: var(--modus-cyan-cooler);
  --modus-underline-err: var(--modus-red-intense);
  --modus-underline-warning: var(--modus-yellow-intense);
  --modus-underline-note: var(--modus-cyan-intense);
  --modus-bg-prominent-err: var(--modus-bg-red-intense);
  --modus-fg-prominent-err: var(--modus-fg-main);
  --modus-bg-prominent-warning: var(--modus-bg-yellow-intense);
  --modus-fg-prominent-warning: var(--modus-fg-main);
  --modus-bg-prominent-note: var(--modus-bg-cyan-intense);
  --modus-fg-prominent-note: var(--modus-fg-main);
  --modus-bg-active-argument: var(--modus-bg-yellow-nuanced);
  --modus-fg-active-argument: var(--modus-yellow-warmer);
  --modus-bg-active-value: var(--modus-bg-cyan-nuanced);
  --modus-fg-active-value: var(--modus-cyan-warmer);
  --modus-bracket: var(--modus-fg-main);
  --modus-builtin: var(--modus-magenta-warmer);
  --modus-comment: var(--modus-fg-dim);
  --modus-constant: var(--modus-blue-cooler);
  --modus-delimiter: var(--modus-fg-main);
  --modus-docmarkup: var(--modus-magenta-faint);
  --modus-docstring: var(--modus-green-faint);
  --modus-fnname: var(--modus-magenta);
  --modus-keyword: var(--modus-magenta-cooler);
  --modus-number: var(--modus-fg-main);
  --modus-operator: var(--modus-fg-main);
  --modus-preprocessor: var(--modus-red-cooler);
  --modus-punctuation: var(--modus-fg-main);
  --modus-rx-backslash: var(--modus-magenta);
  --modus-rx-construct: var(--modus-green-cooler);
  --modus-string: var(--modus-blue-warmer);
  --modus-type: var(--modus-cyan-cooler);
  --modus-variable: var(--modus-cyan);
  --modus-accent-0: var(--modus-blue);
  --modus-accent-1: var(--modus-magenta-warmer);
  --modus-accent-2: var(--modus-cyan);
  --modus-accent-3: var(--modus-red);
  --modus-fg-button-active: var(--modus-fg-main);
  --modus-fg-button-inactive: var(--modus-fg-dim);
  --modus-bg-button-active: var(--modus-bg-active);
  --modus-bg-button-inactive: var(--modus-bg-dim);
  --modus-fg-completion-match-0: var(--modus-blue);
  --modus-fg-completion-match-1: var(--modus-magenta-warmer);
  --modus-fg-completion-match-2: var(--modus-cyan);
  --modus-fg-completion-match-3: var(--modus-red);
  --modus-bg-completion-match-0: var(--modus-unspecified);
  --modus-bg-completion-match-1: var(--modus-unspecified);
  --modus-bg-completion-match-2: var(--modus-unspecified);
  --modus-bg-completion-match-3: var(--modus-unspecified);
  --modus-date-common: var(--modus-cyan);
  --modus-date-deadline: var(--modus-red);
  --modus-date-event: var(--modus-fg-alt);
  --modus-date-holiday: var(--modus-red-cooler);
  --modus-date-holiday-other: var(--modus-blue);
  --modus-date-now: var(--modus-fg-main);
  --modus-date-range: var(--modus-fg-alt);
  --modus-date-scheduled: var(--modus-yellow-warmer);
  --modus-date-weekday: var(--modus-cyan);
  --modus-date-weekend: var(--modus-red-faint);
  --modus-fg-line-number-inactive: var(--modus-fg-dim);
  --modus-fg-line-number-active: var(--modus-fg-main);
  --modus-bg-line-number-inactive: var(--modus-bg-dim);
  --modus-bg-line-number-active: var(--modus-bg-active);
  --modus-fg-link: var(--modus-blue-warmer);
  --modus-bg-link: var(--modus-unspecified);
  --modus-underline-link: var(--modus-blue-warmer);
  --modus-fg-link-symbolic: var(--modus-cyan);
  --modus-bg-link-symbolic: var(--modus-unspecified);
  --modus-underline-link-symbolic: var(--modus-cyan);
  --modus-fg-link-visited: var(--modus-magenta);
  --modus-bg-link-visited: var(--modus-unspecified);
  --modus-underline-link-visited: var(--modus-magenta);
  --modus-mail-cite-0: var(--modus-blue-faint);
  --modus-mail-cite-1: var(--modus-yellow-warmer);
  --modus-mail-cite-2: var(--modus-cyan-cooler);
  --modus-mail-cite-3: var(--modus-red-cooler);
  --modus-mail-part: var(--modus-cyan);
  --modus-mail-recipient: var(--modus-magenta-cooler);
  --modus-mail-subject: var(--modus-magenta-warmer);
  --modus-mail-other: var(--modus-magenta-faint);
  --modus-bg-mark-delete: var(--modus-bg-red-subtle);
  --modus-fg-mark-delete: var(--modus-red);
  --modus-bg-mark-select: var(--modus-bg-cyan-subtle);
  --modus-fg-mark-select: var(--modus-cyan);
  --modus-bg-mark-other: var(--modus-bg-yellow-subtle);
  --modus-fg-mark-other: var(--modus-yellow);
  --modus-fg-prompt: var(--modus-cyan-cooler);
  --modus-bg-prompt: var(--modus-unspecified);
  --modus-bg-prose-block-delimiter: var(--modus-bg-dim);
  --modus-fg-prose-block-delimiter: var(--modus-fg-dim);
  --modus-bg-prose-block-contents: var(--modus-bg-dim);
  --modus-bg-prose-code: var(--modus-unspecified);
  --modus-fg-prose-code: var(--modus-cyan-cooler);
  --modus-bg-prose-macro: var(--modus-unspecified);
  --modus-fg-prose-macro: var(--modus-magenta-cooler);
  --modus-bg-prose-verbatim: var(--modus-unspecified);
  --modus-fg-prose-verbatim: var(--modus-magenta-warmer);
  --modus-prose-done: var(--modus-green);
  --modus-prose-todo: var(--modus-red);
  --modus-prose-metadata: var(--modus-fg-dim);
  --modus-prose-metadata-value: var(--modus-fg-alt);
  --modus-prose-table: var(--modus-fg-alt);
  --modus-prose-table-formula: var(--modus-magenta-warmer);
  --modus-prose-tag: var(--modus-magenta-faint);
  --modus-rainbow-0: var(--modus-fg-main);
  --modus-rainbow-1: var(--modus-magenta-intense);
  --modus-rainbow-2: var(--modus-cyan-intense);
  --modus-rainbow-3: var(--modus-red-warmer);
  --modus-rainbow-4: var(--modus-yellow-intense);
  --modus-rainbow-5: var(--modus-magenta-cooler);
  --modus-rainbow-6: var(--modus-green-intense);
  --modus-rainbow-7: var(--modus-blue-warmer);
  --modus-rainbow-8: var(--modus-magenta-warmer);
  --modus-bg-search-current: var(--modus-bg-yellow-intense);
  --modus-bg-search-lazy: var(--modus-bg-cyan-intense);
  --modus-bg-search-replace: var(--modus-bg-red-intense);
  --modus-bg-search-rx-group-0: var(--modus-bg-blue-intense);
  --modus-bg-search-rx-group-1: var(--modus-bg-green-intense);
  --modus-bg-search-rx-group-2: var(--modus-bg-red-subtle);
  --modus-bg-search-rx-group-3: var(--modus-bg-magenta-subtle);
  --modus-bg-space: var(--modus-unspecified);
  --modus-fg-space: var(--modus-border);
  --modus-bg-space-err: var(--modus-bg-red-intense);
  --modus-bg-term-black: #000;
  --modus-fg-term-black: #000;
  --modus-bg-term-black-bright: #595959;
  --modus-fg-term-black-bright: #595959;
  --modus-bg-term-red: var(--modus-red);
  --modus-fg-term-red: var(--modus-red);
  --modus-bg-term-red-bright: var(--modus-red-warmer);
  --modus-fg-term-red-bright: var(--modus-red-warmer);
  --modus-bg-term-green: var(--modus-green);
  --modus-fg-term-green: var(--modus-green);
  --modus-bg-term-green-bright: var(--modus-green-cooler);
  --modus-fg-term-green-bright: var(--modus-green-cooler);
  --modus-bg-term-yellow: var(--modus-yellow);
  --modus-fg-term-yellow: var(--modus-yellow);
  --modus-bg-term-yellow-bright: var(--modus-yellow-warmer);
  --modus-fg-term-yellow-bright: var(--modus-yellow-warmer);
  --modus-bg-term-blue: var(--modus-blue);
  --modus-fg-term-blue: var(--modus-blue);
  --modus-bg-term-blue-bright: var(--modus-blue-warmer);
  --modus-fg-term-blue-bright: var(--modus-blue-warmer);
  --modus-bg-term-magenta: var(--modus-magenta);
  --modus-fg-term-magenta: var(--modus-magenta);
  --modus-bg-term-magenta-bright: var(--modus-magenta-cooler);
  --modus-fg-term-magenta-bright: var(--modus-magenta-cooler);
  --modus-bg-term-cyan: var(--modus-cyan);
  --modus-fg-term-cyan: var(--modus-cyan);
  --modus-bg-term-cyan-bright: var(--modus-cyan-cooler);
  --modus-fg-term-cyan-bright: var(--modus-cyan-cooler);
  --modus-bg-term-white: #a6a6a6;
  --modus-fg-term-white: #a6a6a6;
  --modus-bg-term-white-bright: #fff;
  --modus-fg-term-white-bright: #fff;
  --modus-fg-heading-0: var(--modus-cyan-cooler);
  --modus-fg-heading-1: var(--modus-fg-main);
  --modus-fg-heading-2: var(--modus-yellow-faint);
  --modus-fg-heading-3: var(--modus-fg-alt);
  --modus-fg-heading-4: var(--modus-magenta);
  --modus-fg-heading-5: var(--modus-green-faint);
  --modus-fg-heading-6: var(--modus-red-faint);
  --modus-fg-heading-7: var(--modus-cyan-warmer);
  --modus-fg-heading-8: var(--modus-fg-dim);
  --modus-bg-heading-0: var(--modus-unspecified);
  --modus-bg-heading-1: var(--modus-unspecified);
  --modus-bg-heading-2: var(--modus-unspecified);
  --modus-bg-heading-3: var(--modus-unspecified);
  --modus-bg-heading-4: var(--modus-unspecified);
  --modus-bg-heading-5: var(--modus-unspecified);
  --modus-bg-heading-6: var(--modus-unspecified);
  --modus-bg-heading-7: var(--modus-unspecified);
  --modus-bg-heading-8: var(--modus-unspecified);
  --modus-overline-heading-0: var(--modus-unspecified);
  --modus-overline-heading-1: var(--modus-unspecified);
  --modus-overline-heading-2: var(--modus-unspecified);
  --modus-overline-heading-3: var(--modus-unspecified);
  --modus-overline-heading-4: var(--modus-unspecified);
  --modus-overline-heading-5: var(--modus-unspecified);
  --modus-overline-heading-6: var(--modus-unspecified);
  --modus-overline-heading-7: var(--modus-unspecified);
  --modus-overline-heading-8: var(--modus-unspecified);
}


@media (prefers-color-scheme: dark) {
		:root {
				--quote-bg: #333;
		}

		/* Based on Modus Vivendi by Protesilaos Stavrou */
		:root {
				--modus-bg-main: #000;
				--modus-bg-dim: #1e1e1e;
				--modus-fg-main: #fff;
				--modus-fg-dim: #989898;
				--modus-fg-alt: #c6daff;
				--modus-bg-active: #535353;
				--modus-bg-inactive: #303030;
				--modus-border: #646464;
				--modus-red: #ff5f59;
				--modus-red-warmer: #ff6b55;
				--modus-red-cooler: #ff7f9f;
				--modus-red-faint: #ff9580;
				--modus-red-intense: #ff5f5f;
				--modus-green: #44bc44;
				--modus-green-warmer: #70b900;
				--modus-green-cooler: #00c06f;
				--modus-green-faint: #88ca9f;
				--modus-green-intense: #44df44;
				--modus-yellow: #d0bc00;
				--modus-yellow-warmer: #fec43f;
				--modus-yellow-cooler: #dfaf7a;
				--modus-yellow-faint: #d2b580;
				--modus-yellow-intense: #efef00;
				--modus-blue: #2fafff;
				--modus-blue-warmer: #79a8ff;
				--modus-blue-cooler: #00bcff;
				--modus-blue-faint: #82b0ec;
				--modus-blue-intense: #338fff;
				--modus-magenta: #feacd0;
				--modus-magenta-warmer: #f78fe7;
				--modus-magenta-cooler: #b6a0ff;
				--modus-magenta-faint: #caa6df;
				--modus-magenta-intense: #f6f;
				--modus-cyan: #00d3d0;
				--modus-cyan-warmer: #4ae2f0;
				--modus-cyan-cooler: #6ae4b9;
				--modus-cyan-faint: #9ac8e0;
				--modus-cyan-intense: #00eff0;
				--modus-rust: #db7b5f;
				--modus-gold: #c0965b;
				--modus-olive: #9cbd6f;
				--modus-slate: #76afbf;
				--modus-indigo: #9099d9;
				--modus-maroon: #cf7fa7;
				--modus-pink: #d09dc0;
				--modus-bg-red-intense: #9d1f1f;
				--modus-bg-green-intense: #2f822f;
				--modus-bg-yellow-intense: #7a6100;
				--modus-bg-blue-intense: #1640b0;
				--modus-bg-magenta-intense: #7030af;
				--modus-bg-cyan-intense: #2266ae;
				--modus-bg-red-subtle: #620f2a;
				--modus-bg-green-subtle: #00422a;
				--modus-bg-yellow-subtle: #4a4000;
				--modus-bg-blue-subtle: #242679;
				--modus-bg-magenta-subtle: #552f5f;
				--modus-bg-cyan-subtle: #004065;
				--modus-bg-red-nuanced: #3a0c14;
				--modus-bg-green-nuanced: #092f1f;
				--modus-bg-yellow-nuanced: #381d0f;
				--modus-bg-blue-nuanced: #12154a;
				--modus-bg-magenta-nuanced: #2f0c3f;
				--modus-bg-cyan-nuanced: #042837;
				--modus-bg-clay: #49191a;
				--modus-fg-clay: #f1b090;
				--modus-bg-ochre: #462f20;
				--modus-fg-ochre: #e0d09c;
				--modus-bg-lavender: #38325c;
				--modus-fg-lavender: #dfc0f0;
				--modus-bg-sage: #143e32;
				--modus-fg-sage: #c3e7d4;
				--modus-bg-graph-red-0: #b52c2c;
				--modus-bg-graph-red-1: #702020;
				--modus-bg-graph-green-0: #0fed00;
				--modus-bg-graph-green-1: #007800;
				--modus-bg-graph-yellow-0: #f1e00a;
				--modus-bg-graph-yellow-1: #b08940;
				--modus-bg-graph-blue-0: #2fafef;
				--modus-bg-graph-blue-1: #1f2f8f;
				--modus-bg-graph-magenta-0: #bf94fe;
				--modus-bg-graph-magenta-1: #5f509f;
				--modus-bg-graph-cyan-0: #47dfea;
				--modus-bg-graph-cyan-1: #00808f;
				--modus-bg-completion: #2f447f;
				--modus-bg-hover: #45605e;
				--modus-bg-hover-secondary: #654a39;
				--modus-bg-hl-line: #2f3849;
				--modus-bg-region: #5a5a5a;
				--modus-fg-region: #fff;
				--modus-bg-char-0: #0050af;
				--modus-bg-char-1: #7f1f7f;
				--modus-bg-char-2: #625a00;
				--modus-bg-mode-line-active: #505050;
				--modus-fg-mode-line-active: #fff;
				--modus-border-mode-line-active: #959595;
				--modus-bg-mode-line-inactive: #2d2d2d;
				--modus-fg-mode-line-inactive: #969696;
				--modus-border-mode-line-inactive: #606060;
				--modus-modeline-err: #ffa9bf;
				--modus-modeline-warning: #dfcf43;
				--modus-modeline-info: #9fefff;
				--modus-bg-tab-bar: #313131;
				--modus-bg-tab-current: #000;
				--modus-bg-tab-other: #545454;
				--modus-bg-added: #00381f;
				--modus-bg-added-faint: #002910;
				--modus-bg-added-refine: #034f2f;
				--modus-bg-added-fringe: #237f3f;
				--modus-fg-added: #a0e0a0;
				--modus-fg-added-intense: #80e080;
				--modus-bg-changed: #363300;
				--modus-bg-changed-faint: #2a1f00;
				--modus-bg-changed-refine: #4a4a00;
				--modus-bg-changed-fringe: #8a7a00;
				--modus-fg-changed: #efef80;
				--modus-fg-changed-intense: #c0b05f;
				--modus-bg-removed: #4f1119;
				--modus-bg-removed-faint: #380a0f;
				--modus-bg-removed-refine: #781a1f;
				--modus-bg-removed-fringe: #b81a1f;
				--modus-fg-removed: #ffbfbf;
				--modus-fg-removed-intense: #ff9095;
				--modus-bg-diff-context: #1a1a1a;
				--modus-bg-paren-match: #2f7f9f;
				--modus-fg-paren-match: var(--modus-fg-main);
				--modus-bg-paren-expression: #453040;
				--modus-underline-paren-match: var(--modus-unspecified);
				--modus-fringe: var(--modus-bg-dim);
				--modus-cursor: var(--modus-fg-main);
				--modus-keybind: var(--modus-blue-cooler);
				--modus-name: var(--modus-magenta);
				--modus-identifier: var(--modus-yellow-faint);
				--modus-err: var(--modus-red);
				--modus-warning: var(--modus-yellow-warmer);
				--modus-info: var(--modus-cyan-cooler);
				--modus-underline-err: var(--modus-red-intense);
				--modus-underline-warning: var(--modus-yellow);
				--modus-underline-note: var(--modus-cyan);
				--modus-bg-prominent-err: var(--modus-bg-red-intense);
				--modus-fg-prominent-err: var(--modus-fg-main);
				--modus-bg-prominent-warning: var(--modus-bg-yellow-intense);
				--modus-fg-prominent-warning: var(--modus-fg-main);
				--modus-bg-prominent-note: var(--modus-bg-cyan-intense);
				--modus-fg-prominent-note: var(--modus-fg-main);
				--modus-bg-active-argument: var(--modus-bg-yellow-nuanced);
				--modus-fg-active-argument: var(--modus-yellow-cooler);
				--modus-bg-active-value: var(--modus-bg-cyan-nuanced);
				--modus-fg-active-value: var(--modus-cyan-cooler);
				--modus-bracket: var(--modus-fg-main);
				--modus-builtin: var(--modus-magenta-warmer);
				--modus-comment: var(--modus-fg-dim);
				--modus-constant: var(--modus-blue-cooler);
				--modus-delimiter: var(--modus-fg-main);
				--modus-docmarkup: var(--modus-magenta-faint);
				--modus-docstring: var(--modus-cyan-faint);
				--modus-fnname: var(--modus-magenta);
				--modus-keyword: var(--modus-magenta-cooler);
				--modus-number: var(--modus-fg-main);
				--modus-operator: var(--modus-fg-main);
				--modus-preprocessor: var(--modus-red-cooler);
				--modus-punctuation: var(--modus-fg-main);
				--modus-rx-backslash: var(--modus-magenta);
				--modus-rx-construct: var(--modus-green-cooler);
				--modus-string: var(--modus-blue-warmer);
				--modus-type: var(--modus-cyan-cooler);
				--modus-variable: var(--modus-cyan);
				--modus-accent-0: var(--modus-blue-cooler);
				--modus-accent-1: var(--modus-magenta-warmer);
				--modus-accent-2: var(--modus-cyan-cooler);
				--modus-accent-3: var(--modus-yellow);
				--modus-fg-button-active: var(--modus-fg-main);
				--modus-fg-button-inactive: var(--modus-fg-dim);
				--modus-bg-button-active: var(--modus-bg-active);
				--modus-bg-button-inactive: var(--modus-bg-dim);
				--modus-fg-completion-match-0: var(--modus-blue-cooler);
				--modus-fg-completion-match-1: var(--modus-magenta-warmer);
				--modus-fg-completion-match-2: var(--modus-cyan-cooler);
				--modus-fg-completion-match-3: var(--modus-yellow);
				--modus-bg-completion-match-0: var(--modus-unspecified);
				--modus-bg-completion-match-1: var(--modus-unspecified);
				--modus-bg-completion-match-2: var(--modus-unspecified);
				--modus-bg-completion-match-3: var(--modus-unspecified);
				--modus-date-common: var(--modus-cyan);
				--modus-date-deadline: var(--modus-red);
				--modus-date-event: var(--modus-fg-alt);
				--modus-date-holiday: var(--modus-red-cooler);
				--modus-date-holiday-other: var(--modus-blue);
				--modus-date-now: var(--modus-fg-main);
				--modus-date-range: var(--modus-fg-alt);
				--modus-date-scheduled: var(--modus-yellow-warmer);
				--modus-date-weekday: var(--modus-cyan);
				--modus-date-weekend: var(--modus-red-faint);
				--modus-fg-line-number-inactive: var(--modus-fg-dim);
				--modus-fg-line-number-active: var(--modus-fg-main);
				--modus-bg-line-number-inactive: var(--modus-bg-dim);
				--modus-bg-line-number-active: var(--modus-bg-active);
				--modus-fg-link: var(--modus-blue-warmer);
				--modus-bg-link: var(--modus-unspecified);
				--modus-underline-link: var(--modus-blue-warmer);
				--modus-fg-link-symbolic: var(--modus-cyan);
				--modus-bg-link-symbolic: var(--modus-unspecified);
				--modus-underline-link-symbolic: var(--modus-cyan);
				--modus-fg-link-visited: var(--modus-magenta);
				--modus-bg-link-visited: var(--modus-unspecified);
				--modus-underline-link-visited: var(--modus-magenta);
				--modus-mail-cite-0: var(--modus-blue-warmer);
				--modus-mail-cite-1: var(--modus-yellow-cooler);
				--modus-mail-cite-2: var(--modus-cyan-cooler);
				--modus-mail-cite-3: var(--modus-red-cooler);
				--modus-mail-part: var(--modus-blue);
				--modus-mail-recipient: var(--modus-magenta-cooler);
				--modus-mail-subject: var(--modus-magenta-warmer);
				--modus-mail-other: var(--modus-magenta-faint);
				--modus-bg-mark-delete: var(--modus-bg-red-subtle);
				--modus-fg-mark-delete: var(--modus-red-cooler);
				--modus-bg-mark-select: var(--modus-bg-cyan-subtle);
				--modus-fg-mark-select: var(--modus-cyan);
				--modus-bg-mark-other: var(--modus-bg-yellow-subtle);
				--modus-fg-mark-other: var(--modus-yellow);
				--modus-fg-prompt: var(--modus-cyan-cooler);
				--modus-bg-prompt: var(--modus-unspecified);
				--modus-bg-prose-block-delimiter: var(--modus-bg-dim);
				--modus-fg-prose-block-delimiter: var(--modus-fg-dim);
				--modus-bg-prose-block-contents: var(--modus-bg-dim);
				--modus-bg-prose-code: var(--modus-unspecified);
				--modus-fg-prose-code: var(--modus-cyan-cooler);
				--modus-bg-prose-macro: var(--modus-unspecified);
				--modus-fg-prose-macro: var(--modus-magenta-cooler);
				--modus-bg-prose-verbatim: var(--modus-unspecified);
				--modus-fg-prose-verbatim: var(--modus-magenta-warmer);
				--modus-prose-done: var(--modus-green);
				--modus-prose-todo: var(--modus-red);
				--modus-prose-metadata: var(--modus-fg-dim);
				--modus-prose-metadata-value: var(--modus-fg-alt);
				--modus-prose-table: var(--modus-fg-alt);
				--modus-prose-table-formula: var(--modus-magenta-warmer);
				--modus-prose-tag: var(--modus-magenta-faint);
				--modus-rainbow-0: var(--modus-fg-main);
				--modus-rainbow-1: var(--modus-magenta-intense);
				--modus-rainbow-2: var(--modus-cyan-intense);
				--modus-rainbow-3: var(--modus-red-warmer);
				--modus-rainbow-4: var(--modus-yellow-intense);
				--modus-rainbow-5: var(--modus-magenta-cooler);
				--modus-rainbow-6: var(--modus-green-intense);
				--modus-rainbow-7: var(--modus-blue-warmer);
				--modus-rainbow-8: var(--modus-magenta-warmer);
				--modus-bg-search-current: var(--modus-bg-yellow-intense);
				--modus-bg-search-lazy: var(--modus-bg-cyan-intense);
				--modus-bg-search-replace: var(--modus-bg-red-intense);
				--modus-bg-search-rx-group-0: var(--modus-bg-blue-intense);
				--modus-bg-search-rx-group-1: var(--modus-bg-green-intense);
				--modus-bg-search-rx-group-2: var(--modus-bg-red-subtle);
				--modus-bg-search-rx-group-3: var(--modus-bg-magenta-subtle);
				--modus-bg-space: var(--modus-unspecified);
				--modus-fg-space: var(--modus-border);
				--modus-bg-space-err: var(--modus-bg-red-intense);
				--modus-bg-term-black: #000;
				--modus-fg-term-black: #000;
				--modus-bg-term-black-bright: #595959;
				--modus-fg-term-black-bright: #595959;
				--modus-bg-term-red: var(--modus-red);
				--modus-fg-term-red: var(--modus-red);
				--modus-bg-term-red-bright: var(--modus-red-warmer);
				--modus-fg-term-red-bright: var(--modus-red-warmer);
				--modus-bg-term-green: var(--modus-green);
				--modus-fg-term-green: var(--modus-green);
				--modus-bg-term-green-bright: var(--modus-green-cooler);
				--modus-fg-term-green-bright: var(--modus-green-cooler);
				--modus-bg-term-yellow: var(--modus-yellow);
				--modus-fg-term-yellow: var(--modus-yellow);
				--modus-bg-term-yellow-bright: var(--modus-yellow-warmer);
				--modus-fg-term-yellow-bright: var(--modus-yellow-warmer);
				--modus-bg-term-blue: var(--modus-blue);
				--modus-fg-term-blue: var(--modus-blue);
				--modus-bg-term-blue-bright: var(--modus-blue-warmer);
				--modus-fg-term-blue-bright: var(--modus-blue-warmer);
				--modus-bg-term-magenta: var(--modus-magenta);
				--modus-fg-term-magenta: var(--modus-magenta);
				--modus-bg-term-magenta-bright: var(--modus-magenta-cooler);
				--modus-fg-term-magenta-bright: var(--modus-magenta-cooler);
				--modus-bg-term-cyan: var(--modus-cyan);
				--modus-fg-term-cyan: var(--modus-cyan);
				--modus-bg-term-cyan-bright: var(--modus-cyan-cooler);
				--modus-fg-term-cyan-bright: var(--modus-cyan-cooler);
				--modus-bg-term-white: #a6a6a6;
				--modus-fg-term-white: #a6a6a6;
				--modus-bg-term-white-bright: #fff;
				--modus-fg-term-white-bright: #fff;
				--modus-fg-heading-0: var(--modus-cyan-cooler);
				--modus-fg-heading-1: var(--modus-fg-main);
				--modus-fg-heading-2: var(--modus-yellow-faint);
				--modus-fg-heading-3: var(--modus-blue-faint);
				--modus-fg-heading-4: var(--modus-magenta);
				--modus-fg-heading-5: var(--modus-green-faint);
				--modus-fg-heading-6: var(--modus-red-faint);
				--modus-fg-heading-7: var(--modus-cyan-faint);
				--modus-fg-heading-8: var(--modus-fg-dim);
				--modus-bg-heading-0: var(--modus-unspecified);
				--modus-bg-heading-1: var(--modus-unspecified);
				--modus-bg-heading-2: var(--modus-unspecified);
				--modus-bg-heading-3: var(--modus-unspecified);
				--modus-bg-heading-4: var(--modus-unspecified);
				--modus-bg-heading-5: var(--modus-unspecified);
				--modus-bg-heading-6: var(--modus-unspecified);
				--modus-bg-heading-7: var(--modus-unspecified);
				--modus-bg-heading-8: var(--modus-unspecified);
				--modus-overline-heading-0: var(--modus-unspecified);
				--modus-overline-heading-1: var(--modus-unspecified);
				--modus-overline-heading-2: var(--modus-unspecified);
				--modus-overline-heading-3: var(--modus-unspecified);
				--modus-overline-heading-4: var(--modus-unspecified);
				--modus-overline-heading-5: var(--modus-unspecified);
				--modus-overline-heading-6: var(--modus-unspecified);
				--modus-overline-heading-7: var(--modus-unspecified);
				--modus-overline-heading-8: var(--modus-unspecified);
		}

}

/** Other rules */

*, body * { box-sizing: border-box }

p {
    text-rendering: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: var(--modus-bg-main);
    border: 1px solid var(--modus-border);
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* RECAPTCHA STYLING */
.recaptcha-error {
    font-size: 1.8em;
    padding-bottom: 8px;
}

/* END RECAPTCHA STYLING */

html, body { overflow-x: hidden; }

body{
		position: relative;
    line-height: 1.6;
    padding-left: 15px; padding-right: 15px;
	  font-family: 'Open Sans', Calibri, "Trebuchet MS", Verdana, Arial, sans-serif;
	  text-align: left;
	  vertical-align: top;
	  background: var(--modus-bg-main);
    color: var(--modus-fg-main);
		padding-bottom: 40px;
}

body nav.top-bar { height: auto }
div.wpnm-button.style-1 { display: inline-block }
#text-14 h1 { display: inline-block; padding-bottom: 0; margin-bottom: 0 }
#text-14 .textwidget { display: inline-block }
ul, .entry ul { list-style-type: circle; }
ul, ol, dl { padding-left: 13px }
h2 { margin-top: 0.83em; margin-bottom: 0; line-height: 100%; }
article .entry h2 { font-size: 200% }
h1 { margin-top: 0.83em; margin-bottom: 0.83em; }
h3 { margin-bottom: 0 }

#wrapper{
	  margin: 0 auto;
	  width: 1000px;
	  text-align: left;
	  border: none;
	  background: var(--modus-bg-main);
}

a:link{
	  color: var(--modus-red-warmer);
	  text-decoration-color: var(--modus-bg-clay);
}

a:hover{
	  text-decoration: underline;
	  color: var(--modus-red-intense);
}

a:visited{
	  color: var(--modus-fg-ochre);
}

a img {
	  border: none;
}

/*******************
----Custom Styles---
*******************/

code { 
	  font-family: "Courier New", monospace;
}

textarea#comment {
	  width: 545px;
}

#comment-preview {
    width: 535px; 
}

.bg {
	  padding-top: 15px;
	  padding-bottom: 10px;
	  padding-right: 10px;
}

.entry ul.bg {
	  padding-top: 15px;
	  padding-bottom: 10px;
	  padding-right: 10px;
}

.entry ul.bg.blue {
}

.entry ol.bg {
	  padding-top: 15px;
	  padding-bottom: 10px;
	  padding-right: 10px;
}

.entry ol.bg.blue {
}

.entry li { 
	  margin: 0 0 5px; 
}

.entry blockquote.right { 
	  width: 150px; 
	  font-style: normal !important; 
	  color: #777;
	  margin: 0.3em 0 0.3em 15px !important; 
	  padding: 5px;
	  border-top: 2px solid #900;
	  border-bottom: 2px solid #900; 
	  border-left: none;
	  border-right: none;
	  text-align: center; 
	  float: right; 
}

.entry blockquote.left { 
	  width: 150px; 
	  font-style: normal !important; 
	  color: #777;
	  margin: 0.3em 15px 0.3em 0 !important; 
	  padding: 5px;
	  border-top: 2px solid #900;
	  border-bottom: 2px solid #900; 
	  border-left: none;
	  border-right: none;
	  text-align: center; 
	  float: left; 
}

.entry blockquote.right p, .entry blockquote.left p { 
	  margin: 0; 
	  line-height: 1.4em !important; 
}

.entry img.left { 
	  padding: 6px; 
	  margin: 0.5em 15px 0.5em 0; 
	  border: none;
	  float: left; 	
	  clear: left; 
}

.entry img.right { 
	  padding: 6px; 
	  margin: 0.5em 0 0.5em 15px; 
	  border: none;
	  float: right; 
	  clear: right; 
}

.entry img.center { 
	  display: block; 
	  padding: 8px; 
	  margin: 0 auto 1.5em; 
	  border: none;
	  float: none; 
	  clear: both; 
}

.entry img.frame { 
	  padding: 6px; 
	  margin: 0.5em 0 0.5em 15px; 
	  border: 1px solid var(--modus-border);
	  float: right; 
	  clear: right; 
}

.entry img.stack { 
	  clear: none !important; 
}

.entry p { margin-bottom: 1.5em; margin-top: 1.5em; }

.archive_head { 
	  text-align: center;
	  font-style: normal; 
	  margin: 25px auto 10px 30px;
}

/*******************
------Header-------
*******************/

#header{
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  clear: both;
}

div.title{
	  margin: 0 auto;
	  width: 1000px;
	  padding: 20px 20px 0 40px;
	  text-align: left;
}


/*******************
---------Post-------
*******************/
.post h2{
	  text-transform: normal;
}

pre { overflow: auto; padding: 5px; box-shadow: #aaa 1px 1px 2px; border: 1px solid var(--modus-border) }

.postinfo {
	  color: #600;
	  padding: 2px 0 20px;
}


.entry { line-height: 1.8; }
.postinfo { color: #aaa; }

p.postmetadata{
	  color: #BFB8A1;
	  margin: 1en 0 0;
	  padding: 5px 0 0;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	  padding: 10px 20px 20px 10px;
	  font-weight: bold;
	  line-height: 18px;
}

/* Large screens */
@media only screen and (width >= 64.063em) {
    .newer { text-align: right }
    .archive-count { text-align: center }
		.row { display: flex; gap: 10px }
		.row .half, .row .columns { flex-grow: 1 }
		ul, .entry ul, ol, dl { padding-left: 1em }
		.two-col { display: grid; grid-template-columns: 1fr 1fr; }
}

h2.archive_head{ 
	  font-weight: bold !important; 
	  text-transform: normal !important; 
	  letter-spacing: normal !important; 
	  margin: 0 0 1.8em 10px !important; 
	  padding: 0.4em 5px !important; 
	  background: none; 
}


table#wp-calendar{
	  width: 100%;
}
#wp-calendar td { color: lightgray }

/* Left Sidebar */

.leftbar ul{
	  list-style: none;
	  margin: 0;
    padding: 0;
}


.leftbar ul li h2{
	  color: #555;
	  border-bottom: 1px solid #CCC;
}

.leftbar ul ul li{
	  line-height: 18px;
}

.leftbar a:link {
	  color:#900;
}

.leftbar a:visited {
		color:#700;
}

.leftbar a:hover{
	  text-decoration: underline;
	  color: #222;
}

/*******************
----Comment Form---
*******************/

#comment-form{
	  background: #f1f0ed;
	  margin: 0;
	  padding: 5px 5px 15px 15px;
}

.comments-template a{
	  text-decoration: underline;
	  color: #900;
}


.comments-template a:hover{
	  text-decoration: underline;
	  color: #333;
}

.comments-template ol{
	  margin: 0;
	  padding: 0 0 15px;
	  list-style: none;
}

.comments-template ol li{
	  margin: 10px 0;
	  line-height: 18px;
	  padding: 10px 0 5px 15px;
}

.comments-template h2, .comments-template h3{
	  color: #900;
	  padding: 10px 0 30px;
}

.commentmetadata strong { 
}

.comments-template p.nocomments{
	  padding: 0;
}

.comments-template input{
	  border: 1px solid #CCC;
}

.comments-template textarea{
	  color: #000;
	  margin: 0 15px 15px 0;
	  background: #FFF;
	  border: 1px solid #CCC;
}

.even {
	  background: #f1f0ed;
	  border: none;
}

.alt {
	  background: #FFF;
	  border: 2px solid #f1f0ed;
}

/*******************
-------Footer-------
*******************/

#footer a:link{
	  text-decoration: none;
}

#footer a:visited{
	  text-decoration: none;
}

#footer a:hover{
	  text-decoration: underline;
}
a:hover { text-decoration: underline; }

.example { border: 1pt solid black; padding: 10pt; background: rgb(240 240 255); overflow: auto }

blockquote > p:nth-child(1) {
		margin-top: 0;
}

blockquote > p:last-child {
		margin-bottom: 0;
}

blockquote {
	position: relative;
	background: var(--quote-bg);
	border-radius: .4em;
	padding: 5px 10px;
	margin-right: 10px;
	margin-left: 15px;
}

blockquote::after {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: var(--quote-bg);
	border-left: 0;
	margin-top: -10px;
	margin-left: -20px;
}

.bottom-quote blockquote {
		margin-left: 0;
}

.bottom-quote blockquote::after {
		left: calc(min(50%, 20px));
		bottom: 0;
		top: unset;
		margin-bottom: -20px;
		margin-top: 0;
		margin-left: 0;
		border-top-color: var(--quote-bg);
		border-bottom: 0;
		border-right-style: solid;
		border-right-color: transparent;
		border-left: 20px solid transparent;
}

blockquote code { border: 1px solid #aaa; border-radius: 5px; padding-left: 3px; padding-right: 3px }
.progress-bar { width: 150px; font-size: x-small ! important }
.progress-bar div { margin: 0 ! important }
.chapter { width: 150px; text-align: center; font-size: xx-small !important }
.chapter_progress { background-color: lightgreen !important }
.chapter_box { background-color: lightgray !important }
.chapter div { display: inline; margin: 4px }
.chapter_inactive { background-color: lightgray !important }
.chapter_done { background-color: lightgreen !important }
.chapter_current { background-color: black; color: white; font-weight: bold !important }
.comment_body { margin-top: 12pt; }
.rightbar ul ul li.recentcomments { margin-bottom: 1em;  }

div.friendfeed, li div.friendfeed.badge { padding-left: 0; width: 220px }

li { margin-bottom: 0.5em }
.navigation .right { float: right }
.navigation .left { float: left }

img#wpstats { visibility: hidden; height: 0 }
.code, body.wp-night-mode-on .code {  color: #d8bfd8; }

pre.comment {
    /* font-lock-comment-face */
    color: var(--modus-comment);
}
.org-function-name, body.wp-night-mode-on .org-function-name { font-weight: bold }

.comment-delimiter, body.wp-night-mode-on .comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: var(--modus-comment);
}

.constant, body.wp-night-mode-on .constant {
    /* font-lock-constant-face */
    color: var(--modus-constant);
}

.default, body.wp-night-mode-on .default {
    /* default */
    color: #d8bfd8;
}

.org-keyword, body.wp-night-mode-on .org-keyword,
.org-type, body.wp-night-mode-on .org-type {
    /* font-lock-keyword-face */
    color: var(--modus-keyword);
}

.org-string, .org-doc, body.wp-night-mode-on .org-string, body.wp-night-mode-on .org-doc {
    /* font-lock-string-face */
    color: var(--modus-string);
}

.variable-name, body.wp-night-mode-on .variable-name {
    /* font-lock-variable-name-face */
    color: var(--modus-variable);
}


.links { padding-left: 0; margin-top: 0; }
.container_16 { text-align: left; } 
.leftbar ul.featured_categories li { height: 100px; width: 100px; padding: 0; margin: 0; }
.leftbar ul.featured_categories { margin: 0; padding: 0; }

.footer {
	  border-top: 1px dotted var(--modus-border);
	  border-bottom: none;
    margin-top: 20px;
}
.post, .post h2 { text-align: left; }
.sketch_thumbnail li { list-style-type: none; margin: 0; padding: 0; width: 60px; display: inline }

.future td.date { color: var(--modus-bg-dim) }
.future td.future_title { margin-left: 10px; margin-right: 10px; }
td { vertical-align: top }
th { text-align: left }
.message { border: 1pt solid var(--modus-border); background-color: var(--modus-bg-changed); padding: 10px }
.entry a:link, entry a:visited { text-decoration: underline }
body .gsc-control-cse { padding: 0; }
body .gsc-control-cse { border: 0; }
body .cse .gsc-results div.gsc-cursor-current-page { background: var(--modus-bg-main); border: 1pt solid var(--modus-border) }
.bulk .title { padding: 0; margin-top: 2em}
.bulk { padding-left: 20px; }
#cboxLoadedContent {overflow: hidden !important;}

/* Org */
.org-agenda-current-time, body.wp-night-mode-on .org-agenda-current-time {
    /* org-agenda-current-time */
    color: #b8860b;
}

.org-agenda-date-today, body.wp-night-mode-on .org-agenda-date-today {
    /* org-agenda-date-today */
    color: #00f;
    font-weight: bold;
    font-style: italic;
}

.org-agenda-structure, body.wp-night-mode-on .org-agenda-structure {
    /* org-agenda-structure */
    color: #00f;
}

.org-scheduled-today, body.wp-night-mode-on .org-scheduled-today {
    /* org-scheduled-today */
    color: #006400;
}

.org-tag, body.wp-night-mode-on .org-tag {
    /* org-tag */
    font-weight: bold;
}

.org-time-grid, body.wp-night-mode-on .org-time-grid {
    /* org-time-grid */
    color: #b8860b;
}

.org-todo, body.wp-night-mode-on .org-todo {
    /* org-todo */
    color: #f00;
    font-weight: bold;
}

.update {
    margin-top: 20px;
    border: 1px dotted #CCC;
    padding: 10px;
    margin-right: 0;
}
.update .date { font-style: italic }

.org-habit-alert {
    /* org-habit-alert-face */
    background-color: #f5f946;
}

.org-habit-alert-future {
    /* org-habit-alert-future-face */
    background-color: #fafca9;
}

.org-habit-clear {
    /* org-habit-clear-face */
    background-color: #8270f9;
}

.org-habit-clear-future {
    /* org-habit-clear-future-face */
    background-color: #d6e4fc;
}

.org-habit-overdue {
    /* org-habit-overdue-face */
    background-color: #f9372d;
}

.org-habit-overdue-future {
    /* org-habit-overdue-future-face */
    background-color: #fc9590;
}

.org-habit-ready {
    /* org-habit-ready-face */
    background-color: #4df946;
}
.verse { border-left: 1px solid #ccc; padding-left: 10px }

.ngg-gallery-thumbnail-box { width: 190px }
body .ngg-gallery-thumbnail { text-align: left }
.ngg-gallery-thumbnail img { padding: 0 }

.org-bold {
    /* bold */
    font-weight: bold;
}

.org-bold-italic {
    /* bold-italic */
    font-weight: bold;
    font-style: italic;
}

.org-border {
}

.org-buffer-menu-buffer {
    /* buffer-menu-buffer */
    font-weight: bold;
}

.org-builtin {
    /* font-lock-builtin-face */
    color: #483d8b;
}

.org-button {
    /* button */
    color: #3a5fcd;
    text-decoration: underline;
}

.org-c-annotation {
    /* c-annotation-face */
    color: #00f;
}

.org-calendar-today {
    /* calendar-today */
    text-decoration: underline;
}

.org-change-log-acknowledgement {
    /* change-log-acknowledgement */
    color: #b22222;
}

.org-change-log-conditionals {
    /* change-log-conditionals */
    color: #a0522d;
}

.org-change-log-date {
    /* change-log-date */
    color: #8b2252;
}

.org-change-log-email {
    /* change-log-email */
    color: #a0522d;
}

.org-change-log-file {
    /* change-log-file */
    color: #00f;
}

.org-change-log-function {
    /* change-log-function */
    color: #a0522d;
}

.org-change-log-list {
    /* change-log-list */
    color: #a020f0;
}

.org-change-log-name {
    /* change-log-name */
    color: #008b8b;
}

.org-comint-highlight-input {
    /* comint-highlight-input */
    font-weight: bold;
}

.org-comint-highlight-prompt {
    /* comint-highlight-prompt */
    color: #0000cd;
}

.org-comment {
    /* font-lock-comment-face */
    color: #b22222;
}

.org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #b22222;
}

.org-compilation-column-number {
    /* compilation-column-number */
    color: #8b2252;
}

.org-compilation-error {
    /* compilation-error */
    color: #f00;
    font-weight: bold;
}

.org-compilation-info {
    /* compilation-info */
    color: #228b22;
}

.org-compilation-line-number {
    /* compilation-line-number */
    color: #a020f0;
}

.org-compilation-warning {
    /* compilation-warning */
    color: #a0522d;
}

.org-completions-annotations {
    /* completions-annotations */
    font-style: italic;
}

.org-completions-common-part {
    /* completions-common-part */
    color: #000;
    background-color: #fff;
}

.org-completions-first-difference {
    /* completions-first-difference */
    font-weight: bold;
}

.org-constant {
    /* font-lock-constant-face */
    color: #008b8b;
}

.org-css-property {
    /* css-property */
    color: #a0522d;
}

.org-css-selector {
    /* css-selector */
    color: #00f;
}

.org-cursor {
    /* cursor */
    background-color: #000;
}

.org-custom-button {
    /* custom-button */
    color: #000;
    background-color: #d3d3d3;
}

.org-custom-button-mouse {
    /* custom-button-mouse */
    color: #000;
    background-color: #e5e5e5;
}

.org-custom-button-pressed {
    /* custom-button-pressed */
    color: #000;
    background-color: #d3d3d3;
}

.org-custom-button-pressed-unraised {
    /* custom-button-pressed-unraised */
    color: #8b008b;
    text-decoration: underline;
}

.org-custom-button-unraised {
    /* custom-button-unraised */
    text-decoration: underline;
}

.org-custom-changed {
    /* custom-changed */
    color: #fff;
    background-color: #00f;
}

.org-custom-comment {
    /* custom-comment */
    background-color: #d9d9d9;
}

.org-custom-comment-tag {
    /* custom-comment-tag */
    color: #00008b;
}

.org-custom-documentation {
}

.org-custom-face-tag {
    /* custom-face-tag */
    color: #00f;
    font-weight: bold;
}

.org-custom-group-tag {
    /* custom-group-tag */
    color: #00f;
    font-size: 120%;
    font-weight: bold;
}

.org-custom-group-tag-1 {
    /* custom-group-tag-1 */
    color: #f00;
    font-size: 120%;
    font-weight: bold;
}

.org-custom-invalid {
    /* custom-invalid */
    color: #ff0;
    background-color: #f00;
}

.org-custom-link {
    /* custom-link */
    color: #3a5fcd;
    text-decoration: underline;
}

.org-custom-modified {
    /* custom-modified */
    color: #fff;
    background-color: #00f;
}

.org-custom-rogue {
    /* custom-rogue */
    color: #ffc0cb;
    background-color: #000;
}

.org-custom-saved {
    /* custom-saved */
    text-decoration: underline;
}

.org-custom-set {
    /* custom-set */
    color: #00f;
    background-color: #fff;
}

.org-custom-state {
    /* custom-state */
    color: #006400;
}

.org-custom-themed {
    /* custom-themed */
    color: #fff;
    background-color: #00f;
}

.org-custom-variable-button {
    /* custom-variable-button */
    font-weight: bold;
    text-decoration: underline;
}

.org-custom-variable-tag {
    /* custom-variable-tag */
    color: #00f;
    font-weight: bold;
}

.org-custom-visibility {
    /* custom-visibility */
    color: #3a5fcd;
    font-size: 80%;
    text-decoration: underline;
}

.org-diary {
    /* diary */
    color: #f00;
}

.org-diff-added {
}

.org-diff-changed {
}

.org-diff-context {
    /* diff-context */
    color: #7f7f7f;
}

.org-diff-file-header {
    /* diff-file-header */
    background-color: #b3b3b3;
    font-weight: bold;
}

.org-diff-function {
    /* diff-function */
    background-color: #ccc;
}

.org-diff-header {
    /* diff-header */
    background-color: #ccc;
}

.org-diff-hunk-header {
    /* diff-hunk-header */
    background-color: #ccc;
}

.org-diff-index {
    /* diff-index */
    background-color: #b3b3b3;
    font-weight: bold;
}

.org-diff-indicator-added {
}

.org-diff-indicator-changed {
}
.org-diff-indicator-removed { }

.featured_resources .thumbnail {  }
.featured_resources li { list-style-type: none; margin-top: 20px; }
.featured_resources .description { color: gray }
.featured_resources .resource-title { font-weight: bold }
.widget ul.featured_resources { margin-left: 0; padding-left: 0 }

.featured_resources img {
    width: 100px;
    float: right;
}

.featured_categories li { display: inline-block }
ul.featured_categories { padding: 0; margin: 0 }

.rightbar ul { list-style-type: none }
.widget ul { list-style: disc; padding-left: 20px; margin: 0 }

.replace { white-space: nowrap; overflow: hidden; text-indent: 100%; }


.header h1 { margin: 0 }
.header { margin-bottom: 1.5em }
.top-bar .links, .header .links { margin: 0 }
.top-bar { background-color: #fff; z-index: 9999; }
.top-menu { background: #fff; border-bottom: 1px solid #ccc }
.top-bar li { margin-bottom: 0 }

.header h1 { font-size: 2.5em }
.header h1 a:hover { text-decoration: none }
.footer .links li { margin-right: 10px; }

body .recent-comment { list-style-type: disc }
span.count { font-weight: normal }
.highlight { background-color: #fff47D }
.highlight-box { background-color: #fff47d; padding: 10px; border: 1px solid black; }
.rightbar p { margin-top: 0; margin-bottom: 1em; }
.rightbar h2 { margin-bottom: 0 }
div.reply { margin-top: 1em }

a.comment-reply-link { font-weight: bold;
                       margin: 0;
                       display: inline-block;
                       background: #efefef;
                       background: linear-gradient(top, #f7f7f7 0%, #efefef 100%);
                       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#efefef));
                       background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
                       background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
                       background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
                       background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
                       border-radius: 3px;
                       border: 1px solid #ddd !important;
                       box-shadow: inset 0 1px 0 #fff;
                       color: #000 !important;
                       text-decoration: none;
                       line-height: 1;
                       padding: 10px;
                     }
.alignright { float: right }
.wp-caption-text { font-size: small; font-style: italic }

table { border-collapse: collapse; border-spacing: 0 }

/* decided to make all tables boredered by default */
th, td, .bordered table, table.bordered, .bordered table th, table.bordered th, .bordered table td, table.bordered td { border: 1px solid gray; border-collapse: collapse; border-spacing: 0; padding: 2px }
table.spaced td { padding-bottom: 20px; padding-left: 3px; padding-right: 3px; }
.number { text-align: right }
.similar-posts li { font-weight: normal }
.posts { margin-bottom: 2em }

.on-this-page li { margin-bottom: 0 }
.on-this-page {margin-top: 0 }
.stats li { list-style-type: none; margin-bottom: 0; display: inline-block; color: #999; font-size: small }
.header .site-title, .header .name { background: none; color: black; overflow: visible; text-indent: 0; }
.header { text-align: center }

@media screen { }

/* .top-bar { height: auto; } */

/* .header { margin-top: 60px; } */
@media screen and (width >= 420px) {  /* top menu stops wrapping */
    /*  .header { margin-top: 50px; } */
} 

@media screen and (width <= 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */

@media screen and (width >= 40.063em) and (width <= 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media screen and (width >= 64.063em) { /* min-width 1025px, large screens */
    .header .links { left: 81px; position: relative; margin-left: 0 }
    .stats li { display: list-item; margin: 0;  }
    .stats ul { margin-left: 0 }
}

@media screen and (width >= 64.063em) and (width <= 90em) { } /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

@media screen and (width >= 90.063em) { } /* min-width 1441px, xlarge screens */

@media screen and (width >= 90.063em) and (width <= 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */

.footer .links li { display: inline-block }
.footer .links { margin: 0 }
#searchform { display: inline-block; margin: 0 }
#searchform label { display: none }
#searchform #s { display: inline-block; margin: 0; width: 30px }

.on-this-day .comments { font-size: x-small; color: gray; }
.on-this-day .comments a { color: gray }
button.date-nav { padding-left: 1em; padding-right: 1em; height: 3em; }

.similar-posts .excerpt { color: #ccc }
.authors-note { color: #999; border: 1px solid #999; padding: 10px  }
.postdate abbr.published { font-size: 100%; color: #aaa; border-bottom: 0; cursor: inherit; }

.org-src-container { margin-bottom: 1rem; border: 1px solid #ccc }
code { color: #333 }

.pull-quote {
    padding: 10px;
    float: right;
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    border-top: 2px solid #694e1c;
    border-bottom: 2px solid #694e1c;
    font-size: 21px;
    line-height: 1.25em;
    text-align: left;
    font-weight: normal;
}

th.right, td.right { float: none !important; text-align: right }
.post { position: relative }

@media only screen and (width <= 90em) {
    .postdate::after, .read-more-link::after { content: ' | ' }
}

@media only screen and (width >= 90.063em) {
    .postinfo {
        position: absolute;
        left: -10rem;
        top: 0;
        width: 9rem;
        text-align: right;
    }
    .postdate, .read-more-link { display: block; margin-bottom: 1rem }
}
li.on { list-style-type: disc }

pre code, pre.example {
    font-size: 0.9rem;
		line-height: 1
}

pre code {
    border: none;
    padding: 0;
}

dl.gallery-item { margin-left: 0 }
td.center { text-align: center }
.sticky { }
.gallery-caption { } 
.bypostauthor { }


.bulk .top-menu { display: none }
.bulk .header { display: none }
.bulk .rightbar { display: none }
.bulk .footer { display: none }

.links { font-size: 1.4rem }
body p:empty::before { content: none }

@media only screen and (width >= 600px) {
    .collapsible { padding-left: 30px; }
    .outline-2.collapsible { padding-left: 0 }
}

nav ul.links { display: flex; flex-flow: row wrap; justify-content: space-evenly; align-items: baseline }
nav ul.links button { position: inherit; }
.wpnm-button { display: inline-block }
.collapsible.collapsed > .heading > button::before { content: '‣'; font-family: monospace }
.collapsible.collapsed > .outline-text, .collapsible.collapsed > .collapsible { display: none }
.collapsible > .heading > button { color: inherit; background: inherit; margin: 0; padding: 0; font-size: inherit; border: inherit; font-family: inherit; text-align: inherit }

@media (prefers-color-scheme: dark) {
    body { background: #000; color: white }
    body .example { background: #000; color: white; }
    body pre { background: #222; }
    body * { color: white; }
    body .top-menu, body .top-bar { background: #000 }
    body .tag { background-color: #222 }
		button, .org-src-container button.copy-code, summary button.copy-code { background-color: #222; color: white }
    body a:link, body a, body .rightbar a:link, body .rightbar a:visited { color: #ffb3aa; }

		body a:visited {
				color: #f98c82;
		}
		body .code {  color: #d8bfd8; }
    table tr { background-color: #000; }
    table tr.even, table tr.alt, table tr:nth-of-type(even) { background-color: #111 }
    table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { color: #fff }
    table tr th, table tr td { color: white }
    body pre.comment { color: #ff7f24; }

          .org-abbrev-table-name {
        /* abbrev-table-name */
        color: #feacd0;
      }

      .org-ansi-color-black {
        /* ansi-color-black */
        color: #000;
        background-color: #000;
      }

      .org-ansi-color-blue {
        /* ansi-color-blue */
        color: #2fafff;
        background-color: #2fafff;
      }

      .org-ansi-color-bold {
        /* ansi-color-bold */
        font-weight: bold;
      }

      .org-ansi-color-bright-black {
        /* ansi-color-bright-black */
        color: #595959;
        background-color: #595959;
      }

      .org-ansi-color-bright-blue {
        /* ansi-color-bright-blue */
        color: #79a8ff;
        background-color: #79a8ff;
      }

      .org-ansi-color-bright-cyan {
        /* ansi-color-bright-cyan */
        color: #6ae4b9;
        background-color: #6ae4b9;
      }

      .org-ansi-color-bright-green {
        /* ansi-color-bright-green */
        color: #00c06f;
        background-color: #00c06f;
      }

      .org-ansi-color-bright-magenta {
        /* ansi-color-bright-magenta */
        color: #b6a0ff;
        background-color: #b6a0ff;
      }

      .org-ansi-color-bright-red {
        /* ansi-color-bright-red */
        color: #ff6b55;
        background-color: #ff6b55;
      }

      .org-ansi-color-bright-white {
        /* ansi-color-bright-white */
        color: #fff;
        background-color: #fff;
      }

      .org-ansi-color-bright-yellow {
        /* ansi-color-bright-yellow */
        color: #fec43f;
        background-color: #fec43f;
      }

      .org-ansi-color-cyan {
        /* ansi-color-cyan */
        color: #00d3d0;
        background-color: #00d3d0;
      }

      .org-ansi-color-faint {
      }

      .org-ansi-color-fast-blink {
      }

      .org-ansi-color-green {
        /* ansi-color-green */
        color: #44bc44;
        background-color: #44bc44;
      }

      .org-ansi-color-inverse {
      }

      .org-ansi-color-italic {
        /* ansi-color-italic */
        font-style: italic;
      }

      .org-ansi-color-magenta {
        /* ansi-color-magenta */
        color: #feacd0;
        background-color: #feacd0;
      }

      .org-ansi-color-red {
        /* ansi-color-red */
        color: #ff5f59;
        background-color: #ff5f59;
      }

      .org-ansi-color-slow-blink {
      }

      .org-ansi-color-underline {
        /* ansi-color-underline */
        text-decoration: underline;
      }

      .org-ansi-color-white {
        /* ansi-color-white */
        color: #a6a6a6;
        background-color: #a6a6a6;
      }

      .org-ansi-color-yellow {
        /* ansi-color-yellow */
        color: #d0bc00;
        background-color: #d0bc00;
      }

      .org-avy-background {
        /* avy-background-face */
        color: #989898;
        background-color: #1d2235;
      }

      .org-avy-goto-char-timer {
        /* avy-goto-char-timer-face */
        background-color: #4a4f69;
        font-weight: bold;
      }

      .org-avy-lead-face-1 {
        /* avy-lead-face-1 */
        color: #fff;
        background-color: #2b3045;
      }

      .org-bgXerc-color-face0 {
        /* bg:erc-color-face0 */
        background-color: #fff;
      }

      .org-bgXerc-color-face1 {
        /* bg:erc-color-face1 */
        background-color: #000;
      }

      .org-bgXerc-color-face10 {
        /* bg:erc-color-face10 */
        background-color: #bfefff;
      }

      .org-bgXerc-color-face11 {
        /* bg:erc-color-face11 */
        background-color: #0ff;
      }

      .org-bgXerc-color-face12 {
        /* bg:erc-color-face12 */
        background-color: #00f;
      }

      .org-bgXerc-color-face13 {
        /* bg:erc-color-face13 */
        background-color: #ff1493;
      }

      .org-bgXerc-color-face14 {
        /* bg:erc-color-face14 */
        background-color: #7f7f7f;
      }

      .org-bgXerc-color-face15 {
        /* bg:erc-color-face15 */
        background-color: #e5e5e5;
      }

      .org-bgXerc-color-face2 {
        /* bg:erc-color-face2 */
        background-color: #00008b;
      }

      .org-bgXerc-color-face3 {
        /* bg:erc-color-face3 */
        background-color: #008b00;
      }

      .org-bgXerc-color-face4 {
        /* bg:erc-color-face4 */
        background-color: #f00;
      }

      .org-bgXerc-color-face5 {
        /* bg:erc-color-face5 */
        background-color: #a52a2a;
      }

      .org-bgXerc-color-face6 {
        /* bg:erc-color-face6 */
        background-color: #a020f0;
      }

      .org-bgXerc-color-face7 {
        /* bg:erc-color-face7 */
        background-color: #ffa500;
      }

      .org-bgXerc-color-face8 {
        /* bg:erc-color-face8 */
        background-color: #ff0;
      }

      .org-bgXerc-color-face9 {
        /* bg:erc-color-face9 */
        background-color: #0f0;
      }

      .org-blink-matching-paren-offscreen {
        /* blink-matching-paren-offscreen */
        background-color: #5f789f;
      }

      .org-bold {
        /* bold */
        font-weight: bold;
      }

      .org-bookmark {
        /* bookmark-face */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-bookmark-menu-bookmark {
        /* bookmark-menu-bookmark */
        font-weight: bold;
      }

      .org-border {
      }

      .org-bracket {
        /* font-lock-bracket-face */
        color: #fff;
      }

      .org-browse-url-button {
        /* browse-url-button */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-buffer-menu-buffer {
        /* buffer-menu-buffer */
        font-weight: bold;
      }

      .org-builtin {
        /* font-lock-builtin-face */
        color: #f78fe7;
      }

      .org-button {
        /* button */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-c-annotation {
        /* c-annotation-face */
        color: #00bcff;
      }

      .org-calc-nonselected {
        /* calc-nonselected-face */
        color: #989898;
        font-style: italic;
      }

      .org-calc-selected {
        /* calc-selected-face */
        font-weight: bold;
      }

      .org-calendar-month-header {
        /* calendar-month-header */
        font-weight: bold;
      }

      .org-calendar-scale-1 {
        /* calendar-scale-1 */
        color: #fff;
        background-color: #263238;
      }

      .org-calendar-scale-10 {
        /* calendar-scale-10 */
        color: #000;
        background-color: #eceff1;
      }

      .org-calendar-scale-2 {
        /* calendar-scale-2 */
        color: #fff;
        background-color: #37474f;
      }

      .org-calendar-scale-3 {
        /* calendar-scale-3 */
        color: #fff;
        background-color: #455a64;
      }

      .org-calendar-scale-4 {
        /* calendar-scale-4 */
        color: #fff;
        background-color: #546e7a;
      }

      .org-calendar-scale-5 {
        /* calendar-scale-5 */
        color: #fff;
        background-color: #607d8b;
      }

      .org-calendar-scale-6 {
        /* calendar-scale-6 */
        color: #000;
        background-color: #78909c;
      }

      .org-calendar-scale-7 {
        /* calendar-scale-7 */
        color: #000;
        background-color: #90a4ae;
      }

      .org-calendar-scale-8 {
        /* calendar-scale-8 */
        color: #000;
        background-color: #b0bec5;
      }

      .org-calendar-scale-9 {
        /* calendar-scale-9 */
        color: #000;
        background-color: #cfd8dc;
      }

      .org-calendar-today {
        /* calendar-today */
        font-weight: bold;
        text-decoration: underline;
      }

      .org-calendar-weekday-header {
        /* calendar-weekday-header */
        color: #00d3d0;
      }

      .org-calendar-weekend-header {
        /* calendar-weekend-header */
        color: #ff9f80;
      }

      .org-change-log-acknowledgment {
        /* change-log-acknowledgment */
        color: #d2b580;
      }

      .org-change-log-conditionals {
        /* change-log-conditionals */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-change-log-date {
        /* change-log-date */
        color: #00d3d0;
      }

      .org-change-log-email {
        /* change-log-email */
        color: #c6daff;
      }

      .org-change-log-file {
        /* change-log-file */
        font-weight: bold;
      }

      .org-change-log-function {
        /* change-log-function */
        color: #fec43f;
        font-weight: bold;
      }

      .org-change-log-list {
        /* change-log-list */
        font-weight: bold;
      }

      .org-change-log-name {
        /* change-log-name */
        color: #feacd0;
      }

      .org-chat-bot {
        /* chat-bot */
        color: #79a8ff;
      }

      .org-chat-prompt {
        /* chat-prompt */
        color: #b6a0ff;
      }

      .org-child-frame-border {
        /* child-frame-border */
        background-color: #61647a;
      }

      .org-comint-highlight-input {
        /* comint-highlight-input */
        font-weight: bold;
      }

      .org-comint-highlight-prompt {
        /* comint-highlight-prompt */
        color: #6ae4b9;
      }

      .org-comment {
        /* font-lock-comment-face */
        color: #ff9f80;
      }

      .org-comment-delimiter {
        /* font-lock-comment-delimiter-face */
        color: #ff9f80;
      }

      .org-company-echo {
      }

      .org-company-echo-common {
        /* company-echo-common */
        color: #00bcff;
        font-weight: bold;
      }

      .org-company-posframe-active-backend-name {
        /* company-posframe-active-backend-name */
        color: #9fefff;
        font-weight: bold;
      }

      .org-company-posframe-inactive-backend-name {
        /* company-posframe-inactive-backend-name */
        color: #fff;
        background-color: #484d67;
      }

      .org-company-posframe-metadata {
        /* company-posframe-metadata */
        color: #ff9f80;
      }

      .org-company-posframe-quickhelp {
        /* company-posframe-quickhelp */
        background-color: #1d2235;
      }

      .org-company-posframe-quickhelp-header {
        /* company-posframe-quickhelp-header */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-company-preview {
        /* company-preview */
        color: #989898;
        background-color: #1d2235;
      }

      .org-company-preview-common {
        /* company-preview-common */
        color: #00bcff;
        font-weight: bold;
      }

      .org-company-preview-search {
        /* company-preview-search */
        background-color: #7a6100;
      }

      .org-company-template-field {
        /* company-template-field */
        background-color: #4a4f69;
      }

      .org-company-tooltip {
        /* company-tooltip */
        background-color: #1d2235;
      }

      .org-company-tooltip-annotation {
        /* company-tooltip-annotation */
        color: #9ac8e0;
      }

      .org-company-tooltip-annotation-selection {
        /* company-tooltip-annotation-selection */
        color: #9ac8e0;
      }

      .org-company-tooltip-common {
        /* company-tooltip-common */
        color: #00bcff;
        font-weight: bold;
      }

      .org-company-tooltip-common-selection {
        /* company-tooltip-common-selection */
        color: #00bcff;
        font-weight: bold;
      }

      .org-company-tooltip-deprecated {
        /* company-tooltip-deprecated */
        background-color: #1d2235;
        text-decoration: line-through;
      }

      .org-company-tooltip-mouse {
        /* company-tooltip-mouse */
        color: #fff;
        background-color: #45605e;
      }

      .org-company-tooltip-quick-access {
        /* company-tooltip-quick-access */
        color: #9ac8e0;
      }

      .org-company-tooltip-quick-access-selection {
        /* company-tooltip-quick-access-selection */
        color: #9ac8e0;
      }

      .org-company-tooltip-scrollbar-thumb {
        /* company-tooltip-scrollbar-thumb */
        background-color: #fff;
      }

      .org-company-tooltip-scrollbar-track {
        /* company-tooltip-scrollbar-track */
        background-color: #4a4f69;
      }

      .org-company-tooltip-search {
        /* company-tooltip-search */
        color: #fff;
        background-color: #654a39;
      }

      .org-company-tooltip-search-selection {
        /* company-tooltip-search-selection */
        color: #fff;
        background-color: #654a39;
        text-decoration: underline;
      }

      .org-company-tooltip-selection {
        /* company-tooltip-selection */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-compilation-column-number {
        /* compilation-column-number */
        color: #989898;
      }

      .org-compilation-error {
        /* compilation-error */
        color: #ff5f59;
      }

      .org-compilation-info {
        /* compilation-info */
        color: #6ae4b9;
      }

      .org-compilation-line-number {
        /* compilation-line-number */
        color: #989898;
      }

      .org-compilation-mode-line-exit {
        /* compilation-mode-line-exit */
        font-weight: bold;
      }

      .org-compilation-mode-line-fail {
        /* compilation-mode-line-fail */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-compilation-mode-line-run {
        /* compilation-mode-line-run */
        color: #dfcf43;
        font-weight: bold;
      }

      .org-compilation-warning {
        /* compilation-warning */
        color: #fec43f;
      }

      .org-completions-annotations {
        /* completions-annotations */
        color: #9ac8e0;
      }

      .org-completions-common-part {
        /* completions-common-part */
        color: #00bcff;
        font-weight: bold;
      }

      .org-completions-first-difference {
        /* completions-first-difference */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-completions-group-separator {
        /* completions-group-separator */
        color: #989898;
        text-decoration: line-through;
      }

      .org-completions-group-title {
        /* completions-group-title */
        color: #989898;
        font-style: italic;
      }

      .org-completions-highlight {
        /* completions-highlight */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-confusingly-reordered {
        /* confusingly-reordered */
        text-decoration: underline;
      }

      .org-constant {
        /* font-lock-constant-face */
        color: #00bcff;
      }

      .org-consult-async-failed {
        /* consult-async-failed */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-consult-async-finished {
        /* consult-async-finished */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-consult-async-running {
        /* consult-async-running */
        color: #fec43f;
        font-weight: bold;
      }

      .org-consult-async-split {
        /* consult-async-split */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-consult-bookmark {
        /* consult-bookmark */
        color: #00bcff;
      }

      .org-consult-buffer {
      }

      .org-consult-file {
        /* consult-file */
        color: #6ae4b9;
      }

      .org-consult-grep-context {
        /* consult-grep-context */
        color: #989898;
      }

      .org-consult-help {
        /* consult-help */
        color: #989898;
      }

      .org-consult-highlight-mark {
        /* consult-highlight-mark */
        color: #fff;
        background-color: #552f5f;
      }

      .org-consult-highlight-match {
        /* consult-highlight-match */
        color: #fff;
        background-color: #552f5f;
      }

      .org-consult-key {
        /* consult-key */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-consult-line-number {
        /* consult-line-number */
        color: #989898;
      }

      .org-consult-line-number-prefix {
        /* consult-line-number-prefix */
        color: #989898;
      }

      .org-consult-line-number-wrapped {
        /* consult-line-number-wrapped */
        color: #fec43f;
      }

      .org-consult-narrow-indicator {
        /* consult-narrow-indicator */
        color: #fec43f;
        font-weight: bold;
      }

      .org-consult-preview-insertion {
        /* consult-preview-insertion */
        background-color: #1d2235;
      }

      .org-consult-preview-line {
        /* consult-preview-line */
        background-color: #1d2235;
      }

      .org-consult-preview-match {
        /* consult-preview-match */
        color: #fff;
        background-color: #7a6100;
      }

      .org-consult-separator {
        /* consult-separator */
        color: #333;
      }

      .org-corfu-annotations {
        /* corfu-annotations */
        color: #9ac8e0;
      }

      .org-corfu-bar {
        /* corfu-bar */
        background-color: #989898;
      }

      .org-corfu-border {
        /* corfu-border */
        background-color: #4a4f69;
      }

      .org-corfu-current {
        /* corfu-current */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-corfu-default {
        /* corfu-default */
        background-color: #1d2235;
      }

      .org-corfu-deprecated {
        /* corfu-deprecated */
        color: #989898;
        text-decoration: line-through;
      }

      .org-coverage-covered {
        /* coverage-covered-face */
        background-color: #353;
      }

      .org-coverage-uncovered {
        /* coverage-uncovered-face */
        background-color: #533;
      }

      .org-css-property {
        /* css-property */
        color: #b6a0ff;
      }

      .org-css-selector {
        /* css-selector */
        color: #feacd0;
      }

      .org-cua-global-mark {
        /* cua-global-mark */
        color: #000;
        background-color: #ff0;
      }

      .org-cua-rectangle {
        /* cua-rectangle */
        color: #fff;
        background-color: #b03060;
      }

      .org-cua-rectangle-noselect {
        /* cua-rectangle-noselect */
        color: #fff;
        background-color: #696969;
      }

      .org-cube-background {
        /* cube-background */
        color: #000;
      }

      .org-cube-blue {
        /* cube-blue */
        color: #00f;
      }

      .org-cube-green {
        /* cube-green */
        color: #0f0;
      }

      .org-cube-orange {
        /* cube-orange */
        color: #ffa500;
      }

      .org-cube-red {
        /* cube-red */
        color: #f00;
      }

      .org-cube-white {
        /* cube-white */
        color: #fff;
      }

      .org-cube-yellow {
        /* cube-yellow */
        color: #ff0;
      }

      .org-cursor {
        /* cursor */
        background-color: #f6f;
      }

      .org-custom-button {
        /* custom-button */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-custom-button-pressed-unraised {
        /* custom-button-pressed-unraised */
        color: #ee82ee;
        text-decoration: underline;
      }

      .org-custom-button-unraised {
        /* custom-button-unraised */
        text-decoration: underline;
      }

      .org-custom-changed {
        /* custom-changed */
        background-color: #363300;
      }

      .org-custom-comment {
        /* custom-comment */
        color: #989898;
      }

      .org-custom-documentation {
      }

      .org-custom-face-tag {
        /* custom-face-tag */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-custom-group-subtitle {
        /* custom-group-subtitle */
        font-weight: bold;
      }

      .org-custom-group-tag {
        /* custom-group-tag */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-custom-group-tag-1 {
        /* custom-group-tag-1 */
        color: #00bcff;
        font-weight: bold;
      }

      .org-custom-invalid {
        /* custom-invalid */
        color: #ff5f59;
        font-weight: bold;
        text-decoration: line-through;
      }

      .org-custom-link {
        /* custom-link */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-custom-modified {
        /* custom-modified */
        background-color: #363300;
      }

      .org-custom-rogue {
        /* custom-rogue */
        color: #ff5f59;
        font-weight: bold;
        text-decoration: line-through;
      }

      .org-custom-saved {
        /* custom-saved */
        text-decoration: underline;
      }

      .org-custom-set {
        /* custom-set */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-custom-state {
        /* custom-state */
        color: #fec43f;
      }

      .org-custom-themed {
        /* custom-themed */
        background-color: #363300;
      }

      .org-custom-variable-button {
        /* custom-variable-button */
        font-weight: bold;
        text-decoration: underline;
      }

      .org-custom-variable-obsolete {
        /* custom-variable-obsolete */
        color: #989898;
      }

      .org-custom-variable-tag {
        /* custom-variable-tag */
        color: #00d3d0;
        font-weight: bold;
      }

      .org-custom-visibility {
        /* custom-visibility */
        color: #79a8ff;
        font-size: 80%;
        text-decoration: underline;
      }

      .org-dap-result-overlay {
        /* dap-result-overlay-face */
        background-color: #1a1a1a;
      }

      .org-default {
        /* default */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-delimiter {
        /* font-lock-delimiter-face */
        color: #fff;
      }

      .org-diary {
        /* diary */
        color: #00d3d0;
      }

      .org-diary-anniversary {
        /* diary-anniversary */
        color: #ff7f9f;
      }

      .org-diary-button {
      }

      .org-diary-time {
        /* diary-time */
        color: #00d3d0;
      }

      .org-diff-added {
        /* diff-added */
        color: #a0e0a0;
        background-color: #003a2f;
      }

      .org-diff-changed {
        /* diff-changed */
        color: #efef80;
        background-color: #363300;
      }

      .org-diff-changed-unspecified {
        /* diff-changed-unspecified */
        color: #efef80;
        background-color: #363300;
      }

      .org-diff-context {
      }

      .org-diff-error {
        /* diff-error */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-diff-file-header {
        /* diff-file-header */
        font-weight: bold;
      }

      .org-diff-function {
        /* diff-function */
        background-color: #2b3045;
      }

      .org-diff-header {
      }

      .org-diff-hunk-header {
        /* diff-hunk-header */
        background-color: #2b3045;
        font-weight: bold;
      }

      .org-diff-index {
        /* diff-index */
        font-style: italic;
      }

      .org-diff-indicator-added {
        /* diff-indicator-added */
        color: #80e080;
        background-color: #003a2f;
      }

      .org-diff-indicator-changed {
        /* diff-indicator-changed */
        color: #c0b05f;
        background-color: #363300;
      }

      .org-diff-indicator-removed {
        /* diff-indicator-removed */
        color: #ff9095;
        background-color: #4f1127;
      }

      .org-diff-nonexistent {
        /* diff-nonexistent */
        font-weight: bold;
      }

      .org-diff-refine-added {
        /* diff-refine-added */
        color: #a0e0a0;
        background-color: #035542;
      }

      .org-diff-refine-changed {
        /* diff-refine-changed */
        color: #efef80;
        background-color: #4a4a00;
      }

      .org-diff-refine-removed {
        /* diff-refine-removed */
        color: #ffbfbf;
        background-color: #781a3a;
      }

      .org-diff-removed {
        /* diff-removed */
        color: #ffbfbf;
        background-color: #4f1127;
      }

      .org-dired-broken-symlink {
        /* dired-broken-symlink */
        color: #ff5f59;
        text-decoration: underline;
      }

      .org-dired-directory {
        /* dired-directory */
        color: #00bcff;
      }

      .org-dired-flagged {
        /* dired-flagged */
        color: #ff7f9f;
        background-color: #620f2a;
        font-weight: bold;
      }

      .org-dired-header {
        /* dired-header */
        font-weight: bold;
      }

      .org-dired-ignored {
        /* dired-ignored */
        color: #989898;
      }

      .org-dired-mark {
        /* dired-mark */
        font-weight: bold;
      }

      .org-dired-marked {
        /* dired-marked */
        color: #00d3d0;
        background-color: #004065;
        font-weight: bold;
      }

      .org-dired-perm-write {
        /* dired-perm-write */
        color: #989898;
      }

      .org-dired-set-id {
        /* dired-set-id */
        color: #fec43f;
      }

      .org-dired-special {
        /* dired-special */
        color: #00d3d0;
      }

      .org-dired-symlink {
        /* dired-symlink */
        color: #00d3d0;
        text-decoration: underline;
      }

      .org-dired-warning {
        /* dired-warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-display-time-date-and-time {
      }

      .org-doc {
        /* font-lock-doc-face */
        color: #9ac8e0;
      }

      .org-doc-markup {
        /* font-lock-doc-markup-face */
        color: #caa6df;
      }

      .org-edebug-disabled-breakpoint {
        /* edebug-disabled-breakpoint */
        background-color: #353;
      }

      .org-edebug-enabled-breakpoint {
        /* edebug-enabled-breakpoint */
        color: #fff;
        background-color: #45605e;
      }

      .org-edmacro-label {
        /* edmacro-label */
        color: #00bcff;
        font-weight: bold;
      }

      .org-eldoc-highlight-function-argument {
        /* eldoc-highlight-function-argument */
        color: #dfaf7a;
        background-color: #381d0f;
        font-weight: bold;
      }

      .org-elfeed-log-date {
        /* elfeed-log-date-face */
        color: #00d3d0;
      }

      .org-elfeed-log-debug-level {
        /* elfeed-log-debug-level-face */
        font-weight: bold;
      }

      .org-elfeed-log-error-level {
        /* elfeed-log-error-level-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-elfeed-log-info-level {
        /* elfeed-log-info-level-face */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-elfeed-log-warn-level {
        /* elfeed-log-warn-level-face */
        color: #fec43f;
        font-weight: bold;
      }

      .org-elfeed-search-date {
        /* elfeed-search-date-face */
        color: #00d3d0;
      }

      .org-elfeed-search-feed {
        /* elfeed-search-feed-face */
        color: #f78fe7;
      }

      .org-elfeed-search-filter {
        /* elfeed-search-filter-face */
        font-weight: bold;
      }

      .org-elfeed-search-last-update {
        /* elfeed-search-last-update-face */
        color: #00d3d0;
        font-weight: bold;
      }

      .org-elfeed-search-tag {
        /* elfeed-search-tag-face */
        color: #00bcff;
      }

      .org-elfeed-search-title {
        /* elfeed-search-title-face */
        color: #989898;
      }

      .org-elfeed-search-unread-count {
      }

      .org-elfeed-search-unread-title {
        /* elfeed-search-unread-title-face */
        color: #fff;
        font-weight: bold;
      }

      .org-elpy-breakpoint-fringe {
        /* elpy-breakpoint-fringe-face */
        color: #f00;
      }

      .org-embark-collect-annotation {
        /* embark-collect-annotation */
        color: #9ac8e0;
      }

      .org-embark-collect-candidate {
        /* embark-collect-candidate */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-embark-collect-group-separator {
        /* embark-collect-group-separator */
        color: #989898;
        font-style: italic;
        text-decoration: line-through;
      }

      .org-embark-collect-group-title {
        /* embark-collect-group-title */
        color: #989898;
        font-style: italic;
      }

      .org-embark-keybinding {
        /* embark-keybinding */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-embark-keybinding-repeat {
        /* embark-keybinding-repeat */
        color: #f78fe7;
      }

      .org-embark-keymap {
        /* embark-keymap */
        font-style: italic;
      }

      .org-embark-selected {
        /* embark-selected */
        color: #fff;
        background-color: #552f5f;
      }

      .org-embark-target {
        /* embark-target */
        color: #fff;
        background-color: #45605e;
      }

      .org-embark-verbose-indicator-documentation {
        /* embark-verbose-indicator-documentation */
        color: #9ac8e0;
      }

      .org-embark-verbose-indicator-shadowed {
        /* embark-verbose-indicator-shadowed */
        color: #989898;
      }

      .org-embark-verbose-indicator-title {
        /* embark-verbose-indicator-title */
        font-size: 110%;
        font-weight: bold;
      }

      .org-emms-browser-album {
        /* emms-browser-album-face */
        color: #b6a0ff;
      }

      .org-emms-browser-artist {
        /* emms-browser-artist-face */
        color: #00d3d0;
      }

      .org-emms-browser-composer {
        /* emms-browser-composer-face */
        color: #f78fe7;
      }

      .org-emms-browser-performer {
        /* emms-browser-performer-face */
        color: #00d3d0;
      }

      .org-emms-browser-track {
        /* emms-browser-track-face */
        color: #79a8ff;
      }

      .org-emms-browser-yearXgenre {
        /* emms-browser-year/genre-face */
        color: #6ae4b9;
      }

      .org-emms-metaplaylist-mode {
        /* emms-metaplaylist-mode-face */
        color: #00d3d0;
      }

      .org-emms-metaplaylist-mode-current {
        /* emms-metaplaylist-mode-current-face */
        color: #00bcff;
        font-weight: bold;
      }

      .org-emms-playlist-selected {
        /* emms-playlist-selected-face */
        color: #00bcff;
        font-weight: bold;
      }

      .org-emms-playlist-track {
        /* emms-playlist-track-face */
        color: #79a8ff;
      }

      .org-epa-field-body {
      }

      .org-epa-field-name {
        /* epa-field-name */
        color: #989898;
        font-weight: bold;
      }

      .org-epa-mark {
        /* epa-mark */
        font-weight: bold;
      }

      .org-epa-string {
        /* epa-string */
        color: #79a8ff;
      }

      .org-epa-validity-disabled {
        /* epa-validity-disabled */
        color: #ff5f59;
      }

      .org-epa-validity-high {
        /* epa-validity-high */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-epa-validity-low {
        /* epa-validity-low */
        color: #989898;
      }

      .org-epa-validity-medium {
        /* epa-validity-medium */
        color: #6ae4b9;
      }

      .org-erc-action {
        /* erc-action-face */
        color: #6ae4b9;
      }

      .org-erc-bold {
        /* erc-bold-face */
        font-weight: bold;
      }

      .org-erc-button {
        /* erc-button */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-erc-button-nick-default {
        /* erc-button-nick-default-face */
        color: #00bcff;
        font-weight: bold;
      }

      .org-erc-command-indicator {
        /* erc-command-indicator-face */
        color: #d0bc00;
        font-weight: bold;
      }

      .org-erc-current-nick {
        /* erc-current-nick-face */
        color: #fff;
        background-color: #552f5f;
      }

      .org-erc-dangerous-host {
        /* erc-dangerous-host-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-erc-default {
      }

      .org-erc-direct-msg {
        /* erc-direct-msg-face */
        color: #989898;
      }

      .org-erc-error {
        /* erc-error-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-erc-fill-wrap-merge-indicator {
        /* erc-fill-wrap-merge-indicator-face */
        color: #989898;
      }

      .org-erc-fool {
        /* erc-fool-face */
        color: #989898;
      }

      .org-erc-header-line {
        /* erc-header-line */
        background-color: #1d2235;
      }

      .org-erc-information {
        /* erc-information */
        color: #989898;
      }

      .org-erc-input {
        /* erc-input-face */
        color: #feacd0;
      }

      .org-erc-inverse {
      }

      .org-erc-italic {
        /* erc-italic-face */
        font-style: italic;
      }

      .org-erc-keep-place-indicator-arrow {
        /* erc-keep-place-indicator-arrow */
        color: #6ae4b9;
      }

      .org-erc-keep-place-indicator-line {
        /* erc-keep-place-indicator-line */
        text-decoration: underline;
      }

      .org-erc-keyword {
        /* erc-keyword-face */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-erc-my-nick {
        /* erc-my-nick-face */
        color: #feacd0;
        font-weight: bold;
      }

      .org-erc-my-nick-prefix {
        /* erc-my-nick-prefix-face */
        color: #feacd0;
        font-weight: bold;
      }

      .org-erc-nick-default {
        /* erc-nick-default-face */
        color: #00bcff;
        font-weight: bold;
      }

      .org-erc-nick-msg {
        /* erc-nick-msg-face */
        color: #fec43f;
        font-weight: bold;
      }

      .org-erc-nick-prefix {
        /* erc-nick-prefix-face */
        color: #00bcff;
        font-weight: bold;
      }

      .org-erc-notice {
        /* erc-notice-face */
        color: #ff9f80;
      }

      .org-erc-pal {
        /* erc-pal-face */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-erc-prompt {
        /* erc-prompt-face */
        color: #6ae4b9;
      }

      .org-erc-spoiler {
        /* erc-spoiler-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-erc-timestamp {
        /* erc-timestamp-face */
        color: #00d3d0;
      }

      .org-erc-underline {
        /* erc-underline-face */
        text-decoration: underline;
      }

      .org-erefactor-highlight {
        /* erefactor-highlight-face */
        color: #fff;
        background-color: #552f5f;
      }

      .org-eros-result-overlay {
        /* eros-result-overlay-face */
        background-color: #1a1a1a;
      }

      .org-error {
        /* error */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-ert-test-result-expected {
        /* ert-test-result-expected */
        color: #fff;
        background-color: #2266ae;
      }

      .org-ert-test-result-unexpected {
        /* ert-test-result-unexpected */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-escape {
        /* font-lock-escape-face */
        color: #feacd0;
      }

      .org-escape-glyph {
        /* escape-glyph */
        color: #ff5f59;
      }

      .org-eww-form-checkbox {
        /* eww-form-checkbox */
        color: #fff;
        background-color: #2b3045;
      }

      .org-eww-form-file {
        /* eww-form-file */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-eww-form-select {
        /* eww-form-select */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-eww-form-submit {
        /* eww-form-submit */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-eww-form-text {
        /* eww-form-text */
        color: #fff;
        background-color: #2b3045;
      }

      .org-eww-form-textarea {
        /* eww-form-textarea */
        color: #fff;
        background-color: #2b3045;
      }

      .org-eww-invalid-certificate {
        /* eww-invalid-certificate */
        color: #ff5f59;
      }

      .org-eww-valid-certificate {
        /* eww-valid-certificate */
        color: #6ae4b9;
      }

      .org-ffap {
        /* ffap */
        color: #fff;
        background-color: #45605e;
      }

      .org-fgXerc-color-face0 {
        /* fg:erc-color-face0 */
        color: #fff;
      }

      .org-fgXerc-color-face1 {
        /* fg:erc-color-face1 */
        color: #000;
      }

      .org-fgXerc-color-face10 {
        /* fg:erc-color-face10 */
        color: #bfefff;
      }

      .org-fgXerc-color-face11 {
        /* fg:erc-color-face11 */
        color: #0ff;
      }

      .org-fgXerc-color-face12 {
        /* fg:erc-color-face12 */
        color: #00f;
      }

      .org-fgXerc-color-face13 {
        /* fg:erc-color-face13 */
        color: #ff1493;
      }

      .org-fgXerc-color-face14 {
        /* fg:erc-color-face14 */
        color: #7f7f7f;
      }

      .org-fgXerc-color-face15 {
        /* fg:erc-color-face15 */
        color: #e5e5e5;
      }

      .org-fgXerc-color-face2 {
        /* fg:erc-color-face2 */
        color: #00008b;
      }

      .org-fgXerc-color-face3 {
        /* fg:erc-color-face3 */
        color: #008b00;
      }

      .org-fgXerc-color-face4 {
        /* fg:erc-color-face4 */
        color: #f00;
      }

      .org-fgXerc-color-face5 {
        /* fg:erc-color-face5 */
        color: #a52a2a;
      }

      .org-fgXerc-color-face6 {
        /* fg:erc-color-face6 */
        color: #a020f0;
      }

      .org-fgXerc-color-face7 {
        /* fg:erc-color-face7 */
        color: #ffa500;
      }

      .org-fgXerc-color-face8 {
        /* fg:erc-color-face8 */
        color: #ff0;
      }

      .org-fgXerc-color-face9 {
        /* fg:erc-color-face9 */
        color: #0f0;
      }

      .org-file-name-shadow {
        /* file-name-shadow */
        color: #989898;
      }

      .org-fill-column-indicator {
        /* fill-column-indicator */
        color: #4a4f69;
        background-color: #4a4f69;
      }

      .org-fixed-pitch {
      }

      .org-fixed-pitch-serif {
      }

      .org-flycheck-delimited-error {
      }

      .org-flycheck-error {
        /* flycheck-error */
        text-decoration: underline;
      }

      .org-flycheck-error-delimiter {
      }

      .org-flycheck-error-list-checker-name {
        /* flycheck-error-list-checker-name */
        color: #feacd0;
      }

      .org-flycheck-error-list-column-number {
      }

      .org-flycheck-error-list-error {
        /* flycheck-error-list-error */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-flycheck-error-list-error-message {
      }

      .org-flycheck-error-list-filename {
      }

      .org-flycheck-error-list-highlight {
        /* flycheck-error-list-highlight */
        font-weight: bold;
      }

      .org-flycheck-error-list-id {
        /* flycheck-error-list-id */
        color: #6ae4b9;
      }

      .org-flycheck-error-list-id-with-explainer {
        /* flycheck-error-list-id-with-explainer */
        color: #6ae4b9;
      }

      .org-flycheck-error-list-info {
        /* flycheck-error-list-info */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-flycheck-error-list-line-number {
      }

      .org-flycheck-error-list-warning {
        /* flycheck-error-list-warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-flycheck-fringe-error {
        /* flycheck-fringe-error */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-flycheck-fringe-info {
        /* flycheck-fringe-info */
        color: #fff;
        background-color: #2266ae;
      }

      .org-flycheck-fringe-warning {
        /* flycheck-fringe-warning */
        color: #fff;
        background-color: #7a6100;
      }

      .org-flycheck-info {
        /* flycheck-info */
        text-decoration: underline;
      }

      .org-flycheck-verify-select-checker {
      }

      .org-flycheck-warning {
        /* flycheck-warning */
        text-decoration: underline;
      }

      .org-flymake-end-of-line-diagnostics {
        /* flymake-end-of-line-diagnostics-face */
        font-size: 85%;
      }

      .org-flymake-error {
        /* flymake-error */
        text-decoration: underline;
      }

      .org-flymake-error-echo {
        /* flymake-error-echo */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-flymake-error-echo-at-eol {
        /* flymake-error-echo-at-eol */
        color: #ff5f59;
        font-size: 85%;
      }

      .org-flymake-note {
        /* flymake-note */
        text-decoration: underline;
      }

      .org-flymake-note-echo {
        /* flymake-note-echo */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-flymake-note-echo-at-eol {
        /* flymake-note-echo-at-eol */
        color: #6ae4b9;
        font-size: 85%;
      }

      .org-flymake-warning {
        /* flymake-warning */
        text-decoration: underline;
      }

      .org-flymake-warning-echo {
        /* flymake-warning-echo */
        color: #fec43f;
        font-weight: bold;
      }

      .org-fringe {
        /* fringe */
        color: #fff;
        background-color: #1d2235;
      }

      .org-function-call {
        /* font-lock-function-call-face */
        color: #feacd0;
      }

      .org-function-name {
        /* font-lock-function-name-face */
        color: #feacd0;
      }

      .org-git-commit-comment-action {
        /* git-commit-comment-action */
        color: #ff9f80;
      }

      .org-git-commit-comment-branch-local {
        /* git-commit-comment-branch-local */
        color: #00bcff;
      }

      .org-git-commit-comment-branch-remote {
        /* git-commit-comment-branch-remote */
        color: #f78fe7;
      }

      .org-git-commit-comment-detached {
        /* git-commit-comment-detached */
        color: #00bcff;
      }

      .org-git-commit-comment-file {
        /* git-commit-comment-file */
        color: #feacd0;
      }

      .org-git-commit-keyword {
        /* git-commit-keyword */
        color: #b6a0ff;
      }

      .org-git-commit-nonempty-second-line {
        /* git-commit-nonempty-second-line */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-git-commit-overlong-summary {
        /* git-commit-overlong-summary */
        color: #fec43f;
        font-weight: bold;
      }

      .org-git-commit-summary {
        /* git-commit-summary */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-git-commit-trailer-token {
        /* git-commit-trailer-token */
        color: #b6a0ff;
      }

      .org-git-commit-trailer-value {
        /* git-commit-trailer-value */
        color: #79a8ff;
      }

      .org-glyphless-char {
        /* glyphless-char */
        font-size: 60%;
      }

      .org-gnus-button {
        /* gnus-button */
        color: #79a8ff;
      }

      .org-gnus-emphasis-bold {
        /* gnus-emphasis-bold */
        font-weight: bold;
      }

      .org-gnus-emphasis-bold-italic {
        /* gnus-emphasis-bold-italic */
        font-weight: bold;
        font-style: italic;
      }

      .org-gnus-emphasis-highlight-words {
        /* gnus-emphasis-highlight-words */
        color: #fec43f;
        font-weight: bold;
      }

      .org-gnus-emphasis-italic {
        /* gnus-emphasis-italic */
        font-style: italic;
      }

      .org-gnus-emphasis-strikethru {
        /* gnus-emphasis-strikethru */
        text-decoration: line-through;
      }

      .org-gnus-emphasis-underline {
        /* gnus-emphasis-underline */
        text-decoration: underline;
      }

      .org-gnus-emphasis-underline-bold {
        /* gnus-emphasis-underline-bold */
        font-weight: bold;
        text-decoration: underline;
      }

      .org-gnus-emphasis-underline-bold-italic {
        /* gnus-emphasis-underline-bold-italic */
        font-weight: bold;
        font-style: italic;
        text-decoration: underline;
      }

      .org-gnus-emphasis-underline-italic {
        /* gnus-emphasis-underline-italic */
        font-style: italic;
        text-decoration: underline;
      }

      .org-gnus-group-mail-1-empty {
        /* gnus-group-mail-1-empty */
        color: #f78fe7;
      }

      .org-gnus-group-mail-2-empty {
        /* gnus-group-mail-2-empty */
        color: #feacd0;
      }

      .org-gnus-group-mail-3-empty {
        /* gnus-group-mail-3-empty */
        color: #b6a0ff;
      }

      .org-gnus-group-mail-low-empty {
        /* gnus-group-mail-low-empty */
        color: #989898;
      }

      .org-gnus-group-news-1-empty {
        /* gnus-group-news-1-empty */
        color: #44bc44;
      }

      .org-gnus-group-news-2-empty {
        /* gnus-group-news-2-empty */
        color: #00d3d0;
      }

      .org-gnus-group-news-3-empty {
        /* gnus-group-news-3-empty */
        color: #d2b580;
      }

      .org-gnus-group-news-4-empty {
        /* gnus-group-news-4-empty */
        color: #caa6df;
      }

      .org-gnus-group-news-5-empty {
        /* gnus-group-news-5-empty */
        color: #c6daff;
      }

      .org-gnus-group-news-6-empty {
        /* gnus-group-news-6-empty */
        color: #989898;
      }

      .org-gnus-group-news-low-empty {
        /* gnus-group-news-low-empty */
        color: #989898;
      }

      .org-gnus-header {
        /* gnus-header */
        font-size: 110%;
      }

      .org-gnus-header-content {
        /* gnus-header-content */
        color: #caa6df;
      }

      .org-gnus-header-from {
        /* gnus-header-from */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-gnus-header-name {
        /* gnus-header-name */
        font-weight: bold;
      }

      .org-gnus-header-newsgroups {
        /* gnus-header-newsgroups */
        color: #caa6df;
      }

      .org-gnus-header-subject {
        /* gnus-header-subject */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-gnus-signature {
        /* gnus-signature */
        font-style: italic;
      }

      .org-gnus-splash {
        /* gnus-splash */
        color: #ccc;
      }

      .org-gnus-summary-cancelled {
        /* gnus-summary-cancelled */
        color: #fec43f;
        font-style: italic;
      }

      .org-gnus-summary-high-ancient {
        /* gnus-summary-high-ancient */
        color: #c6daff;
        font-weight: bold;
      }

      .org-gnus-summary-high-read {
        /* gnus-summary-high-read */
        color: #989898;
        font-weight: bold;
      }

      .org-gnus-summary-high-ticked {
        /* gnus-summary-high-ticked */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-gnus-summary-high-undownloaded {
        /* gnus-summary-high-undownloaded */
        color: #fec43f;
        font-weight: bold;
        font-style: italic;
      }

      .org-gnus-summary-high-unread {
        /* gnus-summary-high-unread */
        font-weight: bold;
      }

      .org-gnus-summary-low-ancient {
        /* gnus-summary-low-ancient */
        font-style: italic;
      }

      .org-gnus-summary-low-ticked {
        /* gnus-summary-low-ticked */
        color: #ff5f59;
        font-style: italic;
      }

      .org-gnus-summary-low-undownloaded {
        /* gnus-summary-low-undownloaded */
        color: #fec43f;
        font-style: italic;
      }

      .org-gnus-summary-low-unread {
        /* gnus-summary-low-unread */
        font-style: italic;
      }

      .org-gnus-summary-normal-ancient {
      }

      .org-gnus-summary-normal-read {
        /* gnus-summary-normal-read */
        color: #989898;
      }

      .org-gnus-summary-normal-ticked {
        /* gnus-summary-normal-ticked */
        color: #ff5f59;
      }

      .org-gnus-summary-normal-undownloaded {
        /* gnus-summary-normal-undownloaded */
        color: #fec43f;
      }

      .org-gnus-summary-normal-unread {
      }

      .org-gnus-summary-selected {
        /* gnus-summary-selected */
        color: #fff;
        background-color: #45605e;
      }

      .org-google-contacts-birthday {
      }

      .org-google-contacts-familyname {
        /* google-contacts-familyname */
        font-size: 140%;
        font-weight: bold;
      }

      .org-google-contacts-givenname {
        /* google-contacts-givenname */
        font-size: 140%;
        font-weight: bold;
      }

      .org-google-contacts-header {
        /* google-contacts-header */
        font-size: 120%;
        font-weight: bold;
      }

      .org-google-contacts-nickname {
        /* google-contacts-nickname */
        font-style: italic;
      }

      .org-google-contacts-organization-name {
        /* google-contacts-organization-name */
        font-size: 110%;
        font-style: italic;
      }

      .org-google-contacts-organization-title {
        /* google-contacts-organization-title */
        font-size: 110%;
      }

      .org-google-contacts-rel {
        /* google-contacts-rel */
        font-size: 110%;
        font-weight: bold;
      }

      .org-google-contacts-separator {
        /* google-contacts-separator */
        background-color: #333;
      }

      .org-grep-heading {
        /* grep-heading */
        color: #6ae4b9;
      }

      .org-header-line {
        /* header-line */
        background-color: #1d2235;
      }

      .org-header-line-highlight {
        /* header-line-highlight */
        color: #fff;
        background-color: #45605e;
      }

      .org-helm-action {
        /* helm-action */
        text-decoration: underline;
      }

      .org-helm-candidate-number {
        /* helm-candidate-number */
        color: #000;
        background-color: #ff0;
      }

      .org-helm-candidate-number-suspended {
        /* helm-candidate-number-suspended */
        color: #000;
        background-color: #ff0;
      }

      .org-helm-eob-line {
        /* helm-eob-line */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-helm-header {
        /* helm-header */
        background-color: #1d2235;
      }

      .org-helm-header-line-left-margin {
        /* helm-header-line-left-margin */
        color: #000;
        background-color: #ff0;
      }

      .org-helm-helper {
        /* helm-helper */
        background-color: #1d2235;
      }

      .org-helm-mark-prefix {
        /* helm-mark-prefix */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-helm-match {
        /* helm-match */
        color: #ffd700;
      }

      .org-helm-match-item {
        /* helm-match-item */
        color: #fff;
        background-color: #7a6100;
      }

      .org-helm-minibuffer-prompt {
        /* helm-minibuffer-prompt */
        color: #6ae4b9;
      }

      .org-helm-prefarg {
        /* helm-prefarg */
        color: #0f0;
      }

      .org-helm-selection {
        /* helm-selection */
        color: #000;
        background-color: #228b22;
      }

      .org-helm-selection-line {
        /* helm-selection-line */
        color: #fff;
        background-color: #45605e;
      }

      .org-helm-separator {
        /* helm-separator */
        color: #f00;
      }

      .org-helm-source-header {
        /* helm-source-header */
        color: #fff;
        background-color: #22083397778B;
        font-size: 130%;
        font-weight: bold;
      }

      .org-helm-tooltip {
        /* helm-tooltip */
        color: #000;
        background-color: #daa520;
      }

      .org-helm-visible-mark {
        /* helm-visible-mark */
        color: #000;
        background-color: #0f0;
      }

      .org-help-argument-name {
        /* help-argument-name */
        color: #00d3d0;
      }

      .org-help-for-help-header {
        /* help-for-help-header */
        font-size: 126%;
      }

      .org-help-key-binding {
        /* help-key-binding */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-helpful-heading {
        /* helpful-heading */
        color: #fff;
        font-weight: bold;
      }

      .org-highlight {
        /* highlight */
        color: #fff;
        background-color: #45605e;
      }

      .org-highlight-indentation {
        /* highlight-indentation-face */
        color: #fff;
        background-color: #1d2235;
      }

      .org-highlight-indentation-current-column {
        /* highlight-indentation-current-column-face */
        background-color: #000;
      }

      .org-highlight-quoted-quote {
        /* highlight-quoted-quote */
        color: #b6a0ff;
      }

      .org-highlight-quoted-symbol {
        /* highlight-quoted-symbol */
        color: #00bcff;
      }

      .org-hl-line {
        /* hl-line */
        background-color: #303a6f;
      }

      .org-hl-sexp {
      }

      .org-holiday {
        /* holiday */
        color: #ff7f9f;
      }

      .org-homoglyph {
        /* homoglyph */
        color: #fec43f;
      }

      .org-hydra-face-amaranth {
        /* hydra-face-amaranth */
        color: #fec43f;
        font-weight: bold;
      }

      .org-hydra-face-blue {
        /* hydra-face-blue */
        color: #2fafff;
        font-weight: bold;
      }

      .org-hydra-face-pink {
        /* hydra-face-pink */
        color: #feacd0;
        font-weight: bold;
      }

      .org-hydra-face-red {
        /* hydra-face-red */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-hydra-face-teal {
        /* hydra-face-teal */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-hydra-posframe {
        /* hydra-posframe-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-hydra-posframe-border {
        /* hydra-posframe-border-face */
        background-color: #7f7f7f;
      }

      .org-ibuffer-locked-buffer {
        /* ibuffer-locked-buffer */
        color: #fec43f;
      }

      .org-icon {
      }

      .org-icon-button {
        /* icon-button */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-ido-first-match {
        /* ido-first-match */
        color: #00bcff;
        font-weight: bold;
      }

      .org-ido-incomplete-regexp {
        /* ido-incomplete-regexp */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-ido-indicator {
        /* ido-indicator */
        font-weight: bold;
      }

      .org-ido-only-match {
        /* ido-only-match */
        color: #00bcff;
        font-weight: bold;
      }

      .org-ido-subdir {
        /* ido-subdir */
        color: #00bcff;
      }

      .org-ido-virtual {
        /* ido-virtual */
        color: #f78fe7;
      }

      .org-inf-ruby-result-overlay {
        /* inf-ruby-result-overlay-face */
        background-color: #1a1a1a;
      }

      .org-info-header-xref {
        /* info-header-xref */
        color: #79a8ff;
      }

      .org-info-index-match {
        /* info-index-match */
        color: #fff;
        background-color: #552f5f;
      }

      .org-info-menu-header {
        /* info-menu-header */
        font-weight: bold;
      }

      .org-info-menu-star {
        /* info-menu-star */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-info-node {
        /* info-node */
        font-weight: bold;
      }

      .org-info-quoted {
        /* Info-quoted */
        color: #f78fe7;
      }

      .org-info-title-1 {
        /* info-title-1 */
        color: #fff;
        font-weight: bold;
      }

      .org-info-title-2 {
        /* info-title-2 */
        color: #d2b580;
        font-weight: bold;
      }

      .org-info-title-3 {
        /* info-title-3 */
        color: #82b0ec;
        font-weight: bold;
      }

      .org-info-title-4 {
        /* info-title-4 */
        color: #feacd0;
        font-weight: bold;
      }

      .org-info-xref {
        /* info-xref */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-internal-border {
      }

      .org-isearch {
        /* isearch */
        color: #fff;
        background-color: #7a6100;
      }

      .org-isearch-fail {
        /* isearch-fail */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-isearch-group-1 {
        /* isearch-group-1 */
        color: #fff;
        background-color: #1640b0;
      }

      .org-isearch-group-2 {
        /* isearch-group-2 */
        color: #fff;
        background-color: #2f822f;
      }

      .org-italic {
        /* italic */
        font-style: italic;
      }

      .org-js2-error {
        /* js2-error */
        text-decoration: underline;
      }

      .org-js2-external-variable {
        /* js2-external-variable */
        color: #00d3d0;
      }

      .org-js2-function-call {
        /* js2-function-call */
        color: #feacd0;
      }

      .org-js2-function-param {
        /* js2-function-param */
        color: #00bcff;
      }

      .org-js2-instance-member {
        /* js2-instance-member */
        color: #b6a0ff;
      }

      .org-js2-jsdoc-html-tag-delimiter {
        /* js2-jsdoc-html-tag-delimiter */
        color: #fff;
      }

      .org-js2-jsdoc-html-tag-name {
        /* js2-jsdoc-html-tag-name */
        color: #feacd0;
      }

      .org-js2-object-property {
        /* js2-object-property */
        color: #fff;
      }

      .org-js2-object-property-access {
        /* js2-object-property-access */
        color: #fff;
      }

      .org-js2-private-function-call {
        /* js2-private-function-call */
        color: #ff7f9f;
      }

      .org-js2-private-member {
        /* js2-private-member */
        color: #fec43f;
      }

      .org-js2-warning {
        /* js2-warning */
        text-decoration: underline;
      }

      .org-keycast-command {
        /* keycast-command */
        font-weight: bold;
      }

      .org-keycast-key {
        /* keycast-key */
        color: #0d0e1c;
        background-color: #b6a0ff;
      }

      .org-keyword {
        /* font-lock-keyword-face */
        color: #b6a0ff;
      }

      .org-kmacro-menu-flagged {
        /* kmacro-menu-flagged */
        color: #ff7f9f;
        background-color: #620f2a;
        font-weight: bold;
      }

      .org-kmacro-menu-mark {
        /* kmacro-menu-mark */
        font-weight: bold;
      }

      .org-kmacro-menu-marked {
        /* kmacro-menu-marked */
        color: #00d3d0;
        background-color: #004065;
        font-weight: bold;
      }

      .org-lazy-highlight {
        /* lazy-highlight */
        color: #fff;
        background-color: #2266ae;
      }

      .org-line-number {
        /* line-number */
        color: #989898;
        background-color: #1d2235;
      }

      .org-line-number-major-tick {
        /* line-number-major-tick */
        color: #ff5f59;
        background-color: #1d2235;
      }

      .org-line-number-minor-tick {
        /* line-number-minor-tick */
        color: #c6daff;
        background-color: #1d2235;
      }

      .org-link {
        /* link */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-link-visited {
        /* link-visited */
        color: #feacd0;
        text-decoration: underline;
      }

      .org-lispy-command-name {
        /* lispy-command-name-face */
        color: #feacd0;
        background-color: #333;
      }

      .org-lispy-cursor {
        /* lispy-cursor-face */
        color: #000;
        background-color: #fff;
      }

      .org-lispy-face-hint {
        /* lispy-face-hint */
        color: #fff3bc;
        background-color: #000;
      }

      .org-lispy-face-key-nosel {
        /* lispy-face-key-nosel */
        color: #fff3bc;
        background-color: #000;
        font-style: italic;
      }

      .org-lispy-face-key-sel {
        /* lispy-face-key-sel */
        color: #fff3bc;
        background-color: #000;
        font-weight: bold;
        font-style: italic;
      }

      .org-lispy-face-opt-nosel {
        /* lispy-face-opt-nosel */
        color: #fff3bc;
        background-color: #000;
        font-style: italic;
      }

      .org-lispy-face-opt-sel {
        /* lispy-face-opt-sel */
        color: #fff3bc;
        background-color: #000;
        font-weight: bold;
        font-style: italic;
      }

      .org-lispy-face-req-nosel {
        /* lispy-face-req-nosel */
        color: #fff3bc;
        background-color: #000;
      }

      .org-lispy-face-req-sel {
        /* lispy-face-req-sel */
        color: #fff3bc;
        background-color: #000;
        font-weight: bold;
      }

      .org-lispy-face-rst-nosel {
        /* lispy-face-rst-nosel */
        color: #fff3bc;
        background-color: #000;
      }

      .org-lispy-face-rst-sel {
        /* lispy-face-rst-sel */
        color: #fff3bc;
        background-color: #000;
        font-weight: bold;
      }

      .org-lispy-test {
        /* lispy-test-face */
        color: #fff3bc;
        background-color: #000;
      }

      .org-log-edit-header {
        /* log-edit-header */
        font-weight: bold;
      }

      .org-log-edit-headers-separator {
        /* log-edit-headers-separator */
        background-color: #61647a;
      }

      .org-log-edit-summary {
        /* log-edit-summary */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-log-edit-unknown-header {
        /* log-edit-unknown-header */
        color: #989898;
      }

      .org-log-view-commit-body {
      }

      .org-log-view-file {
        /* log-view-file */
        font-weight: bold;
      }

      .org-log-view-message {
        /* log-view-message */
        color: #d2b580;
      }

      .org-lsp-details {
        /* lsp-details-face */
        color: #989898;
        font-size: 80%;
      }

      .org-lsp-erlang-elp-bound-modifier {
        /* lsp-erlang-elp-bound-modifier-face */
        text-decoration: underline;
      }

      .org-lsp-erlang-elp-deprecated-function-modifier {
        /* lsp-erlang-elp-deprecated-function-modifier-face */
        text-decoration: line-through;
      }

      .org-lsp-erlang-elp-exported-function-modifier {
        /* lsp-erlang-elp-exported-function-modifier-face */
        text-decoration: underline;
      }

      .org-lsp-face-highlight-read {
        /* lsp-face-highlight-read */
        color: #fff;
        background-color: #45605e;
        text-decoration: underline;
      }

      .org-lsp-face-highlight-textual {
        /* lsp-face-highlight-textual */
        color: #fff;
        background-color: #45605e;
      }

      .org-lsp-face-highlight-write {
        /* lsp-face-highlight-write */
        color: #fff;
        background-color: #45605e;
        font-weight: bold;
      }

      .org-lsp-face-rename {
        /* lsp-face-rename */
        text-decoration: underline;
      }

      .org-lsp-face-semhl-class {
        /* lsp-face-semhl-class */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-comment {
        /* lsp-face-semhl-comment */
        color: #ff9f80;
      }

      .org-lsp-face-semhl-constant {
        /* lsp-face-semhl-constant */
        color: #00bcff;
      }

      .org-lsp-face-semhl-default-library {
        /* lsp-face-semhl-default-library */
        color: #f78fe7;
      }

      .org-lsp-face-semhl-definition {
        /* lsp-face-semhl-definition */
        color: #feacd0;
        font-weight: bold;
      }

      .org-lsp-face-semhl-deprecated {
        /* lsp-face-semhl-deprecated */
        text-decoration: line-through;
      }

      .org-lsp-face-semhl-enum {
        /* lsp-face-semhl-enum */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-event {
        /* lsp-face-semhl-event */
        color: #00d3d0;
      }

      .org-lsp-face-semhl-function {
        /* lsp-face-semhl-function */
        color: #feacd0;
      }

      .org-lsp-face-semhl-implementation {
        /* lsp-face-semhl-implementation */
        color: #feacd0;
        font-weight: bold;
      }

      .org-lsp-face-semhl-interface {
        /* lsp-face-semhl-interface */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-keyword {
        /* lsp-face-semhl-keyword */
        color: #b6a0ff;
      }

      .org-lsp-face-semhl-label {
        /* lsp-face-semhl-label */
        color: #ff9f80;
      }

      .org-lsp-face-semhl-macro {
        /* lsp-face-semhl-macro */
        color: #ff7f9f;
      }

      .org-lsp-face-semhl-member {
        /* lsp-face-semhl-member */
        color: #00d3d0;
      }

      .org-lsp-face-semhl-method {
        /* lsp-face-semhl-method */
        color: #feacd0;
      }

      .org-lsp-face-semhl-namespace {
        /* lsp-face-semhl-namespace */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-lsp-face-semhl-number {
        /* lsp-face-semhl-number */
        color: #00bcff;
      }

      .org-lsp-face-semhl-operator {
        /* lsp-face-semhl-operator */
        color: #feacd0;
      }

      .org-lsp-face-semhl-parameter {
        /* lsp-face-semhl-parameter */
        color: #00d3d0;
      }

      .org-lsp-face-semhl-property {
        /* lsp-face-semhl-property */
        color: #00d3d0;
      }

      .org-lsp-face-semhl-regexp {
        /* lsp-face-semhl-regexp */
        color: #79a8ff;
        font-style: italic;
      }

      .org-lsp-face-semhl-static {
        /* lsp-face-semhl-static */
        color: #b6a0ff;
      }

      .org-lsp-face-semhl-string {
        /* lsp-face-semhl-string */
        color: #79a8ff;
      }

      .org-lsp-face-semhl-struct {
        /* lsp-face-semhl-struct */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-type {
        /* lsp-face-semhl-type */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-type-parameter {
        /* lsp-face-semhl-type-parameter */
        color: #6ae4b9;
      }

      .org-lsp-face-semhl-variable {
        /* lsp-face-semhl-variable */
        color: #00d3d0;
      }

      .org-lsp-inlay-hint {
        /* lsp-inlay-hint-face */
        color: #ff9f80;
      }

      .org-lsp-inlay-hint-parameter {
        /* lsp-inlay-hint-parameter-face */
        color: #ff9f80;
      }

      .org-lsp-inlay-hint-type {
        /* lsp-inlay-hint-type-face */
        color: #ff9f80;
      }

      .org-lsp-installation-buffer {
        /* lsp-installation-buffer-face */
        color: #0f0;
      }

      .org-lsp-installation-finished-buffer {
        /* lsp-installation-finished-buffer-face */
        color: #ffa500;
      }

      .org-lsp-rename-placeholder {
        /* lsp-rename-placeholder-face */
        color: #00d3d0;
      }

      .org-lsp-rust-analyzer-abstract-modifier {
      }

      .org-lsp-rust-analyzer-async-modifier {
      }

      .org-lsp-rust-analyzer-attribute-modifier {
      }

      .org-lsp-rust-analyzer-callable-modifier {
      }

      .org-lsp-rust-analyzer-constant-modifier {
      }

      .org-lsp-rust-analyzer-consuming-modifier {
      }

      .org-lsp-rust-analyzer-control-flow-modifier {
      }

      .org-lsp-rust-analyzer-crate-root-modifier {
      }

      .org-lsp-rust-analyzer-declaration-modifier {
      }

      .org-lsp-rust-analyzer-default-library-modifier {
      }

      .org-lsp-rust-analyzer-definition-modifier {
      }

      .org-lsp-rust-analyzer-deprecated-modifier {
      }

      .org-lsp-rust-analyzer-documentation-modifier {
      }

      .org-lsp-rust-analyzer-injected-modifier {
      }

      .org-lsp-rust-analyzer-intra-doc-link-modifier {
      }

      .org-lsp-rust-analyzer-library-modifier {
      }

      .org-lsp-rust-analyzer-mutable-modifier {
        /* lsp-rust-analyzer-mutable-modifier-face */
        text-decoration: underline;
      }

      .org-lsp-rust-analyzer-public-modifier {
      }

      .org-lsp-rust-analyzer-readonly-modifier {
      }

      .org-lsp-rust-analyzer-reference-modifier {
        /* lsp-rust-analyzer-reference-modifier-face */
        font-weight: bold;
      }

      .org-lsp-rust-analyzer-static-modifier {
      }

      .org-lsp-rust-analyzer-trait-modifier {
      }

      .org-lsp-rust-analyzer-unsafe-modifier {
      }

      .org-lsp-signature {
        /* lsp-signature-face */
        color: #989898;
        font-size: 80%;
      }

      .org-lsp-signature-posframe {
        /* lsp-signature-posframe */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-lsp-treemacs-file-error {
        /* lsp-treemacs-file-error */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-lsp-treemacs-file-hint {
        /* lsp-treemacs-file-hint */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-lsp-treemacs-file-info {
        /* lsp-treemacs-file-info */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-lsp-treemacs-file-warn {
        /* lsp-treemacs-file-warn */
        color: #fec43f;
        font-weight: bold;
      }

      .org-lsp-treemacs-project-root-error {
        /* lsp-treemacs-project-root-error */
        color: #b6a0ff;
      }

      .org-lsp-treemacs-project-root-info {
        /* lsp-treemacs-project-root-info */
        color: #b6a0ff;
      }

      .org-lsp-treemacs-project-root-warn {
        /* lsp-treemacs-project-root-warn */
        color: #b6a0ff;
      }

      .org-lv-separator {
        /* lv-separator */
        background-color: #4d4d4d;
      }

      .org-magit-bisect-bad {
        /* magit-bisect-bad */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-bisect-good {
        /* magit-bisect-good */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-bisect-skip {
        /* magit-bisect-skip */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-blame-date {
      }

      .org-magit-blame-dimmed {
        /* magit-blame-dimmed */
        color: #989898;
      }

      .org-magit-blame-hash {
      }

      .org-magit-blame-heading {
        /* magit-blame-heading */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-magit-blame-highlight {
        /* magit-blame-highlight */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-magit-blame-margin {
        /* magit-blame-margin */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-magit-blame-name {
      }

      .org-magit-blame-summary {
      }

      .org-magit-branch-current {
        /* magit-branch-current */
        color: #00bcff;
      }

      .org-magit-branch-local {
        /* magit-branch-local */
        color: #00bcff;
      }

      .org-magit-branch-remote {
        /* magit-branch-remote */
        color: #f78fe7;
      }

      .org-magit-branch-remote-head {
        /* magit-branch-remote-head */
        color: #f78fe7;
      }

      .org-magit-branch-upstream {
        /* magit-branch-upstream */
        font-style: italic;
      }

      .org-magit-branch-warning {
        /* magit-branch-warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-cherry-equivalent {
        /* magit-cherry-equivalent */
        color: #feacd0;
      }

      .org-magit-cherry-unmatched {
        /* magit-cherry-unmatched */
        color: #00d3d0;
      }

      .org-magit-diff-added {
        /* magit-diff-added */
        color: #a0e0a0;
        background-color: #002922;
      }

      .org-magit-diff-added-highlight {
        /* magit-diff-added-highlight */
        color: #a0e0a0;
        background-color: #003a2f;
      }

      .org-magit-diff-base {
        /* magit-diff-base */
        color: #efef80;
        background-color: #2a1f00;
      }

      .org-magit-diff-base-highlight {
        /* magit-diff-base-highlight */
        color: #efef80;
        background-color: #363300;
      }

      .org-magit-diff-conflict-heading {
        /* magit-diff-conflict-heading */
        background-color: #2b3045;
      }

      .org-magit-diff-context {
        /* magit-diff-context */
        color: #989898;
      }

      .org-magit-diff-context-highlight {
        /* magit-diff-context-highlight */
        background-color: #1a1f30;
      }

      .org-magit-diff-file-heading {
        /* magit-diff-file-heading */
        color: #00bcff;
        font-weight: bold;
      }

      .org-magit-diff-file-heading-highlight {
        /* magit-diff-file-heading-highlight */
        color: #00bcff;
        background-color: #2b3045;
        font-weight: bold;
      }

      .org-magit-diff-file-heading-selection {
        /* magit-diff-file-heading-selection */
        background-color: #654a39;
        font-weight: bold;
      }

      .org-magit-diff-hunk-heading {
        /* magit-diff-hunk-heading */
        background-color: #2b3045;
      }

      .org-magit-diff-hunk-heading-highlight {
        /* magit-diff-hunk-heading-highlight */
        background-color: #4a4f69;
        font-weight: bold;
      }

      .org-magit-diff-hunk-heading-selection {
        /* magit-diff-hunk-heading-selection */
        background-color: #654a39;
        font-weight: bold;
      }

      .org-magit-diff-hunk-region {
        /* magit-diff-hunk-region */
        font-weight: bold;
      }

      .org-magit-diff-lines-boundary {
        /* magit-diff-lines-boundary */
        background-color: #fff;
      }

      .org-magit-diff-lines-heading {
        /* magit-diff-lines-heading */
        color: #0d0e1c;
        background-color: #989898;
      }

      .org-magit-diff-our {
        /* magit-diff-our */
        color: #ffbfbf;
        background-color: #380a19;
      }

      .org-magit-diff-our-highlight {
        /* magit-diff-our-highlight */
        color: #ffbfbf;
        background-color: #4f1127;
      }

      .org-magit-diff-removed {
        /* magit-diff-removed */
        color: #ffbfbf;
        background-color: #380a19;
      }

      .org-magit-diff-removed-highlight {
        /* magit-diff-removed-highlight */
        color: #ffbfbf;
        background-color: #4f1127;
      }

      .org-magit-diff-revision-summary {
        /* magit-diff-revision-summary */
        background-color: #2b3045;
      }

      .org-magit-diff-revision-summary-highlight {
        /* magit-diff-revision-summary-highlight */
        background-color: #4a4f69;
        font-weight: bold;
      }

      .org-magit-diff-their {
        /* magit-diff-their */
        color: #a0e0a0;
        background-color: #002922;
      }

      .org-magit-diff-their-highlight {
        /* magit-diff-their-highlight */
        color: #a0e0a0;
        background-color: #003a2f;
      }

      .org-magit-diff-whitespace-warning {
        /* magit-diff-whitespace-warning */
        background-color: #9d1f1f;
      }

      .org-magit-diffstat-added {
        /* magit-diffstat-added */
        color: #80e080;
      }

      .org-magit-diffstat-removed {
        /* magit-diffstat-removed */
        color: #ff9095;
      }

      .org-magit-dimmed {
        /* magit-dimmed */
        color: #989898;
      }

      .org-magit-filename {
        /* magit-filename */
        color: #6ae4b9;
      }

      .org-magit-hash {
        /* magit-hash */
        color: #d2b580;
      }

      .org-magit-head {
        /* magit-head */
        color: #00bcff;
      }

      .org-magit-header-line {
        /* magit-header-line */
        font-weight: bold;
      }

      .org-magit-header-line-key {
        /* magit-header-line-key */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-magit-header-line-log-select {
        /* magit-header-line-log-select */
        font-weight: bold;
      }

      .org-magit-keyword {
        /* magit-keyword */
        color: #b6a0ff;
      }

      .org-magit-keyword-squash {
        /* magit-keyword-squash */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-log-author {
        /* magit-log-author */
        color: #feacd0;
      }

      .org-magit-log-date {
        /* magit-log-date */
        color: #00d3d0;
      }

      .org-magit-log-graph {
        /* magit-log-graph */
        color: #989898;
      }

      .org-magit-mode-line-process {
        /* magit-mode-line-process */
        color: #9fefff;
        font-weight: bold;
      }

      .org-magit-mode-line-process-error {
        /* magit-mode-line-process-error */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-magit-process-ng {
        /* magit-process-ng */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-process-ok {
        /* magit-process-ok */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-reflog-amend {
        /* magit-reflog-amend */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-reflog-checkout {
        /* magit-reflog-checkout */
        color: #2fafff;
        font-weight: bold;
      }

      .org-magit-reflog-cherry-pick {
        /* magit-reflog-cherry-pick */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-reflog-commit {
        /* magit-reflog-commit */
        font-weight: bold;
      }

      .org-magit-reflog-merge {
        /* magit-reflog-merge */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-reflog-other {
        /* magit-reflog-other */
        color: #00d3d0;
        font-weight: bold;
      }

      .org-magit-reflog-rebase {
        /* magit-reflog-rebase */
        color: #feacd0;
        font-weight: bold;
      }

      .org-magit-reflog-reset {
        /* magit-reflog-reset */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-refname {
        /* magit-refname */
        color: #989898;
      }

      .org-magit-refname-pullreq {
        /* magit-refname-pullreq */
        color: #989898;
      }

      .org-magit-refname-stash {
        /* magit-refname-stash */
        color: #989898;
      }

      .org-magit-refname-wip {
        /* magit-refname-wip */
        color: #989898;
      }

      .org-magit-section-child-count {
      }

      .org-magit-section-heading {
        /* magit-section-heading */
        font-weight: bold;
      }

      .org-magit-section-heading-selection {
        /* magit-section-heading-selection */
        background-color: #654a39;
        font-weight: bold;
      }

      .org-magit-section-highlight {
        /* magit-section-highlight */
        background-color: #1d2235;
      }

      .org-magit-section-secondary-heading {
        /* magit-section-secondary-heading */
        font-weight: bold;
      }

      .org-magit-sequence-done {
        /* magit-sequence-done */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-sequence-drop {
        /* magit-sequence-drop */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-sequence-exec {
        /* magit-sequence-exec */
        color: #feacd0;
        font-weight: bold;
      }

      .org-magit-sequence-head {
        /* magit-sequence-head */
        color: #00d3d0;
        font-weight: bold;
      }

      .org-magit-sequence-part {
        /* magit-sequence-part */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-sequence-pick {
        /* magit-sequence-pick */
        font-weight: bold;
      }

      .org-magit-sequence-stop {
        /* magit-sequence-stop */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-signature-bad {
        /* magit-signature-bad */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-signature-error {
        /* magit-signature-error */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-magit-signature-expired {
        /* magit-signature-expired */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-signature-expired-key {
        /* magit-signature-expired-key */
        color: #fec43f;
      }

      .org-magit-signature-good {
        /* magit-signature-good */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-magit-signature-revoked {
        /* magit-signature-revoked */
        color: #fec43f;
        font-weight: bold;
      }

      .org-magit-tag {
        /* magit-tag */
        color: #d0bc00;
      }

      .org-makefile-makepp-perl {
        /* makefile-makepp-perl */
        background-color: #1d2235;
      }

      .org-makefile-shell {
        /* makefile-shell */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-makefile-space {
        /* makefile-space */
        background-color: #2b3045;
      }

      .org-makefile-targets {
        /* makefile-targets */
        color: #feacd0;
      }

      .org-marginalia-archive {
        /* marginalia-archive */
        color: #00bcff;
      }

      .org-marginalia-char {
        /* marginalia-char */
        color: #6ae4b9;
      }

      .org-marginalia-date {
        /* marginalia-date */
        color: #00d3d0;
      }

      .org-marginalia-documentation {
        /* marginalia-documentation */
        color: #9ac8e0;
      }

      .org-marginalia-file-name {
      }

      .org-marginalia-file-owner {
        /* marginalia-file-owner */
        color: #989898;
      }

      .org-marginalia-file-priv-dir {
        /* marginalia-file-priv-dir */
        color: #00bcff;
      }

      .org-marginalia-file-priv-exec {
        /* marginalia-file-priv-exec */
        color: #f78fe7;
      }

      .org-marginalia-file-priv-link {
        /* marginalia-file-priv-link */
        color: #79a8ff;
      }

      .org-marginalia-file-priv-no {
        /* marginalia-file-priv-no */
        color: #989898;
      }

      .org-marginalia-file-priv-other {
        /* marginalia-file-priv-other */
        color: #6ae4b9;
      }

      .org-marginalia-file-priv-rare {
        /* marginalia-file-priv-rare */
        color: #d0bc00;
      }

      .org-marginalia-file-priv-read {
        /* marginalia-file-priv-read */
        color: #fff;
      }

      .org-marginalia-file-priv-write {
        /* marginalia-file-priv-write */
        color: #00bcff;
      }

      .org-marginalia-function {
        /* marginalia-function */
        color: #feacd0;
      }

      .org-marginalia-installed {
        /* marginalia-installed */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-marginalia-key {
        /* marginalia-key */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-marginalia-lighter {
        /* marginalia-lighter */
        color: #989898;
      }

      .org-marginalia-list {
        /* marginalia-list */
        color: #00bcff;
      }

      .org-marginalia-mode {
        /* marginalia-mode */
        color: #00bcff;
      }

      .org-marginalia-modified {
        /* marginalia-modified */
        color: #fec43f;
        font-weight: bold;
      }

      .org-marginalia-null {
        /* marginalia-null */
        color: #989898;
      }

      .org-marginalia-number {
        /* marginalia-number */
        color: #00bcff;
      }

      .org-marginalia-off {
        /* marginalia-off */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-marginalia-on {
        /* marginalia-on */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-marginalia-size {
        /* marginalia-size */
        color: #00d3d0;
      }

      .org-marginalia-string {
        /* marginalia-string */
        color: #79a8ff;
      }

      .org-marginalia-symbol {
        /* marginalia-symbol */
        color: #f78fe7;
      }

      .org-marginalia-true {
      }

      .org-marginalia-type {
        /* marginalia-type */
        color: #6ae4b9;
      }

      .org-marginalia-value {
        /* marginalia-value */
        color: #989898;
      }

      .org-marginalia-version {
        /* marginalia-version */
        color: #00d3d0;
      }

      .org-markdown-blockquote {
        /* markdown-blockquote-face */
        color: #9ac8e0;
      }

      .org-markdown-bold {
        /* markdown-bold-face */
        font-weight: bold;
      }

      .org-markdown-code {
        /* markdown-code-face */
        background-color: #1d2235;
      }

      .org-markdown-comment {
        /* markdown-comment-face */
        color: #ff9f80;
      }

      .org-markdown-footnote-marker {
        /* markdown-footnote-marker-face */
        color: #989898;
      }

      .org-markdown-footnote-text {
        /* markdown-footnote-text-face */
        color: #ff9f80;
      }

      .org-markdown-gfm-checkbox {
        /* markdown-gfm-checkbox-face */
        color: #fec43f;
      }

      .org-markdown-header {
      }

      .org-markdown-header-delimiter {
        /* markdown-header-delimiter-face */
        color: #989898;
      }

      .org-markdown-header-face-1 {
        /* markdown-header-face-1 */
        color: #fff;
        font-weight: bold;
      }

      .org-markdown-header-face-2 {
        /* markdown-header-face-2 */
        color: #d2b580;
        font-weight: bold;
      }

      .org-markdown-header-face-3 {
        /* markdown-header-face-3 */
        color: #82b0ec;
        font-weight: bold;
      }

      .org-markdown-header-face-4 {
        /* markdown-header-face-4 */
        color: #feacd0;
        font-weight: bold;
      }

      .org-markdown-header-face-5 {
        /* markdown-header-face-5 */
        color: #88ca9f;
        font-weight: bold;
      }

      .org-markdown-header-face-6 {
        /* markdown-header-face-6 */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-markdown-header-rule {
        /* markdown-header-rule-face */
        color: #989898;
      }

      .org-markdown-highlight {
        /* markdown-highlight-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-markdown-highlighting {
        /* markdown-highlighting-face */
        color: #fff;
        background-color: #654a39;
      }

      .org-markdown-hr {
        /* markdown-hr-face */
        color: #989898;
      }

      .org-markdown-html-attr-name {
        /* markdown-html-attr-name-face */
        color: #00d3d0;
      }

      .org-markdown-html-attr-value {
        /* markdown-html-attr-value-face */
        color: #79a8ff;
      }

      .org-markdown-html-entity {
        /* markdown-html-entity-face */
        color: #00d3d0;
      }

      .org-markdown-html-tag-delimiter {
        /* markdown-html-tag-delimiter-face */
        color: #989898;
      }

      .org-markdown-html-tag-name {
        /* markdown-html-tag-name-face */
        color: #6ae4b9;
      }

      .org-markdown-inline-code {
        /* markdown-inline-code-face */
        color: #6ae4b9;
      }

      .org-markdown-italic {
        /* markdown-italic-face */
        font-style: italic;
      }

      .org-markdown-language-info {
        /* markdown-language-info-face */
        color: #79a8ff;
      }

      .org-markdown-language-keyword {
        /* markdown-language-keyword-face */
        color: #989898;
        background-color: #1d2235;
      }

      .org-markdown-line-break {
        /* markdown-line-break-face */
        color: #ff5f59;
        text-decoration: underline;
      }

      .org-markdown-link {
        /* markdown-link-face */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-markdown-link-title {
        /* markdown-link-title-face */
        color: #ff9f80;
      }

      .org-markdown-list {
        /* markdown-list-face */
        color: #989898;
      }

      .org-markdown-markup {
        /* markdown-markup-face */
        color: #989898;
      }

      .org-markdown-math {
        /* markdown-math-face */
        color: #79a8ff;
      }

      .org-markdown-metadata-key {
        /* markdown-metadata-key-face */
        font-weight: bold;
      }

      .org-markdown-metadata-value {
        /* markdown-metadata-value-face */
        color: #79a8ff;
      }

      .org-markdown-missing-link {
        /* markdown-missing-link-face */
        color: #fec43f;
        font-weight: bold;
      }

      .org-markdown-plain-url {
        /* markdown-plain-url-face */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-markdown-pre {
        /* markdown-pre-face */
        background-color: #1d2235;
      }

      .org-markdown-reference {
        /* markdown-reference-face */
        color: #989898;
      }

      .org-markdown-strike-through {
        /* markdown-strike-through-face */
        text-decoration: line-through;
      }

      .org-markdown-table {
        /* markdown-table-face */
        color: #c6daff;
      }

      .org-markdown-url {
        /* markdown-url-face */
        color: #c6daff;
      }

      .org-mastodon-boost-fave {
        /* mastodon-boost-fave-face */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-mastodon-cursor-highlight {
        /* mastodon-cursor-highlight-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-mastodon-cw {
        /* mastodon-cw-face */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-mastodon-display-name {
        /* mastodon-display-name-face */
        color: #fec43f;
        font-weight: bold;
      }

      .org-mastodon-handle {
        /* mastodon-handle-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-mastodon-toot-docs {
        /* mastodon-toot-docs-face */
        color: #ff9f80;
      }

      .org-mastodon-toot-docs-reply-text {
        /* mastodon-toot-docs-reply-text-face */
        color: #ff9f80;
      }

      .org-mastodon-widget {
        /* mastodon-widget-face */
        color: #feacd0;
        font-weight: bold;
        text-decoration: underline;
      }

      .org-match {
        /* match */
        color: #fff;
        background-color: #552f5f;
      }

      .org-mcXcursor {
      }

      .org-mcXcursor-bar {
        /* mc/cursor-bar-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-mcXregion {
        /* mc/region-face */
        color: #fff;
        background-color: #555a66;
      }

      .org-menu {
        /* menu */
        color: #fff;
        background-color: #1d2235;
      }

      .org-message-cited-text-1 {
        /* message-cited-text-1 */
        color: #79a8ff;
      }

      .org-message-cited-text-2 {
        /* message-cited-text-2 */
        color: #dfaf7a;
      }

      .org-message-cited-text-3 {
        /* message-cited-text-3 */
        color: #6ae4b9;
      }

      .org-message-cited-text-4 {
        /* message-cited-text-4 */
        color: #ff7f9f;
      }

      .org-message-header-cc {
        /* message-header-cc */
        color: #b6a0ff;
      }

      .org-message-header-name {
        /* message-header-name */
        font-weight: bold;
      }

      .org-message-header-newsgroups {
        /* message-header-newsgroups */
        color: #caa6df;
      }

      .org-message-header-other {
        /* message-header-other */
        color: #caa6df;
      }

      .org-message-header-subject {
        /* message-header-subject */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-message-header-to {
        /* message-header-to */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-message-header-xheader {
        /* message-header-xheader */
        color: #caa6df;
      }

      .org-message-mml {
        /* message-mml */
        color: #2fafff;
      }

      .org-message-separator {
        /* message-separator */
        color: #fff;
        background-color: #2b3045;
      }

      .org-message-signature-separator {
        /* message-signature-separator */
        font-weight: bold;
      }

      .org-minibuffer-prompt {
        /* minibuffer-prompt */
        color: #6ae4b9;
      }

      .org-misc-punctuation {
        /* font-lock-misc-punctuation-face */
        color: #fff;
      }

      .org-mm-command-output {
        /* mm-command-output */
        color: #2fafff;
      }

      .org-mm-uu-extract {
        /* mm-uu-extract */
        color: #2fafff;
      }

      .org-mode-line {
        /* mode-line */
        color: #fff;
        background-color: #484d67;
      }

      .org-mode-line-active {
        /* mode-line-active */
        color: #fff;
        background-color: #484d67;
      }

      .org-mode-line-buffer-id {
        /* mode-line-buffer-id */
        font-weight: bold;
      }

      .org-mode-line-emphasis {
        /* mode-line-emphasis */
        color: #9fefff;
        font-weight: bold;
      }

      .org-mode-line-highlight {
        /* mode-line-highlight */
        color: #fff;
        background-color: #45605e;
      }

      .org-mode-line-inactive {
        /* mode-line-inactive */
        color: #969696;
        background-color: #292d48;
      }

      .org-modus-themes-bold {
      }

      .org-modus-themes-button {
        /* modus-themes-button */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-modus-themes-completion-match-0 {
        /* modus-themes-completion-match-0 */
        color: #00bcff;
        font-weight: bold;
      }

      .org-modus-themes-completion-match-1 {
        /* modus-themes-completion-match-1 */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-modus-themes-completion-match-2 {
        /* modus-themes-completion-match-2 */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-modus-themes-completion-match-3 {
        /* modus-themes-completion-match-3 */
        color: #d0bc00;
        font-weight: bold;
      }

      .org-modus-themes-completion-selected {
        /* modus-themes-completion-selected */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-modus-themes-fg-blue {
        /* modus-themes-fg-blue */
        color: #2fafff;
      }

      .org-modus-themes-fg-blue-cooler {
        /* modus-themes-fg-blue-cooler */
        color: #00bcff;
      }

      .org-modus-themes-fg-blue-faint {
        /* modus-themes-fg-blue-faint */
        color: #82b0ec;
      }

      .org-modus-themes-fg-blue-intense {
        /* modus-themes-fg-blue-intense */
        color: #338fff;
      }

      .org-modus-themes-fg-blue-warmer {
        /* modus-themes-fg-blue-warmer */
        color: #79a8ff;
      }

      .org-modus-themes-fg-cyan {
        /* modus-themes-fg-cyan */
        color: #00d3d0;
      }

      .org-modus-themes-fg-cyan-cooler {
        /* modus-themes-fg-cyan-cooler */
        color: #6ae4b9;
      }

      .org-modus-themes-fg-cyan-faint {
        /* modus-themes-fg-cyan-faint */
        color: #9ac8e0;
      }

      .org-modus-themes-fg-cyan-intense {
        /* modus-themes-fg-cyan-intense */
        color: #00eff0;
      }

      .org-modus-themes-fg-cyan-warmer {
        /* modus-themes-fg-cyan-warmer */
        color: #4ae2f0;
      }

      .org-modus-themes-fg-green {
        /* modus-themes-fg-green */
        color: #44bc44;
      }

      .org-modus-themes-fg-green-cooler {
        /* modus-themes-fg-green-cooler */
        color: #00c06f;
      }

      .org-modus-themes-fg-green-faint {
        /* modus-themes-fg-green-faint */
        color: #88ca9f;
      }

      .org-modus-themes-fg-green-intense {
        /* modus-themes-fg-green-intense */
        color: #44df44;
      }

      .org-modus-themes-fg-green-warmer {
        /* modus-themes-fg-green-warmer */
        color: #70b900;
      }

      .org-modus-themes-fg-magenta {
        /* modus-themes-fg-magenta */
        color: #feacd0;
      }

      .org-modus-themes-fg-magenta-cooler {
        /* modus-themes-fg-magenta-cooler */
        color: #b6a0ff;
      }

      .org-modus-themes-fg-magenta-faint {
        /* modus-themes-fg-magenta-faint */
        color: #caa6df;
      }

      .org-modus-themes-fg-magenta-intense {
        /* modus-themes-fg-magenta-intense */
        color: #f6f;
      }

      .org-modus-themes-fg-magenta-warmer {
        /* modus-themes-fg-magenta-warmer */
        color: #f78fe7;
      }

      .org-modus-themes-fg-red {
        /* modus-themes-fg-red */
        color: #ff5f59;
      }

      .org-modus-themes-fg-red-cooler {
        /* modus-themes-fg-red-cooler */
        color: #ff7f9f;
      }

      .org-modus-themes-fg-red-faint {
        /* modus-themes-fg-red-faint */
        color: #ff9f80;
      }

      .org-modus-themes-fg-red-intense {
        /* modus-themes-fg-red-intense */
        color: #ff5f5f;
      }

      .org-modus-themes-fg-red-warmer {
        /* modus-themes-fg-red-warmer */
        color: #ff6b55;
      }

      .org-modus-themes-fg-yellow {
        /* modus-themes-fg-yellow */
        color: #d0bc00;
      }

      .org-modus-themes-fg-yellow-cooler {
        /* modus-themes-fg-yellow-cooler */
        color: #dfaf7a;
      }

      .org-modus-themes-fg-yellow-faint {
        /* modus-themes-fg-yellow-faint */
        color: #d2b580;
      }

      .org-modus-themes-fg-yellow-intense {
        /* modus-themes-fg-yellow-intense */
        color: #efef00;
      }

      .org-modus-themes-fg-yellow-warmer {
        /* modus-themes-fg-yellow-warmer */
        color: #fec43f;
      }

      .org-modus-themes-fixed-pitch {
      }

      .org-modus-themes-heading-0 {
        /* modus-themes-heading-0 */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-modus-themes-heading-1 {
        /* modus-themes-heading-1 */
        color: #fff;
        font-weight: bold;
      }

      .org-modus-themes-heading-2 {
        /* modus-themes-heading-2 */
        color: #d2b580;
        font-weight: bold;
      }

      .org-modus-themes-heading-3 {
        /* modus-themes-heading-3 */
        color: #82b0ec;
        font-weight: bold;
      }

      .org-modus-themes-heading-4 {
        /* modus-themes-heading-4 */
        color: #feacd0;
        font-weight: bold;
      }

      .org-modus-themes-heading-5 {
        /* modus-themes-heading-5 */
        color: #88ca9f;
        font-weight: bold;
      }

      .org-modus-themes-heading-6 {
        /* modus-themes-heading-6 */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-modus-themes-heading-7 {
        /* modus-themes-heading-7 */
        color: #9ac8e0;
        font-weight: bold;
      }

      .org-modus-themes-heading-8 {
        /* modus-themes-heading-8 */
        color: #989898;
        font-weight: bold;
      }

      .org-modus-themes-intense-blue {
        /* modus-themes-intense-blue */
        color: #fff;
        background-color: #1640b0;
      }

      .org-modus-themes-intense-cyan {
        /* modus-themes-intense-cyan */
        color: #fff;
        background-color: #2266ae;
      }

      .org-modus-themes-intense-green {
        /* modus-themes-intense-green */
        color: #fff;
        background-color: #2f822f;
      }

      .org-modus-themes-intense-magenta {
        /* modus-themes-intense-magenta */
        color: #fff;
        background-color: #7030af;
      }

      .org-modus-themes-intense-red {
        /* modus-themes-intense-red */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-modus-themes-intense-yellow {
        /* modus-themes-intense-yellow */
        color: #fff;
        background-color: #7a6100;
      }

      .org-modus-themes-lang-error {
        /* modus-themes-lang-error */
        text-decoration: underline;
      }

      .org-modus-themes-lang-note {
        /* modus-themes-lang-note */
        text-decoration: underline;
      }

      .org-modus-themes-lang-warning {
        /* modus-themes-lang-warning */
        text-decoration: underline;
      }

      .org-modus-themes-mark-alt {
        /* modus-themes-mark-alt */
        color: #d0bc00;
        background-color: #4a4000;
        font-weight: bold;
      }

      .org-modus-themes-mark-del {
        /* modus-themes-mark-del */
        color: #ff7f9f;
        background-color: #620f2a;
        font-weight: bold;
      }

      .org-modus-themes-mark-sel {
        /* modus-themes-mark-sel */
        color: #00d3d0;
        background-color: #004065;
        font-weight: bold;
      }

      .org-modus-themes-nuanced-blue {
        /* modus-themes-nuanced-blue */
        background-color: #12154a;
      }

      .org-modus-themes-nuanced-cyan {
        /* modus-themes-nuanced-cyan */
        background-color: #042837;
      }

      .org-modus-themes-nuanced-green {
        /* modus-themes-nuanced-green */
        background-color: #092f1f;
      }

      .org-modus-themes-nuanced-magenta {
        /* modus-themes-nuanced-magenta */
        background-color: #2f0c3f;
      }

      .org-modus-themes-nuanced-red {
        /* modus-themes-nuanced-red */
        background-color: #3a0c14;
      }

      .org-modus-themes-nuanced-yellow {
        /* modus-themes-nuanced-yellow */
        background-color: #381d0f;
      }

      .org-modus-themes-prominent-error {
        /* modus-themes-prominent-error */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-modus-themes-prominent-note {
        /* modus-themes-prominent-note */
        color: #fff;
        background-color: #2266ae;
      }

      .org-modus-themes-prominent-warning {
        /* modus-themes-prominent-warning */
        color: #fff;
        background-color: #7a6100;
      }

      .org-modus-themes-prompt {
        /* modus-themes-prompt */
        color: #6ae4b9;
      }

      .org-modus-themes-prose-code {
        /* modus-themes-prose-code */
        color: #6ae4b9;
      }

      .org-modus-themes-prose-macro {
        /* modus-themes-prose-macro */
        color: #b6a0ff;
      }

      .org-modus-themes-prose-verbatim {
        /* modus-themes-prose-verbatim */
        color: #f78fe7;
      }

      .org-modus-themes-reset-soft {
        /* modus-themes-reset-soft */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-modus-themes-search-current {
        /* modus-themes-search-current */
        color: #fff;
        background-color: #7a6100;
      }

      .org-modus-themes-search-lazy {
        /* modus-themes-search-lazy */
        color: #fff;
        background-color: #2266ae;
      }

      .org-modus-themes-search-replace {
        /* modus-themes-search-replace */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-modus-themes-search-rx-group-0 {
        /* modus-themes-search-rx-group-0 */
        color: #fff;
        background-color: #1640b0;
      }

      .org-modus-themes-search-rx-group-1 {
        /* modus-themes-search-rx-group-1 */
        color: #fff;
        background-color: #2f822f;
      }

      .org-modus-themes-search-rx-group-2 {
        /* modus-themes-search-rx-group-2 */
        color: #fff;
        background-color: #620f2a;
      }

      .org-modus-themes-search-rx-group-3 {
        /* modus-themes-search-rx-group-3 */
        color: #fff;
        background-color: #552f5f;
      }

      .org-modus-themes-slant {
      }

      .org-modus-themes-subtle-blue {
        /* modus-themes-subtle-blue */
        color: #fff;
        background-color: #242679;
      }

      .org-modus-themes-subtle-cyan {
        /* modus-themes-subtle-cyan */
        color: #fff;
        background-color: #004065;
      }

      .org-modus-themes-subtle-green {
        /* modus-themes-subtle-green */
        color: #fff;
        background-color: #00422a;
      }

      .org-modus-themes-subtle-magenta {
        /* modus-themes-subtle-magenta */
        color: #fff;
        background-color: #552f5f;
      }

      .org-modus-themes-subtle-red {
        /* modus-themes-subtle-red */
        color: #fff;
        background-color: #620f2a;
      }

      .org-modus-themes-subtle-yellow {
        /* modus-themes-subtle-yellow */
        color: #fff;
        background-color: #4a4000;
      }

      .org-modus-themes-ui-variable-pitch {
      }

      .org-mouse {
      }

      .org-mouse-drag-and-drop-region {
        /* mouse-drag-and-drop-region */
        color: #fff;
        background-color: #555a66;
      }

      .org-my-practise-steno-base {
      }

      .org-my-practise-steno-correct {
        /* my-practise-steno-correct */
        color: #0f0;
      }

      .org-my-practise-steno-highlight {
        /* my-practise-steno-highlight */
        color: #000;
        background-color: #fff;
      }

      .org-my-practise-steno-wrong {
        /* my-practise-steno-wrong */
        color: #f00;
      }

      .org-nameless {
        /* nameless-face */
        color: #6ae4b9;
      }

      .org-negation-char {
        /* font-lock-negation-char-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-next-error {
        /* next-error */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-next-error-message {
        /* next-error-message */
        color: #fff;
        background-color: #45605e;
      }

      .org-nobreak-hyphen {
        /* nobreak-hyphen */
        color: #ff5f59;
      }

      .org-nobreak-space {
        /* nobreak-space */
        color: #ff5f59;
        text-decoration: underline;
      }

      .org-notmuch-crypto-decryption {
        /* notmuch-crypto-decryption */
        font-weight: bold;
      }

      .org-notmuch-crypto-part-header {
        /* notmuch-crypto-part-header */
        color: #2fafff;
      }

      .org-notmuch-crypto-signature-bad {
        /* notmuch-crypto-signature-bad */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-notmuch-crypto-signature-good {
        /* notmuch-crypto-signature-good */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-notmuch-crypto-signature-good-key {
        /* notmuch-crypto-signature-good-key */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-notmuch-crypto-signature-unknown {
        /* notmuch-crypto-signature-unknown */
        color: #fec43f;
        font-weight: bold;
      }

      .org-notmuch-hello-logo-background {
        /* notmuch-hello-logo-background */
        background-color: #5f5f5f;
      }

      .org-notmuch-jump-key {
        /* notmuch-jump-key */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-notmuch-message-summary {
        /* notmuch-message-summary-face */
        background-color: #2b3045;
        font-weight: bold;
      }

      .org-notmuch-search-count {
        /* notmuch-search-count */
        color: #989898;
      }

      .org-notmuch-search-date {
        /* notmuch-search-date */
        color: #00d3d0;
      }

      .org-notmuch-search-flagged {
        /* notmuch-search-flagged-face */
        color: #b6a0ff;
      }

      .org-notmuch-search-matching-authors {
        /* notmuch-search-matching-authors */
        color: #b6a0ff;
      }

      .org-notmuch-search-non-matching-authors {
        /* notmuch-search-non-matching-authors */
        color: #989898;
      }

      .org-notmuch-search-subject {
        /* notmuch-search-subject */
        color: #fff;
      }

      .org-notmuch-search-unread {
        /* notmuch-search-unread-face */
        font-weight: bold;
      }

      .org-notmuch-tag {
        /* notmuch-tag-face */
        color: #00bcff;
      }

      .org-notmuch-tag-added {
        /* notmuch-tag-added */
        text-decoration: underline;
      }

      .org-notmuch-tag-deleted {
        /* notmuch-tag-deleted */
        text-decoration: line-through;
      }

      .org-notmuch-tag-flagged {
        /* notmuch-tag-flagged */
        color: #b6a0ff;
      }

      .org-notmuch-tag-unread {
        /* notmuch-tag-unread */
        color: #f78fe7;
      }

      .org-notmuch-tree-match {
        /* notmuch-tree-match-face */
        color: #989898;
      }

      .org-notmuch-tree-match-author {
        /* notmuch-tree-match-author-face */
        color: #b6a0ff;
      }

      .org-notmuch-tree-match-date {
        /* notmuch-tree-match-date-face */
        color: #00d3d0;
      }

      .org-notmuch-tree-match-subject {
        /* notmuch-tree-match-subject-face */
        color: #fff;
      }

      .org-notmuch-tree-match-tag {
        /* notmuch-tree-match-tag-face */
        color: #00bcff;
      }

      .org-notmuch-tree-match-tree {
      }

      .org-notmuch-tree-no-match {
        /* notmuch-tree-no-match-face */
        color: #989898;
      }

      .org-notmuch-tree-no-match-author {
      }

      .org-notmuch-tree-no-match-date {
        /* notmuch-tree-no-match-date-face */
        color: #989898;
      }

      .org-notmuch-tree-no-match-subject {
      }

      .org-notmuch-tree-no-match-tag {
      }

      .org-notmuch-tree-no-match-tree {
      }

      .org-notmuch-wash-cited-text {
        /* notmuch-wash-cited-text */
        color: #79a8ff;
      }

      .org-notmuch-wash-toggle-button {
        /* notmuch-wash-toggle-button */
        background-color: #1d2235;
      }

      .org-number {
        /* font-lock-number-face */
        color: #fff;
      }

      .org-oddmuse-new-page {
        /* oddmuse-new-page-face */
        background-color: #8b0000;
      }

      .org-operator {
        /* font-lock-operator-face */
        color: #fff;
      }

      .org-orderless-match-face-0 {
        /* orderless-match-face-0 */
        color: #00bcff;
        font-weight: bold;
      }

      .org-orderless-match-face-1 {
        /* orderless-match-face-1 */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-orderless-match-face-2 {
        /* orderless-match-face-2 */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-orderless-match-face-3 {
        /* orderless-match-face-3 */
        color: #d0bc00;
        font-weight: bold;
      }

      .org-org-agenda-calendar-daterange {
        /* org-agenda-calendar-daterange */
        color: #c6daff;
      }

      .org-org-agenda-calendar-event {
        /* org-agenda-calendar-event */
        color: #c6daff;
      }

      .org-org-agenda-clocking {
        /* org-agenda-clocking */
        color: #dfaf7a;
        background-color: #381d0f;
        font-weight: bold;
      }

      .org-org-agenda-column-dateline {
        /* org-agenda-column-dateline */
        background-color: #2b3045;
      }

      .org-org-agenda-current-time {
        /* org-agenda-current-time */
        color: #fff;
      }

      .org-org-agenda-date {
        /* org-agenda-date */
        color: #00d3d0;
        font-weight: bold;
      }

      .org-org-agenda-date-today {
        /* org-agenda-date-today */
        color: #00d3d0;
        font-weight: bold;
        text-decoration: underline;
      }

      .org-org-agenda-date-weekend {
        /* org-agenda-date-weekend */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-org-agenda-date-weekend-today {
        /* org-agenda-date-weekend-today */
        color: #ff9f80;
        font-weight: bold;
        text-decoration: underline;
      }

      .org-org-agenda-diary {
        /* org-agenda-diary */
        color: #c6daff;
      }

      .org-org-agenda-dimmed-todo {
        /* org-agenda-dimmed-todo-face */
        color: #989898;
      }

      .org-org-agenda-done {
        /* org-agenda-done */
        color: #44bc44;
      }

      .org-org-agenda-filter-category {
        /* org-agenda-filter-category */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-org-agenda-filter-effort {
        /* org-agenda-filter-effort */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-org-agenda-filter-regexp {
        /* org-agenda-filter-regexp */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-org-agenda-filter-tags {
        /* org-agenda-filter-tags */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-org-agenda-restriction-lock {
        /* org-agenda-restriction-lock */
        color: #989898;
        background-color: #1d2235;
      }

      .org-org-agenda-structure {
        /* org-agenda-structure */
        color: #c6daff;
        font-weight: bold;
      }

      .org-org-agenda-structure-filter {
        /* org-agenda-structure-filter */
        color: #fec43f;
        font-weight: bold;
      }

      .org-org-agenda-structure-secondary {
        /* org-agenda-structure-secondary */
        color: #9ac8e0;
      }

      .org-org-archived {
        /* org-archived */
        color: #fff;
        background-color: #2b3045;
      }

      .org-org-block {
        /* org-block */
        background-color: #1d2235;
      }

      .org-org-block-begin-line {
        /* org-block-begin-line */
        color: #989898;
        background-color: #1d2235;
      }

      .org-org-block-end-line {
        /* org-block-end-line */
        color: #989898;
        background-color: #1d2235;
      }

      .org-org-checkbox {
        /* org-checkbox */
        color: #fec43f;
      }

      .org-org-checkbox-statistics-done {
        /* org-checkbox-statistics-done */
        color: #44bc44;
      }

      .org-org-checkbox-statistics-todo {
        /* org-checkbox-statistics-todo */
        color: #ff5f59;
      }

      .org-org-cite {
        /* org-cite */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-org-cite-key {
        /* org-cite-key */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-org-clock-overlay {
        /* org-clock-overlay */
        color: #fff;
        background-color: #654a39;
      }

      .org-org-code {
        /* org-code */
        color: #6ae4b9;
      }

      .org-org-column {
        /* org-column */
        color: #fff;
        background-color: #1d2235;
      }

      .org-org-date {
        /* org-date */
        color: #00d3d0;
      }

      .org-org-date-selected {
        /* org-date-selected */
        color: #00d3d0;
      }

      .org-org-default {
        /* org-default */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-org-dispatcher-highlight {
        /* org-dispatcher-highlight */
        color: #fff;
        background-color: #654a39;
      }

      .org-org-document-info {
        /* org-document-info */
        color: #c6daff;
      }

      .org-org-document-info-keyword {
        /* org-document-info-keyword */
        color: #989898;
      }

      .org-org-document-title {
        /* org-document-title */
        color: #6ae4b9;
        font-size: 200%;
        font-weight: bold;
      }

      .org-org-done {
        /* org-done */
        color: #44bc44;
      }

      .org-org-drawer {
        /* org-drawer */
        color: #989898;
      }

      .org-org-ellipsis {
      }

      .org-org-footnote {
        /* org-footnote */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-org-formula {
        /* org-formula */
        color: #f78fe7;
      }

      .org-org-habit-alert {
        /* org-habit-alert-face */
        color: #000;
        background-color: #f1e00a;
      }

      .org-org-habit-alert-future {
        /* org-habit-alert-future-face */
        background-color: #b08940;
      }

      .org-org-habit-clear {
        /* org-habit-clear-face */
        color: #000;
        background-color: #2fafef;
      }

      .org-org-habit-clear-future {
        /* org-habit-clear-future-face */
        background-color: #1f2f8f;
      }

      .org-org-habit-overdue {
        /* org-habit-overdue-face */
        background-color: #b52c2c;
      }

      .org-org-habit-overdue-future {
        /* org-habit-overdue-future-face */
        background-color: #702020;
      }

      .org-org-habit-ready {
        /* org-habit-ready-face */
        color: #000;
        background-color: #0fed00;
      }

      .org-org-habit-ready-future {
        /* org-habit-ready-future-face */
        background-color: #007800;
      }

      .org-org-headline-done {
        /* org-headline-done */
        color: #44bc44;
      }

      .org-org-headline-todo {
        /* org-headline-todo */
        color: #ff5f59;
      }

      .org-org-hide {
        /* org-hide */
        color: #0d0e1c;
      }

      .org-org-imminent-deadline {
        /* org-imminent-deadline */
        color: #ff5f59;
      }

      .org-org-inline-src-block {
        /* org-inline-src-block */
        background-color: #1d2235;
      }

      .org-org-latex-and-related {
        /* org-latex-and-related */
        color: #6ae4b9;
      }

      .org-org-level-1 {
        /* org-level-1 */
        color: #fff;
        font-size: 200%;
        font-weight: bold;
      }

      .org-org-level-2 {
        /* org-level-2 */
        color: #d2b580;
        font-size: 150%;
        font-weight: bold;
      }

      .org-org-level-3 {
        /* org-level-3 */
        color: #82b0ec;
        font-size: 125%;
        font-weight: bold;
      }

      .org-org-level-4 {
        /* org-level-4 */
        color: #feacd0;
        font-size: 110%;
        font-weight: bold;
      }

      .org-org-level-5 {
        /* org-level-5 */
        color: #88ca9f;
        font-weight: bold;
      }

      .org-org-level-6 {
        /* org-level-6 */
        color: #fff;
        font-weight: bold;
      }

      .org-org-level-7 {
        /* org-level-7 */
        color: #fff;
        font-weight: bold;
      }

      .org-org-level-8 {
        /* org-level-8 */
        color: #fff;
        font-weight: bold;
      }

      .org-org-link {
        /* org-link */
        color: #4169e1;
        text-decoration: underline;
      }

      .org-org-list-dt {
        /* org-list-dt */
        font-weight: bold;
      }

      .org-org-macro {
        /* org-macro */
        color: #b6a0ff;
      }

      .org-org-meta-line {
        /* org-meta-line */
        color: #989898;
      }

      .org-org-mode-line-clock {
      }

      .org-org-mode-line-clock-overrun {
        /* org-mode-line-clock-overrun */
        color: #ffa9bf;
        font-weight: bold;
      }

      .org-org-priority {
        /* org-priority */
        color: #caa6df;
      }

      .org-org-property-value {
        /* org-property-value */
        color: #c6daff;
      }

      .org-org-quote {
        /* org-quote */
        background-color: #1d2235;
      }

      .org-org-scheduled {
        /* org-scheduled */
        color: #fec43f;
      }

      .org-org-scheduled-previously {
        /* org-scheduled-previously */
        color: #fec43f;
      }

      .org-org-sexp-date {
        /* org-sexp-date */
        color: #00d3d0;
      }

      .org-org-special-keyword {
        /* org-special-keyword */
        color: #989898;
      }

      .org-org-super-agenda-header {
        /* org-super-agenda-header */
        color: #c6daff;
        font-weight: bold;
      }

      .org-org-table {
        /* org-table */
        color: #c6daff;
      }

      .org-org-table-row {
        /* org-table-row */
        color: #c6daff;
      }

      .org-org-target {
        /* org-target */
        text-decoration: underline;
      }

      .org-org-time-grid {
        /* org-time-grid */
        color: #989898;
      }

      .org-org-todo {
        /* org-todo */
        color: #ff5f59;
      }

      .org-org-upcoming-deadline {
        /* org-upcoming-deadline */
        color: #ff5f59;
      }

      .org-org-upcoming-distant-deadline {
        /* org-upcoming-distant-deadline */
        color: #ff5f59;
      }

      .org-org-verbatim {
        /* org-verbatim */
        color: #f78fe7;
      }

      .org-org-verse {
        /* org-verse */
        background-color: #1d2235;
      }

      .org-org-warning {
        /* org-warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-orgpan-spaceline {
        /* orgpan-spaceline */
        font-size: 20%;
      }

      .org-outline-1 {
        /* outline-1 */
        color: #fff;
        font-weight: bold;
      }

      .org-outline-2 {
        /* outline-2 */
        color: #d2b580;
        font-weight: bold;
      }

      .org-outline-3 {
        /* outline-3 */
        color: #82b0ec;
        font-weight: bold;
      }

      .org-outline-4 {
        /* outline-4 */
        color: #feacd0;
        font-weight: bold;
      }

      .org-outline-5 {
        /* outline-5 */
        color: #88ca9f;
        font-weight: bold;
      }

      .org-outline-6 {
        /* outline-6 */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-outline-7 {
        /* outline-7 */
        color: #9ac8e0;
        font-weight: bold;
      }

      .org-outline-8 {
        /* outline-8 */
        color: #989898;
        font-weight: bold;
      }

      .org-package-description {
        /* package-description */
        color: #9ac8e0;
      }

      .org-package-help-section-name {
        /* package-help-section-name */
        font-weight: bold;
      }

      .org-package-name {
        /* package-name */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-package-status-avail-obso {
        /* package-status-avail-obso */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-package-status-available {
        /* package-status-available */
        color: #00d3d0;
      }

      .org-package-status-built-in {
        /* package-status-built-in */
        color: #f78fe7;
      }

      .org-package-status-dependency {
        /* package-status-dependency */
        color: #fec43f;
      }

      .org-package-status-disabled {
        /* package-status-disabled */
        color: #ff5f59;
        font-weight: bold;
        text-decoration: line-through;
      }

      .org-package-status-external {
        /* package-status-external */
        color: #f78fe7;
      }

      .org-package-status-from-source {
        /* package-status-from-source */
        color: #6ae4b9;
      }

      .org-package-status-held {
        /* package-status-held */
        color: #fec43f;
      }

      .org-package-status-incompat {
        /* package-status-incompat */
        color: #fec43f;
        font-weight: bold;
      }

      .org-package-status-installed {
        /* package-status-installed */
        color: #c6daff;
      }

      .org-package-status-new {
        /* package-status-new */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-package-status-unsigned {
        /* package-status-unsigned */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-pdf-isearch-batch {
        /* pdf-isearch-batch */
        color: #fff;
        background-color: #552f5f;
      }

      .org-pdf-isearch-lazy {
        /* pdf-isearch-lazy */
        color: #fff;
        background-color: #2266ae;
      }

      .org-pdf-isearch-match {
        /* pdf-isearch-match */
        color: #fff;
        background-color: #7a6100;
      }

      .org-pdf-links-read-link {
        /* pdf-links-read-link */
        color: #7030af;
        background-color: #fff;
        font-weight: bold;
      }

      .org-pdf-occur-document {
        /* pdf-occur-document-face */
        color: #989898;
      }

      .org-pdf-occur-page {
        /* pdf-occur-page-face */
        color: #989898;
      }

      .org-pdf-view-rectangle {
        /* pdf-view-rectangle */
        color: #fff;
        background-color: #45605e;
      }

      .org-pdf-view-region {
        /* pdf-view-region */
        color: #fff;
        background-color: #555a66;
      }

      .org-preprocessor {
        /* font-lock-preprocessor-face */
        color: #ff7f9f;
      }

      .org-prescient-primary-highlight {
        /* prescient-primary-highlight */
        color: #00bcff;
        font-weight: bold;
      }

      .org-prescient-secondary-highlight {
        /* prescient-secondary-highlight */
        color: #f78fe7;
        font-weight: bold;
      }

      .org-property-name {
        /* font-lock-property-name-face */
        color: #00d3d0;
      }

      .org-property-use {
        /* font-lock-property-use-face */
        color: #00d3d0;
      }

      .org-pulse-highlight {
        /* pulse-highlight-face */
        background-color: #AA3;
      }

      .org-pulse-highlight-start {
        /* pulse-highlight-start-face */
        background-color: #1640b0;
      }

      .org-punctuation {
        /* font-lock-punctuation-face */
        color: #fff;
      }

      .org-qrencode {
        /* qrencode-face */
        color: #000;
        background-color: #fff;
      }

      .org-query-replace {
        /* query-replace */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-read-multiple-choice {
        /* read-multiple-choice-face */
        color: #00d3d0;
        background-color: #004065;
        font-weight: bold;
      }

      .org-rectangle-preview {
        /* rectangle-preview */
        color: #fff;
        background-color: #654a39;
      }

      .org-regexp {
        /* font-lock-regexp-face */
        color: #79a8ff;
      }

      .org-regexp-grouping-backslash {
        /* font-lock-regexp-grouping-backslash */
        color: #feacd0;
      }

      .org-regexp-grouping-construct {
        /* font-lock-regexp-grouping-construct */
        color: #00c06f;
      }

      .org-region {
        /* region */
        color: #fff;
        background-color: #555a66;
      }

      .org-rjsx-attr {
        /* rjsx-attr */
        color: #00d3d0;
      }

      .org-rjsx-tag {
        /* rjsx-tag */
        color: #feacd0;
      }

      .org-rjsx-tag-bracket {
        /* rjsx-tag-bracket-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-rjsx-text {
        /* rjsx-text */
        color: #79a8ff;
      }

      .org-scroll-bar {
        /* scroll-bar */
        color: #61647a;
        background-color: #1d2235;
      }

      .org-secondary-selection {
        /* secondary-selection */
        color: #fff;
        background-color: #654a39;
      }

      .org-semantic-highlight-edits {
        /* semantic-highlight-edits-face */
        background-color: #333;
      }

      .org-semantic-highlight-func-current-tag {
        /* semantic-highlight-func-current-tag-face */
        background-color: #333;
      }

      .org-semantic-unmatched-syntax {
        /* semantic-unmatched-syntax-face */
        text-decoration: underline;
      }

      .org-separator-line {
        /* separator-line */
        text-decoration: underline;
      }

      .org-sgml-namespace {
        /* sgml-namespace */
        color: #f78fe7;
      }

      .org-sh-escaped-newline {
        /* sh-escaped-newline */
        color: #79a8ff;
      }

      .org-sh-heredoc {
        /* sh-heredoc */
        color: #79a8ff;
      }

      .org-sh-quoted-exec {
        /* sh-quoted-exec */
        color: #f78fe7;
      }

      .org-shadow {
        /* shadow */
        color: #989898;
      }

      .org-shortdoc-heading {
        /* shortdoc-heading */
        font-weight: bold;
      }

      .org-shortdoc-section {
      }

      .org-show-paren-match {
        /* show-paren-match */
        color: #fff;
        background-color: #5f789f;
      }

      .org-show-paren-match-expression {
        /* show-paren-match-expression */
        background-color: #453040;
      }

      .org-show-paren-mismatch {
        /* show-paren-mismatch */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-shr-abbreviation {
        /* shr-abbreviation */
        text-decoration: underline;
      }

      .org-shr-code {
        /* shr-code */
        color: #f78fe7;
      }

      .org-shr-h1 {
        /* shr-h1 */
        color: #fff;
        font-weight: bold;
      }

      .org-shr-h2 {
        /* shr-h2 */
        color: #d2b580;
        font-weight: bold;
      }

      .org-shr-h3 {
        /* shr-h3 */
        color: #82b0ec;
        font-weight: bold;
      }

      .org-shr-h4 {
        /* shr-h4 */
        color: #feacd0;
        font-weight: bold;
      }

      .org-shr-h5 {
        /* shr-h5 */
        color: #88ca9f;
        font-weight: bold;
      }

      .org-shr-h6 {
        /* shr-h6 */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-shr-link {
        /* shr-link */
        color: #79a8ff;
        text-decoration: underline;
      }

      .org-shr-mark {
        /* shr-mark */
        color: #fff;
        background-color: #552f5f;
      }

      .org-shr-selected-link {
        /* shr-selected-link */
        color: #00d3d0;
        background-color: #004065;
        font-weight: bold;
      }

      .org-shr-sliced-image {
      }

      .org-shr-strike-through {
        /* shr-strike-through */
        text-decoration: line-through;
      }

      .org-shr-sup {
        /* shr-sup */
        font-size: 80%;
      }

      .org-shr-text {
        /* shr-text */
        font-size: 110%;
      }

      .org-smerge-base {
        /* smerge-base */
        color: #efef80;
        background-color: #363300;
      }

      .org-smerge-lower {
        /* smerge-lower */
        color: #a0e0a0;
        background-color: #003a2f;
      }

      .org-smerge-markers {
      }

      .org-smerge-refined-added {
        /* smerge-refined-added */
        color: #a0e0a0;
        background-color: #035542;
      }

      .org-smerge-refined-changed {
      }

      .org-smerge-refined-removed {
        /* smerge-refined-removed */
        color: #ffbfbf;
        background-color: #781a3a;
      }

      .org-smerge-upper {
        /* smerge-upper */
        color: #ffbfbf;
        background-color: #4f1127;
      }

      .org-sp-pair-overlay {
        /* sp-pair-overlay-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-sp-show-pair-enclosing {
        /* sp-show-pair-enclosing */
        color: #fff;
        background-color: #45605e;
      }

      .org-sp-show-pair-match {
        /* sp-show-pair-match-face */
        color: #fff;
        background-color: #5f789f;
      }

      .org-sp-show-pair-match-content {
      }

      .org-sp-show-pair-mismatch {
        /* sp-show-pair-mismatch-face */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-sp-wrap-overlay {
        /* sp-wrap-overlay-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-sp-wrap-overlay-closing-pair {
        /* sp-wrap-overlay-closing-pair */
        color: #f00;
        background-color: #45605e;
      }

      .org-sp-wrap-overlay-opening-pair {
        /* sp-wrap-overlay-opening-pair */
        color: #0f0;
        background-color: #45605e;
      }

      .org-sp-wrap-tag-overlay {
        /* sp-wrap-tag-overlay-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-string {
        /* font-lock-string-face */
        color: #79a8ff;
      }

      .org-subed-ass-text {
      }

      .org-subed-srt-text {
      }

      .org-subed-vtt-text {
      }

      .org-subed-word-data {
        /* subed-word-data-face */
        color: #90ee90;
      }

      .org-success {
        /* success */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-symbol-overlay-default {
        /* symbol-overlay-default-face */
        background-color: #2b3045;
      }

      .org-symbol-overlay-face-1 {
        /* symbol-overlay-face-1 */
        color: #fff;
        background-color: #1640b0;
      }

      .org-symbol-overlay-face-2 {
        /* symbol-overlay-face-2 */
        color: #fff;
        background-color: #7030af;
      }

      .org-symbol-overlay-face-3 {
        /* symbol-overlay-face-3 */
        color: #fff;
        background-color: #7a6100;
      }

      .org-symbol-overlay-face-4 {
        /* symbol-overlay-face-4 */
        color: #fff;
        background-color: #7030af;
      }

      .org-symbol-overlay-face-5 {
        /* symbol-overlay-face-5 */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-symbol-overlay-face-6 {
        /* symbol-overlay-face-6 */
        color: #fff;
        background-color: #9d1f1f;
      }

      .org-symbol-overlay-face-7 {
        /* symbol-overlay-face-7 */
        color: #fff;
        background-color: #2266ae;
      }

      .org-symbol-overlay-face-8 {
        /* symbol-overlay-face-8 */
        color: #fff;
        background-color: #2266ae;
      }

      .org-tab-bar {
        /* tab-bar */
        background-color: #2c3045;
      }

      .org-tab-bar-tab {
        /* tab-bar-tab */
        background-color: #0d0e1c;
        font-weight: bold;
      }

      .org-tab-bar-tab-group-current {
        /* tab-bar-tab-group-current */
        color: #c6daff;
        background-color: #0d0e1c;
        font-weight: bold;
      }

      .org-tab-bar-tab-group-inactive {
        /* tab-bar-tab-group-inactive */
        color: #c6daff;
        background-color: #2c3045;
      }

      .org-tab-bar-tab-inactive {
        /* tab-bar-tab-inactive */
        background-color: #4a4f6a;
      }

      .org-tab-bar-tab-ungrouped {
        /* tab-bar-tab-ungrouped */
        background-color: #4a4f6a;
      }

      .org-tab-line {
        /* tab-line */
        background-color: #2c3045;
        font-size: 95%;
      }

      .org-table-cell {
        /* table-cell */
        background-color: #1d2235;
      }

      .org-tabulated-list-fake-header {
        /* tabulated-list-fake-header */
        font-weight: bold;
        text-decoration: underline;
        text-decoration: overline;
      }

      .org-term {
        /* term */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-term-bold {
        /* term-bold */
        font-weight: bold;
      }

      .org-term-color-black {
        /* term-color-black */
        color: #595959;
        background-color: #595959;
      }

      .org-term-color-blue {
        /* term-color-blue */
        color: #2fafff;
        background-color: #2fafff;
      }

      .org-term-color-bright-black {
        /* term-color-bright-black */
        color: #595959;
        background-color: #595959;
      }

      .org-term-color-bright-blue {
        /* term-color-bright-blue */
        color: #79a8ff;
        background-color: #79a8ff;
      }

      .org-term-color-bright-cyan {
        /* term-color-bright-cyan */
        color: #6ae4b9;
        background-color: #6ae4b9;
      }

      .org-term-color-bright-green {
        /* term-color-bright-green */
        color: #00c06f;
        background-color: #00c06f;
      }

      .org-term-color-bright-magenta {
        /* term-color-bright-magenta */
        color: #b6a0ff;
        background-color: #b6a0ff;
      }

      .org-term-color-bright-red {
        /* term-color-bright-red */
        color: #ff6b55;
        background-color: #ff6b55;
      }

      .org-term-color-bright-white {
        /* term-color-bright-white */
        color: #fff;
        background-color: #fff;
      }

      .org-term-color-bright-yellow {
        /* term-color-bright-yellow */
        color: #fec43f;
        background-color: #fec43f;
      }

      .org-term-color-cyan {
        /* term-color-cyan */
        color: #00d3d0;
        background-color: #00d3d0;
      }

      .org-term-color-green {
        /* term-color-green */
        color: #44bc44;
        background-color: #44bc44;
      }

      .org-term-color-magenta {
        /* term-color-magenta */
        color: #feacd0;
        background-color: #feacd0;
      }

      .org-term-color-red {
        /* term-color-red */
        color: #ff5f59;
        background-color: #ff5f59;
      }

      .org-term-color-white {
        /* term-color-white */
        color: #fff;
        background-color: #fff;
      }

      .org-term-color-yellow {
        /* term-color-yellow */
        color: #d0bc00;
        background-color: #d0bc00;
      }

      .org-term-faint {
      }

      .org-term-fast-blink {
      }

      .org-term-italic {
        /* term-italic */
        font-style: italic;
      }

      .org-term-slow-blink {
      }

      .org-term-underline {
        /* term-underline */
        text-decoration: underline;
      }

      .org-textsec-suspicious {
      }

      .org-tide-choice {
        /* tide-choice-face */
        color: #fec43f;
      }

      .org-tide-file {
        /* tide-file */
        color: #6ae4b9;
      }

      .org-tide-hl-identifier {
        /* tide-hl-identifier-face */
        color: #fff;
        background-color: #45605e;
      }

      .org-tide-imenu-type {
        /* tide-imenu-type-face */
        color: #6ae4b9;
      }

      .org-tide-line-number {
        /* tide-line-number */
        color: #989898;
      }

      .org-tide-match {
        /* tide-match */
        color: #fff;
        background-color: #552f5f;
      }

      .org-tool-bar {
        /* tool-bar */
        color: #fff;
        background-color: #1d2235;
      }

      .org-tooltip {
        /* tooltip */
        color: #fff;
        background-color: #4a4f69;
      }

      .org-trailing-whitespace {
        /* trailing-whitespace */
        background-color: #9d1f1f;
      }

      .org-transient-active-infix {
        /* transient-active-infix */
        color: #fff;
        background-color: #45605e;
      }

      .org-transient-argument {
        /* transient-argument */
        color: #dfaf7a;
        background-color: #381d0f;
        font-weight: bold;
      }

      .org-transient-delimiter {
        /* transient-delimiter */
        color: #989898;
      }

      .org-transient-disabled-suffix {
        /* transient-disabled-suffix */
        color: #ff7f9f;
        background-color: #620f2a;
        font-weight: bold;
      }

      .org-transient-enabled-suffix {
        /* transient-enabled-suffix */
        color: #fff;
        background-color: #004065;
      }

      .org-transient-heading {
        /* transient-heading */
        color: #fff;
        font-weight: bold;
      }

      .org-transient-higher-level {
      }

      .org-transient-inactive-argument {
        /* transient-inactive-argument */
        color: #989898;
      }

      .org-transient-inactive-value {
        /* transient-inactive-value */
        color: #989898;
      }

      .org-transient-inapt-suffix {
        /* transient-inapt-suffix */
        color: #989898;
        font-style: italic;
      }

      .org-transient-key {
        /* transient-key */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-transient-key-exit {
        /* transient-key-exit */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-transient-key-return {
        /* transient-key-return */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-transient-key-stay {
        /* transient-key-stay */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-transient-mismatched-key {
        /* transient-mismatched-key */
        text-decoration: underline;
      }

      .org-transient-nonstandard-key {
        /* transient-nonstandard-key */
        text-decoration: underline;
      }

      .org-transient-unreachable {
        /* transient-unreachable */
        color: #989898;
      }

      .org-transient-unreachable-key {
        /* transient-unreachable-key */
        color: #989898;
      }

      .org-transient-value {
        /* transient-value */
        color: #6ae4b9;
        background-color: #042837;
        font-weight: bold;
      }

      .org-treemacs-directory {
        /* treemacs-directory-face */
        color: #feacd0;
      }

      .org-treemacs-directory-collapsed {
        /* treemacs-directory-collapsed-face */
        color: #feacd0;
      }

      .org-treemacs-file {
        /* treemacs-file-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-treemacs-fringe-indicator {
        /* treemacs-fringe-indicator-face */
        color: #f6f;
      }

      .org-treemacs-git-added {
        /* treemacs-git-added-face */
        color: #6ae4b9;
      }

      .org-treemacs-git-conflict {
        /* treemacs-git-conflict-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-treemacs-git-ignored {
        /* treemacs-git-ignored-face */
        color: #ff9f80;
      }

      .org-treemacs-git-modified {
        /* treemacs-git-modified-face */
        color: #00d3d0;
      }

      .org-treemacs-git-renamed {
        /* treemacs-git-renamed-face */
        color: #9ac8e0;
      }

      .org-treemacs-git-unmodified {
        /* treemacs-git-unmodified-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-treemacs-git-untracked {
        /* treemacs-git-untracked-face */
        color: #79a8ff;
      }

      .org-treemacs-help-column {
        /* treemacs-help-column-face */
        color: #b6a0ff;
        text-decoration: underline;
      }

      .org-treemacs-help-title {
        /* treemacs-help-title-face */
        color: #00bcff;
      }

      .org-treemacs-hl-line {
        /* treemacs-hl-line-face */
        background-color: #303a6f;
      }

      .org-treemacs-marked-file {
        /* treemacs-marked-file-face */
        color: #F0C674;
        background-color: #AB3737;
        font-weight: bold;
      }

      .org-treemacs-on-failure-pulse {
        /* treemacs-on-failure-pulse-face */
        color: #111;
        background-color: #ab3737;
      }

      .org-treemacs-on-success-pulse {
        /* treemacs-on-success-pulse-face */
        color: #111;
        background-color: #696;
      }

      .org-treemacs-peek-mode-indicator {
        /* treemacs-peek-mode-indicator-face */
        background-color: #696;
      }

      .org-treemacs-root {
        /* treemacs-root-face */
        color: #00bcff;
        font-size: 120%;
        font-weight: bold;
        text-decoration: underline;
      }

      .org-treemacs-root-remote-unreadable {
        /* treemacs-root-remote-unreadable-face */
        color: #00bcff;
        font-size: 120%;
        font-weight: bold;
        text-decoration: underline;
        text-decoration: line-through;
      }

      .org-treemacs-root-unreadable {
        /* treemacs-root-unreadable-face */
        color: #00bcff;
        font-size: 120%;
        font-weight: bold;
        text-decoration: underline;
        text-decoration: line-through;
      }

      .org-treemacs-tags {
        /* treemacs-tags-face */
        color: #f78fe7;
      }

      .org-treemacs-term-node {
        /* treemacs-term-node-face */
        color: #79a8ff;
      }

      .org-treemacs-window-background {
        /* treemacs-window-background-face */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-treesit-explorer-anonymous-node {
        /* treesit-explorer-anonymous-node */
        color: #989898;
      }

      .org-treesit-explorer-field-name {
      }

      .org-tty-menu-disabled {
        /* tty-menu-disabled-face */
        color: #989898;
        background-color: #2b3045;
      }

      .org-tty-menu-enabled {
        /* tty-menu-enabled-face */
        color: #fff;
        background-color: #2b3045;
        font-weight: bold;
      }

      .org-tty-menu-selected {
        /* tty-menu-selected-face */
        color: #fff;
        background-color: #1640b0;
      }

      .org-type {
        /* font-lock-type-face */
        color: #6ae4b9;
      }

      .org-tzc-face-date-string {
        /* tzc-face-date-string */
        color: #C678DD;
      }

      .org-tzc-face-offset-string {
        /* tzc-face-offset-string */
        color: #E5C07B;
      }

      .org-tzc-face-time-string {
        /* tzc-face-time-string */
        color: #56B6C2;
      }

      .org-tzc-face-time-zone-label {
        /* tzc-face-time-zone-label */
        color: #98C379;
      }

      .org-underline {
        /* underline */
        text-decoration: underline;
      }

      .org-variable-name {
        /* font-lock-variable-name-face */
        color: #00d3d0;
      }

      .org-variable-pitch {
      }

      .org-variable-pitch-text {
        /* variable-pitch-text */
        font-size: 110%;
      }

      .org-variable-use {
        /* font-lock-variable-use-face */
        color: #00d3d0;
      }

      .org-vc-conflict-state {
        /* vc-conflict-state */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-vc-edited-state {
        /* vc-edited-state */
        font-style: italic;
      }

      .org-vc-git-log-edit-summary-max-warning {
        /* vc-git-log-edit-summary-max-warning */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-vc-git-log-edit-summary-target-warning {
        /* vc-git-log-edit-summary-target-warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-vc-ignored-state {
      }

      .org-vc-locally-added-state {
        /* vc-locally-added-state */
        font-style: italic;
      }

      .org-vc-locked-state {
        /* vc-locked-state */
        color: #6ae4b9;
        font-weight: bold;
      }

      .org-vc-missing-state {
        /* vc-missing-state */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-vc-needs-update-state {
        /* vc-needs-update-state */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-vc-removed-state {
        /* vc-removed-state */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-vc-state-base {
      }

      .org-vc-up-to-date-state {
      }

      .org-vertical-border {
        /* vertical-border */
        color: #61647a;
      }

      .org-vertico-current {
        /* vertico-current */
        background-color: #483d8a;
        font-weight: bold;
      }

      .org-vertico-group-separator {
        /* vertico-group-separator */
        color: #989898;
        text-decoration: line-through;
      }

      .org-vertico-group-title {
        /* vertico-group-title */
        color: #989898;
        font-style: italic;
      }

      .org-vertico-multiline {
        /* vertico-multiline */
        color: #989898;
      }

      .org-vundo-branch-stem {
        /* vundo-branch-stem */
        color: #989898;
        font-weight: bold;
      }

      .org-vundo-default {
        /* vundo-default */
        color: #989898;
      }

      .org-vundo-node {
        /* vundo-node */
        color: #989898;
      }

      .org-vundo-saved {
        /* vundo-saved */
        color: #338fff;
      }

      .org-vundo-stem {
        /* vundo-stem */
        color: #989898;
      }

      .org-warning {
        /* warning */
        color: #fec43f;
        font-weight: bold;
      }

      .org-warning-1 {
        /* font-lock-warning-face */
        color: #fec43f;
      }

      .org-web-mode-annotation {
        /* web-mode-annotation-face */
        color: #ff9f80;
      }

      .org-web-mode-annotation-html {
        /* web-mode-annotation-html-face */
        color: #ff9f80;
      }

      .org-web-mode-annotation-tag {
        /* web-mode-annotation-tag-face */
        color: #ff9f80;
        text-decoration: underline;
      }

      .org-web-mode-annotation-type {
        /* web-mode-annotation-type-face */
        color: #ff9f80;
        font-weight: bold;
      }

      .org-web-mode-annotation-value {
        /* web-mode-annotation-value-face */
        color: #ff9f80;
        font-style: italic;
      }

      .org-web-mode-block {
        /* web-mode-block-face */
        background-color: #1d2235;
      }

      .org-web-mode-block-attr-name {
        /* web-mode-block-attr-name-face */
        color: #00bcff;
      }

      .org-web-mode-block-attr-value {
        /* web-mode-block-attr-value-face */
        color: #6ae4b9;
      }

      .org-web-mode-block-comment {
        /* web-mode-block-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-block-control {
        /* web-mode-block-control-face */
        color: #f78fe7;
      }

      .org-web-mode-block-delimiter {
        /* web-mode-block-delimiter-face */
        color: #fff;
      }

      .org-web-mode-block-string {
        /* web-mode-block-string-face */
        color: #79a8ff;
      }

      .org-web-mode-bold {
        /* web-mode-bold-face */
        font-weight: bold;
      }

      .org-web-mode-builtin {
        /* web-mode-builtin-face */
        color: #f78fe7;
      }

      .org-web-mode-comment {
        /* web-mode-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-comment-keyword {
        /* web-mode-comment-keyword-face */
        color: #fec43f;
      }

      .org-web-mode-constant {
        /* web-mode-constant-face */
        color: #00bcff;
      }

      .org-web-mode-css-at-rule {
        /* web-mode-css-at-rule-face */
        color: #00bcff;
      }

      .org-web-mode-css-color {
        /* web-mode-css-color-face */
        color: #f78fe7;
      }

      .org-web-mode-css-comment {
        /* web-mode-css-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-css-function {
        /* web-mode-css-function-face */
        color: #f78fe7;
      }

      .org-web-mode-css-priority {
        /* web-mode-css-priority-face */
        color: #fec43f;
      }

      .org-web-mode-css-property-name {
        /* web-mode-css-property-name-face */
        color: #b6a0ff;
      }

      .org-web-mode-css-pseudo-class {
        /* web-mode-css-pseudo-class-face */
        color: #9ac8e0;
      }

      .org-web-mode-css-selector {
        /* web-mode-css-selector-face */
        color: #b6a0ff;
      }

      .org-web-mode-css-selector-class {
        /* web-mode-css-selector-class-face */
        color: #b6a0ff;
      }

      .org-web-mode-css-selector-tag {
        /* web-mode-css-selector-tag-face */
        color: #b6a0ff;
      }

      .org-web-mode-css-string {
        /* web-mode-css-string-face */
        color: #79a8ff;
      }

      .org-web-mode-css-variable {
        /* web-mode-css-variable-face */
        color: #00d3d0;
      }

      .org-web-mode-current-column-highlight {
        /* web-mode-current-column-highlight-face */
        background-color: #2b3045;
      }

      .org-web-mode-current-element-highlight {
        /* web-mode-current-element-highlight-face */
        color: #fff;
        background-color: #004065;
      }

      .org-web-mode-doctype {
        /* web-mode-doctype-face */
        color: #9ac8e0;
      }

      .org-web-mode-error {
        /* web-mode-error-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-web-mode-filter {
        /* web-mode-filter-face */
        color: #feacd0;
      }

      .org-web-mode-folded {
        /* web-mode-folded-face */
        text-decoration: underline;
      }

      .org-web-mode-function-call {
        /* web-mode-function-call-face */
        color: #feacd0;
      }

      .org-web-mode-function-name {
        /* web-mode-function-name-face */
        color: #feacd0;
      }

      .org-web-mode-html-attr-custom {
        /* web-mode-html-attr-custom-face */
        color: #00d3d0;
      }

      .org-web-mode-html-attr-engine {
        /* web-mode-html-attr-engine-face */
        color: #fff;
      }

      .org-web-mode-html-attr-equal {
        /* web-mode-html-attr-equal-face */
        color: #fff;
      }

      .org-web-mode-html-attr-name {
        /* web-mode-html-attr-name-face */
        color: #00d3d0;
      }

      .org-web-mode-html-attr-value {
        /* web-mode-html-attr-value-face */
        color: #00bcff;
      }

      .org-web-mode-html-entity {
        /* web-mode-html-entity-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-web-mode-html-tag {
        /* web-mode-html-tag-face */
        color: #feacd0;
      }

      .org-web-mode-html-tag-bracket {
        /* web-mode-html-tag-bracket-face */
        color: #989898;
      }

      .org-web-mode-html-tag-custom {
        /* web-mode-html-tag-custom-face */
        color: #feacd0;
      }

      .org-web-mode-html-tag-namespaced {
        /* web-mode-html-tag-namespaced-face */
        color: #f78fe7;
      }

      .org-web-mode-html-tag-unclosed {
        /* web-mode-html-tag-unclosed-face */
        color: #ff5f59;
        font-weight: bold;
        text-decoration: underline;
      }

      .org-web-mode-inlay {
        /* web-mode-inlay-face */
        background-color: #2b3045;
      }

      .org-web-mode-interpolate-color1 {
        /* web-mode-interpolate-color1-face */
        color: #79a8ff;
      }

      .org-web-mode-interpolate-color2 {
        /* web-mode-interpolate-color2-face */
        color: #79a8ff;
      }

      .org-web-mode-interpolate-color3 {
        /* web-mode-interpolate-color3-face */
        color: #79a8ff;
      }

      .org-web-mode-interpolate-color4 {
        /* web-mode-interpolate-color4-face */
        color: #79a8ff;
      }

      .org-web-mode-italic {
        /* web-mode-italic-face */
        font-style: italic;
      }

      .org-web-mode-javascript-comment {
        /* web-mode-javascript-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-javascript-string {
        /* web-mode-javascript-string-face */
        color: #79a8ff;
      }

      .org-web-mode-json-comment {
        /* web-mode-json-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-json-context {
        /* web-mode-json-context-face */
        color: #f78fe7;
      }

      .org-web-mode-json-key {
        /* web-mode-json-key-face */
        color: #82b0ec;
      }

      .org-web-mode-json-string {
        /* web-mode-json-string-face */
        color: #79a8ff;
      }

      .org-web-mode-jsx-depth-1 {
        /* web-mode-jsx-depth-1-face */
        background-color: #000053;
      }

      .org-web-mode-jsx-depth-2 {
        /* web-mode-jsx-depth-2-face */
        background-color: #001970;
      }

      .org-web-mode-jsx-depth-3 {
        /* web-mode-jsx-depth-3-face */
        background-color: #002984;
      }

      .org-web-mode-jsx-depth-4 {
        /* web-mode-jsx-depth-4-face */
        background-color: #49599a;
      }

      .org-web-mode-jsx-depth-5 {
        /* web-mode-jsx-depth-5-face */
        background-color: #9499b7;
      }

      .org-web-mode-keyword {
        /* web-mode-keyword-face */
        color: #b6a0ff;
      }

      .org-web-mode-param-name {
        /* web-mode-param-name-face */
        color: #feacd0;
      }

      .org-web-mode-part {
        /* web-mode-part-face */
        background-color: #1d2235;
      }

      .org-web-mode-part-comment {
        /* web-mode-part-comment-face */
        color: #ff9f80;
      }

      .org-web-mode-part-string {
        /* web-mode-part-string-face */
        color: #79a8ff;
      }

      .org-web-mode-preprocessor {
        /* web-mode-preprocessor-face */
        color: #ff7f9f;
      }

      .org-web-mode-script {
        /* web-mode-script-face */
        background-color: #1d2235;
      }

      .org-web-mode-sql-keyword {
        /* web-mode-sql-keyword-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-web-mode-string {
        /* web-mode-string-face */
        color: #79a8ff;
      }

      .org-web-mode-style {
        /* web-mode-style-face */
        background-color: #1d2235;
      }

      .org-web-mode-symbol {
        /* web-mode-symbol-face */
        color: #00bcff;
      }

      .org-web-mode-type {
        /* web-mode-type-face */
        color: #f78fe7;
      }

      .org-web-mode-underline {
        /* web-mode-underline-face */
        text-decoration: underline;
      }

      .org-web-mode-variable-name {
        /* web-mode-variable-name-face */
        color: #00d3d0;
      }

      .org-web-mode-warning {
        /* web-mode-warning-face */
        color: #fec43f;
        font-weight: bold;
      }

      .org-web-mode-whitespace {
        /* web-mode-whitespace-face */
        background-color: #2b3045;
      }

      .org-which-func {
        /* which-func */
        color: #9fefff;
        font-weight: bold;
      }

      .org-which-key-command-description {
        /* which-key-command-description-face */
        color: #fff;
      }

      .org-which-key-docstring {
        /* which-key-docstring-face */
        color: #989898;
      }

      .org-which-key-group-description {
        /* which-key-group-description-face */
        color: #6ae4b9;
      }

      .org-which-key-highlighted-command {
        /* which-key-highlighted-command-face */
        color: #fec43f;
        text-decoration: underline;
      }

      .org-which-key-key {
        /* which-key-key-face */
        color: #b6a0ff;
        font-weight: bold;
      }

      .org-which-key-local-map-description {
        /* which-key-local-map-description-face */
        color: #fff;
      }

      .org-which-key-note {
        /* which-key-note-face */
        color: #989898;
      }

      .org-which-key-posframe {
        /* which-key-posframe */
        color: #fff;
        background-color: #0d0e1c;
      }

      .org-which-key-posframe-border {
        /* which-key-posframe-border */
        color: #fff;
        background-color: #7f7f7f;
      }

      .org-which-key-separator {
        /* which-key-separator-face */
        color: #989898;
      }

      .org-which-key-special-key {
        /* which-key-special-key-face */
        color: #ff5f59;
        font-weight: bold;
      }

      .org-widget-button {
        /* widget-button */
        color: #79a8ff;
        font-weight: bold;
      }

      .org-widget-button-pressed {
        /* widget-button-pressed */
        color: #feacd0;
        font-weight: bold;
      }

      .org-widget-documentation {
        /* widget-documentation */
        color: #9ac8e0;
      }

      .org-widget-field {
        /* widget-field */
        color: #fff;
        background-color: #2b3045;
      }

      .org-widget-inactive {
        /* widget-inactive */
        color: #989898;
        background-color: #1d2235;
      }

      .org-widget-single-line-field {
        /* widget-single-line-field */
        color: #fff;
        background-color: #2b3045;
      }

      .org-widget-unselected {
        /* widget-unselected */
        color: #989898;
        background-color: #1d2235;
      }

      .org-window-divider {
        /* window-divider */
        color: #61647a;
      }

      .org-window-divider-first-pixel {
        /* window-divider-first-pixel */
        color: #2b3045;
      }

      .org-window-divider-last-pixel {
        /* window-divider-last-pixel */
        color: #2b3045;
      }

      .org-world-clock-label {
        /* world-clock-label */
        color: #00d3d0;
      }

      .org-xref-file-header {
        /* xref-file-header */
        color: #6ae4b9;
      }

      .org-xref-line-number {
        /* xref-line-number */
        color: #989898;
      }

      .org-xref-match {
        /* xref-match */
        color: #fff;
        background-color: #552f5f;
      }

      .org-yaml-tab {
        /* yaml-tab-face */
        background-color: #9d1f1f;
      }

      .org-yas--field-debug {
      }

      .org-yas-field-highlight {
        /* yas-field-highlight-face */
        color: #fff;
        background-color: #45605e;
      }

      a {
        color: inherit;
        background-color: inherit;
        font: inherit;
        text-decoration: inherit;
      }

      a:hover {
        text-decoration: underline;
      }
			.bp-img img, .sketch-full img, .gallery img, .left-doodle, .right-doodle, .center-doodle, svg { filter: invert(1) hue-rotate(180deg) brightness(150%) contrast(0.9); }
			.bp-img img { background-color: black; }
		.no-inversion .sketch-full img, .no-inversion .gallery img { filter: unset; }
		body a#site-logo-link:hover img { content: url('/assets/images/animated-logo-dark.gif'); }
		img#site-logo { content: url('/assets/images/small-logo-dark.png'); }
}

body a#site-logo-link:hover img {
		 content: url('/assets/images/animated-logo.gif');
}
body a#site-logo-link { text-indent: -9999px }

@media print {
    .expand-links { display: none }
    .collapsible > .heading > button::before { content: none; }
    .collapsible.collapsed > .heading > button::before { content: none }
}

@font-face {
    font-family: sachacHand-Regular;
    font-display: swap;
    src: local('sachacHand Regular'), url("/assets/sachacHand-Regular.woff"), url("https://sachachua.com/assets/sachacHand-Regular.woff");
		size-adjust: 120%;
}



.links {
    font-family: sachacHand-Regular,"Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
}

nav.pages { display: flex }
nav.pages a { flex-grow: 1 }
nav.pages .right { text-align: right }
.body { clear: both; margin: auto }
header { text-align: center }

@media screen and (width <= 40em) {
    body { width: 100%; padding: 10px;  }
}
a:hover { text-decoration: underline }

article header { text-align: left;  }
article header h2 { margin-bottom: 0;  }
ul { margin-left: 0 }

table {
		overflow-x: auto;
		display: block;
		white-space: nowrap;
}

nav.page-nav h2 { display: none }
nav.top-bar ul, nav.page-nav ul { list-style-type: none; padding-left: 0 }
nav.page-nav li { display: inline-block; margin: 0; padding-right: 10px; }
nav.page-nav li:not(:first-child) { border-left: none }
nav.page-nav .current { font-weight: bold }
td.num-posts { text-align: right; position: relative }

td.num-posts .data-background-bar {
    background-color: var(--modus-bg-dim);
    overflow: visible;
    z-index: -1;
    display: inline-block;
    position: absolute;
    text-align: right;
    right: 0
}

img, video, svg { max-width: 100%; height: auto; width: auto; max-height: 80vh; margin: auto; display: block }
embed, iframe { margin: auto; display: block }
.pswp img, .pswp video { max-height: none }


article.post { border-bottom: 1px solid var(--modus-border) }

.sketch-thumbnails { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; width: 100%  }
.sketch-thumbnails .sketch-thumbnail { width: auto; max-width: auto }
.sketch-thumbnail { display: inline-block; max-width: 33%; margin-bottom: 30px }
.two-col-thumbnails .sketch-thumbnail {  max-width: 50% }
.sketch-full { max-width: 100%; margin-bottom: 30px; text-align: center }
details summary h1, details summary h2, details summary h3, details summary h4, details summary h5, details summary h6 { display: inline-block }

.screen-reader-text {
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.datatable td, .datatable th { border: 1px solid var(--modus-bg-dim) }

/* Start of copy code */
pre.src { margin: 0; line-height: 1 }

.org-src-container {
		position: relative;
		margin: 0;
		padding: 1.75rem 0 1.75rem 1rem;
}
div > details { padding: 20px; border: 1px solid var(--modus-border) }
.org-src-container > details  { padding: 0; border: none }
details > .org-src-container { padding: 0; border: none }
summary { position: relative; }
summary .org-src-container { padding: 0 }
summary .org-src-container pre.src { margin: 0 }

.org-src-container button.copy-code, summary button.copy-code {
		position: absolute;
		top: 0;
		right: 0;
}

/* End of copy code */

.tldr { padding: 10px; border: 1px solid var(--modus-bg-dim) }
.yt-video { text-align: center }
figure { text-align: center; margin: 0 }

.hidden { display: none }
.org-center { text-align: center }
.js .audio-time[role="button"], .js .media-time[role="button"] { cursor: pointer; text-decoration: underline }
.js .audio-time.caption { text-decoration: none; }
.transcript-heading { font-weight: bold }
.audio video { width: 100%; height: 150px }
.audio video::cue { font-size: 1rem }
.media-post .audio {
    background-color: var(--modus-bg-main);
    position: sticky;
    top: 0;
    border: 1px solid var(--modus-border);
    padding: 10px;
}
.padding20 { padding: 20px }

@media screen and (width >= 64.063em) { /* min-width 1025px, large screens */
		.gallery { display: grid;
							 grid-template-columns: 1fr 1fr; }
		.gallery img { max-height: 300px }
		.gallery > p { display: none }
}

div.topic-link { margin-bottom: 1em; }
img.box-shadow, .box-shadow img { box-shadow: 10px 5px 5px var(--modus-bg-inactive); border: 1px solidvar(--modus-border) }


.body, #content.content { max-width: var(--body-max-width) }

/* tables of contents */
.on-this-page > ul > li > ul, .on-this-page > ul > li > div { display: none }

@media only screen and (width >= 95em) {
		html, body { overflow-x: unset; }

		.sticky-toc, .sticky-left, .sticky-right {
				font-size: var(--fs-sm);
				width: calc((100vw - var(--body-max-width) - 5rem)/2);
				position: sticky;
				max-height: calc(100vh - 2rem);
				overflow-y: auto;
				scroll-behavior: smooth;
				background: var(--modus-bg-main);
				top: 0;
				padding: 1rem;
		}

		article .sticky-toc {
				display: none
		}

		.single-post article .sticky-toc {
				display: block;
		}

    .topic article .sticky-toc {
				display: block;
		}

		.sticky-toc, .sticky-left, .single-post article .sticky-toc {
				margin-left: calc((-100vw + var(--body-max-width))/2);
				float: left;
		}

		.sticky-right {
				margin-right: calc((-100vw + var(--body-max-width))/2);
				float: right;
		}

		/* Hide the TOCs for non-active posts, but only if JS is enabled */
		.js .on-this-page > ul > li > ul, .js .on-this-page > ul > li > div { display: none }
		.on-this-page > ul > li.post-active > ul, .on-this-page > ul > li.post-active > div { display: block }

		.active { background-color: var(--modus-bg-tab-bar) }

		.sticky-toc svg .active rect {
				fill: var(--modus-bg-tab-bar) !important;
				fill-opacity: 1 !important;
				mix-blend-mode: darken;
				stroke-dash-array: unset !important;
				stroke-width: 4px;
		}

		.link-to-nonsticky-toc {
				display: none
		}
}

/* end tables of contents */


@media only screen and (width >= 95em) {
		abbr[title]:hover::after,
		abbr[title]:focus::after {
				content: ""
		}
		.left-doodle, .right-doodle { max-width: calc((100vw - var(--body-max-width) - 5rem)/2); }
}
.inline-list { padding: 0 }
.inline-list li { display: inline-block; margin-right: 1em; }

.left-doodle { float:left;width:100px; margin-right: 10px }
.right-doodle { float:right;width:100px; margin-left: 10px }
.center-doodle { text-align:center; margin-top: 16px }

/* @media screen and (min-width: 64.063em) { /\* min-width 1025px, large screens *\/ */

/* 		.left-doodle { margin-left:-150px } */

/* 		.right-doodle { margin-right: -150px; } */

/* } */

// https://adrianroselli.com/2017/12/tweaking-text-level-styles.html
@media screen and (-ms-high-contrast: active) {
  mark {
    color: HighlightText;
    background-color: Highlight;
  }
}

@media print {
  mark {
    border: 1pt dotted #000;
  }
}
mark { background-color: var(--modus-bg-yellow-subtle) }
mark.green { background-color: var(--modus-bg-green-subtle) }
mark.red { background-color: var(--modus-bg-red-subtle) }

.panzoom svg.active { border: 2px solid black }
.panzoom figure { margin-left: 0; margin-right: 0 }
.panzoom svg { max-height: unset }

/* Anchor icon */
.entry h2, .entry h3, .entry h4, .entry p, .content h2, .content h3, .content h4, .content p { position: relative }
div#main a.anchor-icon:link, article a.anchor-icon:link, .content a.anchor-icon:link, .entry a.anchor-icon:link { text-decoration: none !important; font-size: small; margin-right: 1em }
@media only screen and (width >= 95em) {
		div#main a.anchor-icon:link, article a.anchor-icon:link, .content a.anchor-icon:link, .entry a.anchor-icon:link { margin-left: -2.5em }
}
/* End anchor icon */

img#site-logo {
  max-width: min(640px, 100%);
  max-height: 116px;
}


/* https://www.perlmonks.org/?node_id=11161817 */
 abbr[title] {
        position: relative;

        /* ensure consistent styling across browsers */
        text-decoration: underline dotted;
    }

/* https://bitsofco.de/making-abbr-work-for-touchscreen-keyboard-mouse/ */
abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);

 /* position tooltip like the native one */
  position: absolute;
  left: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;

  /* style tooltip */
  background-color: var(--modus-fg-dim);
  color: var(--modus-bg-main);
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 var(--modus-by-inactive);
  font-size: 14px;
  padding: 3px 5px;
}

.bp-img img {
		max-height: unset;
		background: var(--modus-bg-main);
		object-fit: contain;
}

/* Comments */
.static-comments-reply {
    margin: 1em 0 3em;
}

.static-comments-reply > .static-comments-reply {
    margin-top: 2em;

    /* This is where the threading magic happens */
    padding-left: 1.5em;
    border-left: 4px solid var(--modus-border);
}

.static-comments-title {
    float: left;
    margin: 0;
}

.static-comments-img {
    float: left;
    max-width: 30px;
    margin-right: 1em;
    border-radius: 50%;
}

.static-comments-msg {
    clear: both;
    line-height: 1.7;
    margin-top: 1em;
}

.static-comments-date {
    float: left;
    clear: left;
    font-size: 0.8125em; /* 13px /16 */
}

@media (width >= 25em) { /* 400px */
    .static-comments-date {
        float: right;
        clear: none;
    }
}

/* Clearfixes */
.static-comments-hed::before,
.static-comments-hed::after,
.static-comments-msg::before,
.static-comments-msg::after {
    content: " ";
    display: table;
}

.static-comments-hed::after,
.static-comments-msg::after {
    clear: both;
}
.comments h3 { margin: 0 }

/* Assumed audience */
.assumed_audience {
	padding: 10px;
  border-radius: 5px;
  border: 1px solid var(--modus-border);
}

.assumed_audience p, .assumed_audience ul  {
		margin-bottom: 0;
		margin-top: 0;
}

/* Fluid type scale
https://www.fluid-type-scale.com/calculate?minFontSize=16&minWidth=400&minRatio=1.25&maxFontSize=22&maxWidth=1280&maxRatio=1.333&steps=sm%2Cbase%2Cmd%2Clg%2Cxl%2Cxxl%2Cxxxl&baseStep=base&prefix=fs&useContainerWidth=false&includeFallbacks=true&useRems=true&remValue=16&decimals=2&previewFont=Inter&previewText=Almost+before+we+knew+it%2C+we+had+left+the+ground&previewWidth=1280
*/

/* For browsers that support clamp  */
@supports (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
		--fs-sm: clamp(0.8rem, 0.42vi + 0.69rem, 1.03rem);
		--fs-base: clamp(1rem, 0.68vi + 0.83rem, 1.38rem);
		--fs-md: clamp(1.25rem, 1.06vi + 0.99rem, 1.83rem);
		--fs-lg: clamp(1.56rem, 1.6vi + 1.16rem, 2.44rem);
		--fs-xl: clamp(1.95rem, 2.37vi + 1.36rem, 3.26rem);
		--fs-xxl: clamp(2.44rem, 3.45vi + 1.58rem, 4.34rem);
		--fs-xxxl: clamp(3.05rem, 4.97vi + 1.81rem, 5.79rem);
  }
}

/* For browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
		--fs-sm: 0.8rem;
		--fs-base: 1rem;
		--fs-md: 1.25rem;
		--fs-lg: 1.56rem;
		--fs-xl: 1.95rem;
		--fs-xxl: 2.44rem;
		--fs-xxxl: 3.05rem;
  }

  @media screen and (width >= 1280px) {
    :root {
			--fs-sm: 1.03rem;
			--fs-base: 1.38rem;
			--fs-md: 1.83rem;
			--fs-lg: 2.44rem;
			--fs-xl: 3.26rem;
			--fs-xxl: 4.34rem;
			--fs-xxxl: 5.79rem;
    }
  }
}
body { font-size: var(--fs-base); }
h4 { font-size: var(--fs-base); font-weight: bold }
h3 { font-size: var(--fs-md); font-weight: bold }
h2 { font-size: var(--fs-lg); font-weight: normal }
h1 { font-size: var(--fs-xl); font-weight: normal;  }
h1, h2, h3 { font-family: sachacHand-Regular,"Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;}
h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;
}
/* End Fluid type scale */

/* Footnotes and side notes */

.footpara {
		font-size: var(--fs-sm);
		margin-bottom: 0;
		margin-top: 0;
		line-height: normal;
		margin-left: 0.5em;
}
.footnum { float: left; clear: left; }
.footdef { line-height: 1em }
.entry .footpara p { margin-top: 0; margin-bottom: 0 }
.sidenotes-container, .sidenote { display: none; }

@media only screen and (min-width: 95em) {
		.highlight.footref, .highlight.sidenote-number, .highlight .sidenote-number { border: 1px solid var(--modus-border) }
		.sidenote-content {
				margin-left: 1rem;
		}
		.sidenote-number {
				font-weight: bold;
				margin-right: 0.5rem;
				float: left;
		}

    .sidenotes-container {
				position: absolute;
				top: 0;
				width: 100%;
				pointer-events: none;
				left: calc(50vw + var(--body-max-width)/2);
				display: block;
    }
		.sidenote {
				position: absolute;
				max-width: calc((100vw - var(--body-max-width))/2 - 3rem);
				left: 0;
				padding: 0.5rem;
				margin-bottom: 1rem;
				font-size: var(--fs-sm);
				background: var(--modus-bg-main);
				z-index: 10;
				pointer-events: auto;
				box-sizing: border-box;
				display: block;
		}
}

body .content pre code { white-space: pre; border: none }
del { color: var(--modus-fg-term-white); }
.french details b, .french b { background: var(--modus-bg-blue-subtle) }
.french del { display: none }
