:root {

  --color-1: rgb(0,0,0);                    /*  body               */
  --color-2: rgb(0,0,0);                    /*  website & home     */
  --color-3: rgb(0,0,0);                    /*  menu               */
  --color-4: rgb(0,0,0);                    /*  menu, hover        */
  --color-5: rgb(0,0,0);                    /*  heading & search   */
  --color-6: rgb(0,0,0);                    /*  search, hover      */
  --color-7: rgb(0,0,0);                    /*  video              */
  --color-8: rgb(204,47,20);                /*  video close button */

  --background-color-1: rgb(208,208,208);   /*  body               */
  --background-color-2: rgb(171,183,142);   /*  website & home     */
  --background-color-3: rgb(98,124,90);     /*  menu               */
  --background-color-4: rgb(132,148,114);   /*  menu, hover        */
  --background-color-5: rgb(132,148,114);   /*  heading & search   */
  --background-color-6: rgb(98,124,90);     /*  search, hover      */
  --background-color-7: rgb(132,148,114);   /*  video              */

  --body-font-family: 'Trebuchet MS', Helvetica, sans-serif;
  --body-font-size: 1em;
  --body-font-weight: normal;
  --body-color: var(--color-1);
  --body-background-color: var(--background-color-1);

  --website-color: var(--color-2);
  --website-background-color: var(--background-color-2);
  --website-border-width: 1px;
  --website-border-style: solid;
  --website-border-color: rgb(0,0,0);
  --website-border-radius: 8px;
}
