/*
Theme Import & Include
-----------------------
Assigned to it's own :root element to avoid sass nesting issues
*/
/*
  This theme should be kept as empty as possible.
  Any variables needing to be set should be applied in the global styles/variables.scss file.
  The default styling of components should be kept in the components themselves, not in this file.
*/
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Lato:wght@400;700&display=swap';
:root {
  --theme-variant: dark;
  --site-color-primary: #385e7a;
  --site-color-primary-highlight: #385e7aeb;
  --site-color-primary-contrast: #fff;
}

/*# sourceMappingURL=vanilla.css.map */
