/***************************** COLORS / FONTS / SIZING ****************************/
/******  Added during move to Wagtail, so only used occasionally in this project ******/

/* text2 and logo2 are placed here for symmetry with the other two css files - see notes below */
:root {
    --color-light-1:  white;
    --color-light-2:  #f1f1f1;
    --color-lightgray:  lightgray;
    --color-dark-1:  hsl(220, 56%, 24%);
    --color-dark-1-lightened: hsl(220, 56%, 40%);
    --color-dark-2: hsl(0, 0%, 33%);
    --color-dark-2-lightened: hsl(0, 0%, 50%);

    --text-dark-1: #333;
}