:root {
  /* Colors */
  --jade: #008656;
  --steel-teal: #5c9582;
  --opal: #d3e2d8;
  --mint-cream: #f4f7f6;
  --mint-cream-trans: rgb(179 207 197 / 15%);
  --red: #e80000;
  --linen: #fff1e8;
  --snow: #fff8f4;
  /* Font families */
  --CentroSansPro: 'Centro Sans Pro', sans-serif;
  --Cheltenham: 'Cheltenham', serif;

  --page--header-height: 238px;

  /* Microsite/section theming */
  --page--background: #fff;
  --page--foreground: #000;
  --page--scrollbar-background: var(--opal);
  --page--teaser--category-foreground: var(--jade);
  --page--teaser--timestamp: #525252;
  --link--hover-colour: var(--steel-teal);
  --article--sidebar-background: var(--mint-cream);
  --article--sidebar-foreground: #000;
  --theme--section-background: var(--page--background);
  --theme--section-foreground: var(--page--foreground);
}
