:root {
  --global-font-size: 15px;
  --global-line-height: 1.4em;
  --global-space: 10px;
  --font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
	DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
	serif;
  --mono-font-stack: Menlo, Monaco, Lucida Console, Liberation Mono,
	DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace,
	serif;
/* Dark Solarized Colors */
	  --background-color: #002b36; /* Base background */
	  --page-width: 60em;
	  --font-color: #93a1a1;       /* Base text */
	  --invert-font-color: #002b36;
	  --secondary-color: #586e75;  /* Subtle text */
	  --tertiary-color: #657b83;   /* Muted text */
	  --primary-color: #268bd2;    /* Blue accent */
	  --error-color: #dc322f;      /* Red accent */
	  --progress-bar-background: #073642; /* Darker background */
	  --progress-bar-fill: #268bd2;        /* Blue fill */
	  --code-bg-color: #073642;    /* Darker code background */
	  --input-style: solid;
	  --display-h1-decoration: none;
}
