/* Font imports for services/styling/the-works-silk-pressstyle */
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans');

/* CSS Variables for services/styling/the-works-silk-pressstyle */
:root {
  --font-head: Wix Madefor Text, sans-serif
;
  --font-body: Josefin Sans, sans-serif;
}

