/*
  Variables
  Set these using CSS variables during dev, and then do a find and replace before uploading the live
*/
:root {
    --base-color: rgb(0,150,214);
    --base-font-family: 'Roboto';

    --hero-color-packaging: rgb(211,37,39);
    --hero-color-handling: rgb(64,175,72);
    --hero-color-process: rgb(0,179,235);
  }
