:root {
  --theme-background-card-meta: linear-gradient(
    138deg,
    rgba(251, 223, 181, 1) 0%,
    rgba(236, 245, 193, 1) 50%,
    rgba(242, 217, 239, 1) 100%
  );
  --theme-border-map: none;
  --theme-border-radius: var(--size-tiny);
  --theme-box-shadow: none;
  --theme-color-curtain: #00000099;
  --theme-color-icon-allowed: #00cc99;
  --theme-color-icon-forbidden: #ff3300;
  --theme-font-cite: italic smaller system-ui, sans-serif;
  --theme-font-code: normal 88% monospace;
  --theme-font-default: normal 100% system-ui, sans-serif;
  --theme-font-file-extension: normal small-caps 100% system-ui, sans-serif;
  --theme-font-heading-accent: italic bold 100% "Georgia", "Times New Roman", serif;
  --theme-font-icon: normal 100% NotoEmoji;
  --theme-font-label: italic bold 100% system-ui, sans-serif;
  --theme-font-link-note: normal 100% system-ui, sans-serif;
  --theme-font-map: normal 75% system-ui, sans-serif;
}
