
/*
 * Prismium 4.1.10
 * Contemporary style and functionality - an accordion that does more.
 * https://github.com/koirodev/prismium
 *
 * Copyright 2024-2025 Vitaly Koiro
 *
 * Released under the MIT License
 *
 * Released on: November 19, 2025
*/
.prismium.prismium_light {
  --pr-bg: #ffffff;
  --pr-bg-active: var(--pr-bg);
  --pr-bg-hover: #f0f0f0;
  --pr-bg-nested: var(--pr-bg);
  --pr-bg-nested-active: #e0e0e099;
  --pr-border-color: #d0d0d0;
  --pr-border-radius: 20px;
  --pr-border-width: 1px;
  --pr-content-color: #1f1f1f;
  --pr-content-font: 500 16px / 1.2 sans-serif;
  --pr-content-gap: 20px;
  --pr-content-offset: 20px;
  --pr-current-color: #1f1f1f;
  --pr-current-font: 500 20px / 1.2 sans-serif;
  --pr-current-gap: 20px;
  --pr-gap: 10px;
  --pr-icon-color: var(--pr-current-color);
  --pr-icon-color-hover: #56e6de;
  --pr-icon-size: 24px;
  --pr-padding: 12px;
}
/*# sourceMappingURL=light.css.map */
