:root {
  --jse-subtheme--ir--gutter: 3.2rem;
  --jse-subtheme--ir--color--black: #000000;
  --jse-subtheme--ir--color--white: #ffffff;
  --jse-subtheme--ir--color--white--offwhite: #f4f4f4;
  --jse-subtheme--ir--color--grey--lightest: #bebebe;
  --jse-subtheme--ir--color--grey--medium: #808080;
  --jse-subtheme--ir--color--grey--dark: #626262;
  --jse-subtheme--ir--color--grey--darkest: #282828;
  --jse-subtheme--ir--color--teal: #026c7c;
  --jse-subtheme--ir--color--green: #94d600;
  --jse-subtheme--ir--color--green-light: #d4ee99;
  --jse-subtheme--ir--color--red: #ff004f;
  --jse-subtheme--ir--color--primary: var(
    --jse-subtheme--ir--color--green,
    #94d600
  );
  --jse-subtheme--ir--font--regular: "segoe_uiregular", sans-serif;
  --jse-subtheme--ir--font--semi-bold: "segoe_uisemibold", sans-serif;
  --jse-subtheme--ir--font--bold: "segoe_uibold", sans-serif;
  --jse-subtheme--ir--body-color: var(
    --jse-subtheme--ir--color--grey--dark,
    #626262
  );
  --jse-subtheme--ir--heading-color: var(
    --jse-subtheme--ir--color--grey--medium,
    #808080
  );
  --jse-subtheme--ir--link-color: var(--jse-subtheme--ir--color--teal);
  --jse-subtheme--ir--border-color: var(
    --jse-subtheme--ir--color--grey--lightest,
    #bebebe
  );
  --jse-subtheme--ir--transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
