:root {
  /*** Global ***/
  --theme-primary: #23a7de; /* blue */
  --theme-secondary: #e7f5fa; /* lightblue */
  --theme-tertiary: #e15413; /* orange */
  --theme-text: #3a3a3a; /* dark grey */
  --theme-darkgrey: #262626; /* dark grey */
  --theme-lightgrey: #f2f2f2; /* light grey */
}