/* Font imports for services/software-services */
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet');

/* CSS Variables for services/software-services */
:root {
  --font-head: Lato , Lato ;
  --font-body: Quicksand, sans-serif;
}

