@design.estate/dees-domtools 2.0.36 → 2.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13945,7 +13945,7 @@ var globalBaseStyles = i`
13945
13945
  /* global body styles */
13946
13946
  body {
13947
13947
  margin: 0px;
13948
- font-family: 'Inter', sans-serif;
13948
+ font-family: 'Mona Sans', 'Inter', sans-serif;
13949
13949
  box-sizing: border-box;
13950
13950
  }
13951
13951
 
@@ -13962,7 +13962,7 @@ var staticStyles = i`
13962
13962
 
13963
13963
  :host {
13964
13964
  box-sizing: border-box;
13965
- font-family: 'Inter', sans-serif;
13965
+ font-family: 'Mona Sans', 'Inter', sans-serif;
13966
13966
  }
13967
13967
 
13968
13968
  ${r(scrollBarStyles)}
@@ -13975,7 +13975,7 @@ var styles = x`
13975
13975
  }
13976
13976
 
13977
13977
  :host {
13978
- font-family: 'Inter', sans-serif;
13978
+ font-family: 'Mona Sans', 'Inter', sans-serif;
13979
13979
  }
13980
13980
 
13981
13981
  ${scrollBarStyles}