@import "./theme-forgejo-dark.css";
:root {
  --steel-900: #070708 !important;
  --steel-850: #09090a !important;
  --steel-800: #0b0b0d !important;
  --steel-750: #0d0d0f !important;
  --steel-700: #0f0f12 !important;
  --steel-650: #121215 !important;
  --steel-600: #151518 !important;
  --steel-550: #18181c !important;
  --steel-500: #1c1c20 !important;
  --steel-450: #202025 !important;
  --steel-400: #24242a !important;
  --steel-350: #29292f !important;
  --steel-300: #2e2e35 !important;
  --steel-250: #33333b !important;
  --steel-200: #393941 !important;
  --steel-150: #3f3f48 !important;
  --steel-100: #45454f !important;
  --color-primary: #f97316 !important;
  --color-primary-hover: #fb923c !important;
  --color-primary-active: #ea580c !important;
  --color-primary-light-1: #f97316 !important;
  --color-primary-light-2: #ea580c !important;
  --color-primary-light-3: #c2410c !important;
  --color-primary-dark-1: #fdba74 !important;
  --color-accent: #fbbf24 !important;
  --color-header-wrapper: #070708 !important;
  --color-nav-bg: #070708 !important;
  --color-footer: #070708 !important;
  --color-body: var(--steel-800) !important;
  --color-box-body: var(--steel-750) !important;
  --color-box-header: var(--steel-700) !important;
  --color-card: var(--steel-700) !important;
}
