/**
 * Custom Styles — Ember Theme
 *
 * This file is yours — it is never modified by TabulaKit updates.
 */

:root {
  /* Ember color scheme */
  --sidebar-background: #2a2019;
  --base-background-color: #221a12;
  --theme-color: #f97316;
  --heading-color: #f97316;
  --heading-h2-color: #f97316;
  --theme-color-teal: #fbbf24;
  --sidebar-nav-link-color--active: #fbbf24;
  --sidebar-name-color: #fbbf24;
  --link-color: #fbbf24;
  --base-color: #ede0d0;
  --sidebar-nav-link-color: #ede0d0;

  /* Font size */
  --base-font-size: 20px;
}

body {
  background-color: #221a12;
  color: #ede0d0;
}

.markdown-section {
  font-size: 20px;
}
