/**
 * Default page custom properties
 */
:root {
  --htmlBackgroundColor: var(--colorWhite);
  --htmlFontFamily: var(--fontFamilyPrimary);
  --htmlFontSize: var(--fontSizePrimary);
  --htmlFontWeight: var(--fontWeightPrimary);
  --htmlLineHeight: var(--lineHeightPrimary);
  --htmlOverflowY: scroll;
  --htmlBoxSizing: border-box;
  --htmlHeight: 100%;
  --bodyColor: var(--colorNeutral800);
  --bodySelectionBackgroundColor: var(--colorPrimary100);
  --bodySelectionColor: var(--colorPrimary800);
  --bodySelectionTextShadow: none;
}
