diff --git a/css/._flexboxgrid.css b/css/._flexboxgrid.css new file mode 100644 index 00000000..3df89d14 Binary files /dev/null and b/css/._flexboxgrid.css differ diff --git a/css/._normalize.css b/css/._normalize.css new file mode 100644 index 00000000..d7722909 Binary files /dev/null and b/css/._normalize.css differ diff --git a/files/hogd/._golden_dawn_manuscripts.html b/files/hogd/._golden_dawn_manuscripts.html new file mode 100644 index 00000000..9ccf05e2 Binary files /dev/null and b/files/hogd/._golden_dawn_manuscripts.html differ diff --git a/fonts/._brz9-v2.3 b/fonts/._brz9-v2.3 old mode 100755 new mode 100644 diff --git a/fonts/._brz9-v2.4 b/fonts/._brz9-v2.4 old mode 100755 new mode 100644 diff --git a/fonts/._brz9-v2.6 b/fonts/._brz9-v2.6 new file mode 100644 index 00000000..884ab015 Binary files /dev/null and b/fonts/._brz9-v2.6 differ diff --git a/fonts/._brz9-v2.6.zip b/fonts/._brz9-v2.6.zip new file mode 100644 index 00000000..87c54c2a Binary files /dev/null and b/fonts/._brz9-v2.6.zip differ diff --git a/fonts/base/._Canobis.otf b/fonts/base/._Canobis.otf old mode 100755 new mode 100644 diff --git a/fonts/base/._NIM.ttf b/fonts/base/._NIM.ttf old mode 100755 new mode 100644 diff --git a/fonts/base/Arturito.ttf b/fonts/base/Arturito.ttf old mode 100755 new mode 100644 diff --git a/fonts/base/Boston.ttf b/fonts/base/Boston.ttf old mode 100755 new mode 100644 diff --git a/fonts/base/Canobis.otf b/fonts/base/Canobis.otf old mode 100755 new mode 100644 diff --git a/fonts/base/Montreau.otf b/fonts/base/Montreau.otf old mode 100755 new mode 100644 diff --git a/fonts/base/NIM.ttf b/fonts/base/NIM.ttf old mode 100755 new mode 100644 diff --git a/fonts/brz9-v2.3/._demo-files b/fonts/brz9-v2.3/._demo-files old mode 100755 new mode 100644 diff --git a/fonts/brz9-v2.3/._fonts b/fonts/brz9-v2.3/._fonts old mode 100755 new mode 100644 diff --git a/fonts/brz9-v2.4/._demo-files b/fonts/brz9-v2.4/._demo-files old mode 100755 new mode 100644 diff --git a/fonts/brz9-v2.4/._fonts b/fonts/brz9-v2.4/._fonts old mode 100755 new mode 100644 diff --git a/fonts/brz9-v2.6.zip b/fonts/brz9-v2.6.zip new file mode 100644 index 00000000..48a6bc71 Binary files /dev/null and b/fonts/brz9-v2.6.zip differ diff --git a/fonts/brz9-v2.6/Read Me.txt b/fonts/brz9-v2.6/Read Me.txt new file mode 100644 index 00000000..723a49ee --- /dev/null +++ b/fonts/brz9-v2.6/Read Me.txt @@ -0,0 +1,7 @@ +Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures. + +To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/docs/#local-fonts + +You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects. + +You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection. diff --git a/fonts/brz9-v2.6/demo-files/demo.css b/fonts/brz9-v2.6/demo-files/demo.css new file mode 100644 index 00000000..bea3cc13 --- /dev/null +++ b/fonts/brz9-v2.6/demo-files/demo.css @@ -0,0 +1,161 @@ +body { + padding: 0; + margin: 0; + font-family: sans-serif; + font-size: 1em; + line-height: 1.5; + color: #555; + background: #fff; +} +h1 { + font-size: 1.5em; + font-weight: normal; +} +small { + font-size: .66666667em; +} +a { + color: #e74c3c; + text-decoration: none; +} +a:hover, a:focus { + box-shadow: 0 1px #e74c3c; +} +.bshadow0, input { + box-shadow: inset 0 -2px #e7e7e7; +} +input:hover { + box-shadow: inset 0 -2px #ccc; +} +input, fieldset { + font-family: sans-serif; + font-size: 1em; + margin: 0; + padding: 0; + border: 0; +} +input { + color: inherit; + line-height: 1.5; + height: 1.5em; + padding: .25em 0; +} +input:focus { + outline: none; + box-shadow: inset 0 -2px #449fdb; +} +.glyph { + font-size: 16px; + width: 15em; + padding-bottom: 1em; + margin-right: 4em; + margin-bottom: 1em; + float: left; + overflow: hidden; +} +.liga { + width: 80%; + width: calc(100% - 2.5em); +} +.talign-right { + text-align: right; +} +.talign-center { + text-align: center; +} +.bgc1 { + background: #f1f1f1; +} +.fgc1 { + color: #999; +} +.fgc0 { + color: #000; +} +p { + margin-top: 1em; + margin-bottom: 1em; +} +.mvm { + margin-top: .75em; + margin-bottom: .75em; +} +.mtn { + margin-top: 0; +} +.mtl, .mal { + margin-top: 1.5em; +} +.mbl, .mal { + margin-bottom: 1.5em; +} +.mal, .mhl { + margin-left: 1.5em; + margin-right: 1.5em; +} +.mhmm { + margin-left: 1em; + margin-right: 1em; +} +.mls { + margin-left: .25em; +} +.ptl { + padding-top: 1.5em; +} +.pbs, .pvs { + padding-bottom: .25em; +} +.pvs, .pts { + padding-top: .25em; +} +.unit { + float: left; +} +.unitRight { + float: right; +} +.size1of2 { + width: 50%; +} +.size1of1 { + width: 100%; +} +.clearfix:before, .clearfix:after { + content: " "; + display: table; +} +.clearfix:after { + clear: both; +} +.hidden-true { + display: none; +} +.textbox0 { + width: 3em; + background: #f1f1f1; + padding: .25em .5em; + line-height: 1.5; + height: 1.5em; +} +#testDrive { + display: block; + padding-top: 24px; + line-height: 1.5; +} +.fs0 { + font-size: 16px; +} +.fs1 { + font-size: 32px; +} +.fs2 { + font-size: 32px; +} +.fs3 { + font-size: 28px; +} +.fs4 { + font-size: 32px; +} + diff --git a/fonts/brz9-v2.6/demo-files/demo.js b/fonts/brz9-v2.6/demo-files/demo.js new file mode 100644 index 00000000..6f45f1c4 --- /dev/null +++ b/fonts/brz9-v2.6/demo-files/demo.js @@ -0,0 +1,30 @@ +if (!('boxShadow' in document.body.style)) { + document.body.setAttribute('class', 'noBoxShadow'); +} + +document.body.addEventListener("click", function(e) { + var target = e.target; + if (target.tagName === "INPUT" && + target.getAttribute('class').indexOf('liga') === -1) { + target.select(); + } +}); + +(function() { + var fontSize = document.getElementById('fontSize'), + testDrive = document.getElementById('testDrive'), + testText = document.getElementById('testText'); + function updateTest() { + testDrive.innerHTML = testText.value || String.fromCharCode(160); + if (window.icomoonLiga) { + window.icomoonLiga(testDrive); + } + } + function updateSize() { + testDrive.style.fontSize = fontSize.value + 'px'; + } + fontSize.addEventListener('change', updateSize, false); + testText.addEventListener('input', updateTest, false); + testText.addEventListener('change', updateTest, false); + updateSize(); +}()); diff --git a/fonts/brz9-v2.6/demo.html b/fonts/brz9-v2.6/demo.html new file mode 100644 index 00000000..deefebd7 --- /dev/null +++ b/fonts/brz9-v2.6/demo.html @@ -0,0 +1,5773 @@ + + + + + IcoMoon Demo + + + + + +
+

Font Name: brz9 (Glyphs: 409)

+
+
+

Grid Size: Unknown

+
+
+ + brz9-icon-n8n +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-minio +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eelv +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-lr +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ancap_flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ancom_flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-anarchy +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-rn +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cgt +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mistral +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-elasticsearch +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-meta +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-meilisearch +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-grok +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bun +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bun_col +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-deepseek +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-qwen +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ollama +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mcp +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-qobuz +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-deezer +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ulule +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-faumar +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pcf +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ps +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-lfi +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-leaflet +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-osm +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pinecone +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-weaviate +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-zig +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-htmx +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-fastapi +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-dash +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-affinitydesigner +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-affinitypublisher +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-affinityphoto +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pexels +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-kick +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-threads +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-adobe +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-linkedin +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-x +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-woocommerce +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-openai +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-yunohost +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pixelfed +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-c +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-dropbox +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-jupyter +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-nextcloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-wordpress +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tipeee +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-medium +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gpl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-lgpl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-agpl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-wtfpl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-amicale +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-zero +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-sa +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-nd +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-nc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-remix +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-by +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc-share +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ltc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-discord +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ofl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bsd +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mit +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-void +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-svelte +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-airplayaudio +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-airplayvideo +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-angular +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-apple +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-applemusic +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-applepay +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-archlinux +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arduino +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bandcamp +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-blender +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-blogger +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-css3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-debian +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-diaspora +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-docker +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-facebook +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-fedora +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-feedly +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-freebsd +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gentoo +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-git +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gitea +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-github +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gitlab +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gnu +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gpg +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-go +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-html5 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-inkscape +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-instagram +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-javascript +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-linuxmint +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-manjaro +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mastercard +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-messenger +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-notion +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-npm +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-php +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pocket +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-postgresql +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-python +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-quora +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-raspberrypi +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-react +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-redhat +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-riot +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ruby +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-rust +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-signal +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-skype +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-slack +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-soundcloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-spotify +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stackoverflow1 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-steam +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tidal +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tiktok +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tor +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tripadvisor +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-twitch +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-twitter +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-typescript +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ublockorigin +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-unsplash +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-vimeo +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-visa +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-vk +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-vue-dot-js +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-whatsapp +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-windows +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-youtube +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-monero +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ethereum +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bitcoin +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-liberapay +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-patreon +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-peertube +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mastodon +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 16

+
+
+ + brz9-icon-chrome +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-firefox +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-wikipedia +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-home +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-office +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-newspaper +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pencil +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pencil2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-quill +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pen +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eyedropper +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-droplet +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paint-format +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-image +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-images +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-headphones +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-play-yt +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-film +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-video-camera +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pacman +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-wifi +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mic +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-books +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-files-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-text2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-picture +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-music +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-video +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-file-zip +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-copy +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paste +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder-open +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-folder-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-price-tag +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-price-tags +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-barcode +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-qrcode +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ticket +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cart +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-credit-card +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-phone +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-phone-hang-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-address-book +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-location +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-location2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-compass +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-compass2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-map +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-map2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-clock +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-clock2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-alarm +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bell +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-calendar +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-printer +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-keyboard +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-display +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-mobile +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tablet +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tv +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-box-add +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-box-remove +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-floppy-disk +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-undo +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-redo +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-undo-arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-redo-arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-forward-arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-reply-arrow +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bubble +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bubbles +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bubbles2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-user +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-users +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-quotes-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-quotes-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-spinner +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-spinner2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-spinner3 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-binoculars +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-search +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-zoom-in +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-zoom-out +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-enlarge +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-shrink +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-enlarge2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-shrink2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-equalizer +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-equalizer2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cog +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bug +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pie-chart +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stats-dots +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stats-bars +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-trophy +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-gift +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-leaf +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-lab +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bin +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bin-alt +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-accessibility +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-power +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-switch +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-power-cord +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-list-numbered +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-list-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-list-bullet +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tree +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cloud +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cloud-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cloud-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cloud-check +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-download +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-upload +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sphere +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-earth +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-link +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-flag +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-attachment +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eye +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eye-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eye-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eye-blocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bookmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bookmarks +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sun +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-contrast +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-brightness-contrast +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-star-empty +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-star-half +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-star-full +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-heart +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-heart-broken +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-warning +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-notification +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-question +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-plus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-minus +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-info +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cancel-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-blocked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-cross +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-checkmark +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-checkmark-outline +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-enter +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-exit +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-play-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pause-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stop-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-previous-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-next-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-backward-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-forward-circle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-play +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pause +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stop +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-backward +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-forward +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-first +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-last +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-previous +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-next +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-eject +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-high +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-medium +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-low +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-mute +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-mute2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-increase +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-volume-decrease +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-loop +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-loop2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-infinite +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-shuffle +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-up-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-up-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-down-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-down-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-arrow-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-circle-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-circle-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-circle-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-circle-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tab +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sort-alpha-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sort-alpha-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sort-numeric-asc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sort-numberic-desc +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-command +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-shift +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ctrl +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-opt +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-checkbox-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-checkbox-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-radio-checked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-radio-checked-alt +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-radio-unchecked +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-crop +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-scissors +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-filter +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-ligature +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-text-height +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-text-width +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-font-size +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-bold +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-underline +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-italic +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-strikethrough +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-omega +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-sigma +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-table +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-table2 +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paragraph-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paragraph-center +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paragraph-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paragraph-justify +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-share-out +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-embed +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-embed-slash +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-terminal +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-share +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-telegram +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-rss +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-rss-square +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-dribbble +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-behance +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-deviantart +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-tumblr +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-reddit +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-stackoverflow +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-pinterest +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-flattr +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-paypal +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 14

+
+
+ + brz9-icon-stripe +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-circle-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-circle-up +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-circle-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-circle-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-right +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-left +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-down +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-chevron-up +
+
+ + +
+
+ liga: + +
+
+
+
+

Grid Size: 32

+
+
+ + brz9-icon-envelope +
+
+ + +
+
+ liga: + +
+
+
+
+ + brz9-icon-envelope-open +
+
+ + +
+
+ liga: + +
+
+
+ + +
+

Font Test Drive

+ + +
  +
+
+ +
+

Generated by IcoMoon

+
+ + + + diff --git a/fonts/brz9-v2.6/fonts/brz9.svg b/fonts/brz9-v2.6/fonts/brz9.svg new file mode 100644 index 00000000..a5019aec --- /dev/null +++ b/fonts/brz9-v2.6/fonts/brz9.svg @@ -0,0 +1,493 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/fonts/brz9-v2.6/fonts/brz9.ttf b/fonts/brz9-v2.6/fonts/brz9.ttf new file mode 100644 index 00000000..20621735 Binary files /dev/null and b/fonts/brz9-v2.6/fonts/brz9.ttf differ diff --git a/fonts/brz9-v2.6/fonts/brz9.woff b/fonts/brz9-v2.6/fonts/brz9.woff new file mode 100644 index 00000000..e6034542 Binary files /dev/null and b/fonts/brz9-v2.6/fonts/brz9.woff differ diff --git a/fonts/brz9-v2.6/selection.json b/fonts/brz9-v2.6/selection.json new file mode 100644 index 00000000..4f9df027 --- /dev/null +++ b/fonts/brz9-v2.6/selection.json @@ -0,0 +1 @@ +{"IcoMoonType":"selection","icons":[{"icon":{"paths":["M1024 358.4c0 56.533-47.019 102.4-105.045 102.4-48.896 0-90.027-32.64-101.717-76.8h-146.603c-25.685 0-47.573 18.091-51.797 42.795l-4.309 25.259c-4.277 24.157-16.577 44.895-33.997 59.832l-0.137 0.114c17.579 15.104 30.037 36.011 34.133 59.947l4.267 25.259c4.582 24.501 25.802 42.798 51.295 42.798 0.207 0 0.413-0.001 0.619-0.004l-0.031 0h41.6c11.648-44.16 52.779-76.8 101.717-76.8 58.027 0 105.003 45.867 105.003 102.4s-47.061 102.4-105.003 102.4c-48.939 0-90.027-32.64-101.717-76.8h-41.6c-51.371 0-95.147-36.181-103.595-85.547l-4.309-25.259c-4.582-24.501-25.802-42.797-51.295-42.797-0.177 0-0.353 0.001-0.529 0.003l0.027-0h-42.923c-13.141 41.984-53.163 72.533-100.523 72.533s-87.381-30.549-100.48-72.533h-61.525c-13.141 41.984-53.163 72.533-100.48 72.533-58.027 0-105.045-45.867-105.045-102.4s47.019-102.4 105.045-102.4c50.475 0 92.672 34.773 102.741 81.067h57.045c10.069-46.293 52.267-81.067 102.741-81.067 50.517 0 92.672 34.773 102.741 81.067h40.619c25.643 0 47.573-18.091 51.755-42.795l4.352-25.259c8.448-49.365 52.267-85.547 103.595-85.547h146.603c11.691-44.16 52.821-76.8 101.717-76.8 58.027 0 105.045 45.867 105.045 102.4zM971.477 358.4c0-28.288-23.509-51.2-52.523-51.2s-52.48 22.912-52.48 51.2c0 28.288 23.467 51.2 52.48 51.2s52.565-22.912 52.565-51.2zM105.003 558.933c29.013 0 52.48-22.912 52.48-51.2s-23.467-51.2-52.48-51.2c-29.013 0-52.523 22.912-52.523 51.2s23.467 51.2 52.48 51.2zM367.531 558.933c29.013 0 52.523-22.912 52.523-51.2s-23.467-51.2-52.48-51.2c-29.013 0-52.523 22.912-52.523 51.2s23.467 51.2 52.48 51.2zM813.909 716.8c29.013 0 52.48-22.912 52.48-51.2s-23.467-51.2-52.48-51.2c-29.013 0-52.48 22.912-52.48 51.2s23.467 51.2 52.48 51.2z"],"attrs":[{"fill":"rgb(234, 75, 113)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["n8n-color"]},"attrs":[{"fill":"rgb(234, 75, 113)"}],"properties":{"order":439,"id":1,"name":"n8n","prevSize":32,"code":59954},"setIdx":0,"setId":17,"iconIdx":0},{"icon":{"paths":["M321.344 1021.733c-1.226-0.66-14.975-13.978-30.551-29.596l-28.321-28.396v-184.685c0-101.577-0.258-184.942-0.572-185.258-0.579-0.577-47.001 22.753-183.548 92.245-41.167 20.951-75.416 37.876-76.108 37.61-0.808-0.31-1.076-1.212-0.747-2.522 0.281-1.121 0.908-5.783 1.393-10.36 2.457-23.178 20.744-77.628 40.145-119.527 52.87-114.178 138.414-208.804 247.251-273.5 17.762-10.559 32.683-18.28 34.196-17.7 1.154 0.443 1.32 12.461 1.32 95.532 0 68.047 0.277 95.025 0.973 95.025 0.535 0 4.615-1.881 9.067-4.18 31.222-16.126 53.884-46.248 61.458-81.689 2.561-11.985 2.792-33.827 0.479-45.417-4.249-21.295-14.054-41.33-27.877-56.955-6.826-7.716-29.487-31.545-69.527-73.113-60.544-62.852-71.63-74.866-78.723-85.319-5.204-7.671-9.696-17.049-12.418-25.923-2.183-7.117-2.408-9.194-2.457-22.557-0.058-16.312 0.869-21.388 6.231-34.117 10.347-24.563 37.305-47.475 59.72-50.757 15.723-2.301 35.589-1.858 48.512 1.086 10.534 2.399 27.6 12.689 39.299 23.693 13.733 12.92 20.647 23.232 72.287 107.817 60.936 99.812 68.203 112.116 69.244 117.246 1.030 5.077 0.285 7.222-2.489 7.16-2.309-0.052-1.61 0.665-111.321-114.148-9.61-10.057-26.347-27.719-37.191-39.248-28.302-30.088-40.045-41.424-45.369-43.795-6.816-3.036-16.272-2.897-22.857 0.337-12.912 6.341-19.024 20.966-14.153 33.869 2.416 6.396-0.949 2.73 78.382 85.408 35.541 37.040 67.643 70.958 71.341 75.373 59.661 71.256 54.81 177.135-11.114 242.616-15.137 15.035-30.269 25.335-58.304 39.687-9.567 4.897-18.698 9.708-20.293 10.69l-2.899 1.784v230.075c0 126.541-0.244 230.708-0.541 231.484-0.627 1.635-0.919 1.637-3.919 0.021zM162.899 575.393c78.092-40.083 94.21-48.562 96.498-50.765 1.436-1.381 2.062-3.372 2.49-7.9 0.864-9.155 0.698-105.336-0.184-105.881-1.941-1.2-34.743 27.953-56.765 50.451-38.072 38.891-69.901 82.807-96.068 132.546-3.422 6.504-5.937 11.827-5.59 11.827s27.176-13.624 59.619-30.277z","M292.617 993.015l-30.144-30.108v-370.764l-55.081 27.844c-30.294 15.316-88.476 44.85-129.292 65.635s-74.877 37.79-75.693 37.79c-1.162 0-1.353-0.516-0.882-2.391 0.33-1.316 0.949-5.43 1.376-9.143 1.823-15.866 14.461-57.495 26.894-88.588 53.774-134.484 150.41-244.125 277.231-314.536 8.070-4.48 15.352-8.147 16.183-8.147s1.755 0.635 2.052 1.411c0.298 0.776 0.541 43.752 0.541 95.503v94.093l2.007-0.621c2.9-0.896 8.012-3.559 14.802-7.711 27.428-16.772 46.276-42.619 54.326-74.499 2.235-8.856 2.427-11.012 2.44-27.45 0.015-19.049-0.731-24.269-5.543-38.802-3.081-9.307-10.964-24.245-17.157-32.515-7.174-9.58-22.341-25.688-100.385-106.617-24.971-25.895-45.177-47.717-49.942-53.938-21.6-28.2-25.742-60.528-11.585-90.412 5.070-10.704 10.071-17.641 18.842-26.14 11.925-11.554 27.571-20.21 40.354-22.325 10.413-1.722 27.417-1.931 37.269-0.457 23.601 3.532 45.566 18.274 64.202 43.092 9.658 12.861 37.664 57.988 105.455 169.921 20.534 33.905 23.756 40.579 20.946 43.389-2.449 2.449 1.73 6.607-94.014-93.519-20.386-21.319-46.121-48.393-57.191-60.168-30.241-32.167-39.346-40.775-45.604-43.116-14.379-5.379-28.812 0.361-36.001 14.319-3.397 6.594-3.44 15.082-0.112 22.296 2.812 6.101-1.411 1.535 78.634 84.996 35.289 36.795 66.748 69.91 69.91 73.589 21.793 25.365 36.406 58.872 40.844 93.659 1.846 14.463 1.396 38.46-0.968 51.736-6.676 37.49-23.74 70.546-49.944 96.75-16.292 16.293-29.698 25.348-62.408 42.154l-18.732 9.625-0.45 231.912c-0.247 127.552-0.549 232.013-0.669 232.136-1.079 1.101-6.231-3.633-32.513-29.884zM165.914 574.388c83.326-42.71 91.293-46.938 94.106-49.96l2.453-2.633v-56.181c0-30.9-0.266-56.181-0.591-56.181s-3.637 2.489-7.359 5.53c-44.907 36.696-82.891 78.262-113.973 124.722-17.517 26.185-40.857 67.901-37.234 66.549 0.946-0.353 29.115-14.683 62.597-31.844z","M307.754 1008.181c-8.329-8.218-21.925-22.038-30.212-30.714l-15.069-15.773v-184.702c0-101.586-0.151-184.702-0.334-184.702-0.454 0-108.969 54.967-191.293 96.898-36.957 18.824-67.807 34.225-68.557 34.225-1.014 0-1.218-0.58-0.794-2.269 0.314-1.249 0.937-5.164 1.385-8.7s2.408-12.651 4.356-20.254c10.014-39.092 23.41-74.406 43.82-115.509 12.923-26.026 24.036-45.44 38.804-67.791 48.656-73.641 114.655-137.398 191.344-184.843 16.118-9.972 40.42-23.437 42.298-23.437 1.276 0 1.409 9.018 1.409 95.025 0 80.419 0.191 95.099 1.243 95.503 0.683 0.262 4.019-0.921 7.412-2.631 27.83-14.014 49.674-38.714 59.92-67.756 4.776-13.538 6.592-24.337 6.63-39.415 0.062-24.694-6.338-46.222-19.755-66.453-7.068-10.659-14.623-18.859-77.263-83.865-66.429-68.939-74.274-77.498-82.257-89.745-9.692-14.869-13.936-29.001-13.895-46.266 0.015-6.331 0.598-13.296 1.425-17.050 6.058-27.496 24.107-49.871 49.916-61.891 11.373-5.295 20.593-7.136 35.74-7.136 21.524 0 36.652 4.748 53.884 16.911 19.904 14.049 27.268 24.158 77.352 106.187 57.479 94.142 75.641 124.638 76.731 128.839 0.643 2.48 1.102 4.522 1.020 4.538s-0.834 0.553-1.669 1.191c-1.321 1.008-2.123 0.598-6.148-3.151-6.366-5.932-113.832-118.151-147.263-153.779-30.019-31.99-34.533-36.24-42.234-39.765-13.631-6.241-29.879-0.149-36.712 13.763-2.076 4.228-2.499 6.239-2.484 11.788 0.016 5.603 0.446 7.538 2.646 11.915 2.663 5.3 3.623 6.322 118.478 126.079 14.624 15.249 29.278 31.081 32.561 35.18 43.193 53.924 51.546 127.484 21.543 189.737-9.647 20.017-20.933 35.439-37.692 51.505-15.977 15.317-27.232 22.786-59.060 39.197-10.303 5.312-19.026 10.086-19.387 10.609s-0.661 105.014-0.669 232.201c-0.010 171.274-0.275 231.249-1.021 231.249-0.554 0-7.823-6.723-16.15-14.941zM115.478 600.418c6.521-3.38 35.941-18.496 65.377-33.592 69.979-35.889 78.201-40.265 80.037-42.598 1.423-1.808 1.543-6.29 1.561-58.377 0.011-31.375-0.325-56.419-0.756-56.419-0.426 0-6.949 5.176-14.495 11.501-49.053 41.124-89.418 88.287-121.846 142.367-7.605 12.683-23.442 41.54-23.442 42.714 0 1.202 2.184 0.301 13.565-5.596z","M293.429 993.482c-16.090-16.323-29.636-30.607-30.105-31.742-0.532-1.289-0.852-71.141-0.852-185.757 0-101.032-0.259-183.692-0.573-183.692-0.656 0-52.24 26.097-173.896 87.977-46.653 23.731-85.331 43.146-85.951 43.146-0.74 0-0.946-0.724-0.6-2.104 0.291-1.157 0.949-5.070 1.463-8.697 3.331-23.495 19.633-73.402 36.097-110.51 48.845-110.085 125.294-200.592 225.689-267.192 24.808-16.457 57.404-35.037 59.353-33.833 0.539 0.333 0.856 35.759 0.856 95.474 0 85.963 0.134 94.945 1.41 94.945 2.183 0 13.388-5.864 21.782-11.399 9.206-6.070 24.61-21.287 30.941-30.563 9.373-13.737 16.332-30.429 19.595-46.996 2.094-10.634 2.102-32.626 0.014-43.219-3.073-15.601-9.14-30.538-17.774-43.759-7.531-11.533-11.411-15.757-81.337-88.539-65.918-68.61-67.092-69.869-74.47-79.819-19.571-26.396-23.486-56.301-11.218-85.694 10.748-25.748 36.325-46.507 63.153-51.252 9.287-1.643 24.719-1.661 34.604-0.040 14.217 2.332 28.39 9.172 42.387 20.458 16.944 13.663 23.292 22.871 80.624 116.96 59.815 98.166 66.756 109.907 67.363 113.958 0.655 4.366-0.173 5.617-3.1 4.688-0.953-0.302-15.115-14.477-31.472-31.501-58.236-60.606-92.451-96.484-117.153-122.851-38.947-41.571-42.506-44.417-55.677-44.521-5.571-0.045-7.531 0.359-11.723 2.417-5.593 2.747-11.17 8.276-14.29 14.165-1.645 3.106-2.058 5.304-2.069 11.016-0.023 10.322 2.311 14.555 15.864 28.77 5.962 6.253 37.721 39.404 70.574 73.67 32.852 34.264 62.299 65.372 65.437 69.129 29.71 35.578 44.856 84.608 40.31 130.498-5.075 51.24-30.446 96.511-70.996 126.683-10.98 8.171-18.411 12.534-42.923 25.211l-19.411 10.038-0.225 232.059c-0.178 184.732-0.451 232.062-1.338 232.077-0.612 0.011-14.277-13.335-30.366-29.659zM164.353 575.562c81.668-41.897 93.982-48.398 96.112-50.74l2.007-2.208v-56.592c0-36.472-0.312-56.592-0.877-56.592-1.267 0-22.261 17.695-37.312 31.45-37.54 34.304-74.88 80.914-102.128 127.484-8.905 15.219-20.242 36.537-20.242 38.061 0 1.235-3.552 2.99 62.439-30.864z","M293.313 993.136l-29.875-30.223-0.037-184.813c-0.025-124.73-0.333-184.996-0.947-185.376-0.928-0.574-54.946 26.516-186.131 93.343-40.322 20.541-73.765 37.346-74.318 37.346s-0.787-0.702-0.52-1.561c0.268-0.859 0.895-4.464 1.393-8.012 2.971-21.15 16.239-64.141 29.942-97.020 27.843-66.809 64.956-126.028 111.527-177.952 12.772-14.24 43.297-44.264 56.579-55.65 24.534-21.033 50.817-40.414 76.711-56.569 17.845-11.133 43.037-25.3 45.301-25.475 1.433-0.111 1.557 5.906 1.975 95.325 0.443 94.822 0.458 95.441 2.23 95.151 2.429-0.398 13.639-6.467 21.334-11.551 8.614-5.691 25.857-23.056 31.639-31.865 8.838-13.463 15.183-28.87 18.552-45.046 2.204-10.583 2.193-34.108-0.021-44.6-4.129-19.567-13.606-39.799-25.070-53.52-5.515-6.601-25.192-27.396-70.055-74.035-68.808-71.532-73.643-76.792-81.704-88.851-5.736-8.583-9.436-16.465-12.188-25.958-1.742-6.012-2.006-8.929-1.958-21.666 0.050-13.359 0.277-15.441 2.458-22.557 8.248-26.896 26.415-46.763 52.717-57.651 8.304-3.437 19.808-5.391 31.739-5.392 25.591-0.001 45.982 8.724 66.166 28.309 14.839 14.399 21.318 24.234 85.703 130.105 53.97 88.744 54.899 90.32 55.546 94.147 0.766 4.532-0.434 5.993-3.551 4.324-2.565-1.374-90.807-93.090-145.083-150.795-43.113-45.837-45.44-47.711-59.227-47.679-8.899 0.021-14.106 2.462-20.746 9.727-5.751 6.293-7.738 11.862-7.149 20.033 0.602 8.343 3.637 13.695 13.875 24.464 4.753 5 36.887 38.551 71.411 74.559s65.202 68.522 68.175 72.251c8.504 10.667 15.541 21.868 21.633 34.434 37.277 76.887 14.852 169.528-53.368 220.461-11.492 8.581-17.341 12.044-41.986 24.857l-20.626 10.725-0.446 231.6c-0.245 127.38-0.733 231.888-1.085 232.239s-14.083-12.962-30.514-29.585zM168.367 573.563c85.396-43.777 90.566-46.533 92.723-49.423 1.789-2.396 1.833-3.609 2.094-58.265 0.157-32.715-0.069-56.156-0.544-56.632-1.675-1.675-30.786 23.538-53.704 46.514-33.27 33.353-59.835 67.482-84.766 108.903-11.872 19.723-23.932 43.279-21.738 42.462 0.941-0.351 30.611-15.453 65.934-33.56z","M318.439 1018.491c-2.687-2.605-16.177-16.215-29.98-30.247l-25.094-25.511v-185.222c0-164.532-0.151-185.22-1.346-185.22-1.259 0-75.38 37.333-181.512 91.423-62.115 31.657-78.585 39.914-78.892 39.557-0.604-0.705 1.769-13.008 5.477-28.401 14.511-60.245 45.88-130.003 84.434-187.764 49.293-73.851 116.065-137.688 193.371-184.872 15.175-9.262 36.38-20.733 38.329-20.733 1.645 0 1.688 2.39 1.688 94.945 0 63.311 0.301 95.131 0.906 95.505 0.498 0.308 4.761-1.47 9.475-3.952 40.543-21.344 65.407-61.936 65.433-106.823 0.016-27.852-9.045-53.434-26.755-75.537-6.21-7.751-13.455-15.443-68.16-72.375-69.918-72.765-71.647-74.612-79.173-84.497-7.055-9.268-13.38-21.37-16.443-31.462-2.185-7.201-2.442-9.452-2.498-21.854-0.075-16.642 1.57-24.074 8.392-37.91 8.411-16.812 21.533-30.212 37.632-38.741l0.476-0.23c13.387-6.975 24.617-9.645 40.559-9.64 31.825 0.011 59.032 15.578 81.844 46.827 9.527 13.052 45.162 70.739 112.694 182.437 12.479 20.641 15.135 26.911 11.925 28.143-2.631 1.010 3.061 6.728-85.82-86.208-25.538-26.704-55.094-57.785-65.679-69.069-38.144-40.661-41.916-43.649-55.135-43.686-8.966-0.025-13.705 1.867-20 7.985-5.426 5.273-7.827 10.344-8.35 17.627-0.508 7.065 0.767 12.342 4.252 17.607 1.369 2.069 22.906 25.061 47.859 51.095s56.563 59.010 70.245 73.28c13.683 14.272 27.25 28.85 30.149 32.398 18.168 22.231 30.746 48.772 36.89 77.842 1.954 9.248 2.437 14.306 2.829 29.654 0.303 11.866 0.089 21.625-0.596 27.206-4.893 39.843-22.642 76.332-50.884 104.607-16.25 16.27-28.769 24.619-66.012 44.030l-15.61 8.136-0.446 231.621c-0.245 127.391-0.704 231.878-1.018 232.193s-2.77-1.559-5.456-4.163zM157.902 579.201c81.887-42.015 98.455-50.733 101.895-53.621l3.122-2.621 0.243-56.476c0.136-31.776-0.101-56.82-0.544-57.262-0.907-0.908-9.68 5.882-25.422 19.676-44.774 39.232-82.564 84.548-113.197 135.742-6.809 11.377-22.976 41.069-22.976 42.194 0 0.342 0.409 0.622 0.907 0.622s25.687-12.714 55.973-28.253z","M293.384 992.723l-30.019-30.506v-184.814c0-101.649-0.268-185.082-0.593-185.409-0.614-0.613-55.672 27.040-185.683 93.258-41.372 21.070-75.364 38.169-75.538 37.996-0.637-0.636 4.952-26.533 8.53-39.53 22.146-80.428 65.514-162.721 120.339-228.35 37.195-44.524 84.309-86.783 132.5-118.846 24.856-16.538 58.222-35.633 60.641-34.706 1.197 0.459 1.352 11.452 1.352 95.545 0 76.179 0.225 95.025 1.132 95.025 1.823 0 13.967-6.363 20.729-10.861 28.068-18.671 46.728-47.29 52.556-80.608 1.807-10.335 1.811-29.677 0.007-40.1-1.893-10.941-6.692-24.945-12.077-35.242-9.112-17.424-12.896-21.672-95.752-107.477-58.973-61.072-68.402-71.917-75.833-87.225-6.048-12.461-8.017-21.598-7.924-36.762 0.092-14.905 1.779-22.379 7.941-35.184 5.269-10.947 10.148-17.681 18.797-25.941 16.613-15.867 37.030-24.050 60.022-24.057 24.315-0.009 46.194 9.297 65.927 28.043 13.113 12.456 22.804 27.154 81.781 124.038 60.695 99.707 61.757 101.567 59.788 104.751-0.992 1.605-2.147 1.095-6.443-2.841-5.642-5.17-114.845-119.188-148.238-154.773-28.802-30.693-35.281-36.677-42.742-39.474-14.486-5.431-29.838 1.267-36.594 15.965-4.728 10.288-2.448 21.21 6.552 31.374 2.366 2.672 34.694 36.569 71.84 75.326s69.538 72.876 71.982 75.819c16.503 19.878 29.76 46.826 35.924 73.022 8.174 34.737 5.090 73.942-8.452 107.432-9.405 23.26-20.673 40.101-39.243 58.654-17.963 17.946-28.414 25.057-62.73 42.685l-18.952 9.735-0.013 231.103c-0.007 127.106-0.348 231.628-0.755 232.27-0.528 0.833-9.343-7.573-30.76-29.338zM202.709 556.396c53.319-27.464 57.348-29.697 59.169-32.781 1.344-2.275 1.486-7.876 1.486-58.796 0-44.708-0.232-56.281-1.126-56.281-0.619 0-7.543 5.372-15.387 11.937-50.075 41.915-90.983 90.035-124.337 146.258-8.251 13.909-21.493 38.949-21.493 40.643 0 1.103 21.58-9.716 101.687-50.98z","M293.469 992.544l-30.105-30.818v-185.164c0-124.893-0.295-185.163-0.907-185.163-0.919 0-76.747 38.308-193.97 97.99-35.31 17.978-64.773 32.828-65.472 33.001-1.689 0.417-1.044-4.212 3.035-21.772 12.498-53.81 38.2-115.459 70.454-169 53.867-89.413 130.69-164.407 222.409-217.109 11.27-6.474 23.643-13.007 24.639-13.007 0.258 0 0.468 42.314 0.468 94.032s0.244 94.667 0.541 95.443c0.793 2.067 2.351 1.771 9.516-1.808 33.476-16.72 57.037-47.665 64.992-85.366 2.699-12.788 2.699-33.039 0-45.827-3.46-16.396-8.706-29.194-17.482-42.648-7.645-11.721-10.459-14.785-79.866-86.969-77.223-80.312-77.924-81.112-86.068-98.306-5.744-12.125-7.86-21.749-7.805-35.493 0.091-23.003 8.593-43.287 25.014-59.688 16.465-16.444 35.31-24.764 58.153-25.674 22.872-0.912 43.003 6.258 63.133 22.487 16.255 13.104 22.583 22.347 81.528 119.070 51.785 84.973 65.295 107.626 66.116 110.862 2.611 10.281-1.548 6.469-63.266-58.008-75.656-79.036-70.993-74.14-92.823-97.454-26.503-28.303-31.854-33.321-39.196-36.763-11.944-5.6-23.712-3.279-32.836 6.476-6.004 6.419-8.040 11.382-8.037 19.584 0.004 9.759 2.626 14.564 15.014 27.522 5.461 5.713 37.223 38.853 70.581 73.643s63.199 66.3 66.313 70.021c27.672 33.072 42.562 76.801 40.876 120.049-1.868 47.895-21.28 91.141-55.322 123.242-14.91 14.059-28.43 22.875-59.898 39.057-9.321 4.793-17.349 9.092-17.84 9.553-0.589 0.552-1.044 79.902-1.338 232.831l-0.446 231.993zM158.807 579.19c87.322-44.796 98.536-50.704 101.659-53.567l2.899-2.656v-57.215c0-49.455-0.176-57.213-1.297-57.213-1.773 0-21.138 16.141-38.275 31.904-47.072 43.297-90.508 101.148-120.191 160.077-3.803 7.553-3.893 7.825-2.551 7.825 0.506 0 26.497-13.12 57.757-29.156z","M293.915 992.781l-29.659-30.144v-185.202c0-162.233-0.163-185.264-1.313-185.706-1.326-0.508-48.171 22.949-185.864 93.067-40.888 20.821-74.56 37.639-74.827 37.372-1.166-1.166 6.643-34.14 12.696-53.613 24.485-78.767 67.080-156.049 120.453-218.538 14.271-16.708 50.308-52.797 66.862-66.957 24.796-21.212 50.003-39.751 76.265-56.095 18.392-11.446 43.715-25.564 44.729-24.939 0.419 0.26 0.763 42.973 0.763 94.918 0 63.501 0.3 94.631 0.913 95.011 1.684 1.040 5.961-0.523 13.927-5.088 31.612-18.119 52.659-46.758 60.185-81.895 1.621-7.566 2.006-12.194 2.006-24.084 0-22.018-3.366-35.928-13.402-55.373-8.806-17.063-10.083-18.516-81.454-92.698-72.417-75.269-77.66-81.023-85.738-94.097-9.301-15.055-12.885-28.99-12.142-47.211 0.557-13.664 2.085-20.228 7.314-31.402 7.417-15.851 17.351-27.489 31.131-36.471 36.261-23.636 79.875-18.388 113.063 13.604 9.059 8.733 17.455 19.535 27.532 35.423 20.725 32.673 110.859 180.884 113.402 186.468 3.952 8.679 0.417 8.973-8.069 0.669-5.298-5.184-43.882-45.424-107.555-112.168-9.361-9.812-25.49-26.871-35.844-37.91-37.504-39.984-41.513-43.151-54.703-43.224-8.089-0.045-14.752 2.672-20.395 8.315-11.077 11.077-11.855 26.816-1.937 39.148 1.873 2.329 19.783 21.295 39.798 42.145s51.038 53.163 68.939 71.805 34.95 36.906 37.888 40.586c20.030 25.084 32.868 54.296 37.771 85.94 2.322 14.987 2.069 40.348-0.553 55.441-8.956 51.558-38.177 94.93-82.434 122.356-4.489 2.783-16.391 9.27-26.448 14.417s-19.389 10.122-20.737 11.056l-2.451 1.697-0.225 231.761-0.225 231.759zM165.574 575.928c79.757-40.895 92.426-47.577 95.065-50.142 1.581-1.537 2.356-3.536 2.823-7.279 0.78-6.248 0.993-106.014 0.232-108.852-0.294-1.104-0.876-2.007-1.291-2.007s-5.486 3.874-11.269 8.609c-53.297 43.635-98.395 96.905-132.638 156.678-7.974 13.923-18.366 33.755-18.366 35.055 0 1.338 6.868-2.026 65.444-32.061z","M294.138 992.991l-29.436-29.687-0.446-185.717c-0.401-167.039-0.585-185.745-1.833-185.985-1.345-0.259-54.852 26.617-191.283 96.081-36.304 18.484-66.709 33.872-67.568 34.195-2.016 0.759-1.994-0.087 0.259-10.293 17.086-77.393 53.383-156.807 102.836-224.995 40.577-55.948 96.096-109.171 154.957-148.543 21.655-14.486 57.926-35.653 61.093-35.653 1.136 0 1.304 12.218 1.304 94.902 0 80.944 0.186 94.973 1.26 95.385 1.61 0.618 12.131-4.414 20.42-9.766 36.347-23.468 57.572-64.273 55.619-106.931-1.105-24.134-8.463-45.569-22.253-64.826-6.481-9.049-15.8-19.181-57.649-62.68-16.966-17.634-36.668-38.118-43.782-45.521-44.371-46.173-54.525-58.014-60.829-70.932-6.989-14.325-9.228-25.288-8.469-41.478 0.99-21.122 8.709-38.795 23.708-54.284 8.498-8.775 15.446-13.782 26.097-18.809 13.52-6.381 21.106-8.021 36.886-7.971 11.888 0.037 14.275 0.31 21.408 2.45 16.493 4.95 30.317 12.97 42.932 24.911 13.377 12.664 20.517 23.219 65.891 97.411 37.889 61.952 74.742 123.054 75.925 125.885 2.742 6.563 0.25 7.602-5.607 2.337-4.426-3.98-100.082-103.89-137.204-143.307-47.609-50.555-50.262-52.729-64.237-52.678-8.621 0.031-13.928 2.252-20.108 8.418-6.345 6.33-8.44 11.444-8.414 20.544 0.018 6.54 0.363 8.237 2.511 12.35 3.088 5.914 0.25 2.86 78.062 83.986 35.527 37.040 67.309 70.557 70.625 74.481 29.138 34.477 44.718 82.562 41.071 126.756-4.415 53.513-28.93 98.411-71.074 130.173-9.328 7.031-19.894 13.241-41.526 24.405-10.625 5.484-19.758 10.497-20.291 11.141-0.693 0.835-1.035 67.377-1.195 232.552l-0.225 231.383zM153.364 582.332c88.635-45.452 103.182-53.116 106.879-56.306l3.568-3.079 0.273-55.605c0.151-30.583 0.043-56.526-0.24-57.649s-0.946-2.045-1.474-2.045c-1.287 0-17.26 13.161-31.562 26.009-49.955 44.872-90.1 96.547-123.002 158.327-6.728 12.635-8.681 17.256-7.291 17.256 0.211 0 23.995-12.107 52.851-26.905z","M293.915 992.543l-29.659-30.408v-185.315c0-123.255-0.301-185.501-0.896-185.87-0.809-0.5-75.807 37.204-211.844 106.5-26.983 13.746-49.189 24.622-49.347 24.17-0.458-1.31 5.78-27.687 10.218-43.204 22.421-78.397 65.405-159.079 118.596-222.602 44.658-53.335 98.875-99.57 158.695-135.334 15.111-9.035 31.79-18.089 33.32-18.089 0.761 0 1.021 24.253 1.021 95.025 0 81.653 0.18 95.095 1.277 95.515 0.703 0.27 4.514-1.142 8.47-3.135 34.311-17.301 57.382-47.124 65.621-84.826 2.199-10.061 2.719-31.552 1.016-41.934-3.737-22.782-13.326-43.696-27.807-60.645-5.816-6.807-27.026-29.166-66.424-70.021-77.499-80.366-82.108-85.601-90.113-102.347-4.695-9.822-7.147-19.648-7.734-31.006-0.594-11.476 0.635-19.958 4.558-31.453 4.151-12.161 10.115-21.695 19.706-31.502 11.804-12.069 23.385-19.005 40.332-24.154 6.884-2.092 9.405-2.388 20.769-2.438 11.348-0.050 13.973 0.232 21.408 2.296 16.459 4.571 31.246 12.93 44.097 24.932 12.585 11.754 21.004 24.216 65.6 97.108 31.459 51.42 75.367 124.237 76.537 126.928 2.593 5.965 0.245 6.737-5.298 1.742-4.998-4.503-113.171-117.468-146.768-153.271-29.614-31.558-35.035-36.743-42.040-40.218-10.522-5.218-23.204-3.368-32.171 4.695-12.378 11.128-13.344 28.387-2.311 41.312 2.213 2.593 34.688 36.688 72.164 75.764 37.477 39.078 70.451 73.86 73.275 77.294 20.081 24.413 33.841 56.138 38.342 88.402 1.802 12.912 1.377 42.998-0.767 54.317-8.441 44.58-29.897 80.868-64.072 108.365-11.396 9.17-21.173 15.119-45.813 27.878-11.284 5.843-20.816 10.914-21.181 11.267s-0.671 105.088-0.676 232.743c-0.005 127.655-0.107 232.061-0.226 232.014s-13.563-13.77-29.875-30.494zM160.702 578.776c63.537-32.583 93.258-48.020 98.083-50.945 5.584-3.385 5.472-2.094 5.472-63.54 0-48.998-0.165-55.87-1.35-56.324-2.436-0.935-31.481 23.846-52.788 45.037-41.843 41.619-75.951 88.117-103.859 141.591-6.153 11.79-7.205 14.644-5.397 14.644 0.241 0 27.167-13.708 59.838-30.462z","M292.943 991.102l-28.686-29.396v-185.6c0-157.059-0.189-185.6-1.229-185.6-1.173 0-52.302 25.738-173.155 87.165-30.417 15.46-62.686 31.929-71.709 36.598-14.855 7.685-16.363 8.287-15.953 6.363 14.936-70.215 41.405-135.239 80.678-198.194 44.884-71.951 107.34-136.103 179.737-184.621 22.245-14.908 58.801-36.031 60.518-34.97 0.566 0.349 0.877 34.115 0.877 95.069 0 87.582 0.11 94.568 1.494 95.099 1.82 0.698 13.070-4.939 23.005-11.527 9.169-6.080 22.262-18.616 29.559-28.298 10.493-13.927 19.065-33.981 22.104-51.72 1.878-10.954 1.878-30.209 0-41.164-3.075-17.948-11.016-36.342-22.011-50.989-7.273-9.69-15.786-18.811-75.554-80.96-52.138-54.214-59.79-62.282-68.366-72.088-12.937-14.789-20.311-28.128-24.133-43.659-2.254-9.158-2.031-27.032 0.464-37.119 6.099-24.656 22.838-45.34 46.092-56.951 5.646-2.819 8.739-3.943 21.854-7.942 2.599-0.792 8.258-1.206 16.056-1.174 14.677 0.062 23.661 2.321 38.802 9.759 16.587 8.148 29.233 19.189 41.915 36.591 9.431 12.94 30.392 46.751 94.834 152.961 25.771 42.477 32.284 53.799 32.284 56.121 0 2.536-4.484-0.644-12.955-9.187-15.051-15.179-108.328-112.765-136.544-142.853-29.98-31.969-38.781-40.523-45.1-43.833-4.233-2.217-5.7-2.496-13.234-2.507-10.285-0.016-14.624 1.818-21.496 9.083-6.076 6.425-8.278 11.58-8.305 19.447-0.034 9.581 3.266 15.783 14.812 27.833 5.075 5.297 36.358 37.929 69.517 72.516s62.655 65.623 65.544 68.969c20.968 24.279 35.074 53.919 40.617 85.346 2.326 13.189 3.12 35.796 1.726 49.151-4.446 42.59-24.542 83.127-55.243 111.43-15.368 14.168-25.796 20.953-57.541 37.441l-19.75 10.258-0.446 230.952c-0.319 165.409-0.723 231.044-1.418 231.276-0.533 0.178-13.879-12.905-29.659-29.074zM114.63 602.647c6.989-3.625 36.79-18.942 66.226-34.038 68.873-35.321 78.027-40.179 80.725-42.842l2.23-2.2v-57.724c0-53.054-0.12-57.748-1.48-58.009-0.858-0.165-7.037 4.353-14.718 10.763-50.305 41.98-90.51 88.887-124.049 144.726-8.882 14.789-24.326 43.288-24.326 44.891 0 1.978 2.796 0.968 15.391-5.566z","M293.469 991.22l-29.213-29.262v-185.726c0-171.63-0.111-185.726-1.465-185.726-0.805 0-22.179 10.492-47.499 23.314-85.727 43.416-207.468 105.334-210.494 107.057l-3.010 1.715 0.484-2.043c0.266-1.123 1.696-7.263 3.177-13.644 18.497-79.676 56.169-159.442 107.559-227.747 52.105-69.255 124.663-131.425 200.529-171.818l9.589-5.106v94.111c0 51.761 0.244 94.746 0.541 95.522 0.864 2.251 3.863 1.665 11.441-2.236 34.436-17.732 57.957-49.225 65.227-87.336 2.346-12.298 2.179-32.287-0.368-44.321-3.808-17.98-11.397-35.22-21.443-48.706-6.467-8.683-16.522-19.472-69.17-74.221-72.572-75.467-78.272-81.632-85.966-92.975-22.871-33.716-19.018-76.595 9.505-105.797 11.227-11.494 26.44-20.493 40.281-23.826 2.698-0.65 5.38-1.534 5.96-1.965 1.636-1.215 19.779-1.829 25.259-0.855 20.734 3.687 39.626 13.322 54.932 28.017 15.139 14.532 20.799 23.274 106.661 164.682 18.564 30.574 33.753 55.801 33.753 56.061s0.655 1.851 1.454 3.538c3.731 7.861-2.798 3.025-19.481-14.432-7.992-8.362-36.026-37.663-62.297-65.115-26.273-27.451-56.84-59.545-67.927-71.319-23.735-25.206-37.393-38.704-41.817-41.327-4.852-2.877-13.733-4.879-18.558-4.183-10.033 1.448-19.603 8.668-24.027 18.13-3.327 7.116-3.357 16.364-0.074 23.379 2.838 6.067 2.081 5.247 75.717 82.051 69.040 72.011 72.358 75.534 77.815 82.631 25.386 33.017 38.677 74.511 36.961 115.392-2.499 59.495-31.593 110.37-81.753 142.958-4.17 2.709-17.010 9.809-28.533 15.778s-21.658 11.491-22.521 12.272c-1.49 1.348-1.582 13.206-1.795 231.882l-0.225 230.461zM160.785 579.187c89.615-45.94 97.37-50.059 100.578-53.418l2.906-3.042-0.23-57.688c-0.168-42.214-0.502-57.779-1.246-58.027-0.559-0.187-5.966 3.715-12.013 8.67-59.858 49.047-108.412 108.856-144.519 178.020-7.191 13.775-8.329 17.114-5.463 16.027 0.859-0.326 27.852-14.070 59.986-30.544z","M293.915 991.666l-28.767-28.816v-184.892c0-128.806-0.287-185.43-0.947-186.664-0.89-1.663-4.513 0.030-59.54 27.832-32.227 16.281-90.393 45.804-129.259 65.606-38.868 19.803-71.045 36.004-71.509 36.004s-1.044 0.502-1.292 1.115c-0.267 0.662-0.478 0.475-0.52-0.458-0.038-0.865 0.309-2.27 0.772-3.122s1.913-6.566 3.222-12.698c7.957-37.303 24.408-83.107 44.849-124.879 56.251-114.953 143.828-206.945 257.163-270.13 7.181-4.003 13.504-7.28 14.049-7.28 0.721 0 0.991 25.794 0.991 94.52 0 109.22-1.127 98.427 9.738 93.22 35.037-16.792 59.73-49.098 67.559-88.396 2.346-11.77 2.132-33.518-0.447-45.588-4.403-20.6-14.29-40.511-27.802-55.987-6.139-7.031-26.666-28.621-68.268-71.805-73.625-76.424-79.509-83.089-86.913-98.465-5.247-10.896-7.231-18.926-7.796-31.552-0.744-16.651 1.686-28.287 8.891-42.584 5.687-11.282 17.037-24.206 27.708-31.547 6.324-4.351 19.42-10.413 26.16-12.109 3.367-0.847 6.775-1.88 7.573-2.295 2.457-1.278 17.876-1.943 23.525-1.014 21.093 3.467 40.257 12.93 55.805 27.556 13.674 12.864 23.19 27.319 86.467 131.355 53.083 87.273 57.088 94.043 57.088 96.474 0 1.025-2.794-0.171-5.368-2.298-3.407-2.814-104.872-108.661-143.292-149.48-41.479-44.068-45.989-47.704-59.193-47.715-5.789-0.005-7.526 0.396-12.664 2.926-6.589 3.243-11.865 8.541-15.15 15.208-1.655 3.359-2.046 5.618-2.036 11.741 0.011 6.55 0.351 8.227 2.495 12.318 3.169 6.047 1.679 4.437 72.845 78.665 73.563 76.727 75.273 78.551 81.541 86.879 49.348 65.568 47.721 156.403-3.934 219.52-6.311 7.712-19.017 20.235-26.743 26.357-11.756 9.317-26.109 17.827-53.074 31.472-6.378 3.227-12.198 6.272-12.934 6.768-1.182 0.794-1.39 27.902-1.784 231.976l-0.446 231.077zM159.945 579.747c85.348-43.755 98.978-50.943 101.651-53.618 3.374-3.374 3.539-6.411 3.546-65.461 0.005-41.087-0.223-51.21-1.186-52.527-0.657-0.897-1.638-1.476-2.181-1.286-3.111 1.090-32.692 27.053-48.664 42.716-26.481 25.966-44.989 47.496-65.175 75.819-16.239 22.783-32.266 49.206-43.682 72.013-4.806 9.601-5.86 12.726-4.295 12.726 0.396 0 27.39-13.672 59.986-30.383z","M293.323 990.836l-28.174-28.719v-184.84c0-101.662-0.244-185.476-0.541-186.252s-0.914-1.411-1.369-1.411c-0.797 0-60.26 30.036-195.666 98.836-35.323 17.947-64.518 33.055-64.879 33.575-0.392 0.565-0.66 0.339-0.669-0.566-0.007-0.83 0.342-1.728 0.776-1.996s1.072-2.399 1.418-4.736c2.383-16.075 15.472-59.739 25.875-86.311 31.315-79.99 77.499-151.143 136.936-210.968 37.936-38.183 78.907-70.218 123.987-96.944 12.379-7.339 30.463-17.219 31.518-17.219 0.326 0 0.594 42.499 0.594 94.442 0 84.036 0.152 94.567 1.376 95.584 2.014 1.672 17.691-6.355 28.888-14.789 55.25-41.62 65.336-119.648 22.396-173.277-6.035-7.537-21.104-23.527-67.833-71.982-76.733-79.566-82.481-86.039-90.286-101.687-6.135-12.302-8.724-23.29-8.705-36.959 0.044-31.657 18.528-60.966 47.71-75.652 5.675-2.855 19.035-7.363 21.825-7.363 0.915 0 1.823-0.479 2.019-1.065 0.475-1.425 24.514-1.573 27.533-0.168 1.177 0.548 5.34 1.88 9.25 2.961 21.862 6.043 41.754 20.833 57.76 42.943 7.78 10.747 28.224 43.49 68.182 109.197 52.119 85.705 56.809 93.544 57.203 95.607 0.218 1.136 0.749 2.066 1.184 2.066 0.433 0 0.756 0.703 0.717 1.561-0.043 0.942-0.25 1.117-0.522 0.441-0.249-0.616-0.849-0.876-1.334-0.575s-1.911-0.401-3.167-1.556c-4.312-3.965-119.426-124.304-146.219-152.856-30.74-32.759-36.563-38.339-43.75-41.924-4.474-2.231-6.239-2.594-12.773-2.628-6.52-0.034-8.284 0.306-12.599 2.424-5.665 2.783-12.12 9.199-15.117 15.027-1.383 2.691-2.135 6.012-2.399 10.608-0.47 8.148 1.574 14.388 6.772 20.672 1.896 2.292 34.177 36.211 71.734 75.373 37.556 39.162 70.808 74.214 73.893 77.893 28.53 34.031 43.651 81.483 40.077 125.771-3.564 44.171-21.889 83.855-52.339 113.339-16.283 15.768-26.646 22.791-56.501 38.299-11.529 5.988-21.865 11.458-22.969 12.154l-2.007 1.268v230.559c0 138.592-0.325 230.559-0.815 230.559-0.448 0-13.493-12.923-28.99-28.719zM158.827 580.528c78.516-40.275 99.165-51.091 102.183-53.521 1.918-1.543 2.756-3.204 3.302-6.526 0.838-5.116 1.115-110.179 0.295-112.314-0.923-2.406-3.044-1.597-9.617 3.671-59.136 47.384-108.605 106.859-145.275 174.654-11.36 21.003-12.417 23.638-9.484 23.638 0.489 0 26.857-13.321 58.596-29.602z","M293.469 990.615l-28.321-28.859v-185.654c0-162.552-0.163-185.716-1.311-186.157-1.308-0.501-52.221 24.985-186.899 93.558-38.512 19.608-70.781 36.053-71.711 36.542-1.582 0.834-1.652 0.61-1.099-3.559 0.325-2.447 2.003-10.219 3.731-17.271 22.86-93.323 72.334-186.161 138.268-259.456 11.642-12.941 38.777-39.851 51.676-51.245 20.394-18.017 47.113-38.343 70.467-53.606 16.68-10.903 52.245-31.624 54.275-31.624 0.316 0 0.676 42.843 0.801 95.208 0.26 108.868-0.843 97.809 9.281 93.070 23.604-11.046 47.841-35.373 58.445-58.663 8.372-18.388 10.974-30.722 10.974-52.012 0-23.061-3.041-35.907-13.193-55.737-8.663-16.921-11.511-20.163-82.655-94.118-48.424-50.337-62.14-64.747-70.044-73.589-12.929-14.465-20.748-27.892-24.673-42.37-2.845-10.495-2.846-29.965-0.004-40.586 2.64-9.864 9.859-24.079 16.283-32.065 11.859-14.743 30.522-26.443 47.904-30.033 2.99-0.617 5.266-1.397 5.058-1.733-0.207-0.335 2.863-0.893 6.824-1.238 8.049-0.703 20.657 0.182 19.907 1.396-0.268 0.434 0.519 0.789 1.749 0.789 3.555 0 16.429 4.322 23.856 8.009 15.296 7.592 29.144 19.704 41.328 36.144 7.847 10.589 27.983 42.833 74.086 118.635 44.738 73.556 52.161 86.142 52.161 88.437 0 3.993 5.537 9.54-87.782-87.94-18.108-18.916-44.042-46.234-57.632-60.706-43.817-46.667-46.271-48.621-61.083-48.605-6.968 0.006-8.627 0.323-12.565 2.393-5.682 2.988-12.202 9.532-14.847 14.899-1.677 3.404-2.021 5.557-2.011 12.581 0.012 7.516 0.293 9.007 2.484 13.189 2.837 5.414-0.26 2.091 79.567 85.376 33.386 34.832 62.515 65.338 64.732 67.791 23.797 26.334 38.684 58.26 44.089 94.551 1.757 11.801 1.73 35.941-0.056 48.746-6.876 49.299-34.166 93.436-74.87 121.094-9.883 6.717-22.407 13.763-40.586 22.836-6.623 3.306-13.145 6.792-14.495 7.746l-2.453 1.736v230.519c0 126.786-0.301 230.502-0.669 230.479s-13.413-13.027-28.99-28.899zM145.176 587.754c55.009-28.145 103.924-53.444 110.711-57.259 2.87-1.614 6.128-4.284 7.239-5.935l2.023-3.002v-55.99c0-30.795-0.244-56.625-0.541-57.401-1.106-2.881-4.193-1.145-17.122 9.621-52.937 44.086-96.333 95.623-129.894 154.261-8.788 15.357-19.246 35.557-19.246 37.176 0 0.498 0.703 0.903 1.561 0.898s21.229-10.070 45.269-22.368zM2.081 721.109c0.043-1.039 0.254-1.251 0.539-0.539 0.258 0.643 0.226 1.413-0.070 1.709s-0.507-0.23-0.468-1.17zM501.597 264.409c0.043-1.039 0.254-1.251 0.539-0.539 0.258 0.643 0.226 1.413-0.070 1.709s-0.507-0.23-0.468-1.17z","M293.451 990.309l-28.303-28.353v-372.343h-1.815c-1.715 0-50.382 24.466-195.579 98.324-34.732 17.667-63.367 31.905-63.632 31.639-1.356-1.356 8.164-38.465 15.72-61.28 21.216-64.052 53.24-125.043 94.138-179.29 44.045-58.422 101.793-111.144 164.994-150.637 15.992-9.993 41.226-24.194 42.991-24.194 0.936 0 1.197 17.952 1.381 94.774l0.227 94.774 1.925 0.274c1.059 0.152 5.273-1.405 9.366-3.458 34.732-17.424 59.891-51.254 66.239-89.071 1.809-10.78 1.83-30.406 0.045-40.758-3.664-21.229-13.36-42.108-27.066-58.283-5.878-6.938-29.049-31.396-69.723-73.601-75.744-78.594-78.774-82.041-87.035-99.036-6.068-12.483-7.73-19.962-7.73-34.788 0-13.961 1.445-21.11 6.747-33.372 10.084-23.326 32.483-42.217 57.576-48.56 4.496-1.136 7.961-2.28 7.7-2.542s2.366-0.755 5.839-1.097c7.426-0.731 21.258 0.253 19.47 1.386-0.843 0.535-0.556 0.761 0.979 0.771 3.787 0.023 15.407 3.634 22.877 7.109 16.089 7.482 30.17 19.412 42.64 36.12 9.589 12.848 38.634 59.803 116.731 188.702 11.758 19.406 13.471 24.598 5.812 17.617-1.75-1.594-22.17-22.768-45.377-47.053s-50.258-52.583-60.11-62.885-26.792-28.165-37.645-39.694c-40.173-42.679-43.8-45.625-56.914-46.216-9.651-0.435-15.686 1.811-22.352 8.318-8.542 8.34-11.754 18.705-8.88 28.66 2.854 9.892-3.359 2.888 76.26 85.95 33.154 34.587 63.496 66.321 67.427 70.519 24.954 26.646 39.799 56.468 46.376 93.161 1.931 10.773 2.651 35.136 1.382 46.744-5.959 54.486-34.383 100.655-80.38 130.559-4.17 2.711-17.617 10.156-29.882 16.546l-22.3 11.616-0.225 230.65c-0.123 126.857-0.533 230.65-0.91 230.65s-13.423-12.759-28.989-28.353zM156.176 582.361c72.177-37.007 99.825-51.374 103.312-53.685 5.942-3.939 5.66-0.763 5.66-63.677 0-56.646-0.119-59.136-2.82-59.136-0.374 0-5.411 3.878-11.195 8.618-45.047 36.918-84.82 80.931-115.54 127.857-16.99 25.954-38.108 64.267-37.005 67.139 0.326 0.849 0.838 1.544 1.141 1.544s25.703-12.897 56.446-28.661zM2.082 721.109c0.043-1.039 0.254-1.251 0.539-0.539 0.258 0.643 0.226 1.413-0.070 1.709s-0.507-0.23-0.468-1.17z","M293.915 990.318l-27.875-28.549v-184.236c0-120.76-0.308-185.044-0.892-186.583-0.69-1.814-1.302-2.218-2.696-1.776-1.996 0.633-89.618 44.94-191.662 96.915-36.499 18.589-66.478 33.679-66.626 33.533s0.671-4.688 1.815-10.094c14.564-68.76 49.818-147.488 95.074-212.314 48.581-69.587 114.649-130.879 189.070-175.408 10.876-6.506 30.875-17.629 31.699-17.629 0.227 0 0.413 42.114 0.413 93.586s0.244 94.221 0.541 94.997c2.248 5.856 27.118-8.39 44.182-25.306 44.433-44.051 48.44-113.945 9.328-162.722-6.124-7.638-19.879-22.228-73.681-78.159-54.61-56.771-62.241-64.851-69.976-74.090-16.239-19.399-22.766-35.789-22.779-57.198-0.009-15.389 2.743-26.514 9.867-39.885 7.973-14.962 20.787-27.217 36.956-35.343 9.056-4.551 20.656-8.329 26.233-8.544l2.31-0.089-2.23-0.648c-3.638-1.061 10.369-2.081 17.948-1.309 4.906 0.5 6.015 0.834 4.352 1.314-2.137 0.617-2.116 0.648 0.501 0.732 5.077 0.166 16.848 3.757 25.129 7.668 16.464 7.775 29.831 19.084 42.363 35.84 7.631 10.202 31.428 48.303 76.229 122.045 50.96 83.88 52.748 86.969 50.367 86.969-0.483 0-27.489-27.796-60.013-61.77-77.733-81.195-71.829-74.997-93.251-97.896-25.029-26.756-32.155-33.456-38.95-36.627-13.215-6.165-25.936-3.497-36.128 7.578-4.997 5.43-7.448 11.084-7.948 18.33-0.45 6.528 1.529 13.134 5.828 19.456 1.332 1.959 33.368 35.816 71.19 75.239s71.056 74.285 73.851 77.474c11.248 12.832 23.162 32.601 29.888 49.595 26.452 66.83 9.329 144.46-42.621 193.231-15.001 14.082-27.727 22.378-59.188 38.581-10.175 5.24-18.805 9.997-19.178 10.57s-0.877 104.55-1.122 231.057l-0.446 230.014zM149.803 585.952c70.023-35.906 105.487-54.3 109.302-56.69 6.883-4.311 6.455-0.412 6.772-61.9 0.156-30.243-0.070-56.352-0.502-58.019-0.45-1.74-1.44-3.158-2.322-3.327-3.128-0.602-32.683 24.777-55.892 47.999-42.222 42.242-77.903 91.732-105.669 146.565-4.094 8.083-4.503 10.442-1.811 10.442 0.676 0 23.231-11.282 50.121-25.070zM2.080 721.109c0.044-1.039 0.255-1.251 0.54-0.539 0.258 0.643 0.226 1.413-0.070 1.709s-0.507-0.23-0.468-1.17z","M293.917 989.673l-27.872-28.385-0.226-186.060-0.225-186.060-1.82-0.26c-1.758-0.252-51.938 24.899-192.992 96.731-36.010 18.338-65.68 33.136-65.933 32.883s0.443-4.574 1.547-9.603c18.964-86.49 67.305-182.718 127.442-253.681 50.874-60.032 111.484-109.241 181.485-147.345l6.913-3.763v190.007l2.234 0.56c5.768 1.448 29.361-13.312 42.843-26.803 14.182-14.19 23.45-29.253 29.871-48.542 11.723-35.227 6.471-75.074-13.969-105.947-7.196-10.871-15.428-19.825-76.542-83.263-66.73-69.265-73.853-76.977-81.733-88.481-6.044-8.822-9.9-16.902-12.688-26.586-2.835-9.847-2.781-30.44 0.104-40.586 5.619-19.754 18.736-37.962 35.244-48.919 10.663-7.078 28.205-13.738 37.116-14.093l3.177-0.127-3.568-0.589c-6.204-1.024 10.636-2.107 17.394-1.119 5.084 0.744 5.358 0.875 2.23 1.068-3.251 0.199-3.093 0.286 1.784 0.982 25.148 3.589 49.718 19.759 68.187 44.873 8.436 11.473 83.142 132.672 120.758 195.915 5.729 9.634 6.457 12.309 2.277 8.378-5.29-4.975-119.172-124.017-146.334-152.964-31.18-33.23-34.701-36.565-42.659-40.413-5.198-2.515-6.629-2.803-13.826-2.787-9.976 0.022-14.668 2.040-21.988 9.455-6.867 6.959-9.1 12.853-8.579 22.639 0.424 7.951 2.606 13.294 8.131 19.907 1.719 2.058 30.557 32.338 64.084 67.291s65.142 67.964 70.253 73.361c24.612 25.979 39.858 54.627 46.981 88.278 3.113 14.707 3.973 43.941 1.747 59.347-4.596 31.791-18.043 62.578-37.99 86.969-7.64 9.344-23.49 24.202-33.024 30.961-11.341 8.038-16.312 10.92-40.452 23.45l-20.619 10.704-0.892 461.002zM150.913 585.844c60.488-31.012 100.781-51.849 106.78-55.221 8.513-4.784 7.866 0.301 8.157-64.104 0.141-31.153 0.033-57.545-0.24-58.648-0.882-3.568-4.435-2.515-11.905 3.532-63.224 51.175-110.892 109.711-150.312 184.584-6.916 13.134-7.63 16.867-2.944 15.379 0.984-0.312 23.691-11.797 50.463-25.523zM2.080 721.109c0.043-1.039 0.254-1.251 0.539-0.539 0.258 0.643 0.226 1.413-0.070 1.709s-0.507-0.23-0.468-1.17z"],"attrs":[{"fill":"rgb(248, 230, 234)"},{"fill":"rgb(245, 219, 224)"},{"fill":"rgb(243, 213, 218)"},{"fill":"rgb(240, 205, 211)"},{"fill":"rgb(238, 195, 203)"},{"fill":"rgb(236, 187, 196)"},{"fill":"rgb(231, 168, 180)"},{"fill":"rgb(226, 151, 164)"},{"fill":"rgb(224, 142, 157)"},{"fill":"rgb(221, 133, 149)"},{"fill":"rgb(217, 117, 135)"},{"fill":"rgb(213, 102, 122)"},{"fill":"rgb(210, 91, 112)"},{"fill":"rgb(208, 85, 107)"},{"fill":"rgb(206, 75, 98)"},{"fill":"rgb(203, 66, 91)"},{"fill":"rgb(201, 57, 83)"},{"fill":"rgb(199, 50, 77)"},{"fill":"rgb(198, 43, 71)"}],"width":507,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["minio-1"]},"attrs":[{"fill":"rgb(248, 230, 234)"},{"fill":"rgb(245, 219, 224)"},{"fill":"rgb(243, 213, 218)"},{"fill":"rgb(240, 205, 211)"},{"fill":"rgb(238, 195, 203)"},{"fill":"rgb(236, 187, 196)"},{"fill":"rgb(231, 168, 180)"},{"fill":"rgb(226, 151, 164)"},{"fill":"rgb(224, 142, 157)"},{"fill":"rgb(221, 133, 149)"},{"fill":"rgb(217, 117, 135)"},{"fill":"rgb(213, 102, 122)"},{"fill":"rgb(210, 91, 112)"},{"fill":"rgb(208, 85, 107)"},{"fill":"rgb(206, 75, 98)"},{"fill":"rgb(203, 66, 91)"},{"fill":"rgb(201, 57, 83)"},{"fill":"rgb(199, 50, 77)"},{"fill":"rgb(198, 43, 71)"}],"properties":{"order":440,"id":0,"name":"minio","prevSize":32,"code":60011,"codes":[60011,60012,60013,60014,60015,60018,60019,60020,60021,60022,60027,60028,60030,60035,60036,60037,60038,60039,60040]},"setIdx":0,"setId":17,"iconIdx":1},{"icon":{"paths":["M430.57 385.071c-2.65 0-5.329-0.325-7.954-1.028-4.338-1.139-106.759-28.869-155.015-110.628-48.256-81.786-21.573-182.42-20.413-186.672 2.099-7.691 7.237-14.245 14.28-18.226s15.413-5.064 23.286-2.979c4.337 1.137 106.76 28.869 155.017 110.627 48.254 81.758 21.573 182.42 20.411 186.672-2.098 7.691-7.237 14.246-14.282 18.198-4.695 2.654-9.998 4.009-15.331 4.009z","M615.078 385.074c2.65 0 5.329-0.325 7.954-1.031 4.338-1.136 106.759-28.867 155.017-110.626 48.254-81.786 21.573-182.42 20.411-186.672-2.098-7.691-7.237-14.245-14.278-18.226-7.045-3.981-15.414-5.064-23.285-2.979-4.338 1.137-106.763 28.869-155.017 110.627-48.258 81.758-21.573 182.42-20.411 186.67 2.098 7.694 7.237 14.246 14.278 18.201 4.698 2.654 9.998 4.006 15.331 4.006z","M184.433 608.71c-96.512 0-172.279-72.931-175.456-76.018-5.773-5.636-8.977-13.243-8.977-21.205s3.232-15.573 8.977-21.205c3.177-3.115 78.944-76.018 175.456-76.018s172.279 72.931 175.456 76.018c5.773 5.632 8.978 13.243 8.978 21.205s-3.234 15.569-8.978 21.205c-3.177 3.115-78.944 76.018-175.456 76.018z","M861.202 608.707c96.512 0 172.277-72.928 175.454-76.014 5.773-5.636 8.978-13.243 8.978-21.205 0-7.965-3.231-15.573-8.978-21.205-3.177-3.115-78.942-76.018-175.454-76.018s-172.281 72.928-175.457 76.018c-5.773 5.632-8.978 13.24-8.978 21.205 0 7.961 3.234 15.569 8.978 21.205 3.177 3.112 78.945 76.014 175.457 76.014z","M276.761 958.424c-5.331 0-10.634-1.356-15.303-4.009-7.044-3.981-12.181-10.536-14.28-18.198-1.16-4.251-27.816-104.888 20.413-186.674 48.256-81.758 150.706-109.489 155.015-110.624 7.846-2.059 16.243-1.002 23.285 2.978 7.045 3.981 12.183 10.536 14.282 18.226 1.161 4.251 27.814 104.884-20.411 186.671-48.258 81.758-150.681 109.489-155.017 110.628-2.624 0.674-5.304 1.028-7.955 1.028z","M768.916 958.406c-2.65 0-5.329-0.325-7.954-1.028-4.338-1.139-106.788-28.87-155.017-110.628-48.254-81.758-21.601-182.42-20.411-186.671 2.098-7.691 7.237-14.246 14.282-18.226 7.042-3.981 15.41-5.062 23.256-2.978 4.338 1.136 106.788 28.867 155.017 110.628 48.254 81.758 21.598 182.42 20.44 186.671-2.102 7.691-7.24 14.246-14.282 18.198-4.695 2.654-9.973 4.009-15.302 4.009z","M298.56 458.355c-35.578 0-79.165-5.985-118.444-28.189-83.585-47.205-111.925-147.406-113.085-151.658-2.127-7.691-1.022-15.87 3.066-22.776 4.060-6.878 10.773-11.916 18.617-13.974 4.336-1.137 107.229-27.217 190.786 19.986 83.583 47.203 111.924 147.404 113.085 151.655 2.127 7.691 1.024 15.872-3.065 22.777-4.060 6.88-10.774 11.917-18.619 13.975-2.29 0.595-32.261 8.203-72.341 8.203z","M747.113 458.355c35.577 0 79.165-5.985 118.445-28.189 83.582-47.205 111.922-147.406 113.083-151.658 2.127-7.691 1.024-15.87-3.065-22.776-4.060-6.878-10.774-11.916-18.619-13.974-4.334-1.137-107.228-27.217-190.785 19.986-83.586 47.203-111.926 147.404-113.083 151.655-2.127 7.691-1.024 15.872 3.065 22.777 4.060 6.88 10.774 11.917 18.616 13.975 2.293 0.595 32.263 8.203 72.343 8.203z","M161.038 789.349c-40.107 0-70.050-7.611-72.342-8.206-7.845-2.059-14.557-7.067-18.617-13.972-4.061-6.88-5.165-15.086-3.066-22.777 1.16-4.226 29.501-104.455 113.085-151.657s186.451-21.122 190.814-19.986c7.846 2.059 14.556 7.067 18.616 13.975 4.064 6.876 5.167 15.082 3.068 22.773-1.161 4.226-29.501 104.455-113.086 151.657-39.306 22.207-82.867 28.192-118.444 28.192z","M522.81 1022.918c-8.12 0-15.937-3.169-21.681-8.801-3.177-3.115-77.701-77.236-77.701-171.643s74.525-168.527 77.701-171.643c5.744-5.632 13.561-8.773 21.681-8.773 8.123 0 15.941 3.166 21.684 8.773 3.177 3.115 77.701 77.236 77.701 171.643s-74.554 168.527-77.701 171.643c-5.744 5.632-13.536 8.801-21.684 8.801z","M884.617 789.349c-35.577 0-79.165-5.985-118.445-28.192-83.586-47.201-111.926-147.406-113.083-151.657-2.127-7.691-1.024-15.868 3.065-22.773 4.060-6.88 10.774-11.917 18.616-13.975 4.338-1.136 107.232-27.215 190.814 19.986 83.586 47.201 111.926 147.406 113.087 151.657 2.098 7.691 1.020 15.868-3.065 22.777-4.064 6.876-10.774 11.913-18.619 13.972-2.293 0.595-32.263 8.206-72.343 8.206z","M522.81 360.859c-8.12 0-15.937-3.168-21.681-8.801-3.177-3.115-77.701-77.236-77.701-171.642s74.55-168.5 77.701-171.615c5.744-5.633 13.561-8.801 21.681-8.801 8.123 0 15.941 3.169 21.684 8.801 3.177 3.114 77.701 77.236 77.701 171.642s-74.554 168.527-77.701 171.642c-5.744 5.633-13.536 8.802-21.684 8.802z"],"attrs":[{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"}],"width":1046,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["ecolos"],"colorPermutations":{"2552040125523701":[{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":0},{"f":1},{"f":1},{"f":1},{"f":1},{"f":1},{"f":1}]}},"attrs":[{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 204, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"},{"fill":"rgb(255, 237, 0)"}],"properties":{"order":437,"id":0,"name":"eelv","prevSize":32,"code":60041,"codes":[60041,60042,60043,60044,60045,60046,60047,60048,60049,60050,60051,60052]},"setIdx":1,"setId":16,"iconIdx":0},{"icon":{"paths":["M416.481 487.703h38.541c99.313 0 154.015-55.206 154.015-155.452 0-93.036-57.446-136.373-180.771-136.373h-11.777l0.007-77.921h63.609c60.298 0 121.472 19.127 167.841 52.473 38.552 27.747 84.515 78.334 84.515 161.821 0 53.633-18.666 182.311-190.316 226.212l230.559 340.791-106.563 36.736-249.637-367.952-0.022-80.334z","M286.437 1023.776h130.247v-1023.772h-130.247v1023.772z","M53.804 917.231h130.217v-799.996h-130.217v799.996z"],"attrs":[{"fill":"rgb(20, 60, 119)"},{"fill":"rgb(238, 39, 34)"},{"fill":"rgb(20, 60, 119)"}],"width":827,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Les_Républicains_-_monogram_(France,_2015-2023)"],"colorPermutations":{"2060119123839341":[{"f":0},{"f":1},{"f":0}]}},"attrs":[{"fill":"rgb(20, 60, 119)"},{"fill":"rgb(238, 39, 34)"},{"fill":"rgb(20, 60, 119)"}],"properties":{"order":436,"id":0,"name":"lr","prevSize":32,"code":60054,"codes":[60054,60055,60056]},"setIdx":2,"setId":15,"iconIdx":0},{"icon":{"paths":["M0 0h1536v1024h-1536v-1024z","M0 1024l1536-1024h-1536z"],"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(253, 253, 0)"}],"width":1536,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Flag_of_Anarcho-capitalism"],"colorPermutations":{"125325301":[{"f":0},{"f":1}]}},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(253, 253, 0)"}],"properties":{"order":435,"id":0,"name":"ancap_flag","prevSize":32,"code":60057,"codes":[60057,60058]},"setIdx":3,"setId":14,"iconIdx":0},{"icon":{"paths":["M0 0h1536v1024h-1536z","M1536 0v1024h-1536z"],"attrs":[{"fill":"rgb(255, 17, 17)"},{"fill":"rgb(0, 0, 0)"}],"width":1536,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Anarchist_flag"],"colorPermutations":{"125517171":[{"f":1},{"f":0}]}},"attrs":[{"fill":"rgb(255, 17, 17)"},{"fill":"rgb(0, 0, 0)"}],"properties":{"order":434,"id":0,"name":"ancom_flag","prevSize":32,"code":60061,"codes":[60061,60062]},"setIdx":4,"setId":13,"iconIdx":0},{"icon":{"paths":["M751.047 951.742c-0.47-1.48-2.16-3.032-3.757-3.45s-3.25-2.087-3.674-3.709c-0.424-1.622-1.528-2.95-2.453-2.95s-3.25-2.605-5.168-5.788c-1.917-3.183-4.286-6.658-5.264-7.721s-1.778-2.618-1.778-3.457c0-0.838-1.28-1.524-2.844-1.524-1.665 0-2.844-0.948-2.844-2.288 0-1.73-0.867-2.070-3.556-1.395-2.624 0.659-3.556 0.326-3.556-1.268 0-1.188-0.584-2.16-1.297-2.16-2.006 0-3.64-11.865-1.722-12.505 2.315-0.771 1.964-4.562-0.422-4.562-2.644 0-7.053-13.306-5.913-17.846 0.637-2.537 0.296-3.487-1.252-3.487-1.17 0-3.176-1.6-4.457-3.556-1.946-2.97-3.447-3.556-9.111-3.556-7.396 0-8.474-1.366-8.516-10.785-0.011-2.42-0.816-4.492-1.797-4.624-0.978-0.131-4.178-0.628-7.111-1.104-4.312-0.699-5.333-0.426-5.333 1.424 0 1.259-0.935 2.289-2.078 2.289s-3.223 1.166-4.622 2.59c-1.399 1.425-5.578 3.715-9.285 5.090s-7.105 3.089-7.551 3.81c-0.445 0.721-2.052 1.31-3.57 1.31s-2.761 0.519-2.761 1.153c0 0.634-3.238 1.983-7.194 2.997-3.968 1.017-7.948 3.051-8.876 4.535-0.925 1.481-2.487 2.692-3.472 2.692s-1.791 0.584-1.791 1.297c0 0.714-2.72 1.735-6.044 2.27s-7.34 1.791-8.923 2.792c-1.583 1-6.383 3.298-10.667 5.105s-9.314 4.447-11.18 5.867c-1.866 1.419-4.586 2.58-6.044 2.58s-2.653 0.568-2.653 1.263c0 0.695-2.72 1.262-6.044 1.259-19.783-0.014-46.474 1.668-50.133 3.16-4.696 1.914-51.887 0.825-53.29-1.229-1.082-1.585-5.732-3.137-5.732-1.913 0 0.882-6.384 0.962-32.356 0.404-3.764-0.081-4.653-0.693-4.787-3.299-0.124-2.408-0.326-2.584-0.815-0.711-0.358 1.369-1.563 2.489-2.679 2.489s-2.080-1.12-2.141-2.489c-0.067-1.487-0.401-1.773-0.83-0.711-1.157 2.867-5.609 2.050-9.21-1.692-3.038-3.157-4.125-3.396-12.039-2.657-5.755 0.537-9.036 0.268-9.694-0.797-0.547-0.885-2.259-1.609-3.805-1.609s-4.469-1.087-6.496-2.415c-2.578-1.689-7.587-2.578-16.661-2.957-15.15-0.632-29.331-5.080-29.331-9.199 0-1.548-1.080-2.496-2.844-2.496-1.564 0-2.769-0.48-2.676-1.067s0.083-2.027-0.022-3.2c-0.169-1.896-0.341-1.896-1.55 0-0.963 1.511-1.932 1.719-3.321 0.711-1.079-0.782-4.777-3.28-8.218-5.55s-7.748-5.718-9.57-7.662c-3.075-3.281-3.108-3.481-0.462-2.789 2.022 0.529 2.632 0.175 2.098-1.219-0.415-1.080-1.398-1.566-2.186-1.079s-1.991 0.003-2.674-1.075c-0.982-1.55-1.246-1.44-1.263 0.529-0.013 1.533-1.114 2.489-2.866 2.489-1.564 0-2.844-0.64-2.844-1.422s-0.862-1.422-1.916-1.422c-1.054 0-2.61-1.44-3.459-3.2-1.229-2.548-1.563-2.693-1.64-0.711-0.066 1.699-1.255 2.489-3.748 2.489-2.973 0-3.488 0.515-2.771 2.773 0.961 3.027-2.259 10.401-6.634 15.192-1.541 1.688-2.803 5.156-2.846 7.822-0.043 2.634-1.922 8.721-4.176 13.527s-4.098 9.186-4.098 9.736c0 0.55-1.226 2.721-2.725 4.826-3.3 4.635-8.692 20.079-7.010 20.079 1.893 0 1.427 2.514-1.643 8.869-1.564 3.238-2.844 6.905-2.844 8.148s-1.986 4.003-4.413 6.133c-4.134 3.627-5.259 3.872-17.778 3.872-10.728 0-13.365-0.407-13.365-2.063 0-1.135-1.114-2.686-2.475-3.448-2.172-1.216-2.471-3.839-2.439-21.452 0.036-19.726 0.098-20.12 3.669-23.219 2.996-2.6 3.521-4.088 2.993-8.495-0.891-7.444 0.624-14.237 3.978-17.836 2.579-2.769 2.882-5.322 3.232-27.271 0.212-13.319-0.1-24.217-0.694-24.217-1.696 0-18.219-16.593-18.219-18.296 0-0.839-1.009-1.138-2.243-0.665-2.394 0.919-16.246-11.52-16.246-14.589 0-0.911-0.94-2.437-2.088-3.39s-1.948-2.471-1.778-3.374c0.171-0.903-0.97-1.469-2.534-1.257-1.945 0.263-6.328-3.144-13.867-10.779-6.062-6.139-11.022-11.975-11.022-12.968s-2.339-3.887-5.198-6.431c-4.669-4.155-5.113-5.154-4.356-9.816 0.69-4.25 0.408-5.193-1.557-5.208-3.205-0.024-8.535-8.494-9.622-15.291l-0.875-5.473-7.020 0.159c-4.746 0.108-6.817-0.369-6.394-1.471 0.344-0.897 0.055-2.533-0.643-3.635-0.87-1.375-1.276-0.258-1.291 3.558-0.017 4.455-0.933 6.376-4.603 9.652-4.809 4.294-5.615 4.592-18.175 6.722-4.302 0.73-10.649 2.040-14.105 2.912s-7.083 1.278-8.060 0.903c-0.978-0.375-2.146 0.279-2.596 1.453s-1.943 1.95-3.318 1.723c-1.374-0.226-3.299 0.091-4.276 0.704s-1.778 0.757-1.778 0.32c0-0.437-1.293 0.498-2.874 2.079-2.414 2.414-4.566 2.841-13.435 2.67-9.556-0.185-10.617-0.492-11.154-3.23-0.467-2.383-0.635-2.195-0.787 0.886-0.121 2.442-0.995 3.911-2.327 3.911-1.173 0-2.132-0.48-2.131-1.067s-2.719-1.067-6.044-1.067h-6.046l0.162-5.333c0.089-2.933-0.391-5.333-1.067-5.333-1.413 0-1.629-13.295-0.297-18.271 0.748-2.795 1.555-3.205 4.966-2.523 5.1 1.020 10.158-1.203 11.938-5.246 0.75-1.704 2.641-3.34 4.201-3.634s5.656-2.475 9.102-4.845c3.446-2.371 8.249-4.373 10.674-4.451 5.531-0.176 8.027-2.441 7.003-6.355-0.494-1.89-0.128-3.031 0.972-3.031 0.97 0 5.598-2.56 10.283-5.689s9.332-5.689 10.325-5.689c0.993 0 2.162-1.365 2.598-3.032 0.578-2.209 1.575-2.828 3.673-2.279 1.584 0.414 2.742 0.339 2.573-0.168s0.129-0.921 0.662-0.921c0.533 0 2.453-2.199 4.267-4.886s5.988-6.207 9.276-7.822c3.543-1.741 6.005-3.95 6.044-5.426 0.037-1.369 0.946-2.489 2.022-2.489 2.19 0 3.733-6.023 3.733-14.566 0-4.977 0.351-5.585 2.844-4.933 1.564 0.409 2.844 0.164 2.844-0.545s-0.93-1.289-2.066-1.289c-2.418 0-5.025-8.282-5.037-16-0.006-3.789-0.626-5.333-2.141-5.333-2.147 0-2.23-0.491-2.959-17.439-0.16-3.725-1.32-8.342-2.577-10.261-4.628-7.064-1.955-32.568 4.042-38.565 1.525-1.525 2.139-1.574 2.689-0.211 0.392 0.971 0.764 0.325 0.825-1.435s0.88-3.2 1.819-3.2c1.327 0 1.327-0.379 0-1.707-0.939-0.939-1.707-3.169-1.707-4.957 0-5.774 3.381-16.092 5.273-16.092 1.011 0 1.838-0.96 1.838-2.133s-0.64-2.133-1.422-2.133c-0.782 0-1.422-0.766-1.422-1.701 0-2.059 6.816-12.329 10.32-15.55 1.469-1.351 2.15-3.287 1.631-4.64-0.49-1.277-0.27-3.114 0.489-4.082 2.307-2.942 6.050-15.495 6.050-20.29 0-6.18 2.718-13.47 5.021-13.47 1.044 0 2.305-1.28 2.801-2.844s1.743-2.844 2.771-2.844c1.027 0 3.649-3.52 5.826-7.822s4.493-7.822 5.147-7.822c0.654 0 1.19-1.164 1.19-2.586 0-4.235 4.19-17.045 6.248-19.103 1.051-1.051 2.376-3.379 2.946-5.174 0.668-2.103 1.872-3.046 3.388-2.65 1.754 0.457 2.431-0.46 2.665-3.61 0.422-5.703 3.644-10.275 8.868-12.588 3.253-1.44 4.33-2.854 4.33-5.683 0-2.475 2.316-6.378 6.756-11.386 3.716-4.191 7.2-7.822 7.742-8.068s0.68-1.248 0.304-2.227c-1.090-2.84 2.79-8.993 10.266-16.28 3.812-3.716 8.066-8.491 9.453-10.612 1.917-2.932 3.671-3.856 7.315-3.856 2.886 0 5.109-0.825 5.588-2.073 0.689-1.795 3.091-3.641 14.886-11.439 5.496-3.633 7.818-7.195 8.472-12.997 0.671-5.957 0.889-6.203 5.492-6.203 2.636 0 4.793-0.64 4.793-1.422s0.591-1.422 1.313-1.422c1.331 0 10.065-8.183 10.065-9.43 0-2.082 8.195-10.481 10.227-10.481 1.323-0 2.8-0.64 3.284-1.422s3.061-1.422 5.728-1.422c3.939 0 4.679-0.444 3.941-2.367-0.634-1.653-0.376-2.038 0.855-1.277 0.97 0.599 2.318 2.464 2.996 4.144 1.212 3.003 1.234 2.998 1.323-0.311 0.071-2.649 0.696-3.207 2.935-2.622 1.564 0.409 2.844 0.248 2.844-0.358s2.4-1.473 5.333-1.926c2.933-0.453 6.773-1.252 8.533-1.775 2.51-0.746 3.207-0.379 3.232 1.704 0.022 1.833 0.718 1.264 2.249-1.839 1.95-3.954 3.395-4.76 12.020-6.708 5.392-1.218 12.354-3.515 15.472-5.106s7.897-2.892 10.62-2.892c2.723 0 5.346-0.64 5.829-1.422s2.141-1.422 3.684-1.422c1.543 0 3.175-0.963 3.626-2.14 0.746-1.944 5.766-4.776 12.245-6.908 1.394-0.459 2.497-2.246 2.508-4.063 0.032-5.315 1.614-9.645 3.524-9.645 0.984 0 2.193-2.015 2.685-4.478 0.936-4.681 8.837-13.97 11.904-13.996 0.978-0.008 1.778-0.557 1.778-1.22s1.28-2.68 2.844-4.484c1.564-1.804 2.844-4.413 2.844-5.797s1.574-4.388 3.498-6.675c3.251-3.863 3.532-5.455 3.985-22.509 0.487-18.366 2.493-26.418 6.951-27.904 0.972-0.324 1.605-2.909 1.486-6.070-0.114-3.028 0.73-9.999 1.875-15.491 1.49-7.144 1.638-10.26 0.52-10.95-0.987-0.61-1.25-3.515-0.715-7.895 0.466-3.812 1.257-12.21 1.758-18.663 0.671-8.648 1.432-11.733 2.893-11.733 1.395 0 1.722-1.035 1.104-3.498-0.765-3.047 0.956-9.742 5.13-19.969 0.639-1.564 1.518-4.444 1.953-6.4s2.076-5.636 3.645-8.178c3.433-5.561 8.737-6.204 12.059-1.461 2.495 3.563 2.944 8.217 0.792 8.217-0.782 0-1.422 0.96-1.422 2.133s0.96 2.133 2.133 2.133c1.173 0 2.133 0.594 2.133 1.321s1.12 2.436 2.489 3.799c3.477 3.463 11.016 36.365 9.968 43.505-0.374 2.55 0.052 3.997 1.179 3.997 1.162 0 2.111 3.686 2.776 10.779 0.644 6.877 1.694 11.042 2.9 11.505 2.784 1.068 7.71 10.054 7.71 14.064 0 2.092 0.823 3.474 2.069 3.474 2.638 0 4.047 7.316 3.402 17.671-0.337 5.415 0.038 7.932 1.18 7.931 3.043-0.004 8.906 15.078 8.009 20.603-0.57 3.515-0.275 4.995 0.995 4.995 1.345 0 1.608 2.178 1.032 8.533-0.582 6.42-0.319 8.533 1.061 8.533 3.762 0 6.786 7.161 6.088 14.419-0.365 3.803-0.118 6.914 0.549 6.914s1.213 0.88 1.213 1.956c0 3.67 17.71 5.857 26.836 3.314 2.685-0.748 5.186-0.793 5.689-0.102 1.325 1.82 4.453 2.17 4.453 0.499 0-1.683 6.976-1.566 14.483 0.242 3.768 0.907 5.365 2.12 5.689 4.321 0.465 3.156 3.229 4.458 12.895 6.075 4.44 0.743 5.333 1.466 5.333 4.319 0 2.83 0.923 3.6 5.298 4.421 2.914 0.547 6.159 1.856 7.213 2.909s3.358 1.915 5.121 1.915c1.763 0 4.709 1.6 6.546 3.556s4.132 3.556 5.099 3.556c0.967 0 3.296 1.827 5.175 4.059 2.777 3.301 4.263 3.935 7.949 3.394 2.568-0.377 4.533-0.036 4.533 0.785 0 0.798 1.38 1.090 3.067 0.649 2.086-0.545 2.745-0.281 2.060 0.828-0.657 1.063-0.226 1.33 1.238 0.768 1.386-0.532 3.565 0.563 5.695 2.861 2.442 2.635 4.889 3.722 8.379 3.722 2.711 0 8.24 1.663 12.286 3.695 5.769 2.897 7.205 4.28 6.65 6.402-0.404 1.545-0.113 2.339 0.677 1.85 0.762-0.471 1.737 0.488 2.167 2.131s1.452 2.988 2.271 2.988c0.819 0 3.945 1.083 6.945 2.407 4.374 1.93 5.456 3.164 5.456 6.226 0 2.1 0.96 4.616 2.133 5.589s2.133 2.972 2.133 4.441c0 1.469 0.917 2.67 2.037 2.67s2.444 1.28 2.94 2.844c0.566 1.783 2.152 2.844 4.249 2.844 2.564 0 3.566 1 4.286 4.278 1.118 5.090 4.293 7.107 9.595 6.094 2.917-0.558 4.112-0.084 4.821 1.91 1.054 2.962 8.547 10.474 10.448 10.474 1.883 0 9.977 8.525 9.977 10.508 0 0.966 1.28 3.13 2.844 4.809s2.844 3.987 2.844 5.127c0 1.141 0.48 2.288 1.067 2.548 2.527 1.123 7.48 9.932 7.632 13.572 0.1 2.405 0.421 2.988 0.815 1.48 0.762-2.917 2.060-3.147 4.424-0.782 1.327 1.327 1.707 1.327 1.707 0 0-0.939 0.919-1.707 2.043-1.707 1.266 0 2.213 1.759 2.489 4.622l0.446 4.622 12.044 0.418c6.97 0.242 12.462 1.094 13.036 2.024 1.271 2.057 28.258-1.097 35.025-4.093 2.551-1.129 5.271-1.662 6.044-1.184s1.407 0.151 1.407-0.726c0-0.878 1.12-1.454 2.489-1.28 4.036 0.512 10.311-1.721 10.311-3.669 0-1.233 2.443-1.801 7.747-1.801 6.764 0 7.822 0.383 8.34 3.022 0.572 2.917 0.6 2.91 0.787-0.178 0.107-1.76 1.109-3.2 2.228-3.2s2.312 1.44 2.651 3.2c0.452 2.345 0.668 1.98 0.81-1.365 0.175-4.122 0.78-4.719 6.238-6.148 3.324-0.871 8.604-2.818 11.733-4.328s7.737-2.743 10.24-2.741c2.695 0.002 5.071-0.923 5.824-2.27 1.777-3.175 29.542-2.428 31.612 0.851 0.741 1.173 1.357 7.413 1.369 13.867 0.017 9.044-0.429 11.733-1.943 11.733-1.080 0-3.814 1.891-6.074 4.203-4.811 4.921-12.875 8.597-18.858 8.597-2.692 0-4.996 1.091-6.332 2.999-1.155 1.649-2.792 2.571-3.636 2.049-0.9-0.556-1.536 0.204-1.536 1.837 0 2.267-0.985 2.786-5.286 2.786-2.907 0-5.521 0.704-5.807 1.564s-1.136 1.564-1.887 1.564c-0.751 0-3.098 1.62-5.215 3.6s-5.266 3.964-6.998 4.408c-1.732 0.444-3.535 2.024-4.007 3.511s-1.795 2.703-2.94 2.703c-1.145 0-2.45 0.96-2.901 2.133s-2.030 2.133-3.511 2.133c-1.614 0-2.694 0.997-2.698 2.489-0.008 3.815-5.488 11.949-8.599 12.762-1.525 0.399-2.773 1.291-2.773 1.982s-1.6 1.256-3.556 1.256c-2.566 0-3.556 0.765-3.556 2.749 0 1.512-1.276 3.154-2.836 3.649s-3.898 1.963-5.197 3.261c-1.298 1.298-6.902 4.617-12.453 7.373s-10.211 5.973-10.357 7.146c-1.708 13.74-2.206 15.644-4.089 15.644-1.125 0-2.046 1.28-2.046 2.844 0 1.58 0.948 2.844 2.133 2.844 2.068 0 2.403 2.108 2.756 17.346 0.049 2.109 0.889 4.637 1.867 5.618 2.042 2.048 2.446 16.858 0.46 16.858-2.22 0-2.484 4.732-0.533 9.554 2.477 6.123 2.357 12.703-0.249 13.703-1.819 0.698-1.78 1.364 0.29 4.97 3.132 5.457 1.212 14.477-3.523 16.554-3.477 1.525-4.376 4.996-1.295 4.996 4.152 0 7.266 15.86 3.795 19.33-0.932 0.932-0.854 2.886 0.233 5.764 1.709 4.529 1.502 5.416-2.98 12.786-3.717 6.112-4.122 14.5-0.935 19.354 1.84 2.802 2.329 5.406 1.734 9.244-0.456 2.939-1.125 7.264-1.487 9.61-1.348 8.735-4.286 19.2-5.39 19.2-0.628 0-1.141 1.6-1.141 3.556 0 3.002-0.664 3.556-4.267 3.556h-4.267v9.976c0 9.34-0.25 10.134-3.915 12.444-2.741 1.728-3.778 3.428-3.457 5.668 0.309 2.154-0.271 3.2-1.774 3.2-1.228 0-2.232 0.64-2.232 1.422s0.96 1.422 2.133 1.422c2.901 0 3.021 14.559 0.14 16.951-1.097 0.91-2.426 3.375-2.953 5.478s-2.697 5.436-4.819 7.408c-2.123 1.972-4.938 5.299-6.256 7.393s-3.852 4.014-5.631 4.267c-2.014 0.286-4.041 2.197-5.368 5.062-1.173 2.532-3.151 4.942-4.395 5.357-2.521 0.84-4.901 5.088-6.201 11.068-0.497 2.286-2.205 4.472-4.038 5.169-2.195 0.835-3.721 3.242-4.938 7.792-2.383 8.909-2.236 10.468 1.087 11.522 2.633 0.836 2.804 1.878 2.264 13.798-0.321 7.092-1.249 13.305-2.062 13.807-0.855 0.528-0.977 1.723-0.289 2.836 0.653 1.057 1.872 1.5 2.709 0.983 0.839-0.519 2.504 0.962 3.715 3.303 2.911 5.629 2.767 7.228-0.651 7.228-2.4 0-2.843 0.945-2.835 6.044 0.006 3.638 1.134 7.743 2.835 10.311 1.554 2.347 2.83 6.253 2.835 8.681 0.006 2.728 1.368 5.88 3.565 8.251 3.715 4.009 3.79 4.287 4.261 15.779 0.16 3.911 1.596 9.671 3.19 12.8s3.228 8.156 3.632 11.17c0.403 3.015 1.435 6.183 2.292 7.040 1.907 1.907 2.088 13.79 0.21 13.79-0.811 0-0.74 1.744 0.178 4.378 1.096 3.145 1.084 5.348-0.044 7.822-1.481 3.249-2.251 3.445-13.593 3.445-10.546 0-12.129-0.331-12.878-2.691zM490.021 833.307c0-0.652 1.28-1.185 2.844-1.185s2.844 0.64 2.844 1.422c0 0.782 0.64 1.422 1.422 1.422s1.422-1.003 1.422-2.229c0-1.582 0.826-1.967 2.844-1.326 1.564 0.497 2.849 0.38 2.856-0.26 0.014-1.506 6.718-4.626 7.741-3.603 0.43 0.43 0.845 2.435 0.923 4.455l0.142 3.674 0.981-3.524c0.776-2.785 2.013-3.591 5.903-3.845 2.707-0.177 7.594-0.653 10.861-1.057 3.945-0.489 6.176-0.152 6.643 1.001 0.387 0.955 0.754 0.375 0.816-1.29 0.172-4.623 3.772-7.043 6.868-4.615 1.369 1.074 2.826 2.398 3.238 2.944 0.981 1.299 3.14-0.307 5.039-3.747 1.092-1.978 5.308-3.652 14.933-5.93 20.4-4.828 23.365-5.683 28.397-8.194 2.559-1.276 5.514-2.321 6.567-2.321s1.915-0.831 1.915-1.847c0-1.016 2.672-3.416 5.937-5.333s7.585-5.137 9.6-7.154c2.015-2.018 5.723-4.078 8.241-4.578 5.45-1.083 10.356-5.585 10.356-9.503 0-4.57-4.415-14.251-6.499-14.251-1.058 0-2.849-3.040-3.981-6.756s-3.072-9.124-4.312-12.019c-1.243-2.901-2.398-10.081-2.574-16-0.176-5.905-0.827-10.737-1.445-10.737-3.229 0-9.592-8.489-10.468-13.965-0.523-3.27-1.509-5.946-2.191-5.946s-1.24-1.92-1.24-4.267c0-2.347-0.489-4.267-1.086-4.267-1.936 0-7.822-14.056-7.078-16.903 0.5-1.912-0.133-2.986-2.054-3.489-2.438-0.637-2.731-1.823-2.401-9.723 0.352-8.453-1.573-15.397-4.269-15.397-1.945 0-4.39-6.852-5.346-14.987-0.502-4.273-1.553-7.769-2.336-7.769-0.904 0-1.081-3.768-0.486-10.338 0.79-8.722 0.488-11.268-1.937-16.287-1.581-3.272-2.874-6.619-2.874-7.439s-0.628-1.491-1.395-1.491c-0.767 0-1.792-1.581-2.277-3.512-0.527-2.099-3.829-5.482-8.205-8.408-4.028-2.692-8.73-6.225-10.448-7.851s-3.458-2.418-3.864-1.76c-0.406 0.658-8.28 2.932-17.497 5.053s-19.638 4.735-23.158 5.809c-11.325 3.453-15.642 3.975-15.666 1.893-0.017-1.504-0.279-1.485-1.279 0.094-0.691 1.092-2.282 1.592-3.534 1.111-1.451-0.557-2.277-0.116-2.277 1.215 0 3.451-4.251 2.385-4.432-1.111-0.124-2.408-0.326-2.584-0.816-0.711-0.358 1.369-1.517 2.489-2.575 2.489s-2.218-1.12-2.575-2.489c-0.358-1.369-0.725-0.409-0.815 2.133-0.155 4.351-2.498 6.081-4.935 3.645-1.728-1.728-6.467-1.441-7.187 0.436-0.439 1.143 0.078 1.521 1.39 1.018 1.687-0.647 1.614 0.025-0.381 3.501-2.222 3.872-3.512 4.457-12.885 5.851-5.729 0.852-13.75 1.569-17.825 1.593-12.538 0.074-28.541 2.644-29.733 4.774-1.037 1.853-7.672 4.465-10.031 3.949-0.587-0.128-1.067 0.309-1.067 0.971 0 2.293-5.322 7.329-7.745 7.329-1.338 0-4.961 2.63-8.049 5.845-3.977 4.139-6.435 5.631-8.422 5.111-2.465-0.645-2.806-0.006-2.806 5.247 0 5.042-0.892 6.909-5.689 11.901-3.972 4.133-5.689 7.167-5.689 10.050 0 2.271-1.12 5.663-2.489 7.538-4.042 5.535-6.074 8.907-6.963 11.553-0.46 1.369-1.401 2.489-2.092 2.489s-1.256 1.6-1.256 3.556c0 1.956-0.569 3.556-1.264 3.556s-1.684 2.24-2.198 4.978c-0.514 2.738-1.545 4.978-2.292 4.978s-1.358 1.562-1.358 3.472c0 1.909-0.65 3.873-1.444 4.364-2.396 1.481-5.044 9.336-6.947 20.609-2.827 16.749-2.923 17.067-5.148 17.067-1.459 0-2.106 1.53-2.106 4.978 0 2.738 0.64 4.978 1.422 4.978 2.133 0 1.726 3.090-1.228 9.333-1.458 3.080-3.046 9.585-3.53 14.456-0.88 8.854-0.879 8.857 4.861 14.891 4.816 5.062 6.503 5.97 10.467 5.628 3.447-0.297 6.87 0.965 12.654 4.665 4.361 2.789 9.529 5.072 11.485 5.072 5.52 0 10.802 2.975 10.802 6.083 0 2.117 0.707 2.597 2.957 2.009 2.098-0.549 2.742-0.214 2.218 1.152-0.406 1.059 0.183 2.691 1.31 3.626 1.674 1.389 2.049 1.148 2.049-1.318 0-1.786 0.906-3.019 2.217-3.019 1.219 0 1.822 0.639 1.34 1.42-1.069 1.73 5.303 1.241 6.577-0.505 1.551-2.126 9.735 0.613 11.425 3.823 2.299 4.368 3.956 5.171 10.714 5.196 3.278 0.012 6.356 0.662 6.839 1.444s2.141 1.422 3.684 1.422c1.543 0 3.174 0.96 3.624 2.133s2.090 2.133 3.644 2.133c1.668 0 3.143 1.215 3.601 2.965 0.573 2.19 1.075 2.48 1.921 1.11 1.292-2.091 19.716-2.158 21.114-0.077 0.447 0.665 8.172 1.991 17.168 2.946s16.533 2.237 16.751 2.848c0.53 1.492 4.583 1.427 4.583-0.074zM236.865 730.611c0-10.431 1.388-16.533 3.76-16.533 1.373 0 1.724-1.032 1.141-3.354-1.049-4.18 2.608-13.202 6.839-16.872 3.092-2.682 3.107-2.822 0.506-4.724-2.033-1.486-2.492-3.092-1.899-6.639 1.54-9.219 3.541-12.489 7.751-12.665 2.405-0.101 2.975-0.419 1.457-0.815-1.369-0.358-2.489-1.243-2.489-1.968 0-2.011-2.794-1.572-5.181 0.815-1.173 1.173-3.33 2.133-4.792 2.133s-3.054 0.64-3.538 1.422c-0.483 0.782-2.45 1.422-4.37 1.422s-4.782 0.8-6.359 1.778c-2.364 1.465-3.107 1.403-4.226-0.356-1.046-1.644-1.362-1.69-1.379-0.203-0.013 1.128-0.908 1.59-2.155 1.111-1.173-0.45-2.133-0.168-2.133 0.626s-2.72 4.192-6.044 7.55c-5.637 5.694-5.945 6.404-4.573 10.531 0.809 2.434 1.929 4.883 2.489 5.442 1.661 1.661 1.156 11.213-0.69 13.059-1.327 1.327-1.011 1.707 1.422 1.707 1.721 0 3.129 0.64 3.129 1.422s0.96 1.422 2.133 1.422c1.173 0 2.133 0.917 2.133 2.037s1.281 2.444 2.846 2.941c1.565 0.497 3.556 2.3 4.423 4.007 2.782 5.476 7.631 12.328 8.731 12.338 0.587 0.005 1.067-3.43 1.067-7.635zM713.309 698.849c1.947-2.35 1.802-10.371-0.187-10.371-2.081 0-0.623-11.819 1.548-12.542 2-0.667 4.793-6.138 8.463-16.579 1.62-4.609 3.443-8.742 4.051-9.185 1.318-0.959 4.614-13.191 4.614-17.125 0-1.523 1.429-4.1 3.176-5.728 2.718-2.532 3.116-4.183 2.756-11.433-0.31-6.259 0.068-8.473 1.446-8.471 1.429 0.003 1.758-2.824 1.406-12.089-0.253-6.651 0.067-12.092 0.711-12.092s1.171-9.18 1.171-20.4c0-15.988 0.459-20.954 2.121-22.959 1.616-1.949 2.029-5.727 1.735-15.866-0.283-9.79 0.077-13.308 1.364-13.308 1.36 0 1.37-0.379 0.042-1.707-0.939-0.939-1.707-3.051-1.707-4.694 0-4.49-3.056-10.072-6.334-11.572-1.601-0.732-2.751-2.108-2.555-3.057s-0.558-1.726-1.674-1.726c-1.116 0-2.322-1.12-2.679-2.489s-0.725-0.089-0.815 2.844c-0.168 5.435-3.027 7.308-5.428 3.556-1.52-2.375-5.77-2.596-6.634-0.344-0.466 1.215 0.244 1.556 2.186 1.048 2.529-0.661 2.67-0.422 1.169 1.982-2.176 3.484-18.16 11.985-22.436 11.932-1.785-0.022-3.588 0.856-4.009 1.951-1.118 2.913-10.204 2.619-10.994-0.356-0.343-1.291-0.697-0.267-0.788 2.276-0.129 3.619-0.782 4.622-3.009 4.622-1.564 0-2.844-0.503-2.844-1.117s-1.28-1.117-2.844-1.117c-1.564 0-2.844 0.405-2.844 0.9 0 2.792-5.899 6.75-12.089 8.111-12.446 2.736-24.889 7.588-24.889 9.706 0 1.104 0.917 2.008 2.037 2.008s2.444 1.28 2.94 2.844c0.496 1.564 1.509 2.844 2.25 2.844 2.198 0 6.983 8.938 6.989 13.054 0.003 2.095 0.965 4.77 2.139 5.943 2.416 2.416 3.023 16.559 0.711 16.559-0.782 0-1.422 0.64-1.422 1.422s1.28 1.422 2.844 1.422c1.911 0 2.844 0.948 2.844 2.889 0 1.589 0.929 3.245 2.064 3.681 2.924 1.122 6.956 12.413 5.769 16.153-0.73 2.299 0.036 4.108 2.99 7.062 6.343 6.343 10.022 29.255 6.279 39.1-0.901 2.37-0.901 3.648 0 3.648 0.763 0 1.387 1.562 1.387 3.472s0.607 3.847 1.349 4.305c0.742 0.459 2.484 4.656 3.871 9.328s3.34 8.495 4.34 8.495c1.207 0 1.818 2.152 1.818 6.4 0 3.52-0.64 6.4-1.422 6.4s-1.422 0.998-1.422 2.217c0 1.219 0.596 1.849 1.325 1.398s2.226 0.468 3.327 2.040c1.102 1.573 2.402 2.459 2.891 1.971 1.626-1.626 10.368 3.569 12.403 7.372l2.006 3.748 2.535-3.329c1.394-1.831 3.175-4.102 3.957-5.047zM201.422 600.605c0.074 1.197 0.389 1.092 0.914-0.306 1.895-5.044 6.726-10.225 12.081-12.957 7.712-3.934 17.85-6.92 23.56-6.939 2.657-0.009 4.993-0.866 5.424-1.989 0.417-1.086 2.643-2.351 4.948-2.812s6.101-3.014 8.436-5.673c2.335-2.659 6.328-5.684 8.874-6.722s5.28-2.744 6.076-3.791c1.511-1.988 19.909-5.221 22.080-3.88 0.685 0.424 2.392 0.183 3.793-0.534s4.226-2.084 6.278-3.037c2.392-1.111 4.283-3.594 5.269-6.921 2.022-6.824 4.889-26.804 4.622-32.212-0.116-2.347 0.375-5.547 1.091-7.111s2.419-5.724 3.784-9.244c3.984-10.272 12.521-27.642 14.144-28.778 0.881-0.617 0.473-1.054-0.996-1.067-3.797-0.033-3.523-13.21 0.356-17.088 1.564-1.564 2.844-4.145 2.844-5.734s0.96-3.257 2.133-3.708c1.494-0.573 2.133-2.904 2.133-7.778 0-5.238 0.528-6.959 2.133-6.959 1.173 0 2.133-1.006 2.133-2.235s0.966-3.201 2.146-4.381c1.181-1.181 1.741-2.803 1.245-3.606-1.391-2.25 2.5-12.534 4.743-12.534 1.094 0 1.594-0.64 1.111-1.422s0.119-1.422 1.338-1.422c1.606 0 2.217-1.442 2.217-5.233 0-5.553 5.467-23.597 7.392-24.397 0.628-0.261 1.141-1.815 1.141-3.455s0.782-5.143 1.738-7.787c1.275-3.527 2.411-4.63 4.267-4.145 1.995 0.522 2.529-0.211 2.529-3.472 0-2.273-0.71-4.134-1.578-4.134-1.567 0-1.245-4.367 0.994-13.486 0.99-4.032 0.919-4.119-1.435-1.765-1.362 1.362-3.065 2.113-3.785 1.669s-1.308 0.36-1.308 1.788c0 2.972-11.534 10.226-20.978 13.194-3.324 1.045-6.044 2.437-6.044 3.094 0 2.82-2.857 0.893-2.973-2.005-0.096-2.402-0.471-2.009-1.503 1.576-0.804 2.793-2.522 5.077-4.138 5.499-1.52 0.398-2.764 1.604-2.764 2.681 0 2.495-10.971 10.51-14.386 10.51-1.42 0-3.266 1.28-4.103 2.844s-2.626 2.844-3.975 2.844c-1.349 0-3.252 1.28-4.229 2.844s-2.609 2.844-3.627 2.844c-1.018 0-4.052 2.546-6.744 5.657s-5.938 5.671-7.216 5.689c-1.278 0.018-2.68 1.397-3.116 3.064-0.583 2.228-1.569 2.829-3.721 2.266-1.611-0.421-2.928-0.117-2.928 0.675s-0.907 1.093-2.016 0.668c-1.109-0.425-2.381 0.179-2.828 1.344-0.459 1.195-0.2 1.739 0.593 1.248 0.773-0.478 1.406 0.172 1.406 1.444 0 2.254-9.291 12.077-11.423 12.077-0.588 0-1.451 1.524-1.919 3.386s-2.137 3.722-3.71 4.134c-1.573 0.411-2.86 1.768-2.86 3.014s-0.599 2.266-1.331 2.266c-0.732 0-2.77 2.56-4.529 5.689s-3.719 5.689-4.358 5.689c-0.638 0-1.16 0.96-1.16 2.133s-1.28 3.413-2.844 4.978c-1.564 1.564-2.844 4.443-2.844 6.397 0 3.353-9.831 15.812-10.056 12.744-0.055-0.75-0.608-0.083-1.228 1.481-0.634 1.598-0.532 3.229 0.232 3.721 1.586 1.022-2.83 16.852-5.311 19.034-0.889 0.782-2.459 5.422-3.488 10.311-1.106 5.254-2.61 8.889-3.677 8.889-1.113 0-1.517 1.105-1.053 2.879 1.011 3.867-2.402 15.684-4.796 16.602-1.052 0.404-1.912 1.945-1.912 3.426s-0.663 2.692-1.472 2.692c-0.962 0-0.903 1.064 0.171 3.071 2.18 4.074 0.66 16.464-2.44 19.89-2.587 2.859-2.741 4.118-3.268 26.817-0.432 18.592-0.632 17.45 2.742 15.644 2.154-1.153 2.872-1.079 2.957 0.306zM394.681 529.588c1.913 0.5 2.364 0.009 1.838-2.001-0.626-2.392 0.202-2.664 8.116-2.664 6.158 0 12.455-1.285 20.901-4.267 6.649-2.347 13.477-4.265 15.175-4.263 4.133 0.005 22.367-4.147 25.467-5.799 1.358-0.724 3.36-1.316 4.448-1.316s2.775-0.96 3.749-2.133c0.974-1.173 2.652-2.133 3.73-2.133s1.959 0.96 1.959 2.133c0 1.173 0.551 2.133 1.225 2.133s0.921-1.592 0.549-3.538c-0.489-2.56 0.057-3.793 1.975-4.459 1.458-0.507 7.451-2.801 13.318-5.1 8.334-3.265 12.427-4.078 18.713-3.719 4.425 0.253 7.748-0.020 7.383-0.607s0.060-1.067 0.944-1.067c2.557 0 5.671-3.803 5.671-6.926 0-1.574 0.579-3.22 1.286-3.657s0.068-3.999-1.422-7.921c-1.489-3.92-2.708-8.461-2.708-10.092 0-3.668-3.919-10.802-8.178-14.885-1.76-1.687-3.2-4.381-3.2-5.986s-0.694-3.15-1.543-3.433c-0.848-0.283-2.729-5.492-4.178-11.576s-4.22-13.765-6.157-17.070c-1.937-3.305-3.968-8.389-4.514-11.298s-1.73-5.29-2.632-5.29c-2.071 0-6.577-10.238-6.577-14.943 0-1.95 0.8-3.569 1.778-3.597s0.105-1.468-1.939-3.2c-5.239-4.439-7.983-9.354-8.903-15.949-0.437-3.129-1.456-7.925-2.265-10.657-1.985-6.708-1.853-12.418 0.307-13.29 1.062-0.429 0.776-0.763-0.711-0.83-1.514-0.068-2.489-1.24-2.489-2.992 0-1.748-1.371-3.401-3.487-4.206-4.608-1.752-8.402-9.172-7.179-14.043 0.518-2.065 0.486-3.299-0.071-2.741s-2.050 0.464-3.316-0.207c-2.298-1.219-6.545 1.581-4.898 3.228 0.434 0.434-0.552 3.557-2.19 6.941s-3.401 8.377-3.918 11.096c-0.517 2.719-1.418 5.584-2.001 6.366s-1.501 4.092-2.039 7.355c-0.543 3.293-1.946 6.304-3.153 6.768-1.257 0.483-1.819 1.76-1.332 3.030 0.463 1.207 0.282 1.849-0.402 1.426s-1.577 0.505-1.984 2.061c-0.407 1.557-0.16 2.472 0.549 2.033 3.163-1.955-1.108 11.288-4.384 13.593-1.772 1.247-2.509 4.907-1.433 7.111 0.573 1.173 0.572 8.655-0.001 16.626-0.783 10.886-1.798 15.773-4.078 19.637-1.669 2.829-3.035 6.388-3.035 7.908s-0.8 2.814-1.778 2.875c-1.422 0.090-1.422 0.256 0 0.83 2.031 0.82 2.523 14.703 0.521 14.703-0.691 0-1.72 1.44-2.288 3.2-0.975 3.027-1.084 2.969-2.004-1.067l-0.973-4.267-0.939 4.46c-0.516 2.453-2.889 6.596-5.273 9.206-2.675 2.929-4.394 6.394-4.489 9.051-0.085 2.368-0.245 8.277-0.356 13.132-0.16 7.023-0.779 9.25-3.029 10.896-1.556 1.138-3.316 1.768-3.911 1.4-1.708-1.055-1.261 4.941 0.589 7.903 2.488 3.984-1.378 13.48-5.744 14.109-2.189 0.315-2.993 1.155-2.452 2.563 0.451 1.176 0.187 1.713-0.602 1.225-1.385-0.856-1.979 1.872-1.478 6.78 0.141 1.377-1.112 4.242-2.783 6.366-1.77 2.25-2.402 4.075-1.514 4.371 0.838 0.279 1.599 1.575 1.689 2.878 0.136 1.955 0.283 1.911 0.841-0.25 0.434-1.683 1.583-2.384 3.21-1.958zM607.204 455.476c0.401-0.649 4.438-2.032 8.973-3.073s8.852-2.431 9.595-3.088c0.743-0.656 2.77-1.193 4.504-1.193s3.366-0.541 3.627-1.201c0.261-0.661 2.836-1.574 5.723-2.030 4.162-0.657 5.38-0.335 5.879 1.557 0.419 1.585 0.686 1.255 0.796-0.98 0.127-2.596 0.795-3.201 2.918-2.646 1.591 0.416 3.072-0.114 3.511-1.256 0.417-1.087 1.618-1.976 2.668-1.976s3.151-1.14 4.667-2.533c2.966-2.725 17.846-8.814 21.728-8.892 4.589-0.092 11.85-8.486 7.34-8.486-0.782 0-1.436-0.8-1.453-1.778s-2.074-2.738-4.571-3.911c-3.125-1.468-4.893-3.544-5.674-6.659-0.793-3.164-2.092-4.661-4.318-4.978-2.252-0.32-3.313-1.57-3.625-4.269-0.336-2.912-1.432-4.035-4.623-4.735-5.020-1.103-15.841-11.87-15.080-15.006 0.361-1.487-0.425-2.194-2.369-2.133-1.743 0.055-3.229-1.049-3.709-2.753-0.517-1.838-2.273-3.018-4.962-3.335-3.705-0.436-14.993-7.764-16.223-10.532-0.261-0.587-1.338-1.067-2.393-1.067s-2.282-1.144-2.726-2.542c-0.444-1.398-2.247-2.644-4.007-2.768-6.736-0.476-12.445-1.985-12.445-3.288 0-0.747-0.75-1.358-1.666-1.358s-2.676-0.85-3.911-1.888c-1.235-1.038-4.868-2.635-8.074-3.548s-7.559-3.263-9.673-5.223c-2.115-1.96-4.472-3.563-5.239-3.563s-1.918-1.416-2.559-3.146c-0.889-2.404-2.389-3.189-6.354-3.327-5.026-0.175-6.689 1.112-3.768 2.917 0.782 0.483 1.422 5.961 1.422 12.173 0 8.97 0.429 11.294 2.083 11.294 4.463 0 7.047 13.057 3.321 16.782-1.328 1.327-1.248 1.715 0.356 1.743 1.134 0.020 3.294 2.74 4.8 6.044s4.146 7.928 5.868 10.274c1.722 2.347 3.866 6.563 4.764 9.371s3.245 7.287 5.216 9.956c2.38 3.222 3.314 5.926 2.783 8.052-0.567 2.265-0.17 3.2 1.36 3.2 1.188 0 2.16 0.542 2.16 1.205s1.266 2.665 2.814 4.45c3.815 4.399 5.034 11.887 2.81 17.256-1.084 2.617-1.281 4.75-0.489 5.31 0.727 0.514 2.096 2.695 3.041 4.846 1.708 3.888 3.792 4.986 5.185 2.732z"],"attrs":[{"fill":"rgb(204, 0, 1)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Circle-A_red"]},"attrs":[{"fill":"rgb(204, 0, 1)"}],"properties":{"order":433,"id":0,"name":"anarchy","prevSize":32,"code":60063},"setIdx":5,"setId":12,"iconIdx":0},{"icon":{"paths":["M524.004 58.425c0 0-42.155 53.589-64.796 174.194-23.097 120.377-6.030 195.072-6.030 195.072-26.681-72.647-49.607-74.695-49.607-74.695s-17.237 158.948-49.721 229.604c-32.54 70.884-40.789 124.871-15.303 191.488 47.787 118.386 185.458 158.549 185.458 158.549s-68.836-76.288-42.155-158.549c46.194-109.17 182.044-149.333 111.218-350.208-63.26-197.12-69.063-365.284-69.063-365.284z","M413.412 381.724c0 0 79.076 151.097 31.346 265.899-66.048 140.686 56.377 271.758 56.377 271.758s-222.777-113.778-149.504-287.801c63.374-150.528 62.009-249.856 62.009-249.856z","M512.967 108.373c0 0-84.309 203.093-33.109 356.238s-49.55 216.747-12.629 319.886c21.276-121.401 175.161-139.89 111.957-342.983-63.204-202.695-66.219-333.141-66.219-333.141z","M814.592 848.327c-87.211 79.246-200.988 123.164-318.862 123.051-260.836-0.341-475.307-214.869-475.648-475.648 0.341-260.836 214.812-475.307 475.648-475.648 112.412-0.171 221.298 39.652 307.029 112.356h30.094c-91.477-85.22-212.082-132.608-337.124-132.437-271.815 0.341-495.388 223.915-495.73 495.73 0.341 271.815 223.915 495.388 495.73 495.673 135.452 0 258.276-54.784 347.762-143.076h-28.9z","M841.5 336.555c25.714 0 40.732-13.028 40.732-37.717 0-24.462-15.019-36.921-40.732-36.921h-45.17v74.638h45.17zM843.093 383.545h-46.763v65.82h-59.79v-234.212h104.789c61.781 0 97.337 29.468 97.337 81.692 0 35.726-15.076 61.611-42.553 75.264l49.323 77.255h-67.584l-34.759-65.82zM900.324 787.513l-107.804-144.498v144.498h-55.751v-234.382h52.565l107.975 144.498v-144.498h55.58v234.382h-52.565z"],"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(27, 70, 119)"},{"fill":"rgb(196, 18, 45)"},{"fill":"rgb(27, 70, 119)"},{"fill":"rgb(27, 70, 119)"}],"width":967,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["RN"],"colorPermutations":{"19618451255255255127701191":[{"f":2},{"f":0},{"f":1},{"f":0},{"f":0}]}},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(27, 70, 119)"},{"fill":"rgb(196, 18, 45)"},{"fill":"rgb(27, 70, 119)"},{"fill":"rgb(27, 70, 119)"}],"properties":{"order":432,"id":0,"name":"rn","prevSize":32,"code":60064,"codes":[60064,60065,60066,60067,60068]},"setIdx":6,"setId":11,"iconIdx":0},{"icon":{"paths":["M25.987 17.268h750.983v989.468h-750.983v-989.468z","M298.367 798.508c-10.661 16.832-22.46 35.355-46.027 52.197-22.448 15.724-51.079 26.381-84.207 26.381-56.123 0-145.378-33.674-145.378-153.236 0-85.318 49.395-157.169 147.062-157.169 32.559 0 88.14 8.985 125.175 70.163l-63.985 36.489c-5.056-10.669-10.665-20.772-24.701-30.872-8.412-5.617-19.081-10.1-32.552-10.1-46.588 0-62.309 53.32-62.309 88.675 0 38.734 19.084 87.567 65.104 87.567 4.498 0 25.828 0 43.793-20.196 7.293-8.431 10.107-15.163 12.902-23.579l65.123 33.678z","M496.503 828.807c-16.843 11.241-37.607 24.705-77.464 24.705-24.136 0-47.715-6.171-66.791-19.084-39.299-25.262-54.443-70.717-54.443-121.238 0-58.937 27.496-143.705 124.609-143.705 44.904 0 65.665 19.646 78.579 31.991v-27.496h80.835v281.782c-1.119 31.998-2.241 69.605-44.912 94.303-29.745 17.954-73.523 22.445-99.912 22.445-58.383 0-96.544-20.203-112.268-36.473-23.013-23.013-22.448-52.759-22.448-68.49h89.247c1.119 12.902 2.249 31.437 25.262 42.102 5.613 2.803 14.033 5.613 27.508 5.613 52.197 0 52.197-30.872 52.197-55.019v-31.433zM387.053 712.624c0 24.694 1.68 75.78 54.996 75.78 43.789 0 53.889-34.243 53.889-75.78 0-14.036-1.111-43.22-10.657-57.253-6.747-10.672-22.452-22.456-47.153-21.333-40.975 1.68-51.075 37.042-51.075 78.586z","M641.828 486.377h85.887v87.609h53.559v60.056h-54.12v131.906c-0.561 17.954-0.561 33.109 22.445 33.109l30.872-1.115v67.353c-18.527 2.814-29.749 4.49-45.447 4.49-29.764 0-62.324-1.673-80.839-28.63-11.787-17.397-12.352-38.165-12.352-66.222v-141.46h-42.667v-59.566h42.667v-87.529z","M334.059 339.392v0.046c0.307-0.25 0.228-0.205 0-0.046z","M331.988 342.024c-0.049 0.44 0.466-0.049 0 0z","M65.718 539.572c0.008-0.008 0.027-0.049 0.027-0.049-0.11-0.178-0.159-0.228-0.027 0.049z","M588.102 548.14c-0.019-0.008-0.027-0.008-0.027-0.008-0.068 0-0.083 0 0.027 0.008z","M588.94 548.132c-0.019 0-0.019 0.008-0.027 0.008 0.106 0 0.091 0 0.027-0.008z","M776.958 505.355c-0.941 0.042-1.824 0.121-2.613 0.307-0.235 0.057-0.573 1.13-0.819 1.225-1.301 0.459-6.311 1.168-6.94 1.229-3.133 0.265-5.928-1.229-9.804-1.229 0.273 1.817 0.049 2.636 1.217 4.494-0.622-0.178-1.87 0.239-2.45 0-0.755-0.33-0.918-3.072-3.679-1.221-0.319 0.201-0.425 1.517-0.812 1.635-0.88 0.235-0.057-0.137-0.402-0.41l-8.977-1.221-0.831-0.819c-0.812 0.064-0.906 0.288-1.217 0.41-1.551 0.554-0.341 0.751-1.233 1.631h-0.812c-0.315-0.178 0-1.631 0-1.631-1.445-0.349-2.378 1.388-3.269 1.631-1.43 0.364-2.909-0.611-5.317-0.398-3.201 0.247-7.566 1.547-10.194 2.852-0.679-0.535-1.278-1.005-2.048-1.631-0.171 0.152-2.86 3.679-2.86 3.679-0.724 0.307-1.748-0.603-0.804-0.406-0.053-0.281 0.637-2.458 0-2.458-0.869-0.019-0.869 1.092-1.24 1.631-1.509-0.812-3.14-1.551-4.904 0-0.224 0.209-0.091 1.126-0.406 1.236-1.779 0.531 0.224-2.226-2.037-1.642-1.153 0.3-2.325 1.976-3.265 2.45-1.604 0.781-3.072 0.774-4.892 1.233 0.015-0.102 0.736-1.111 0.402-1.233-0.334-0.129-0.918 0.193-1.225 0-0.77 0.956-0.887 1.68-1.638 2.86-0.876-0.193-1.987 0-2.867 0 0.053-0.8 0-1.661 0-2.45 1.369 0.049-0.872-0.679-1.214-0.823-0.948 1.968-0.74 1.627-0.417 3.683-0.273 0-1.009 0.114-1.221 0 0 0-2.329 0.322-3.66 0.398 1.434-0.819 0.448-0.584 0.804-1.619l1.233-0.819c-0.095-0.019-1.399-0.747-1.638-0.823-0.55 1.627-1.286 4.361-4.498 4.077-3.683-0.326 0.224-3.193-4.892-0.819v2.454c-0.091 0.030-5.719-0.819-5.719-0.819-0.432-0.368-0.239-1.187-0.819-1.638-0.774 0.516-1.927 2.594-2.863 2.863-3.023 0.827-4.843-0.724-7.361 0-0.133 0.034 0.357 0.679 0.41 0.819-1.138 0.372-2.116 1.176-3.671 0.812-0.595-0.129 0-1.631 0-1.631-0.63-0.258-3.982-0.432-4.092-0.406v0.406c0 0-2.336 1.073-3.671 1.221l-0.41 2.048c-1.21 0.611-3.349-1.214-4.889-1.221-0.588-0.015-1.221 1.221-1.221 1.221-5.404 1.536-9.368 0.982-14.715 1.631-1.21 0.148-4.798 1.862-6.114 2.040-2.507 0.315-5.59 0.523-6.956 0-0.933-0.368-0.508-1.794-2.856-1.631-1.767 0.11-3.258 2.131-4.49 2.45-1.877 0.47-4.976 0.717-6.133 0.819-2.507 0.209-3.819-0.667-5.31-1.642-0.171 0.167-0.41 2.044-0.41 2.044-1.070 0.209-2.31-1.487-4.088-1.221-0.015 0-1.043 1.172-1.214 1.221-1.938 0.516-5.272 0.808-6.933 0.815-3.743 0-7.251-0.815-11.029-0.406-4.365 0.448-6.436 2.192-10.634 2.45-1.073 0.053-4.968-0.99-6.937-0.812-1.43 0.102-2.833 2.234-4.081 2.442-2.886 0.485-2.287-1.65-4.889-1.221-0.47 0.064-0.307 1.13-0.417 1.635-3.201-0.288-9.33 1.642-11.029-1.221-0.303 0.178-0.429 1.411 0 1.638-3.398 0-5.806 0.948-8.583 0.815-1.927-0.114-4.134-0.114-6.94-0.815-0.656-0.167-1.35-1.589-1.638-1.638-2.655-0.576-5.818 1.21-8.575 1.221h-4.088c0 0-0.645-1.862-1.217-2.040-1.343-0.425-2.958 0.834-4.088 0.819-0.675-0.015-1.316-1.176-1.631-1.221-4.293-0.831-2.723 2.302-5.715 2.033 0 0-4.741-2.006-2.454-1.631-0.042-0.099-0.8-1.077-0.406-1.233-1.68 0.25-2.378 0.155-4.077 0.421 0.008 0.087 0.402 2.037 0.402 2.037-0.982 0.144-3.265-1.631-3.265-1.631-2.439-0.466-0.391 0.929-2.454 0.812-2.564-0.167-4.813-2.545-6.523-3.671-0.774 0.516-1.051 0.69-2.044 1.217-0.576-1.494-1.46-2.818-2.048-4.081-2.537 0.599-4.483-0.463-7.35-0.819-0.129-0.516 0.046-1.532-0.41-1.631-1.824-0.421-1.403 1.123-3.258 0.406-0.489-0.19-1.635-2.317-2.040-2.454-0.74-0.228-1.673 0.614-2.867 0.406-1.24-0.22-0.683-1.574-0.808-1.631-0.569-0.228-1.525 0.288-2.048 0-0.186-0.095-0.034-1.483-0.41-1.635-0.341-0.133-1.896 1.016-3.258-0.819-0.307-0.379-0.212-0.618-0.417-1.221 0 0-0.357-0.978-0.812-1.627 0.3 0.554 0.724-1.028 0-1.646-1.327-1.134-2.154-0.353-3.683-0.398 0.36-0.296-0.349-1.043-0.41-1.236 0.387-0.144 0.812 0 1.229 0-0.649-2.909-1.559-2.651-2.033-3.664-1.449-2.981-1.832-7.361-2.056-10.213-0.812-0.057-1.623-0.303-2.446-0.41 0.546-2.048 0.724-2.564 2.040-3.679-0.603-1.862-3.391-5.609-2.863-7.756 0.269-1.092 1.289-0.99 2.052-1.631-1.32-2.795-1.229-3.504 0.812-4.911-0.137-0.432-0.956-1.904-0.812-2.442 0.049-0.25 1.923-1.65 2.033-2.040 0.36-1.365-0.595-1.642-0.398-2.863 0.087-0.649 1.301-2.659 1.638-3.683-0.375-0.334-2.867-3.679-2.867-3.679-0.705-0.288-2.2 0.364-2.863 0-0.083-0.049 0.057-1.066 0-1.21-0.649-1.722-2.723-1.35-4.49-1.233-0.319-0.546-0.66-2.257-1.221-2.45-1.092-0.402-0.444 3.595-0.421 3.683-3.212 0.463-4.756 0.77-6.523 2.442-3.231 3.011-3.504 10.559-4.915 14.84l-3.667 4.354c-0.292 0.178-1.255 0.539-1.635 0.819 0.349 2.386 0.527 3.819-1.225 4.896-3.667 2.234-3.22-1.070-3.675-1.225-0.539-0.174-1.153 0.235-1.631 0 0 0-0.66 1.331-0.819 1.642 0.675 0.444 0.85 0.163 1.638 0.402-0.102 0.254-0.417 1.229-0.417 1.229-0.387-0.265-1.217 0.186-1.635 0-0.163-0.087-0.3-1.297-0.406-1.635-0.247 0.080-2.105 0.721-1.638 0.823-0.789 0.743-2.010 2.769-2.848 3.25-0.884 0.493-0.641-0.599-1.635-0.398-1.911 0.387-3.239 4.487-3.683 6.542-0.66-0.228-1.817 0.254-2.442 0-0.099-0.042 0-1.107 0-1.229 0 0-0.114-2.154-2.86-1.638-0.338 0.046-1.714 1.494-2.044 1.638-1.077 0.394-2.75-0.159-4.092 0.398-1.149 0.466-2.545 3.239-3.671 4.092-1.847-3.607-2.795-1.972-4.9 0-4.487-3.584-12.33 1.422-17.158-2.048-1.343-0.96-1.221-5.306-1.221-5.306-0.057-0.269 0.171-1.684-0.41-1.225 1.767-1.472 1.517-2.92 2.852-4.896 0.444-0.675 2.040-1.013 2.45-1.642 0.649-1.028 0.174-2.295 0.819-3.258 0.224-0.36 1.472-0.425 1.642-0.819 0.254-0.686-0.209-1.737 0-2.45 0.311 0.023 1.388 0.523 2.040 0.812 1.809-2.579 3.713-2.996 6.121-4.9 1.494-1.198 2.628-3.254 4.085-4.494 2.226-1.919 4.855-2.863 7.35-4.494 1.308-0.861 2.355-2.879 3.675-3.675 0.44-0.262 1.13 0.163 1.638 0 1.688-0.584 3.406-2.917 4.9-3.679 4.073-2.131 7.786-2.526 12.663-4.081 2.609-0.846 7.824-3.504 11.033-4.085 3.77-0.698 8.010-0.296 10.612-0.815 1.054-0.22 1.976-1.502 3.667-1.233 0.592 0.102 0.899 1.551 1.236 1.642 0.63 0.144 2.040-0.869 2.852-0.819 1.566 0.095 3.588 2.131 4.892 2.458 0.838 0.186 2.002-0.482 3.277 0v0.398c1.081 0.58 2.044 1.077 3.265 1.638 0 0.114-0.083 1.191 0 1.225 2.2 0.69 3.44-0.948 6.944 0.406-0.292-0.178-1.343-1.509-1.638-1.635-0.432 0.637-0.406-0.823-0.406-0.823 0.364-0.334 1.927-1.214 2.044-1.635 0.353-1.464-0.698-5.454-1.225-7.346-0.694-2.446-4.506-5.31-4.506-5.31 0-0.265 0.167-1.498 0-1.642-0.33-0.311-1.6 0.197-2.025 0-0.622-0.262 0-1.286-0.41-1.623-0.823-0.702-5.886-3.887-6.542-4.088-3.182-1.024-5.336 0.228-8.985 0-1.362-0.087-3.239-1.608-4.896-1.635-0.713-0.008-2.295 1.161-2.856 1.221-3.838 0.41-7.483 0.019-11.844 1.229-0.679 0.178-1.642 1.487-2.052 1.623-1.919 0.595-3.557-0.254-5.298 0.417-0.865 0.319-1.513 2.276-0.417 2.458-3.463 1.126-4.927 2.522-8.567 3.664-0.159-0.576 0.133-1.453-0.402-1.631h-0.827c-0.482 1.21-2.329 5.052-3.671 5.31-0.421 0.076-4.976-1.729-5.723-2.048 0.55 1.051 0.675 1.547 1.229 2.45-3.375 1.1-7.441 1.714-9.8 0.41-0.387 3.383 0.425 4.805-0.406 8.165-3.36-0.622-8.093 3.774-8.988-2.037-0.402 2.124-0.74 2.549-3.262 3.262-0.254 3.387-0.303 8.492-3.686 9.811-0.379 0.137-1.327-0.273-1.631 0-2.033 1.737 0.474 2.181-2.86 1.635-0.137 0.387-0.11 1.164-0.398 1.221 0 0 1.066 0.808 0.815 0.819-2.185 0.057-1.445-1.688-2.458-2.45-0.482 0.201-1.502 0-2.040 0l-0.406 2.033c-1.217 0.531-8.818-0.288-9.804-0.398-2.643-0.326-8.109 0.174-11.014 1.225-0.258 0.068-0.595 1.161-0.819 1.221-1.115 0.288-1.574-0.531-3.269 0v0.41c-1.214 0.618-4.908 0.963-5.723 2.029-0.296 0.383-0.087 1.392-0.41 1.65-1.077 0.815-2.499 0.523-3.683 1.221-0.030 0.019-0.398 1.229-0.398 1.229-2.772 1.616-7.506 2.177-9.804 4.073-0.561 0.466-0.884 1.828-1.229 2.458-4.479-1.157-2.996 0.633-5.715 1.631-1.722 0.614-3.648 0.076-5.719 1.214-0.193 0.118-0.595 1.176-0.812 1.229-2.769 0.709-3.959 0.121-6.94 1.229l0.41 3.269-1.233-0.41c0 0-0.368-2.268-0.41-2.442 0 0-1.202 0.387-1.217 0.402-0.315 2.977 0.546 3.114-2.461 2.45 0.080 0.254 0.58 1.566 0.417 1.638-2.025 0.595-4.877-0.891-5.719-0.819-0.709 0.042-0.774 1.051-1.221 1.221-1.142 0.372-2.484-0.281-3.683 0-0.448 0.087-2.15 1.566-2.86 1.635-0.933 0.080-1.544-0.679-2.86-0.402-3.197 0.618-7.149 3.842-10.612 4.487-1.893 0.353-3.914-0.52-6.542 0-2.401 0.466-6.095 2.833-8.165 2.86-1.229 0.015-1.434-1.005-2.86-0.812-0.072 0-1.005 1.149-1.229 1.217-1.335 0.357-7.858 0.171-8.981 0-0.209-0.030-1.418-1.21-1.627-1.217-2.363-0.25-3.758 1.259-6.136 1.217-0.364-0.015-2.040-1.157-2.442-1.217-3.182-0.554-4.195 0.064-7.76-0.823 0-0.118 0.072-1.21 0-1.225-1.183-0.372-2.886 0.231-4.085 0-2.731-0.535-5.048-3.345-6.944-4.896-0.497-0.41-1.752-0.641-2.040-1.221-0.603-1.179 0.174-2.458-0.417-3.679-0.417-0.869-2.636-2.522-3.262-4.081 0.69-0.508 0-2.040 0-2.040 0.319 0 0.417-4.092 0.417-4.092 1.684-3.535 0.216-5.609 3.262-6.952-0.489-2.063-0.611-2.15 0-4.49-0.561 0.137-0.656 0.584-1.642 0.417 0.402-1.331 3.216-7.498 4.085-8.162 0.561-0.451 1.855 0.030 2.45-0.41l0.41-2.052c3.872-1.308 3.542-3.334 6.538-5.719 0.766-0.618 1.642-0.178 2.454-0.815 0.777-0.641 0.728-2.317 1.627-2.86 1.35-0.827 2.863-0.474 4.085-1.217 1.456-0.918 1.278-2.541 2.45-3.683 1.293-1.278 3.77-1.407 5.712-2.040 0-0.884-0.178-1.999 0-2.86 1.589-0.474 3.656-0.493 4.088-0.823 0.137-0.11 0-1.396 0-1.623 2.514-1.399 3.887-2.465 6.535-3.679-0.095-0.284-0.398-1.233-0.398-1.233 1.233-1.631 4.001-1.308 2.033-2.86-0.497-0.398-0.41-1.221-0.41-1.221 2.002-0.603 3.197-0.842 4.904-1.638-0.049-0.080-0.497-0.789-0.402-0.812 1.688-0.58 3.391 0.319 5.31-1.233 1.104-0.895 1.6-2.894 2.852-3.671 0.417-0.262 1.358-0.057 1.638-0.402 0.58-0.77 0.064-1.919 0.819-2.454 2.044-1.487 4.468-1.502 6.523-2.86 1.384-0.933 2.477-2.291 4.085-3.262-0.095-0.284-0.402-1.221-0.402-1.221 1.062-1.028 2.34-0.402 3.679-1.229 0.466-0.303-0.41-0.819-0.41-0.819 1.422-0.997 1.661-1.236 2.45-2.863 1.028 0 1.066 0.679 2.033 0 0-0.008-1.229-1.506 0.41-2.040 4.983-1.608-0.948 4.331-2.044 5.31 3.463-1.631 4.092-2.97 8.181-3.269 1.544-3.557 2.025-5.093 4.494-6.944-0.14-0.243-0.595-0.558-0.413-0.808 0.099-0.178 1.528-0.652 1.623-0.823 1.422-2.715 0.372-2.867 3.262-4.081 0 0-1.46-0.641-1.206-0.827 0.466-0.357 1.498 0.288 2.033 0 0.125-0.068 0.357-1.839 0.413-2.033 1.597-0.247 2.192 0.209 3.262-0.823 0.444-0.432 0.064-1.54 0.417-2.029 0.322-0.52 1.718-0.675 2.033-1.236 1.142-2.094 0.22-3.311 1.638-4.494 0.99-0.838 2.34-0.372 3.269-1.221 0.193-0.193-0.11-0.956 0-1.217 0.338-0.903 5.014-4.354 6.121-5.723 1.225 0.216 1.464 0.303 2.856 0.41 0.182-0.694-0.3-1.764 0-2.45l0.41-0.421c2.575-0.895 2.143-3.091 3.262-3.671 1.202-0.633 3.171 0.027 3.679 0 0.869-2.344 1.544-2.75 3.679-3.671-1.832-1.422 1.961-5.344 2.86-6.944 0.933 0.675 0.887 0.637 2.044 1.221l0.819-1.635c0.641-2.697-0.121-2.359 2.442-3.269-0.402-3.243 1.472-4.468 5.321-5.298 0.129-0.861-0.345-2.082 0-2.863 0.193-0.44 1.646-0.47 2.040-0.819 0.948-0.872 2.86-5.712 2.86-5.712l-0.413-0.823c0.914-0.489 1.381-0.649 1.604-0.683 0.038-0.235 0.224-0.74 0.853-1.771 0 0 0.819-0.592 1.217-0.861v-0.36c0.561-0.466 2.765-1.066 2.863-1.229 0.906-1.809-0.258-2.844-0.41-3.683 0.186-0.163 1.013 0.121 1.221 0 0.106-0.057-0.087-1.051 0-1.221 0.74-1.54 3.303-2.564 4.494-2.852-0.247-0.755 0.216-0.721 0.417-1.229-0.338-0.281-1.638-1.642-1.638-1.642 1.365 0.364 4.938-7.6 5.719-10.202-0.793-0.432-0.899 0.049-1.229-0.812 2.257 0.144 5.329 0.239 4.49-3.269l-0.398-0.819c0.819-0.838 3.493-1.984 4.081-2.863 1.946-2.935 0.58-9.72 0.41-12.663-0.159-2.587 1.24-7.854 0.812-9.394-0.186-0.649-1.938-1.657-2.040-2.040-0.576-2.025 1.335-3.167-0.402-4.081-0.675-0.353-2.116-0.736-2.458-0.812-0.353-3.118-0.387-3.762-2.86-4.088 0.671-1.695 0.599-2.040 1.221-3.269-3.038-1.145-1.896-2.329-3.262-3.262-0.717-0.508-0.686 0.466-1.221 0.406-0.633-0.080-1.817-1.494-2.458-1.631-2.909-0.66-6.717-0.812-9.789-0.406-3.713 0.455-8.951 2.769-13.081 4.49-1.123 0.451-3.391 2.628-4.483 2.852-1.312 0.25-1.752-0.827-3.281-0.406-2.185 0.599-6.163 8.734-8.564 10.21-0.918 0.55-1.669-0.137-2.040 0-1.559 0.55-1.365 2.727-2.458 3.683-1.028 0.869-2.526 0.432-3.671 1.221-0.717 0.474-1.016 1.855-1.635 2.45-0.941 0.853-2.264 0.774-3.269 1.642-1.373 1.168-1.517 3.717-2.867 4.9-1.248 1.062-2.814 1.062-4.073 2.040-2.405 1.832-4.244 4.949-6.535 6.937-0.47 0.398-1.748 0.743-2.037 1.225-0.243 0.391-0.114 1.976-0.831 2.863-0.774 0.941-3.713 2.177-4.073 3.269-0.209 0.531 0.288 1.593 0 2.040-0.539 0.762-1.286-0.178-2.044 0.402-0.205 0.14-0.247 1.767-0.406 2.048-0.971 1.54-4.013 2.351-5.313 3.671-0.948 0.929-0.372 2.097-1.229 3.262-0.649 0.872-1.566 0.137-2.45 0.831-0.193 0.125 0.099 0.963 0 1.217-0.474 1.214-3.777 2.067-4.494 3.269-0.618 1.024-0.023 1.509-0.406 2.033-0.474 0.633-0.66 0.292-1.631 0.41-0.925 2.765-4.043 4.892-1.217 6.542-2.609 0.345-3.501 1.176-6.136 1.221-0.796 1.646-0.58 3.114-1.631 4.498-0.834 1.062-1.741 0.357-2.867 1.214-1.126 0.884-0.838 2.378-1.623 3.683-1.487 2.386-4.699 4.521-6.129 6.94-0.269 0.44-1.153 4.828-1.233 4.911-0.224 0.201-1.688 0-2.044 0-0.963 2.249-0.736 2.901-3.262 3.258-0.152 0.74 0.201 0.975 0.402 1.627-1.722 1.301-2.313 2.386-3.664 4.088-0.626 0.755-2.924 1.642-3.277 2.458-0.611 1.388 0.338 2.807 0.831 4.892-1.054 0.387-1.794 0.459-2.871 0.823 0 0.121 0.080 1.187 0 1.229-0.819 0.322-2.42-1.138-3.262 1.217-0.709 1.923 0.174 3.413 0.41 4.904-3.793 1.107-4.908 0.497-5.712 4.904-0.379 0.015-1.961 0.406-2.458 0.406-0.034 0.228 0 3.262 0 3.262s-1.93 1.87-2.044 2.040c0 0-1.445 2.249 0.41 1.642-0.087 0.353-0.652 2.317-0.41 2.45-4.726-2.348-8.146 8.131-10.615 12.25-0.186 0.258-1.494 0.394-1.638 0.823-0.193 0.489 0.247 1.616 0 2.040-0.444 0.667-1.453 0.281-2.033 0.819-0.55 0.459-2.219 3.584-2.461 4.081-1.24 2.397-0.705 4.225 0.819 5.715-2.545-0.713-3.44-0.535-4.9 2.040-2.192 3.827-3.246 7.619-5.31 11.852-0.781 1.566-2.708 3.072-3.269 4.892-0.539 1.71 0.186 3.125-0.402 4.904-0.33 0.922-3.535 3.224-3.679 3.258 1.718-0.69 2.37-0.77 3.679-1.623 0.3-0.22 0.948-1.107 1.221-1.229 2.128-0.997 0.273 0.823 1.221 1.229-1.623 0.652-4.646 1.593-1.638 2.446-2.105 1.464-3.747 2.803-6.125 4.088 0 0.247 0.163 1.479 0 1.635-0.239 0.201-1.695 0-2.033 0-0.474 1.058-0.281 1.267-0.831 2.037-0.349-0.125-1.115-0.47-1.21-0.406 0.504 0.432-0.618 1.509 0.808 1.229-0.11 0.137-0.85 1.195-0.808 1.229-1.005-0.171-1.149-0.372-2.052-0.823-0.402 0.918-0.353 0.341-1.221 0.823 0 0.338 0.216 2.226 0 2.45-0.353 0.322-0.819-0.406-0.819-0.406-1.305 0-6.19 3.823-7.346 4.494-0.595 0.311-1.536-0.034-2.052 0.398-0.258 0.209-0.072 1.422-0.406 1.642-1.301 0.827-2.571 0.353-3.671 1.221-0.618 0.482-2.131 2.917-2.052 2.848v0.831c0.561 0.137 2.458 0.819 2.458 0.819-1.976 0.899-10.718 3.827-11.431 4.892-0.087 0.099-0.459 2.484-0.819 3.273-6.652 0.159-3.231 2.040-6.944 3.664-2.112 0.914-2.594 0.516-4.088 1.642 0.736 1.301 0.512 1.616 1.221 2.86-6.777 1.005-6.125 4.733-10.604 5.31 0.512 1.597 0.288 1.695 0.808 3.262-0.948 0.402-1.661-0.042-2.45 0.41-0.338 0.167-0.963 1.961-1.233 2.048-0.432 0.125-5.002-0.918-2.848 0.812 0.41 0.33 0.41 0 0.41 0 1.832 0.633 3.599 0.611 1.221 2.040-2.056 1.229-4.798 1.142-6.937 2.048 4.87 2.829-2.154 2.033-2.458 2.033h-0.417c-1.267 0.482-2.090 3.319-3.265 4.1-0.080 0.049-5.776 2.765-6.121 2.848-0.971 0.231-2.363-0.372-3.262 0-0.751 0.284 0.58 1.703-0.819 2.45 0.611-0.080 1.43-0.595 2.044-0.819-1.798 3.527-0.516 4.274-5.723 6.121 1.077 0 0-4.073 0-4.073-0.474-0.364-0.186-0.603-0.41-1.229-0.793 0.307-2.731 1.582-3.273 1.635-2.587 0.174-0.599-2.628-4.483 0.819-2.685 2.363-5.291 6.178-8.165 8.169 0.193 0.686 0.573 0.929 0.402 1.631-2.154 0.375-1.953 0.064-1.233 0.402 0.796 0.379-0.023 1.013 0.831 1.229 0 0-0.69 1.358-0.804 1.582 0.239 0.36 0.804 1.286 0.804 1.286 0.114 0.694-0.512 1.111-0.831 1.635 3.489 0.296 2.871 1.464 1.635 4.085-1.183-0.497 0.034 1.71 0.417 0.808 2.458 1.119 2.006 1.946 0.819 4.502 1.301 1.145 1.437 0.686 2.442 1.635 0 0-0.292 0.69-0.812 0.398-0.042 0.080-0.41 1.214-0.41 1.229 0.91 0.33 2.025 0.698 2.45 0.819 0 0-0.876 0.884-0.406 1.221 1.066 0.823 2.241 0.379 3.667 0.823 0.489-1.070 0.588-2.26 0.827-2.863 4.050-0.47 4.532 0.023 4.889-3.262 0.595 0.027 1.187 0.391 1.229 0.402-0.861-0.334-0.827 1.6 1.229 1.229 1.107-0.212 6.201-3.99 7.358-4.904-0.030-0.049-0.561-0.755-0.417-0.823 1.509-0.698 1.911 0.053 2.86-0.815 0.645-0.588-0.182-1.070 0-1.221-1.145 0.239-1.233 0.417-2.442 0.41 0.087-0.338 0.402-1.233 0.402-1.233 1.445 0.224 2.12 0.679 3.679 0.41 1.657-0.288 1.817-2.071 2.844-2.852 2.617-2.052 6.072-2.477 8.59-4.502 0.235-0.205 0.159-1.456 0.394-1.635 1.028-0.793 2.283-0.455 3.277-1.225 1.365-1.077 2.177-3.11 3.683-4.081 1.172-0.796 2.788-0.372 4.081-1.225 0.929-0.641 1.43-2.996 2.442-3.679 1.525-1.028 3.083-0.933 4.498-2.040 2.951-2.363 3.102-4.274 6.542-6.117 0 0-0.087-2.018 0-2.45 1.187 0.186 0.561 0.728 2.040 0.808 0.239 0-0.831-1.616-0.831-1.638 2.34-0.869 2.871-1.775 4.502-2.852 1.896-1.278 4.305-1.176 6.114-2.45l2.048-1.631c0.137-0.303-0.239-1.456 0-1.635 0.728-0.626 1.597-0.273 2.45-0.827 2.219-1.483 1.737-3.277 5.302-4.073-0.121-0.049 0-1.456 0-1.635-1.244-0.057-2.386 0-3.671 0 0.087-0.296 0.41-1.236 0.41-1.236 2.522-0.345 3.163 0.019 4.9 0.417 0.436-1.183 1.43-2.742 3.277-3.265 0.466-0.163 1.657 0.254 2.044 0 0.209-0.163-0.667-1.377-0.827-1.642 2.499-1.016 3.766-1.764 6.542-2.856-0.072 0.049 0 1.176 0 1.214 0.504-0.489 0.41 0.413 0.41 0.413-0.345 0.243-1.43 1.263-1.642 1.642l-0.41 1.635c0.667-0.171 0.997-0.516 1.642-0.812-0.171 1.354-1.422 7.953-0.41 11.021l1.631 0.398c0.038 0.944 0.41 2.958 0.41 3.273-0.034 0.785-0.978 1.559-0.819 2.040 0.228 0.683 2.169 1.077 2.458 2.040 0.489 1.752-0.63 4.009 0 5.719 0.554 1.544 3.485 1.252 4.885 2.040 1.616 0.891 2.378 3.732 4.088 4.494 1.070 0.478 1.104-0.705 2.052-0.406 0 0 0.394 1.21 0.41 1.225 7.562 0 15.098 3.072 23.279 2.040 2.188-0.288 4.297-1.301 7.346-1.638 0-0.027 0.417-1.221 0.417-1.221 3.463-1.123 4.604-0.334 8.567-1.229 1.172-0.262 3.133-2.192 4.088-2.45 0.633-0.174 1.874 0.303 2.45 0 0.41-0.231 1.426-2.628 3.683-2.856 4.608-0.501 8.469 1.085 12.652 0.41 0.766-0.129 3.656-1.76 4.502-1.638 0.186 0.034 1.703 1.365 2.048 1.638 0.413-1.456 0.774-2.386 1.217-3.683 1.999 0.254 3.815 0.967 6.531 0 0.167-0.064 0.641-1.195 0.819-1.217 1.043-0.239 2.829 0.804 4.9 0 0.918-0.372 1.801-2.101 2.86-2.45 1.028-0.372 3.664 0.353 5.719-0.406 0.436-0.171 1.062-1.843 1.623-2.044 1.271-0.482 6.516 0.91 8.169 0.402 0.501-0.152 1.456-2.651 2.052-2.852 1.49-0.542 5.355-0.061 6.937-0.41 0.74-0.178 3.034-2.427 3.679-2.45 0.41-0.023 2.298 0.853 3.269 1.229 0.296-0.474 0.834-2.306 1.217-2.458 1.176-0.482 2.856 0.273 4.085 0 0.69-0.159 1.76-1.437 2.446-1.631 1.123-0.33 1.604 0.576 2.458 0.41 0.015-0.008 0-1.126 0-1.221 1.657-0.482 3.944-0.391 6.129-0.823 0.023-0.008 1.062-1.172 1.214-1.225 2.105-0.762 2.78 0.277 4.919-0.402 1.092-0.36 2.552-3.038 3.671-3.265 2.147-0.478 3.656 0.656 6.535 0 3.504 6.409 0.561 11.56 4.9 16.744 1.255 1.502 3.337 1.259 4.494 2.037 0.459 0.307 0.247 0.975 0.41 1.642 2.822 0.705 4.741 2.42 6.94 2.863l9.387 2.439c1.559 0.357 1.403-1.911 2.86-2.040 0.918-0.087-0.516 0.986 0.417 1.221 1.214 0.322 2.298-0.209 3.671-0.398-0.049 0.129-0.846 0.982-0.41 1.217h0.819l3.262-0.406 0.823-2.029c2.78-0.125 8.291 0.576 12.246 0 0.755-0.125 3.762-1.544 4.502-1.642 1.654-0.258 3.872 0.413 4.9 0.406 1.24-0.038 4.301-1.388 5.712-1.631 1.168-0.224 1.085 0.683 2.052 0.398 0.057-0.023 0-1.104 0-1.217 5.837-0.77 3.497-2.378 7.76-4.904 1.058 1.407 2.109 2.932 4.487 2.044 0.721-0.281 0.728-1.168 1.225-1.642-1.081-0.159-1.46-0.049-2.037 0 2.48-1.070 4.828-3.474 8.571-3.675-1.604-1.051-1.248-1.566-0.815-3.671 0.372 0 1.343 0.193 1.635 0-0.046 1.214 0.163 2.458 0 4.494-0.106 0-1.214-0.027-1.214 0 1.942 1.76-1.6 3.607 1.635 5.302-0.569 0.948-1.058 1.623-1.635 2.867 0.448 0.209 1.513 0 2.033 0 1.612 2.954-0.106 0.978 2.856 2.446-0.023 0.034-0.508 0.777-0.398 0.815 0.74 0.231-1.343-0.076-2.454-0.394 0.197 0.334 0.804 1.619 0.804 1.619 1.502 0.125 4.054-0.182 4.506 0l-0.713 2.131c0 0 3.394 3.895 3.155 4.005-0.732 0.288-1.547 0.254-2.040 0.406 2.355 0.485 2.427 1.145 2.040 3.262 0.857-0.474 1.729-0.558 2.454-0.819 0-0.034-0.064-1.183 0-1.221-2.932-2.791 0.884-0.569 1.638 2.45 0.421 0.102 1.691 0.102 2.040 0.41 0.129 0.118-0.080 1.047 0 1.221 0.288 0.774 3.296 2.526 4.081 2.86 1.289 0.539 2.901 0.038 4.081 0.819 0.148 0.083 0 1.396 0 1.638 1.267 0.379 1.794 0.357 3.273 0.815-0.046 0.064-0.508 0.804-0.41 0.823 1.506 0.197 0.963-1.384 3.679-0.823 0.288 0.057-1.24 0.823-1.24 0.823 3.622 2.446 3.861 1.077 7.763 0.406-2.761 0.751-0.463 1.817 1.24 2.442 0.96 0.368 2.939 0.531 3.671 1.229 0.091 0.083 0.413 1.631 0.413 1.631 2.989 1.191 4.521-1.388 6.94-0.406 0.049 0.015-0.728 1.085-0.819 1.229 0.455 0.394 0.8 0.808 1.214 1.221 0.599-0.463 1.161-1.271 1.646-1.635l7.054 2.609 10.502 0.664c0.152-0.432 0.417-1.388 0.831-1.638 0.611 0.592 0.379 1.157 0.823 2.037 3.967 0.235 4.464 0.58 8.15 0.831 2.473 0.155 5.81-0.705 8.169 0 0 0 0.804 1.616 0.819 1.635 0.319 0.091 0.698-0.789 3.265 0 0.099-0.474 0-1.585 0.417-1.635 0.046-0.019 2.791 0.747 4.077 0.815-0.546-0.163 1.449-0.463 1.635-0.41v0.812c2.848-0.228 4.259-0.664 6.121-1.214 0.584 1.399 0.846 1.949 1.229 2.852 1.555-0.353 3.599-0.493 5.302-1.217 0 0 0.861-1.551 2.048-1.635 0.971-0.095 3.224 1.525 4.088 1.635 1.885 0.197 6.224-1.123 8.966-0.819 0.341 0.023 1.851 0.944 2.461 0.819 0.576-0.137 0.759-1.551 1.635-1.635 0.429-0.057 4.035 1.695 4.502 1.635 0.258-0.057 1.441-2.010 1.627-2.052 2.082-0.52 1.836 1.354 3.675 0.823 0.493-0.152-0.41-1.635-0.41-1.635 0.432-0.163 1.107-0.042 1.221-0.41 1.248 0.432 2.359 1.843 4.498 2.044 1.745 0.155 3.489-1.085 4.498-1.233 0.922-0.133 3.455 0.831 3.679 0.831 1.183-0.034 3.546-1.191 4.487-1.229 1.202-0.064 3.152 0.869 4.911 0.812 1.783-0.064 5.446-0.569 7.342-0.812l0.421-1.229c0.224-0.064 1.57 0.618 2.010 0.812 0.174 0 0.69 0 0.865 0 3.694-0.561 5.53-1.335 9.371-0.812l0.41-1.631c1.016-0.129 1.817 1.855 3.258 1.631 0.41-0.076-0.394-1.631-0.394-1.631 3.63 0.956 4.453 0.417 6.527-1.642 0.482 0.273 1.555-0.281 2.037 0 0.087 0.049 0 1.437 0 1.642 0.019 0 1.221 0.41 1.221 0.41 0.402-0.224 0.576-1.745 1.646-2.052l5.306 0.41c0.326 0.015 1.070 0.933 2.048 0.819l0.808-1.229c0.785-0.212 3.796 0 5.719 0 0-0.228-0.129-1.991 0-2.040 0.576-0.262 1.623 0.417 1.623 0.417s0.466 1.343 2.458 1.221c2.844-0.201 4.346-1.688 7.35-1.221-0.455-0.66-0.971-1.422-1.221-2.052 0.22-0.129 0.694 0.155 0.41-0.402 0.626 0.231 1.767 0 2.442 0 0 0.265-0.14 1.957 0 2.037 0.379-0.288 1.24 0.235 1.635 0 0.102-0.057 0-1.437 0-1.635 1.631 0.535 3.504 1.297 4.502 1.221 2.37-0.186 2.435-2.185 3.675-2.439 2.617-0.573-0.228 1.301 3.679-0.823 3.345 2.207 3.163 0.698 6.121 0.41 1.881-0.197 2.924 1.005 5.313 0.819 3.918-0.33 4.999-1.703 9.39-2.044v-1.229c1.68-0.345 1.343 0.99 2.454 0.815l0.406-1.221c3.118-0.243 3.554-0.015 5.31 0.812 0.118-0.265 0.569-1.578 0.812-1.631 3.971-0.975 6.997 0.796 8.996 0.406v-0.812c0.88 0.027 2.238-0.038 3.262 0l0.823-1.642c1.703-0.353 1.817 1.176 2.040 1.233 0.755 0.167 4.627-0.193 6.117-0.421 3.713-0.554 11.017-1.316 14.302-2.848 0.406-0.205 0.956-1.972 1.21-2.044 1.896-0.584 3.823 1.005 4.919 1.635-0.387-1.908-0.869-2.598 2.435-3.269 0.019 0.163 0.478 2.795 0.41 2.454 0.838 0.030 1.464 0.941 3.269 0.402 0.212-0.064-0.812-0.819-0.812-0.819 1.043-0.201 1.354-0.201 2.044-0.402-0.254-0.478-0.827-1.638-0.827-1.638 2.97-0.99 3.664 1.521 4.085 1.638 0.819 0.212 2.006 0 2.86 0-0.265-0.174 0.645-0.326 0-0.819-3.368-2.587 4.157-0.721 6.535-0.819-0.846-0.785-0.546-0.607-0.819-1.631 0.652 0 1.472 0.19 2.048 0 0 0.341-0.224 2.234 0 2.45 0.284-0.129 0.941 0 1.233 0l-0.413-2.852c0 0 1.597 1.248 2.044 2.033-0.713 0.178-0.239 1.229 0.819 0.819 1.71-0.671 1.013-1.202 3.262 0 1.149-1.688 1.76-2.522 2.446-3.679 0.417 0.777 3.804 3.315 7.354 2.048 0 0 3.049-3.607 3.262-3.679 3.455-1.202 6.83 0.114 9.815-1.225 0.584 0.906 0.724 1.627 1.217 2.45l-0.262-18.641zM206.226 423.572c0.375-1.172 0.584-2.135 0.808-4.081l1.221-0.413c0.015 0 1.381 0.698 2.040 0.413 0.178-0.080-0.095-1.035 0-1.229 0.080-0.174 1.528-0.633 1.642-0.812 0.258-0.448 0.178-2.025 0-1.631l3.929-6.937c0.046-0.152 1.968-2.697 2.025-2.833l0.997-2.086c2.040-2.715 0.102-3.501 1.214-6.94 0.307-0.941 2.442-1.87 3.269-2.45l0.819 0.823c-0.432-2.852-0.508-3.929 1.631-5.313 0.034 0.14 0.364 2.021 0.41 2.052 0.827 0.41 1.259-0.603 1.627-0.41 0.118-1.691 1.255-3.584 1.771-4.354-0.080 0.102-0.129 0.171-0.258 0.341 3.197-4.149 2.636-6.903 2.981-9.466 2.097 0 1.631 0.906 2.45-2.052 4.225 1.263 4.001-0.398 2.458-3.671 1.623-0.777 0.402-2.040 0.402-2.040 1.252-0.216 2.283 1.142 3.679 0.831 0.611-0.163 0-1.229 0-1.229-0.224 0.914-0.819-0.823-0.819-0.823s1.623-2.45 1.638-2.45c0.307 0.186 0.641 1.297 0.812 1.627 0.072-0.049 1.631-1.21 1.631-1.21 0.023-0.106 1.229-1.635 1.229-1.635 0.63-2.742 0.796-5.552 1.229-7.361 0 0 0.595 0.91 0.819 0.823 0.307 0.834 0.789 1.752 1.221 2.86 0.281-0.095 1.206-0.425 1.221-0.41 0.565-2.393 0.789-4.873 1.221-8.158 0.869 0.015 0.516-1.070 1.638-0.823 0 0 1.392 1.077 1.642 1.221 0.171-0.554-0.046-1.028 0.402-2.040 0.379 0 1.801 0.193 2.040 0 0.228-0.201 0-1.68 0-2.033 1.24-0.474 0.667 0.338 1.229-0.831l-2.867-1.631c1.437-0.789 3.455-1.066 4.908-2.040 1.544-1.058 1.794-4.251 3.262-5.302 0.956-0.721 2.131-0.25 3.269-0.819 1.513-0.796 2.287-3.375 3.273-4.092 1.487-1.107 3.383-0.671 4.49-2.040 1.070-1.346-0.095-2.45 1.233-3.671 1.043-1.013 2.272-0.466 3.671-1.229 2.143-1.206 3.186-5.063 6.121-6.944 2.154-1.388 0.595-0.262 1.229-2.852 0 0 0.971-0.819 0.402-0.819 1.665-0.922 2.917-0.281 4.092-0.819 0.804-0.383 0.933-2.253 1.631-2.86 0.315-0.288 1.248 0.186 1.642 0 0.273-0.14 0.121-1.418 0.406-1.635 0.535-0.474 1.513 0.042 2.044-0.413 0.626-0.554 0.432-2.052 1.217-2.45 1.047-0.546 2.378 0.049 3.265-0.406 0.77-0.402 3.205-3.224 4.498-4.081-0.095-0.178-0.592-0.694-0.41-0.819 0.425-0.326 1.57 0.216 2.044 0 0.52-0.25 1.062-2.45 1.631-2.856 1.35-0.997 3.053-0.667 4.502-1.638 0.611-0.425 0.296-1.779 1.221-2.040 0.561-0.178 1.544 0.262 2.044 0 0.922-0.523 0.906-2.253 1.631-2.863 2.757-2.329 4.851-0.023 8.169-4.081 2.367 0.679 1.528 0.781 4.085 0 3.569 4.976-0.209 10.342-2.040 15.113-0.827 2.131-0.963 3.849-2.044 5.704-0.808 1.392-2.602 2.647-3.269 4.1-1.043 2.26-0.827 3.736-2.040 5.712-0.603 0.956-2.253 1.874-2.86 2.863-0.618 0.982-0.501 2.363-1.221 3.258-0.713 0.865-2.723 1.047-3.269 2.052-0.417 0.721 0.095 2.056-0.402 2.86-0.626 0.982-1.528 0.076-2.458 0.812-0.607 0.474 0.015 1.278-0.41 2.040-0.224 0.391-1.373 0.466-1.631 0.823-0.869 1.172-0.74 2.514-1.631 3.675-0.732 0.903-3.345 1.82-3.671 2.86-0.273 0.77 0.159 1.676 0 2.45-0.55-0.023-2.109-0.432-2.867 0-0.478 0.265-0.459 1.938-0.812 2.45-0.307 0.41-3.554 2.606-3.664 2.86-0.963 1.752-0.144 3.102-1.642 4.494-1.418 1.305-1.847 0.027-3.277 0.819-1.544 0.846-2.154 4.581-3.671 5.715-1.244 0.922-3.239 0.611-4.49 1.631-1.24 0.982-1.142 3.978-2.454 4.911-0.683 0.451-1.855 0.008-2.45 0.41-1.604 1.028-1.991 4.339-3.683 5.302-1.574 0.887-3.288-0.068-4.892 0.819-0.489 0.254-0.394 1.82-0.819 2.029-0.345 0.178-1.817-0.296-2.040 0-0.326 0.421 0.167 1.551 0 2.052-0.023 0.049-2.772 2.803-2.852 2.86-1.775 0.933-2.829 0.121-4.911 1.221-0.618 0.338-1.566 1.794-2.048 2.052-1.881 0.978-3.356 0.375-4.487 2.037-1.051 1.509-0.929 3.11-2.040 4.494-0.626 0.74-2.355 1.214-2.86 2.044-0.243 0.368-0.114 1.403-0.402 1.627-3.231 2.367-3.083-1.566-4.502 3.683-0.319-0.030-1.896-0.277-2.063-0.379-0.485 0.686-1.813 2.192-2.439 2.822-2.427 2.427-4.741 3.751-6.531 6.948 1.661-0.834 2.651-1.051 4.092-2.048l-1.233 1.642-0.41 0.406c-0.174 0.087-0.523 1.805-0.8 2.040-1.498 1.161-3.929 0.831-5.321 2.040-0.118 0.087 0 1.028 0 1.233-2.249 1.142-4.020 3.58-6.121 4.49-2.446 1.016 1.092-2.257 2.442-2.86l0.41-1.631c-1.327 0.834-5.977 1.934-6.523 2.86-0.941 1.525 0.254 1.984-0.417 3.254-0.235 0.448-1.028 0.683-1.422 0.77-0.015 0.042-0.080 0.057-0.209 0.049 0 0 0.080-0.019 0.209-0.049 0.144-0.186-1.221-0.838-2.249-0.357-0.459 0.201-0.508 1.415-0.819 1.635-2.234 1.487-3.645 1.911-6.944 3.262 0 0.284 0.163 1.911 0 2.048-0.265-0.201-0.91-0.941-1.221-0.815 0.19-0.675 0.14-1.297 0.406-2.059z"],"attrs":[{"fill":"rgb(210, 0, 18)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(254, 234, 0)"}],"width":804,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Logo-cgt"],"colorPermutations":{"210018125423401255217012552552551":[{"f":0},{"f":3},{"f":3},{"f":3},{"f":1},{"f":1},{"f":1},{"f":1},{"f":1},{"f":2}]}},"attrs":[{"fill":"rgb(210, 0, 18)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(255, 217, 0)"},{"fill":"rgb(254, 234, 0)"}],"properties":{"order":431,"id":0,"name":"cgt","prevSize":32,"code":60069,"codes":[60069,60070,60072,60075,60076,60077,60078,60079,60080,60081]},"setIdx":7,"setId":10,"iconIdx":0},{"icon":{"paths":["M205.835 0h205.847v203.934h-205.847v-203.934z","M1029.323 0h205.847v203.934h-205.847v-203.934z","M205.835 203.911h411.693v203.934h-411.693v-203.934z","M823.487 203.911h411.693v203.934h-411.693v-203.934z","M205.835 407.833h1029.356v203.922h-1029.356v-203.922z","M205.835 611.812h205.847v203.934h-205.847v-203.934z","M617.585 611.812h205.847v203.934h-205.847v-203.934z","M1029.323 611.812h205.847v203.934h-205.847v-203.934z","M0 815.869h617.663v203.934h-617.663v-203.934z","M823.487 815.869h617.663v203.934h-617.663v-203.934z"],"attrs":[{"fill":"rgb(255, 216, 0)"},{"fill":"rgb(255, 216, 0)"},{"fill":"rgb(255, 175, 0)"},{"fill":"rgb(255, 175, 0)"},{"fill":"rgb(255, 130, 5)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(225, 5, 0)"},{"fill":"rgb(225, 5, 0)"}],"width":1452,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["Mistral_AI_logo_(2025–)"],"colorPermutations":{"22550125080151255130512551750125521601":[{"f":1},{"f":1},{"f":2},{"f":2},{"f":3},{"f":4},{"f":4},{"f":4},{"f":0},{"f":0}]}},"attrs":[{"fill":"rgb(255, 216, 0)"},{"fill":"rgb(255, 216, 0)"},{"fill":"rgb(255, 175, 0)"},{"fill":"rgb(255, 175, 0)"},{"fill":"rgb(255, 130, 5)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(250, 80, 15)"},{"fill":"rgb(225, 5, 0)"},{"fill":"rgb(225, 5, 0)"}],"properties":{"order":430,"id":0,"name":"mistral","prevSize":32,"code":60082,"codes":[60082,60083,60084,60085,60086,60087,60088,60089,60091,60092]},"setIdx":8,"setId":9,"iconIdx":0},{"icon":{"paths":["M1023.84 537.572c0-86.084-53.492-160.468-132.892-189.72 3.188-16.446 5.012-35.359 5.012-54.698 0-0.164-0-0.328-0-0.491l0 0.025c0-159.636-129.544-289.18-289.18-289.18-92.772 0-179.692 44.296-234.020 120.352-26.744-20.896-59.34-31.76-93.608-31.76-84.416 0-153.784 68.532-153.784 153.784 0 18.388 3.344 36.776 9.192 53.492-80.232 27.58-134.56 104.472-134.56 189.72 0 86.088 53.492 161.308 133.724 190.56-3.34 17.552-5.012 35.94-5.012 55.16 0 158.8 129.544 288.348 288.344 288.348 93.608 0 179.696-45.132 234.020-120.352 26.744 20.892 60.176 32.596 94.444 32.596 84.416 0 153.784-68.536 153.784-153.784 0-18.388-3.344-36.776-9.192-53.492 78.56-28.416 133.724-105.308 133.724-190.56z","M400.34 441.456l228.172 104.476 230.676-202.26c3.187-15.193 5.012-32.65 5.012-50.534 0-0.158-0-0.316-0-0.474l0 0.024c0-142.080-115.336-257.42-257.42-257.42-85.252 0-164.648 41.788-212.288 111.992l-38.448 198.92 44.296 95.28z","M163.812 683c-3.34 16.716-5.012 34.268-5.012 51.82 0 142.080 116.172 258.256 258.256 258.256 86.088 0 165.488-42.624 213.96-112.832l37.612-198.916-50.984-96.952-229.004-104.472-224.828 203.096z","M162.144 287.672l156.292 36.776 35.1-178.024c-21.728-16.716-47.64-25.072-75.22-25.072-67.7 0-123.696 55.16-123.696 123.696 0 14.208 2.508 29.252 7.52 42.624z","M148.768 325.28c-70.204 22.568-118.68 90.268-118.68 163.816 0 71.88 44.296 136.236 111.16 161.308l219.812-198.92-40.12-86.080-172.172-40.12z","M671.136 879.408c21.728 16.72 47.64 25.912 74.384 25.912 67.7 0 123.696-55.16 123.696-123.696 0-15.044-2.508-29.256-7.52-42.628l-156.292-36.772-34.268 177.184z","M702.896 661.268l172.172 40.12c70.204-23.4 118.68-90.264 118.68-163.816 0-71.88-44.296-135.396-111.16-161.304l-225.66 197.244 45.968 87.76z"],"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(244, 189, 25)"},{"fill":"rgb(60, 190, 177)"},{"fill":"rgb(233, 71, 140)"},{"fill":"rgb(44, 69, 143)"},{"fill":"rgb(149, 198, 61)"},{"fill":"rgb(23, 102, 85)"}],"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["elasticsearch-logo-svgrepo-com"],"colorPermutations":{"14919861123102851233711401244189251255255255144691431601901771":[{"f":6},{"f":4},{"f":2},{"f":5},{"f":1},{"f":3},{"f":0}]}},"attrs":[{"fill":"rgb(255, 255, 255)"},{"fill":"rgb(244, 189, 25)"},{"fill":"rgb(60, 190, 177)"},{"fill":"rgb(233, 71, 140)"},{"fill":"rgb(44, 69, 143)"},{"fill":"rgb(149, 198, 61)"},{"fill":"rgb(23, 102, 85)"}],"properties":{"order":443,"id":1,"name":"elasticsearch","prevSize":32,"code":60093,"codes":[60093,60094,60095,60096,60097,60098,60099]},"setIdx":9,"setId":8,"iconIdx":0},{"icon":{"paths":["M160 624c0-147.2 73.6-300.8 160-300.8 48 0 86.4 28.8 147.2 115.2-57.6 89.6-92.8 144-92.8 144-76.8 121.6-102.4 147.2-144 147.2-41.6 3.2-70.4-35.2-70.4-105.6zM662.4 569.6l-54.4-89.6c-12.8-22.4-28.8-44.8-41.6-64 48-73.6 86.4-112 134.4-112 96 0 172.8 144 172.8 323.2 0 67.2-22.4 105.6-67.2 105.6s-60.8-28.8-144-163.2zM524.8 352c-70.4-92.8-131.2-128-201.6-128-147.2 0-259.2 195.2-259.2 400 0 128 60.8 208 163.2 208 73.6 0 124.8-35.2 220.8-201.6 0 0 38.4-70.4 67.2-118.4 9.6 16 19.2 32 28.8 51.2l44.8 76.8c86.4 147.2 134.4 195.2 220.8 195.2 99.2 0 153.6-83.2 153.6-214.4-3.2-217.6-118.4-396.8-256-396.8-73.6 0-131.2 57.6-182.4 128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["meta-logo-facebook-svgrepo-com"]},"attrs":[{}],"properties":{"order":429,"id":0,"name":"meta","prevSize":32,"code":60100},"setIdx":9,"setId":8,"iconIdx":1},{"icon":{"paths":["M0.023 937.694l269.728-690.125c38.023-97.255 131.74-161.274 236.159-161.274h162.611l-269.728 690.126c-38.023 97.255-131.74 161.272-236.159 161.272h-162.611z","M395.726 937.701l269.728-690.126c38.023-97.255 131.74-161.274 236.172-161.274h162.606l-269.728 690.126c-38.023 97.255-131.74 161.274-236.159 161.274h-162.611z","M791.466 937.701l269.728-690.126c38.023-97.255 131.738-161.274 236.152-161.274h162.624l-269.728 690.126c-38.023 97.255-131.74 161.274-236.172 161.274h-162.606z"],"attrs":[{"fill":"rgb(255, 99, 154)"},{"fill":"rgb(255, 99, 154)"},{"fill":"rgb(255, 99, 154)"}],"width":1460,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["meilisearch"]},"attrs":[{"fill":"rgb(255, 99, 154)"},{"fill":"rgb(255, 99, 154)"},{"fill":"rgb(255, 99, 154)"}],"properties":{"order":442,"id":2,"name":"meilisearch","prevSize":32,"code":60101},"setIdx":10,"setId":7,"iconIdx":0},{"icon":{"paths":["M409.259 638.908l307.541-227.328c15.087-11.127 36.659-6.827 43.827 10.513 37.82 91.273 20.89 200.977-54.34 276.343-75.23 75.298-179.883 91.819-275.593 54.204l-104.516 48.469c149.914 102.605 331.981 77.21 445.713-36.727 90.249-90.317 118.17-213.47 92.023-324.54l0.205 0.205c-37.888-163.157 9.284-228.352 106.018-361.677 2.253-3.14 4.574-6.349 6.895-9.557l-127.249 127.386v-0.41l-440.593 443.187z","M345.771 694.135c-107.588-102.878-89.020-262.144 2.731-354.031 67.857-67.994 179.132-95.71 276.207-54.955l104.311-48.196c-18.773-13.585-42.871-28.194-70.519-38.502-124.86-51.473-274.432-25.873-375.945 75.708-97.621 97.758-128.341 248.081-75.639 376.354 39.39 95.846-25.19 163.703-90.249 232.107-23.074 24.235-46.148 48.538-64.785 74.206l293.751-262.69z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["grok"]},"attrs":[{},{}],"properties":{"order":428,"id":0,"name":"grok","prevSize":32,"code":60103},"setIdx":10,"setId":7,"iconIdx":2},{"icon":{"paths":["M510.549 962.816c281.984 0 510.549-184.576 510.549-412.203 0-141.141-87.509-265.813-222.037-339.755-54.741-30.421-97.749-57.728-133.547-80.427-67.413-42.837-109.013-69.248-154.965-69.248-46.677 0-99.285 33.408-168.747 77.483-30.207 20.142-69.336 44.046-109.271 66.693l-10.537 5.499c-134.485 73.941-221.995 198.613-221.995 339.755 0 227.627 228.565 412.16 510.549 412.16zM450.944 202.069c13.402-29.732 21.21-64.455 21.21-101.002 0-0.536-0.002-1.072-0.005-1.608l0 0.082c0-6.144 8.576-7.936 9.771-1.195 27.989 118.4-38.4 177.067-87.509 196.693-5.291 2.048-8.491-5.12-4.395-8.875 25.594-22.995 46.183-51.005 60.306-82.542l0.622-1.554zM538.496 197.717c-4.38-36.734-16.191-69.97-33.9-99.238l0.62 1.104v-0.64c-2.901-5.248 3.669-11.221 7.893-7.339 83.456 89.813 55.595 173.013 23.637 214.912-3.499 4.352-9.771-0.128-8.021-5.376 7.257-22.307 11.442-47.975 11.442-74.62 0-10.15-0.607-20.158-1.787-29.99l0.116 1.187zM614.059 173.867c-17.598-30.692-40.574-56.31-67.887-76.367l-0.678-0.475v-0.597c-4.779-3.627-1.024-11.691 4.821-9.301 110.421 46.251 118.016 135.296 104.619 187.52-0.285 1.266-1.023 2.324-2.031 3.018l-0.017 0.011c-0.753 0.537-1.692 0.859-2.707 0.859-1.57 0-2.96-0.771-3.812-1.955l-0.010-0.014c-0.607-0.822-0.971-1.854-0.971-2.972 0-0.201 0.012-0.398 0.035-0.593l-0.002 0.024c-3.684-36.933-14.866-70.584-32.004-100.372l0.644 1.215zM397.653 197.717c-26.283 23.211-54.571 32.341-87.808 42.539-4.949 0-8.277-3.328-6.613-7.68 74.539-38.699 101.077-70.187 127.573-118.229 0 0 6.613-4.992 8.021 3.627 0 12.928-14.848 56.533-41.173 79.744zM608.043 675.797c-6.39 26.537-20.48 49.139-39.745 65.964l-0.148 0.127c-14.264 14.25-33.176 23.849-54.266 26.327l-0.433 0.041c-22.167-2.133-41.746-11.801-56.455-26.375l0.007 0.007c-19.215-17.008-33.132-39.605-39.21-65.236l-0.171-0.855c-0.052-0.392-0.082-0.845-0.082-1.305 0-2.75 1.071-5.25 2.818-7.106l-0.005 0.005c1.788-1.856 4.295-3.008 7.071-3.008 0.395 0 0.785 0.023 1.168 0.069l-0.046-0.004h168.704c0.322-0.038 0.695-0.060 1.073-0.060 2.772 0 5.27 1.169 7.029 3.041l0.005 0.005c1.722 1.822 2.78 4.286 2.78 6.998 0 0.481-0.033 0.955-0.098 1.419l0.006-0.054zM375.808 583.211c-12.467 8.625-27.91 13.777-44.555 13.777-22.323 0-42.482-9.267-56.84-24.164l-0.023-0.024c-14.557-15.085-23.525-35.647-23.525-58.304 0-17.032 5.069-32.881 13.78-46.12l-0.196 0.317c8.832-13.568 21.419-24.107 36.096-30.336 9.075-3.969 19.65-6.279 30.765-6.279 5.557 0 10.98 0.577 16.21 1.676l-0.511-0.090c15.573 3.2 29.909 11.093 41.131 22.613 11.264 11.52 18.901 26.283 21.973 42.24 0.98 4.829 1.541 10.38 1.541 16.061 0 11.403-2.259 22.277-6.354 32.202l0.205-0.561c-6.272 15.261-16.501 27.823-29.424 36.771l-0.272 0.178zM737.237 583.424c-12.409 8.517-27.753 13.603-44.286 13.603-22.399 0-42.618-9.335-56.978-24.326l-0.027-0.028c-14.417-14.977-23.296-35.373-23.296-57.842 0-0.095 0-0.19 0-0.284l-0 0.015c0-16.341 4.693-32.341 13.611-45.909 8.832-13.568 21.419-24.149 36.139-30.336 9.042-3.937 19.575-6.227 30.643-6.227 5.616 0 11.095 0.59 16.377 1.711l-0.513-0.091c15.616 3.243 29.952 11.136 41.173 22.741s18.773 26.325 21.845 42.368c0.937 4.722 1.473 10.151 1.473 15.704 0 11.538-2.313 22.536-6.501 32.555l0.207-0.558c-6.322 15.262-16.608 27.813-29.588 36.726l-0.278 0.181z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["icon"]},"attrs":[{}],"properties":{"order":427,"id":0,"name":"bun","prevSize":32,"code":60104},"setIdx":11,"setId":6,"iconIdx":0},{"icon":{"paths":["M1039.945 303.397c-2.341-2.487-4.827-4.974-7.314-7.314s-4.827-4.974-7.314-7.314-4.827-4.974-7.314-7.314-4.827-4.974-7.314-7.314-4.827-4.974-7.314-7.314-4.827-4.974-7.314-7.314-4.827-4.974-7.314-7.314c70.070 68.897 114.012 164.178 115.708 269.725l0.004 0.319c0 242.395-246.053 439.589-548.571 439.589-169.399 0-320.951-61.879-421.742-158.866l51.2 51.2c100.645 101.083 255.561 166.181 429.056 166.181 302.519 0 548.571-197.193 548.571-438.857 0-103.278-44.471-201.143-123.026-278.089z","M1067.886 522.24c0 222.501-229.23 402.871-512 402.871s-512-180.37-512-402.871c0-137.947 87.771-259.803 222.647-332.069s218.843-146.286 289.353-146.286 130.779 60.416 289.353 146.286c134.875 72.265 222.647 194.121 222.647 332.069z","M1067.886 522.24c-0.077-30.128-4.346-59.228-12.252-86.79l0.549 2.237c-39.936 487.131-634.149 510.537-867.767 364.837 97.942 76.496 222.814 122.657 358.467 122.657 3.166 0 6.325-0.025 9.479-0.075l-0.476 0.006c282.331 0 512-180.663 512-402.871z","M358.839 163.401c65.39-39.205 152.283-112.786 237.714-112.933-12.127-4.059-26.095-6.458-40.607-6.582l-0.061-0c-35.401 0-73.143 18.286-120.686 45.787-16.53 9.655-33.646 20.334-51.785 31.451-34.085 21.065-73.143 44.91-117.029 68.754-139.264 75.337-222.501 199.534-222.501 332.361 0 5.851 0 11.703 0 17.408 88.649-313.198 249.71-337.042 314.953-376.247z","M513.755 80.896c0.003 0.422 0.004 0.922 0.004 1.422 0 72.088-31.775 136.754-82.084 180.757l-0.28 0.239c-4.096 3.657-0.878 10.679 4.389 8.631 49.298-19.163 115.858-76.507 87.771-192.219-1.17-6.583-9.801-4.827-9.801 1.17zM546.962 80.896c21.983 35.331 35.015 78.214 35.015 124.141 0 26.054-4.194 51.128-11.944 74.585l0.48-1.679c-1.755 5.12 4.535 9.509 8.046 5.266 32.037-40.96 59.977-122.295-23.698-210.066-4.242-3.803-10.825 2.048-7.899 7.168zM587.337 78.409c55.287 39.491 92.842 100.751 100.119 171.002l0.087 1.030c-0.022 0.173-0.035 0.373-0.035 0.577 0 2.666 2.161 4.827 4.827 4.827 2.3 0 4.225-1.609 4.71-3.763l0.006-0.032c13.458-51.054 5.851-138.094-104.887-183.296-5.851-2.341-9.655 5.559-4.827 9.070zM317.294 230.546c68.225-20.827 122.805-68.389 152.517-130.171l0.644-1.486c2.633-5.266 10.971-3.218 9.655 2.633-25.307 117.029-110.007 141.458-162.67 138.24-5.559 0.146-5.413-7.607-0.146-9.216z","M555.886 961.829c-302.519 0-548.571-197.193-548.571-439.589 0-146.286 90.405-282.77 241.81-364.544 43.886-23.406 81.481-46.958 114.981-67.584 18.432-11.41 35.84-22.089 52.663-32.037 51.346-30.427 95.232-50.761 139.118-50.761s82.213 17.554 130.194 45.934c14.629 8.338 29.257 17.408 44.91 27.355 36.425 22.528 77.531 47.982 131.657 77.093 151.406 81.774 241.81 218.112 241.81 364.544 0 242.395-246.053 439.589-548.571 439.589zM555.886 43.886c-35.401 0-73.143 18.286-120.686 45.787-16.53 9.655-33.646 20.334-51.785 31.451-34.085 21.065-73.143 44.91-117.029 68.754-139.264 75.337-222.501 199.534-222.501 332.361 0 222.208 229.669 403.017 512 403.017s512-180.809 512-403.017c0-132.827-83.237-257.024-222.647-332.069-55.296-29.257-98.45-56.759-133.413-78.409-15.945-9.801-30.574-18.871-43.886-26.917-44.325-26.331-76.654-40.96-112.055-40.96z","M659.017 629.029c-6.936 27.79-22.016 51.373-42.525 68.743l-0.191 0.157c-15.375 14.917-35.585 24.928-58.060 27.46l-0.454 0.042c-23.624-2.169-44.556-12.25-60.449-27.533l0.033 0.031c-20.475-17.592-35.356-41.169-41.944-68.005l-0.186-0.896c-0.059-0.418-0.092-0.901-0.092-1.393 0-5.817 4.716-10.533 10.533-10.533 0.445 0 0.884 0.028 1.314 0.081l-0.051-0.005h180.517c0.334-0.038 0.722-0.059 1.114-0.059 5.817 0 10.533 4.716 10.533 10.533 0 0.485-0.033 0.962-0.096 1.43l0.006-0.054z","M497.371 699.099c15.833 15.265 36.684 25.421 59.844 27.759l0.426 0.035c23.531-2.407 44.327-12.557 60.154-27.824l-0.030 0.029c5.197-4.852 9.981-9.962 14.409-15.375l0.22-0.277c-17.691-20-43.098-32.827-71.514-33.788l-0.166-0.004c-30.536 0.746-57.215 16.594-72.935 40.333l-0.208 0.334c3.365 3.072 6.29 5.998 9.801 8.777z","M499.712 687.543c14.334-18.402 36.413-30.191 61.255-30.427l0.039-0c22.818 0.694 43.338 9.992 58.536 24.743l-0.022-0.021c3.365-3.657 6.583-7.461 9.655-11.264-17.93-17.1-42.126-27.769-68.81-28.232l-0.091-0.001c-28.836 0.257-54.505 13.592-71.399 34.353l-0.134 0.17c3.472 3.765 7.052 7.252 10.81 10.54l0.162 0.139z","M557.202 734.208c-25.401-2.288-47.94-13.009-65.147-29.304l0.050 0.047c-22.119-18.793-38.197-44.089-45.296-72.918l-0.199-0.956c-0.202-1-0.318-2.15-0.318-3.327 0-4.317 1.558-8.27 4.143-11.327l-0.021 0.026c3.811-4.578 9.511-7.471 15.886-7.471 0.226 0 0.452 0.004 0.677 0.011l-0.033-0.001h180.517c0.132-0.003 0.288-0.005 0.444-0.005 6.436 0 12.198 2.886 16.062 7.435l0.025 0.030c2.498 2.992 4.014 6.879 4.014 11.12 0 1.242-0.13 2.454-0.377 3.622l0.020-0.114c-7.298 29.785-23.376 55.081-45.296 73.709l-0.199 0.165c-17.121 16.22-39.604 26.935-64.525 29.226l-0.425 0.032zM466.944 625.957c-2.341 0-2.926 1.024-3.072 1.317 6.524 25.813 20.617 47.696 39.75 63.775l0.186 0.152c13.985 13.784 32.421 23.086 52.959 25.557l0.435 0.043c20.929-2.487 39.35-11.677 53.417-25.329l-0.023 0.022c19.255-16.254 33.296-38.132 39.61-63.088l0.18-0.839c-0.561-0.814-1.488-1.341-2.538-1.341-0.137 0-0.271 0.009-0.403 0.026l0.016-0.002z","M864.11 587.776c0 27.792-38.314 50.322-85.577 50.322s-85.577-22.53-85.577-50.322c0-27.792 38.314-50.322 85.577-50.322s85.577 22.53 85.577 50.322z","M421.303 587.776c0 27.792-38.314 50.322-85.577 50.322s-85.577-22.53-85.577-50.322c0-27.792 38.314-50.322 85.577-50.322s85.577 22.53 85.577 50.322z","M375.954 567.589c0.043 0 0.095 0 0.146 0 44.516 0 80.603-36.087 80.603-80.603s-36.087-80.603-80.603-80.603c-44.516 0-80.603 36.087-80.603 80.603l-0 0c-0 0-0 0-0 0 0 44.465 36.004 80.52 80.449 80.603l0.008 0zM738.304 567.589c0.174 0.001 0.379 0.002 0.585 0.002 44.516 0 80.603-36.087 80.603-80.603s-36.087-80.603-80.603-80.603c-44.515 0-80.602 36.086-80.603 80.601l-0 0c-0 0.044-0 0.096-0 0.147 0 44.281 35.772 80.207 79.995 80.456l0.024 0z","M351.086 492.105c0.043 0 0.095 0 0.146 0 16.724 0 30.281-13.557 30.281-30.281s-13.557-30.281-30.281-30.281c-16.724 0-30.281 13.557-30.281 30.281l-0 0c-0 0-0 0-0 0 0 16.672 13.474 30.198 30.127 30.281l0.008 0zM713.435 492.105c0.043 0 0.095 0 0.146 0 16.724 0 30.281-13.557 30.281-30.281s-13.557-30.281-30.281-30.281c-16.724 0-30.281 13.557-30.281 30.281l-0 0c-0 0.001-0 0.002-0 0.003 0 16.57 13.308 30.031 29.819 30.278l0.023 0z"],"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(251, 240, 223)"},{"fill":"rgb(246, 222, 206)"},{"fill":"rgb(255, 254, 252)"},{"fill":"rgb(204, 190, 167)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(183, 20, 34)"},{"fill":"rgb(255, 97, 100)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(254, 187, 208)"},{"fill":"rgb(254, 187, 208)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(255, 255, 255)"}],"width":1170,"isMulticolor":true,"isMulticolor2":false,"grid":0,"tags":["logo"],"colorPermutations":{"118320341204190167124622220612512402231254187208125525425212552552551255971001":[{"f":0},{"f":6},{"f":5},{"f":7},{"f":3},{"f":0},{"f":1},{"f":2},{"f":0},{"f":0},{"f":4},{"f":4},{"f":0},{"f":8}]}},"attrs":[{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(251, 240, 223)"},{"fill":"rgb(246, 222, 206)"},{"fill":"rgb(255, 254, 252)"},{"fill":"rgb(204, 190, 167)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(183, 20, 34)"},{"fill":"rgb(255, 97, 100)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(254, 187, 208)"},{"fill":"rgb(254, 187, 208)"},{"fill":"rgb(0, 0, 0)"},{"fill":"rgb(255, 255, 255)"}],"properties":{"order":426,"id":0,"name":"bun_col","prevSize":32,"code":60105,"codes":[60105,60106,60107,60108,60109,60110,60111,60114,60115,60116,60118,60119,60123,60124]},"setIdx":12,"setId":5,"iconIdx":0},{"icon":{"paths":["M1002.322 206.089c-10.563-5.18-15.11 4.688-21.291 9.696-2.114 1.614-3.905 3.716-5.689 5.652-15.449 16.49-33.491 27.335-57.067 26.032-34.459-1.936-63.886 8.896-89.896 35.249-5.522-32.499-23.898-51.911-51.854-64.364-14.632-6.468-29.42-12.94-39.671-27.013-7.153-10.018-9.099-21.187-12.676-32.177-2.279-6.622-4.553-13.427-12.198-14.554-8.294-1.292-11.55 5.654-14.788 11.482-13.002 23.773-18.043 49.969-17.559 76.488 1.142 59.682 26.336 107.219 76.406 141.016 5.689 3.887 7.151 7.76 5.367 13.427-3.41 11.649-7.479 22.958-11.056 34.607-2.281 7.438-5.695 9.052-13.663 5.824-27.475-11.476-51.21-28.461-72.181-49-35.604-34.451-67.784-72.452-107.948-102.216-9.299-6.874-18.843-13.4-28.617-19.562-40.969-39.781 5.367-72.452 16.097-76.333 11.211-4.044 3.903-17.948-32.353-17.793-36.252 0.155-69.419 12.29-111.682 28.459-6.183 2.43-12.676 4.21-19.351 5.654-38.364-7.283-78.192-8.896-119.811-4.21-78.363 8.726-140.947 45.761-186.945 109.002-55.275 76.023-68.279 162.375-52.348 252.452 16.745 94.927 65.191 173.525 139.64 234.977 77.22 63.703 166.146 94.927 267.587 88.936 61.614-3.55 130.219-11.798 207.597-77.305 19.507 9.696 39.995 13.584 73.968 16.49 26.17 2.43 51.377-1.292 70.884-5.33 30.563-6.468 28.45-34.773 17.393-39.937-89.568-41.717-69.912-24.738-87.784-38.489 45.517-53.854 114.122-109.803 140.949-291.092 2.112-14.393 0.32-23.445 0-35.093-0.155-7.11 1.462-9.862 9.591-10.677 22.434-2.586 44.219-8.726 64.208-19.731 58.037-31.699 81.447-83.773 86.978-146.19 0.814-9.54-0.155-19.407-10.241-24.415v-0.006zM496.576 767.887c-86.814-68.236-128.921-90.72-146.314-89.751-16.252 0.97-13.337 19.564-9.76 31.699 3.732 11.971 8.622 20.219 15.449 30.729 4.717 6.961 7.972 17.3-4.715 25.066-27.956 17.298-76.572-5.824-78.844-6.963-56.573-33.313-103.881-77.303-137.205-137.458-32.181-57.902-50.884-119.991-53.966-186.297-0.816-16.009 3.903-21.67 19.829-24.583 20.969-3.889 42.588-4.692 63.56-1.62 88.598 12.94 164.028 52.555 227.266 115.305 36.096 35.737 63.404 78.43 91.533 120.158 29.913 44.314 62.095 86.525 103.064 121.13 14.466 12.124 26.010 21.344 37.068 28.139-33.325 3.716-88.928 4.53-126.964-25.555zM538.564 497.134c1.376-5.581 6.39-9.666 12.473-9.666 1.501 0.002 2.984 0.277 4.391 0.81 1.79 0.648 3.41 1.618 4.719 3.072 2.279 2.264 3.577 5.502 3.577 8.896 0 7.116-5.689 12.77-12.842 12.77-6.209 0.055-11.574-4.507-12.516-10.652-0.281-1.741-0.216-3.521 0.199-5.232zM663.248 568.214c-6.882 2.627-13.73 4.692-20.358 4.963-12.354 0.644-25.844-4.366-33.163-10.512-11.378-9.54-19.505-14.87-22.926-31.533-1.464-7.116-0.65-18.115 0.648-24.417 2.929-13.584-0.326-22.314-9.913-30.241-7.801-6.468-17.721-8.248-28.617-8.248-4.069 0-7.801-1.78-10.563-3.228-4.551-2.258-8.294-7.927-4.717-14.876 1.142-2.258 6.665-7.76 7.974-8.726 14.786-8.408 31.859-5.658 47.627 0.644 14.632 5.98 25.69 16.978 41.619 32.499 16.252 18.759 19.181 23.939 28.45 38.001 7.313 10.999 13.985 22.314 18.535 35.249 2.311 6.759 0.187 12.52-6.185 16.574-2.586 1.651-5.566 2.756-8.431 3.851z"],"attrs":[{"fill":"rgb(77, 107, 254)"}],"width":1028,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Deepseek-logo-icon-clean"],"colorPermutations":{"101782381771072541":[{"f":1}]}},"attrs":[{"fill":"rgb(77, 107, 254)"}],"properties":{"order":423,"id":1,"name":"deepseek","prevSize":32,"code":60125},"setIdx":13,"setId":4,"iconIdx":0},{"icon":{"paths":["M504.913 958.944c-6.901 0-13.169-3.674-16.458-9.557l-55.32-96.838h-239.885c-6.901 0-13.169-3.674-16.458-9.557l-64.939-109.187c-5.188-9.111-5.188-20.38 0-29.491l55.32-96.838-109.882-198.18c-5.188-9.111-5.188-20.38 0-29.491l64.939-109.187c3.289-5.884 9.557-9.557 16.458-9.557h128.105l123.050-213.559c3.289-5.884 9.557-9.557 16.458-9.557h128.105c6.901 0 13.169 3.674 16.458 9.557l55.32 96.838h239.885c6.901 0 13.169 3.674 16.458 9.557l64.939 109.187c5.188 9.111 5.188 20.38 0 29.491l-64.939 109.187 101.269 185.831c5.188 9.111 5.188 20.38 0 29.491l-64.939 109.187c-3.289 5.884-9.557 9.557-16.458 9.557h-109.882l-123.050 213.559c-3.289 5.884-9.557 9.557-16.458 9.557h-113.556l253.054-472.746 64.306 113.556h123.050l-123.050-213.559 64.939-109.187h-495.471l64.939-113.556-64.939-115.952-139.498 229.508h-144.562l267.613 450.030h-123.050l-73.552 115.952h239.885l71.778 115.952zM688.336 432.332l-168.876 267.613-158.488-267.613h327.363z"],"attrs":[{"fill":"rgb(101, 78, 238)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["Qwen_logo_clean"],"colorPermutations":{"101782381771072541":[{"f":0}]}},"attrs":[{"fill":"rgb(101, 78, 238)"}],"properties":{"order":424,"id":0,"name":"qwen","prevSize":32,"code":60126},"setIdx":13,"setId":4,"iconIdx":1},{"icon":{"paths":["M337.28 46.507c9.216 3.627 17.536 9.6 25.088 17.493 12.587 13.056 23.211 31.744 31.317 53.888 8.149 22.272 13.44 46.933 15.445 71.68 25.192-14.514 54.904-24.222 86.592-27.076l0.832-0.060 2.176-0.171c37.12-2.987 73.813 3.712 105.813 20.224 4.309 2.261 8.533 4.693 12.672 7.253 2.133-24.277 7.339-48.384 15.36-70.144 8.107-22.187 18.731-40.832 31.275-53.931 6.878-7.424 15.255-13.352 24.662-17.318l0.468-0.175c10.965-4.267 22.613-5.035 33.963-1.792 17.109 4.864 31.787 15.701 43.349 31.445 10.581 14.379 18.517 32.811 23.936 54.912 9.813 39.851 11.52 92.288 4.907 155.52l2.261 1.707 1.109 0.811c32.299 24.576 54.784 59.605 66.688 100.267 18.56 63.445 9.216 134.613-22.784 174.421l-0.768 0.896 0.085 0.128c17.792 32.512 28.587 66.859 30.891 102.4l0.085 1.28c2.731 45.44-8.533 91.179-34.731 136.107l-0.299 0.427 0.427 1.024c20.139 49.365 26.453 99.072 18.688 148.736l-0.256 1.664c-2.26 13.262-13.667 23.231-27.402 23.231-1.579 0-3.126-0.132-4.633-0.385l0.163 0.023c-13.325-2.138-23.383-13.553-23.383-27.317 0-1.533 0.125-3.037 0.365-4.501l-0.022 0.16c7.125-44.075 0.427-88.277-20.48-133.248-1.626-3.401-2.576-7.393-2.576-11.606 0-5.462 1.596-10.552 4.348-14.828l-0.065 0.109 0.171-0.256c25.771-39.424 36.437-78.080 34.133-116.053-1.963-33.237-13.867-65.877-34.133-96.981-2.795-4.232-4.459-9.424-4.459-15.005 0-9.454 4.774-17.792 12.043-22.736l0.096-0.061 0.384-0.256c10.368-6.784 19.925-24.107 24.747-47.787 2.017-10.126 3.171-21.767 3.171-33.678 0-18.013-2.639-35.409-7.552-51.823l0.328 1.277c-8.747-29.867-24.747-54.784-47.147-71.808-25.387-19.371-59.008-28.715-101.547-26.027-0.541 0.037-1.172 0.059-1.808 0.059-11.036 0-20.573-6.416-25.085-15.722l-0.073-0.166c-13.397-28.373-32.939-48.683-57.301-61.269-18.255-9.31-39.814-14.765-62.648-14.765-4.562 0-9.074 0.218-13.525 0.644l0.567-0.044c-53.12 4.224-99.968 34.176-113.92 71.936-4.042 10.663-14.162 18.111-26.024 18.133l-0.003 0c-45.525 0.085-80.768 10.752-106.539 29.995-22.272 16.64-37.461 39.893-45.483 67.755-3.995 13.886-6.292 29.835-6.292 46.321 0 12.085 1.234 23.882 3.584 35.271l-0.194-1.123c4.779 23.808 14.123 43.52 24.832 54.144l0.341 0.299c9.045 8.832 10.965 22.613 4.651 33.493-15.36 26.539-26.837 66.091-28.715 104.107-2.133 43.435 7.936 81.152 30.677 108.203l0.683 0.811c4.111 4.769 6.614 11.025 6.614 17.866 0 4.201-0.944 8.182-2.632 11.741l0.071-0.167c-24.576 52.736-32.128 96.085-23.979 130.219 0.365 1.69 0.574 3.632 0.574 5.623 0 15.364-12.455 27.819-27.819 27.819-12.843 0-23.652-8.702-26.855-20.532l-0.045-0.195c-10.368-43.435-3.328-93.184 20.181-149.248l0.597-1.493-0.341-0.512c-10.979-16.009-19.721-34.606-25.21-54.551l-0.305-1.3-0.213-0.811c-5.054-18.619-7.957-39.996-7.957-62.052 0-4.963 0.147-9.892 0.437-14.782l-0.032 0.674c1.877-38.827 11.861-78.592 26.539-110.507l0.512-1.109-0.085-0.085c-12.501-17.835-21.76-40.661-26.88-65.92l-0.213-1.024c-2.826-13.478-4.444-28.966-4.444-44.831 0-21.86 3.072-43.003 8.807-63.020l-0.395 1.611c11.179-39.040 33.152-72.576 65.536-96.811 2.56-1.92 5.248-3.84 7.936-5.632-6.784-63.701-5.077-116.48 4.779-156.587 5.419-22.101 13.397-40.533 23.979-54.912 11.52-15.701 26.197-26.539 43.307-31.445 11.349-3.243 23.040-2.517 34.005 1.792zM512.896 434.347c39.936 0 76.8 13.355 104.363 36.48 26.88 22.485 42.88 52.693 42.88 82.773 0 37.888-17.323 67.413-48.341 86.272-26.453 16-61.909 23.765-102.528 23.765-43.051 0-79.829-11.051-106.368-31.317-26.325-20.053-41.088-48.213-41.088-78.72 0-30.165 16.981-60.459 45.056-83.029 28.501-22.912 66.133-36.224 106.027-36.224zM512.896 472.576c-0.34-0.003-0.742-0.005-1.144-0.005-30.528 0-58.616 10.443-80.888 27.952l0.282-0.214c-19.669 15.787-30.805 35.627-30.805 53.333 0 18.261 8.96 35.371 26.027 48.384 19.413 14.805 47.957 23.381 82.901 23.381 34.091 0 62.848-6.272 82.432-18.176 19.755-11.947 29.867-29.269 29.867-53.632 0-18.048-10.496-37.973-29.141-53.589-20.651-17.28-48.64-27.435-79.531-27.435zM541.141 524.203l0.171 0.171c5.12 6.443 4.053 15.787-2.389 20.907l-12.459 9.813v19.029c-0.048 8.8-7.193 15.915-16 15.915-0.015 0-0.030-0-0.045-0l0.002 0c-0.013 0-0.028 0-0.043 0-8.807 0-15.951-7.115-16-15.91l-0-0.005v-19.627l-11.563-9.301c-3.394-2.736-5.547-6.893-5.547-11.554 0-3.559 1.256-6.826 3.349-9.379l-0.021 0.026c2.783-3.37 6.962-5.501 11.638-5.501 3.587 0 6.881 1.254 9.468 3.347l-0.028-0.022 9.173 7.339 9.387-7.424c2.541-2.021 5.796-3.243 9.337-3.243 4.639 0 8.788 2.097 11.551 5.395l0.019 0.023zM326.101 442.325c20.395 0 36.992 16.64 36.992 37.163 0 0.013 0 0.028 0 0.043 0 20.471-16.571 37.071-37.030 37.12l-0.005 0c-20.446-0.073-36.992-16.664-36.992-37.12 0-0 0-0 0-0l-0 0c-0-0.025-0-0.055-0-0.086 0-20.456 16.546-37.047 36.985-37.12l0.007-0zM697.557 442.325c20.48 0 37.035 16.64 37.035 37.163 0 0.013 0 0.028 0 0.043 0 20.471-16.571 37.071-37.030 37.12l-0.005 0c-20.446-0.073-36.992-16.664-36.992-37.12 0-0 0-0 0-0l-0 0c-0-0.025-0-0.055-0-0.086 0-20.456 16.546-37.047 36.985-37.12l0.007-0zM317.44 98.133l-0.128 0.085c-5.028 2.222-9.155 5.705-12.097 10.055l-0.063 0.099-0.213 0.256c-5.888 8.064-11.008 19.925-14.848 35.499-7.253 29.525-9.216 69.589-5.291 118.699 18.347-5.461 38.357-8.875 59.904-10.112l0.427-0.043 0.811-1.451c1.963-3.499 4.053-6.869 6.315-10.197 5.248-32.896 0.939-72.192-10.795-104.277-5.717-15.531-12.672-27.733-19.328-34.688-1.353-1.422-2.849-2.687-4.47-3.779l-0.095-0.061-0.128-0.085zM708.864 99.84l-0.085 0.043c-1.717 1.153-3.212 2.418-4.555 3.829l-0.011 0.011c-6.656 6.955-13.653 19.2-19.328 34.731-12.373 33.877-16.512 75.776-9.813 109.739l2.475 4.139 0.341 0.597h1.28c22.299 0.006 43.824 3.311 64.116 9.453l-1.567-0.408c3.669-47.957 1.621-87.168-5.461-116.139-3.84-15.573-8.96-27.435-14.891-35.499l-0.171-0.256c-3-4.466-7.128-7.964-11.981-10.126l-0.179-0.071h-0.171z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ollama"]},"attrs":[{}],"properties":{"order":438,"id":1,"name":"ollama","prevSize":32,"code":60127},"setIdx":14,"setId":3,"iconIdx":0},{"icon":{"paths":["M669.355 99.968c-19.87-19.354-47.048-31.29-77.013-31.29s-57.143 11.936-77.037 31.313l0.024-0.023-410.709 402.773c-6.624 6.444-15.68 10.417-25.664 10.417s-19.040-3.974-25.672-10.426l0.008 0.008c-6.562-6.387-10.633-15.305-10.633-25.173s4.071-18.786 10.625-25.166l0.008-0.008 410.709-402.773c33.114-32.251 78.405-52.141 128.341-52.141s95.227 19.89 128.382 52.18l-0.040-0.039c32.819 31.942 53.18 76.542 53.18 125.898 0 8.87-0.658 17.587-1.927 26.104l0.118-0.962c7.762-1.163 16.721-1.828 25.834-1.828 49.882 0 95.114 19.907 128.186 52.21l-0.036-0.035 2.133 2.133c32.811 31.934 53.166 76.523 53.166 125.867s-20.355 93.932-53.126 125.828l-0.040 0.038-371.456 364.245c-2.187 2.127-3.543 5.097-3.543 8.384s1.357 6.257 3.541 8.381l0.003 0.003 76.288 74.837c6.562 6.387 10.633 15.305 10.633 25.173s-4.071 18.786-10.625 25.166l-0.008 0.008c-6.624 6.444-15.68 10.417-25.664 10.417s-19.040-3.974-25.672-10.426l0.008 0.008-76.288-74.795c-15.324-14.902-24.832-35.717-24.832-58.752s9.508-43.85 24.813-58.734l0.019-0.018 371.456-364.288c19.676-19.166 31.881-45.917 31.881-75.52s-12.205-56.354-31.858-75.498l-0.023-0.022-2.133-2.091c-19.871-19.355-47.049-31.292-77.015-31.292-29.902 0-57.027 11.885-76.911 31.19l0.027-0.026-310.272 304.341c-6.627 6.456-15.691 10.438-25.685 10.438s-19.059-3.982-25.693-10.446l0.008 0.008c-6.562-6.387-10.633-15.305-10.633-25.173s4.071-18.786 10.625-25.166l0.008-0.008 310.315-304.341c19.599-19.154 31.751-45.855 31.751-75.394 0-29.602-12.205-56.353-31.856-75.496l-0.023-0.022z","M618.027 200.661c6.562-6.387 10.633-15.305 10.633-25.173s-4.071-18.786-10.625-25.166l-0.008-0.008c-6.627-6.456-15.691-10.438-25.685-10.438s-19.059 3.982-25.693 10.446l0.008-0.008-303.744 297.899c-32.811 31.934-53.166 76.523-53.166 125.867s20.355 93.932 53.126 125.828l0.040 0.038c33.119 32.241 78.408 52.124 128.341 52.124s95.222-19.883 128.382-52.164l-0.041 0.040 303.787-297.899c6.562-6.387 10.633-15.305 10.633-25.173s-4.071-18.786-10.625-25.166l-0.008-0.008c-6.627-6.456-15.691-10.438-25.685-10.438s-19.059 3.982-25.693 10.446l0.008-0.008-303.744 297.899c-19.87 19.354-47.048 31.29-77.013 31.29s-57.143-11.936-77.037-31.313l0.024 0.023c-19.676-19.166-31.881-45.917-31.881-75.52s12.205-56.354 31.858-75.498l0.023-0.022 303.787-297.899z"],"attrs":[{},{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["mcp"]},"attrs":[{},{}],"properties":{"order":425,"id":0,"name":"mcp","prevSize":32,"code":60128},"setIdx":14,"setId":3,"iconIdx":1},{"icon":{"paths":["M491.52 550.642c-21.34 0-38.642-17.302-38.642-38.642s17.302-38.642 38.642-38.642c21.34 0 38.642 17.302 38.642 38.642s-17.302 38.642-38.642 38.642zM491.52 643.379c72.561 0 131.379-58.819 131.379-131.379s-58.819-131.381-131.379-131.381c-72.561 0-131.381 58.821-131.381 131.381s58.821 131.379 131.381 131.379z","M491.52 102.4c226.214 0 409.6 183.384 409.6 409.6 0 96.399-33.305 185.025-89.031 254.992l85.053 85.053-65.577 65.577-85.053-85.053c-69.968 55.726-158.593 89.031-254.992 89.031-226.216 0-409.6-183.386-409.6-409.6 0-226.216 183.384-409.6 409.6-409.6zM808.378 512c0-174.997-141.861-316.86-316.858-316.86s-316.86 141.863-316.86 316.86c0 174.998 141.863 316.858 316.86 316.858 70.771 0 136.126-23.2 188.867-62.415l-59.359-59.359c-18.108-18.108-18.108-47.469 0-65.577s47.469-18.108 65.577 0l59.359 59.359c39.215-52.74 62.415-118.096 62.415-188.867z"],"attrs":[{},{}],"width":983,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["qobuz-icon"]},"attrs":[{},{}],"properties":{"order":422,"id":0,"name":"qobuz","prevSize":32,"code":60129},"setIdx":15,"setId":2,"iconIdx":0},{"icon":{"paths":["M858.418 156.652c9.463-54.847 23.349-89.338 38.732-89.401h0.029c28.683 0.096 51.933 119.705 51.933 267.378 0 147.677-23.283 267.382-51.996 267.382-11.772 0-22.635-20.325-31.379-54.386-13.82 124.685-42.5 210.395-75.702 210.395-25.688 0-48.743-51.487-64.221-132.685-10.568 154.425-37.166 263.989-68.254 263.989-19.511 0-37.299-43.417-50.467-114.11-15.835 145.927-52.419 248.176-95.081 248.176s-79.312-102.216-95.081-248.176c-13.073 70.693-30.86 114.11-50.467 114.11-31.088 0-57.62-109.564-68.254-263.989-15.478 81.198-38.47 132.685-64.221 132.685-33.169 0-61.882-85.681-75.702-210.395-8.682 34.16-19.607 54.386-31.379 54.386-28.713 0-51.996-119.705-51.996-267.382 0-147.673 23.283-267.378 51.996-267.378 15.412 0 29.202 34.588 38.761 89.401 15.316-94.573 40.19-156.042 68.321-156.042 33.394 0 62.335 86.929 76.023 213.161 13.4-91.873 33.722-150.443 56.486-150.443 31.899 0 59.016 115.196 69.065 275.883 18.892-82.388 46.242-134.070 76.516-134.070 30.271 0 57.62 51.716 76.48 134.070 10.082-160.687 37.166-275.883 69.068-275.883 22.727 0 43.019 58.571 56.482 150.443 13.658-126.232 42.599-213.161 75.993-213.161 28.031 0 53.001 61.503 68.317 156.042zM0.612 308.333c0-66.015 13.201-119.543 29.493-119.543s29.493 53.528 29.493 119.543c0 66.011-13.201 119.543-29.493 119.543s-29.493-53.532-29.493-119.543zM964.402 308.333c0-66.015 13.201-119.543 29.493-119.543 16.288 0 29.493 53.528 29.493 119.543 0 66.011-13.205 119.543-29.493 119.543-16.292 0-29.493-53.532-29.493-119.543z"],"attrs":[{"fill":"rgb(162, 56, 255)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["deezer"]},"attrs":[{"fill":"rgb(162, 56, 255)"}],"properties":{"order":421,"id":0,"name":"deezer","prevSize":32,"code":60010},"setIdx":16,"setId":1,"iconIdx":0},{"icon":{"paths":["M512 0c-0.052-0-0.113-0-0.175-0-186.441 0-349.592 99.719-439.025 248.732l-1.29 2.319-35.072-35.072c-3.856-3.87-9.19-6.264-15.083-6.264s-11.227 2.394-15.082 6.263l-0.001 0.001c-3.874 3.862-6.271 9.203-6.272 15.104l-0 0v280.917c0 282.752 229.205 512 512 512 282.752 0 512-229.248 512-512v-280.917c0-0.011 0-0.025 0-0.038 0-11.782-9.551-21.333-21.333-21.333-5.901 0-11.242 2.396-15.104 6.267l-0 0-35.115 35.072c-90.724-151.331-253.874-251.051-440.316-251.051-0.046 0-0.092 0-0.138 0l0.006-0zM290.731 325.376c0.107-0 0.234-0 0.36-0 92.455 0 172.48 53.215 211.118 130.687l0.617 1.367c-18.056 20.47-29.078 47.519-29.078 77.141 0 32.468 13.24 61.843 34.616 83.021l0.009 0.009c0.936 0.91 2.216 1.471 3.627 1.471s2.69-0.561 3.628-1.473l-0.001 0.001c21.394-21.182 34.64-50.558 34.64-83.027 0-29.626-11.028-56.677-29.203-77.27l0.11 0.127c39.253-78.843 119.282-132.063 211.74-132.063 6.733 0 13.4 0.282 19.991 0.836l-0.861-0.058c115.285 9.131 208.043 102.827 216.064 218.155 0.384 5.040 0.602 10.916 0.602 16.843 0 130.263-105.599 235.861-235.861 235.861-90.516 0-169.123-50.988-208.666-125.809l-0.619-1.284c-2.191-4.243-6.544-7.093-11.563-7.093s-9.372 2.851-11.529 7.021l-0.034 0.072c-40.146 76.158-118.781 127.189-209.334 127.189-130.263 0-235.861-105.599-235.861-235.861 0-5.96 0.221-11.869 0.656-17.718l-0.047 0.78c8.064-115.328 100.821-209.067 216.064-218.155 6.315-0.512 12.587-0.768 18.773-0.768zM272.811 377.429c-3.532 0.002-7.031 0.126-10.497 0.368l0.471-0.026c-0.555 6.827-4.949 11.179-10.581 16.555l-2.219 2.133c-4.992 4.821-14.293 13.781-14.208 29.867 0.397 20.027 16.503 36.163 36.481 36.607l0.042 0.001c20.693-0.128 37.547-16.341 37.632-36.267 0.085-13.867-5.845-22.315-14.805-30.805-6.101-5.547-12.331-11.989-13.141-18.005-2.625-0.218-5.802-0.372-9.003-0.425l-0.127-0.002zM751.147 377.429c-3.532 0.002-7.031 0.126-10.497 0.368l0.471-0.026c-0.555 6.827-4.992 11.179-10.624 16.555l-2.176 2.133c-5.035 4.821-14.336 13.781-14.251 29.867 0.397 20.027 16.503 36.163 36.481 36.607l0.042 0.001c20.693-0.128 37.547-16.341 37.632-36.267 0.085-13.867-5.803-22.315-14.805-30.848-6.101-5.547-12.288-11.947-13.099-17.92-2.611-0.23-5.8-0.399-9.014-0.467l-0.16-0.003zM259.968 378.027c-76.74 6.81-136.463 70.669-136.533 148.473l-0 0.007c-0 82.38 66.878 149.163 149.376 149.163 0.015 0 0.030-0 0.045-0l-0.002 0c82.48-0.024 149.333-66.797 149.333-149.163l-0-0c-0.103-75.266-56.015-137.461-128.624-147.538l-0.784-0.089c47.18 9.636 82.174 50.8 82.174 100.138 0 56.389-45.712 102.101-102.101 102.101-56.164 0-101.736-45.348-102.099-101.426l-0-0.035c-0.001-0.181-0.002-0.396-0.002-0.61 0-51.788 38.67-94.544 88.71-100.969l0.507-0.053zM764.117 378.027c50.488 6.537 89.090 49.263 89.090 101.006 0 0.22-0.001 0.44-0.002 0.66l0-0.034c-0.399 56.063-45.939 101.357-102.059 101.357-56.367 0-102.061-45.694-102.061-102.061 0-0.248 0.001-0.495 0.003-0.742l-0 0.038c0.376-48.933 35.115-89.644 81.258-99.213l0.662-0.115c-73.352 10.224-129.208 72.403-129.28 147.619l-0 0.007c-0 82.357 66.878 149.12 149.376 149.12 0.015 0 0.030-0 0.045-0l-0.002 0c82.498 0 149.376-66.763 149.376-149.12 0-0.015-0-0.030-0-0.045l0 0.002c-0.041-77.766-59.706-141.607-135.83-148.438l-0.576-0.042z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ulule_logo_icon_249320"]},"attrs":[{}],"properties":{"order":420,"id":0,"name":"ulule","prevSize":32,"code":59966},"setIdx":16,"setId":1,"iconIdx":1},{"icon":{"paths":["M419.335 351.76l329.346 314.459c154.219-197.541-5.018-533.41-236.263-666.219 345.571 78.782 551.057 490.339 353.181 773.771l148.448 141.089c48.089 54.361-42.151 143.179-103.788 95.676l-139.667-151.543c-185.414 83.633-345.822 49.594-460.733-84.553-2.844 18.232-19.486 30.861-41.147 44.409-51.183 32.115-67.074 59.128-77.528 83.549-7.025 16.392-11.541 31.613-22.581 46.416-34.206 45.664-69.666 79.535-129.129 71.422-23.417 7.109-42.318-6.356-37.217-29.104-12.629-57.121 28.602-117.504 90.825-149.786 19.486-10.12 37.384-14.636 56.369-26.846 7.276-4.683 13.967-9.785 19.821-15.723 41.9-42.736 31.362-55.281 54.445-75.604 8.029-7.109 17.396-11.374 28.352-11.876 7.945-12.21 26.177-20.657 47.002-13.381l28.101-23.919c97.516 100.025 217.194 108.304 326.335 64.983l-304.925-315.379-120.348 118.090-128.042-128.209 255.833-253.324 223.801 32.282-160.491 159.32z"],"attrs":[{}],"width":1028,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["hammer-sickle-icon"]},"attrs":[{}],"properties":{"order":419,"id":0,"name":"faumar","prevSize":32,"code":59967},"setIdx":16,"setId":1,"iconIdx":2},{"icon":{"paths":["M955.706 444.801c-230.516 61.291-345.517-44.015-345.517-44.015-88.675-72.787-85.669-172.494-85.669-172.494 203.446-34.403 186.863-224.471 186.863-224.471-106.331-19.34-173.37 41.043-173.37 41.043-111.087 84.563-76.338 230.037-76.338 230.037 16.268 91.83 78.286 152.147 78.286 152.147 110.361 105.901 234.529 100.501 234.529 100.501l-147.39 140.817 37.624 215.288-196.856-101.739-197.186 101.739 37.657-215.288-159.414-152.559 219.912-31.215 56.237-108.428c-23.271-41.538-29.762-92.507-29.762-92.507l-71.878 138.537-323.435 46.113 233.852 223.761-55.197 315.97 289.032-149.174 289.065 149.256-55.197-316.053 254.15-247.263zM630.834 73.485c0 0-20.133 62.134-93.349 81.821 0 0 20.909-60.449 93.366-81.821h-0.017z"],"attrs":[{"fill":"rgb(228, 0, 43)"}],"width":958,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pcf_logo"]},"attrs":[{"fill":"rgb(228, 0, 43)"}],"properties":{"order":417,"id":0,"name":"pcf","prevSize":32,"code":59968},"setIdx":16,"setId":1,"iconIdx":3},{"icon":{"paths":["M670.335 659.985c2.863 2.973 4.404 7.157 4.404 11.341v264.258c0 4.184-1.652 8.368-4.514 11.231-3.083 2.753-6.937 4.514-11.121 4.514h-116.494c-40.189 44.594-98.326 72.451-162.519 72.561-48.668 0-93.371-15.966-129.707-42.832l-106.144 26.976c-4.404 1.321-8.919 1.762-13.323 1.762-24.003 0-45.915-16.296-52.081-40.74-1.211-4.514-1.542-9.029-1.542-13.543 0-5.615 0.771-11.121 2.422-16.296-24.444-4.074-45.254-22.022-51.751-47.677-1.431-5.726-2.092-11.231-2.092-16.626 0-16.296 6.056-31.601 16.296-43.382-13.323-8.698-23.783-22.132-28.188-38.868-1.431-5.615-2.092-11.231-2.092-16.626 0-21.251 10.24-40.63 26.756-52.962-10.13-8.368-17.727-19.929-21.361-33.803-1.431-5.505-2.092-11.011-2.092-16.406 0-29.068 19.269-55.494 48.557-63.312l54.613-13.874c-11.561-2.863-22.242-6.606-32.262-10.901-17.067-7.597-31.381-16.626-42.942-25.765-25.545-19.709-38.538-39.308-40.409-42.391-0.11-0.22-0.11-0.22-0.33-0.33-0.33-0.661-0.661-1.431-1.101-2.092-0.11-0.22-0.11-0.44-0.11-0.661-0.551-0.661-0.551-1.321-0.881-2.092v-0.661c-0.44-1.982-0.44-3.854 0-5.726v-0.551c0.33-0.771 0.33-1.542 0.881-2.092 0-0.22 0-0.551 0.11-0.771 0.44-0.771 0.771-1.431 1.101-2.092 0.22-0.11 0.22-0.22 0.33-0.44 1.982-3.083 14.865-22.572 40.409-42.281 13.763-10.901 31.601-21.691 52.962-29.619l0.44-0.11c0.11-0.22 0.44-0.22 0.661-0.22 1.762-0.551 3.634-1.321 5.505-1.982-29.839-21.801-49.548-57.366-49.548-97.335s19.709-75.534 49.548-97.225c-5.065-12.993-7.708-26.866-7.708-41.29 0.11-64.303 51.861-116.163 115.283-116.163 3.964 0 7.928 0.22 11.782 0.661 16.736-43.052 58.467-73.552 107.135-73.552 50.539 0 93.812 33.142 109.006 79.277 54.944 14.644 95.463 64.853 95.463 124.642 0 13.653-2.092 26.866-5.946 39.198 16.736 22.022 26.756 49.438 26.756 79.277 0 17.177-3.634 33.693-9.689 48.998 5.285 1.321 10.46 3.083 15.415 4.735 0.661 0.33 1.211 0.44 1.872 0.771 0.22 0.11 0.22 0.11 0.33 0.22 22.902 8.588 41.951 20.15 57.036 31.931 27.637 21.691 41.841 42.942 43.933 46.245v0.11l0.22 0.22c0.551 0.771 0.991 1.542 1.321 2.202 0 0.11 0 0.44 0.11 0.551 0.11 0.771 0.44 1.542 0.44 2.092 0.22 0.44 0.22 0.551 0.44 0.881 0.22 1.762 0.22 3.634 0 5.505-0.22 0.22-0.22 0.551-0.44 0.771 0 0.661-0.33 1.321-0.44 1.982-0.11 0.33-0.11 0.44-0.11 0.661-0.33 0.551-0.661 1.321-1.321 2.202l-0.22 0.22v0.11c-2.092 3.193-16.296 24.554-43.933 46.135-12.552 9.689-27.637 19.379-45.695 27.417-0.551 0.22-0.881 0.44-1.321 0.551-12.772 5.615-27.086 10.46-43.052 13.543 31.601 22.682 55.054 56.155 64.963 95.023h64.853c4.184 0 8.148 1.762 11.121 4.514zM132.459 262.827c0-5.395 0.44-10.57 0.881-15.745-0.991 1.101-2.202 2.092-3.523 2.863-27.197 15.085-45.474 44.153-45.474 77.626 0.22 44.043 31.931 80.599 73.882 87.425 2.422 0 4.845-0.22 7.597-0.22 25.875 0 48.888 4.735 68.597 12.002l2.643-1.982c-61.66-27.747-104.602-89.848-104.602-161.968zM324.597 102.18l-0.771 46.796c15.525-2.312 28.848-12.112 35.895-25.985-12.112-7.708-24.884-15.525-35.124-20.81zM566.503 919.838h77.406v-232.988h-44.373c0.11 3.634 0.22 7.267 0.22 11.011v105.813c0 16.846-1.982 33.142-5.615 48.778-0.11 1.101-0.33 2.312-0.661 3.523-0.11 0.11-0.11 0.22-0.11 0.22-5.615 22.792-14.865 44.153-26.866 63.642zM186.192 184.32c-14.314 22.682-22.572 49.548-22.682 78.507 0.22 40.299 16.076 76.635 42.502 103.171 26.206 26.536 62.321 42.722 102.29 42.722 35.014 0 66.725-12.442 91.72-32.922-5.395 0.22-10.68 0.661-16.186 0.661-106.804 0-193.679-85.333-197.643-192.138zM308.301 63.862c6.386 0.22 10.57 1.762 15.745 3.634 5.065 2.092 10.24 4.625 16.076 7.487 5.395 2.973 11.451 6.386 17.397 9.8 14.204-5.726 29.399-9.139 45.585-9.469-14.534-26.206-41.951-44.043-73.662-44.043-37.767-0.11-69.808 25.215-80.158 59.788 15.195-9.689 30.83-18.718 43.382-23.673 5.065-1.762 9.469-3.413 15.635-3.523zM393.414 180.026c0-12.112-1.982-23.563-5.836-34.243-9.249 25.545-23.012 48.778-40.85 68.707 4.955 0.44 10.020 0.661 14.975 0.661 8.919 0 17.727-0.661 26.206-1.982 3.634-10.35 5.505-21.471 5.505-33.142zM239.484 871.391c15.195-3.854 25.105-17.837 25.325-32.702-0.22-2.973-0.551-5.726-1.211-8.698-3.854-15.195-17.617-25.325-32.372-25.325-2.753 0-5.726 0.44-8.809 1.101l-129.376 33.252c0 0-0.33 0-0.33 0.11l-10.791 2.753c-15.085 3.964-25.215 17.727-25.215 32.812 0 2.753 0.44 5.726 1.211 8.588 3.854 15.305 17.617 25.325 32.592 25.325 2.532 0 5.615-0.33 8.588-1.101l140.387-36.115zM217.352 185.311c1.321 31.271 11.341 60.339 27.747 85.003 13.984 7.487 29.949 11.782 47.236 11.782 27.857-0.11 52.852-11.451 71.35-30.059 1.872-1.762 3.523-3.744 5.505-5.726h-7.377c-56.705 0.11-107.795-23.233-144.461-61zM344.416 463.002c50.429 73.332 140.387 69.258 140.387 69.148 106.034 0 143.47-69.148 143.47-69.148-22.902-30.61-70.028-67.716-135.322-67.716-109.117 0-148.535 67.716-148.535 67.716zM36.115 508.807c50.649 67.276 133.010 61.77 133.010 61.66 55.274 0 87.315-27.086 95.463-32.702v-59.678c-15.525-10.020-47.677-31.381-94.032-31.381-94.032 0-134.441 62.101-134.441 62.101zM513.101 937.125c4.955-4.955 9.469-10.020 13.984-15.305-10.901 3.744-22.572 5.726-34.574 5.726-40.63 0-76.084-22.902-94.252-56.595-17.727 25.215-47.016 41.731-79.938 41.731-8.919 0-17.837-1.321-26.206-3.744 0.44 1.652 0.881 2.973 1.321 4.514v0.22c1.321 4.404 1.762 9.029 1.762 13.433 0 13.763-5.395 26.866-14.204 36.666 28.738 18.278 62.541 28.738 99.207 28.738 51.53 0 98.766-21.251 132.9-55.384zM310.393 207.222c9.359-8.588 18.058-18.278 25.545-28.848-6.166 1.542-12.662 2.312-19.269 2.312-32.922 0-61.33-20.15-73.332-48.998-6.056 4.074-11.561 7.928-16.076 11.011-1.321 0.771-2.202 1.431-3.303 2.202 21.361 29.178 51.42 51.31 86.434 62.321zM247.081 949.457c10.35-2.753 17.177-12.112 17.067-22.242 0-1.872-0.22-3.964-0.771-5.836-2.422-10.24-11.892-17.177-22.132-17.177-1.762 0-3.413 0.33-5.726 0.771l-110.108 28.077c-10.57 2.753-17.177 12.112-17.177 22.242 0 1.982 0 3.854 0.661 5.836 2.753 10.46 12.002 17.287 22.132 17.287 1.872 0 3.744-0.11 5.836-0.771l110.218-28.188zM424.244 175.511v4.514c0 17.837-3.413 34.794-9.579 50.319-0.551 1.982-1.321 3.854-2.422 5.505-21.141 45.695-66.945 77.295-119.907 77.295-2.422 0.11-4.404-0.11-6.386-0.11 27.417 20.37 61.22 32.151 97.886 32.151 16.846 0 33.473-2.643 48.557-7.377 13.103-21.801 20.81-47.456 20.81-74.983-0.11-32.812-10.68-62.982-28.958-87.315zM264.588 641.597c0.661-2.532 0.881-5.065 0.881-7.818 0-2.422-0.11-5.065-0.771-7.597 0-0.33 0-0.551-0.33-0.881-3.744-15.305-17.617-25.435-32.482-25.435-2.643 0-5.505 0.33-8.478 1.101l-151.838 38.978c-15.195 3.964-25.325 17.837-25.325 32.922 0 2.643 0.22 5.505 0.881 8.588 4.074 15.195 17.948 25.435 32.812 25.435 1.872 0 3.634-0.33 5.946-0.661l128.606-33.032c1.211-0.22 2.202-0.44 3.303-0.771l22.462-5.726c12.442-3.303 21.471-13.213 24.334-25.105zM264.588 739.482c0-1.101 0.22-2.202 0.33-3.303 0-0.661-0.22-1.652-0.22-2.312-0.33-2.092-0.33-4.294-0.991-6.276-3.854-15.305-17.617-25.325-32.372-25.325-2.532 0-4.845 0.33-7.377 0.771l-127.725 32.922c-1.431 0.44-2.973 0.771-4.514 0.991l-23.673 6.056c-15.085 4.074-24.994 17.837-24.994 32.922 0 2.753 0.22 5.505 0.881 8.588 4.074 15.305 17.727 25.215 32.482 25.215 2.863 0 5.726-0.22 8.588-0.991l154.371-39.639c14.424-3.744 23.673-15.855 25.215-29.619zM482.932 242.457c0.881 6.606 1.211 13.323 1.211 20.37 0 38.317-12.222 73.992-32.922 103.061 11.011-1.762 22.462-2.643 34.684-2.643 9.579 0 19.159 0.661 28.077 1.872 6.276-12.993 9.689-27.307 9.689-42.722-0.11-33.032-16.076-61.991-40.74-79.938zM269.984 114.732c3.854 12.112 11.782 22.242 22.682 28.408l0.991-41.841c-5.615 2.863-12.112 6.606-18.828 10.46-1.542 1.101-3.083 1.982-4.845 2.973zM295.749 601.407l26.866-30.5v-116.714c0-4.514-2.312-8.698-5.836-11.121-2.092-1.542-4.845-2.532-7.597-2.532-7.377 0-13.433 6.166-13.433 13.763v147.104zM492.511 896.165c32.482 0 60.119-20.59 71.129-49.548 3.303-13.763 5.065-28.188 5.065-43.052v-105.813c0-37.987-15.085-72.12-39.859-97.115-18.608-18.608-42.391-32.041-69.148-37.437-4.955-0.44-9.579-1.101-14.204-1.872-4.184-0.661-8.588-0.771-12.883-0.771-29.509 0-56.595 9.249-78.837 25.325-6.166 4.514-12.002 9.359-17.287 14.754-4.955 5.065-9.689 10.57-13.874 16.186-16.186 22.792-25.985 50.649-25.985 80.929v179.806c6.717 2.422 13.984 3.744 21.691 3.744 36.886-0.11 66.945-30.169 67.055-67.496v-155.252c0-8.588 6.827-15.525 15.305-15.525 8.809 0 15.635 6.937 15.635 15.525v160.867c0 42.502 34.133 76.745 76.194 76.745zM393.084 107.575c15.745 10.46 27.527 18.828 27.527 18.828l0.881 0.771c23.783 20.15 41.951 46.355 52.521 76.084l0.44-1.321c9.91 3.964 19.049 9.249 27.527 15.525 0.551-4.404 0.771-8.809 0.771-13.653 0-26.866-10.901-51.2-28.298-68.927-17.617-17.617-41.731-28.628-68.377-28.628-4.514 0-8.809 0.33-13.103 0.991 0.11 0.22 0.11 0.22 0.11 0.33zM134.992 226.711l0.771 2.092c7.818-40.409 29.178-76.084 59.128-101.519l1.101-0.771c0.11 0 12.772-9.029 29.509-20.37-0.44-0.11-0.771-0.33-1.321-0.771-4.514-0.771-9.139-1.211-13.984-1.211-46.686 0.22-84.012 37.987-84.012 84.893 0 13.213 2.863 25.765 8.258 36.886l0.551 0.771z"],"attrs":[],"width":675,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["ps"],"colorPermutations":{}},"attrs":[],"properties":{"order":418,"id":0,"name":"ps","prevSize":32,"code":59975},"setIdx":16,"setId":1,"iconIdx":4},{"icon":{"paths":["M362.117 1021.286c-18.294-5.779-30.566-20.030-37.978-44.061-12.559-40.752-25.37-115.636-29.852-174.54l-1.605-21.097-23.48-8.032c-170.986-58.499-283.352-229.537-267.76-407.577 1.623-18.541 5.088-43.347 7.701-55.126 34.078-153.73 153.209-272.257 307.163-305.612 48.894-10.593 81.471-5.224 103.183 17.007 34.589 35.417 24.029 87.194-31.24 153.189-31.764 37.929-44.718 46.975-67.107 46.872-41.92-0.193-68.514-48.228-46.118-83.301 1.951-3.055 2.69-5.555 1.64-5.555-1.052 0-11.050 5.438-22.221 12.085-78.317 46.59-128.6 121.212-141.603 210.147-4.5 30.769-1.791 81.997 5.903 111.607 18.4 70.834 62.626 132.482 123.201 171.727 14.997 9.716 46.669 26.108 47.82 24.75 0.254-0.301 1.771-21.109 3.369-46.239 10.887-171.302 52.251-323.417 111.521-410.099 65.272-95.46 159.356-130.148 254.003-93.647 67.435 26.007 116.401 94.904 138.926 195.477 4.977 22.226 5.693 31.944 5.594 76.109-0.128 57.479-3.631 79.547-20.806 131.143-52.261 157-193.296 267.441-355.109 278.096-26.691 1.754-24.668-2.741-19.094 42.308 4.628 37.393 11.573 73.723 19.664 102.916 6.915 24.97 7.464 32.33 3.403 45.889-8.395 28.007-40.586 44.58-69.117 35.565zM455.045 680.178c70.7-13.317 134.651-53.898 178.492-113.26 45.286-61.318 67.699-139.983 59.939-210.369-3.648-33.095-10.25-56.464-23.601-83.556-13.9-28.203-29.126-45.748-47.558-54.8-12.324-6.051-17.002-6.945-36.373-6.945-19.388 0-24.041 0.892-36.427 6.975-62.871 30.872-114.66 148.795-137.407 312.863-6.829 49.272-13.856 151.082-10.647 154.29 1.931 1.931 30.391-0.83 53.582-5.199z"],"attrs":[{"fill":"rgb(200, 69, 41)"}],"width":804,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["lfi"]},"attrs":[{"fill":"rgb(200, 69, 41)"}],"properties":{"order":414,"id":0,"name":"lfi","prevSize":32,"code":59980},"setIdx":16,"setId":1,"iconIdx":5},{"icon":{"paths":["M754.773 0c-15.147 24.491-359.765 202.24-463.189 369.024-103.424 166.827-132.949 298.155-95.445 421.632 37.504 123.435 109.184 117.888 150.016 158.592 40.875 40.704 96.299 90.155 184.832 70.187 115.925-26.155 227.627-103.509 283.221-320.341 55.552-216.832 19.115-406.741-4.395-511.573-16.798-74.427-35.722-137.117-58.455-197.947l3.415 10.427zM748.885 36.608l-393.387 920.96-24.491-24.619z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["leaflet-svgrepo-com"]},"attrs":[{}],"properties":{"order":413,"id":0,"name":"leaflet","prevSize":32,"code":59981},"setIdx":16,"setId":1,"iconIdx":6},{"icon":{"paths":["M113.441 1022.791c-14.984-3.774-22.813-9.994-62.813-49.906-47.59-47.486-50.642-52.123-50.567-76.825 0.076-27.599-8.256-17.729 143.791-170.183 153.556-153.968 145.649-147.258 173.431-147.185 12.843 0.038 16.074 0.765 26.43 5.982l11.799 5.943 74.427-74.427-9.324-14.534c-18.143-28.283-35.242-69.551-42.925-103.595-21.689-96.11 1.692-197.783 63.212-274.892 106.131-133.021 296.792-162.528 437.798-67.754 77.376 52.007 127.669 132.341 141.991 226.81 3.028 19.971 3.045 67.403 0.038 88.473-10.482 73.3-41.683 135.598-94.101 187.89-27.005 26.939-48.656 42.547-83.027 59.852-40.92 20.602-75.636 30.269-122.807 34.198-67.212 5.598-141.729-12.991-198.777-49.586l-14.534-9.324-74.427 74.427 5.944 11.799c5.217 10.356 5.948 13.588 5.982 26.43 0.076 27.749 6.658 19.973-146.273 172.715-117.772 117.627-135.902 135.034-144.922 139.145-11.554 5.266-29.465 7.285-40.339 4.547zM745.562 595.235c84.991-15.557 159.211-72.144 196.414-149.747 59.313-123.725 19.422-269.131-94.923-346.001-27.277-18.338-65.368-33.796-101.117-41.036-24.766-5.016-77.169-4.503-103 1.008-38.558 8.226-73.958 23.567-104.636 45.343-18.958 13.457-50.218 44.704-63.458 63.432-73.371 103.778-66.732 241.708 16.24 337.452 42.532 49.079 101.356 81.295 166.447 91.159 21.617 3.276 65.75 2.469 88.033-1.61zM670.299 558.281c-29.323-4.643-54.184-12.089-74.335-22.264l-11.401-5.757v-105.75h-20.098c-17.477 0-41.417 3.431-58.706 8.415-2.293 0.661-3.243 3.318-3.648 10.208l-0.549 9.315-8.722-16.578c-19.125-36.352-25.938-64.969-25.937-108.954 0-34.007 2.416-49.664 11.874-76.959 5.020-14.489 17.392-40.149 22.803-47.296 2.352-3.106 2.608-2.425 2.66 7.077l0.057 10.514 119.484-0.961 1.059-30.099h-40.279v-65.596l7.135-3.64c11.766-6.003 33.618-14.269 45.997-17.4 6.394-1.618 12.956-3.329 14.582-3.805 2.556-0.748 2.752 0.192 1.447 6.937-2.517 13.016-1.853 48.738 1.141 61.444 5.929 25.154 20.673 43.772 40.703 51.399 11.959 4.554 34.51 5.416 47.697 1.824 12.573-3.425 26.521-13.52 33.619-24.334 10.498-15.993 14.198-29.96 15.214-57.42l0.894-24.139 14.746 7.672c16.985 8.837 37.636 23.75 52.731 38.081 10.154 9.64 10.489 10.262 10.489 19.468v9.509h-40.132v31.011h74.064l7.976 16.418-20.498-0.038c-14.12-0.038-26.884 1.234-41.020 4.064l-20.522 4.107v15.090c0 8.3 0.321 15.090 0.712 15.090s8.69-1.642 18.443-3.648c9.752-2.007 18.462-3.648 19.355-3.648 0.911 0 1.623 23.945 1.623 54.664v54.664l-39.22 1.037-1.059 30.032 85.675 0.98-6.316 14.311-22.733 0.133c-21.014 0.133-23.513 0.524-33.058 5.212-24.918 12.237-38.317 39.993-38.727 80.22l-0.199 19.621-12.195 6.411c-10.647 5.597-47.886 19.106-52.668 19.106-1.044 0-1.72-25.428-1.72-64.758v-64.758h-19.865c-12.782 0-26.278 1.314-37.852 3.686-26.747 5.481-24.371 3.517-24.371 20.151 0 10.661 0.625 14.471 2.373 14.471 1.304 0 9.719-1.623 18.698-3.609s16.941-3.627 17.693-3.648c0.752-0.019 1.369 23.355 1.369 51.949v51.989l-15.962-0.249c-8.779-0.133-18.014-0.573-20.522-0.97zM586.806 406.675c18.764-8.3 32.989-27.31 38.763-51.802 3.466-14.703 3.515-47.875 0.095-64.019-5.386-25.416-20.395-44.749-40.832-52.592-14.521-5.573-39.008-5.537-53.646 0.076-20.448 7.844-34.846 27.073-40.598 54.22-3.377 15.939-3.389 45.424-0.019 61.301 5.605 26.451 22.344 47.29 43.568 54.239 14.842 4.86 40.009 4.179 52.677-1.424zM544.6 376.033c-7.475-6.29-10.993-18.774-12.301-43.643-1.169-22.235 1.361-45.226 6.065-55.141 4.304-9.070 12.333-13.663 22.14-12.665 15.694 1.599 21.725 13.852 23.497 47.74 1.847 35.327-3.981 61.255-14.885 66.223-8.219 3.745-18.308 2.71-24.517-2.514zM745.633 408.074c31.76-9.81 48.304-42.658 46.387-92.102-1.631-42.083-16.645-68.036-45.542-78.727-11.993-4.437-38.057-3.917-50.909 1.016-20.334 7.804-34.809 26.325-40.921 52.361-4.261 18.15-2.759 59.314 2.722 74.601 8.553 23.854 24.634 39.67 45.28 44.534 12.289 2.895 30.467 2.184 42.984-1.682zM710.214 377.988c-10.561-5.739-15.388-27.981-13.83-63.721 1.187-27.208 3.107-35.423 10.113-43.264 10.001-11.193 28.769-8.015 35.418 5.996 7.292 15.368 8.535 63.796 2.186 85.177-3.598 12.115-11.119 18.581-21.498 18.481-4.187-0.038-9.762-1.242-12.389-2.669zM529.751 487.157c-15.392-16.086-21.076-24.091-17.829-25.111 6.103-1.917 29.512-6.481 30.122-5.871 0.376 0.376 0.45 10.308 0.171 22.073l-0.516 21.39-11.943-12.481zM861.039 484.708c1.464-12.683 6.508-24.425 12.029-27.997 6.039-3.908 13.531-5.454 17.007-3.508 2.556 1.431 1.849 3.146-5.138 12.478-4.456 5.95-11.916 14.923-16.579 19.94l-8.477 9.121 1.158-10.033zM913.091 307.307l0.171-69.775 5.448 16.418c10.773 32.461 14.575 67.314 10.767 98.684-2.99 24.623-2.916 24.448-10.307 24.448h-6.262l0.171-69.775zM712.963 191.052c-5.45-2.202-11.269-10.183-13.833-18.972-2.493-8.544-3.172-60.334-0.93-70.905 1.35-6.365 1.906-6.841 8.002-6.841 13.090 0 38.741 4.284 39.638 6.62 0.492 1.283 1.441 10.375 2.107 20.203 1.392 20.528-1.538 49.196-5.983 58.565-5.107 10.762-17.97 15.787-29.001 11.33zM513.186 186c0.945-1.756 7.914-9.759 15.484-17.786l13.765-14.593 0.076 17.786 0.076 17.786h-15.57c-14.267 0-15.426-0.268-13.85-3.192zM586.033 910.010c-50.861-14.695-92.964-27.23-93.561-27.855-1.12-1.171 51.444-187.59 53.528-189.835 1.038-1.118 181.009 49.282 188.383 52.756 2.607 1.228-0.152 12.344-22.372 89.874-13.94 48.66-26.187 91.551-27.215 95.313s-2.863 6.756-4.079 6.653c-1.215-0.095-43.823-12.211-94.685-26.907zM710.43 932.285c0-2.276 52.296-184.933 53.125-185.556 1.893-1.422 184.471-52.394 185.17-51.696 0.826 0.826-51.038 185.067-52.4 186.147-0.93 0.737-176.193 50.75-181.791 51.876-2.257 0.454-4.104 0.114-4.104-0.771zM407.067 850.729c36.080-36.269 68.235-69.386 71.453-73.592 7.257-9.483 17.343-31.292 20.086-43.429 1.133-5.017 2.262-15.015 2.508-22.219l0.448-13.098 7.805-2.203c4.293-1.211 8.134-1.874 8.536-1.471 1.001 1.001-51.501 184.36-53.25 185.971-0.769 0.708-28.801 9.095-62.293 18.637l-60.894 17.349 65.601-65.944zM760.751 720.254c-0.372-0.621-1.513-4.185-2.536-7.919l-1.859-6.788 6.679-1.13c57.229-9.683 118.522-36.553 166.8-73.124 6.897-5.225 10.806-7.187 11.313-5.681 2.34 6.951 11.659 40.543 11.337 40.865-1.45 1.45-191.2 54.67-191.735 53.776zM117.283 664.855c-2.207-1.79-50.363-165.108-53.996-183.127-0.727-3.608 6.266-1.885 92.754 22.837 90.496 25.868 93.583 26.897 94.842 31.603 1.122 4.198 0.389 5.5-5.351 9.499-3.658 2.549-32.915 30.922-65.015 63.051s-58.827 58.417-59.393 58.417c-0.566 0-2.295-1.027-3.842-2.28zM152.233 477.924c-50.667-14.565-92.27-26.6-92.451-26.744-0.634-0.503 53.699-189.176 54.794-190.27 0.953-0.953 188.747 51.662 190.697 53.428 0.397 0.359-11.47 43.356-26.37 95.549-24.6 86.172-27.433 94.879-30.819 94.708-2.051-0.095-45.183-12.105-95.85-26.671zM278.493 500.889c0.518-1.371 9.039-30.811 18.933-65.425l17.989-62.934 2.345 13.681c4.063 23.705 11.268 50.724 19.809 74.287 4.54 12.525 7.998 22.997 7.684 23.272s-14.115 4.333-30.67 9.018c-16.554 4.685-31.66 8.984-33.567 9.554-2.434 0.727-3.187 0.294-2.524-1.454zM208.782 260.829c-50.666-14.575-92.559-27.18-93.095-28.012-1.741-2.703-53.182-184.344-52.421-185.104 1.069-1.069 183.859 51.388 185.604 53.264 1.957 2.104 54.573 186.782 53.147 186.541-0.613-0.095-42.568-12.114-93.235-26.688zM300.337 187.732c-10.214-35.812-20.119-70.516-22.011-77.12l-3.441-12.006 72.295-20.612c39.762-11.336 73.526-21.072 75.031-21.635s-3.476 5.906-11.068 14.376c-40.375 45.042-66.845 93.308-83.587 152.413-3.121 11.018-5.674 21.794-5.674 23.946 0 12.485-4.917-1.063-21.544-59.362z"],"attrs":[{}],"width":1023,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["osm_data"]},"attrs":[{}],"properties":{"order":412,"id":0,"name":"osm","prevSize":32,"code":59992},"setIdx":16,"setId":1,"iconIdx":7},{"icon":{"paths":["M386.253 904.662c32.285 0 58.458 26.172 58.458 58.458s-26.172 58.458-58.458 58.458c-32.285 0-58.458-26.172-58.458-58.458s26.172-58.458 58.458-58.458zM710.577 798.003l57.768 17.117-45.856 154.766c-4.007 13.523-16.86 22.456-30.932 21.498l-14.164-0.972-0.346 0.286-147.165-10.327 4.095-60.112 98.874 6.71-64.73-93.376 49.514-34.33 64.815 93.492 28.127-94.751zM81.823 691.013l60.1 4.258-7.040 98.858 93.206-64.813 34.407 49.46-93.328 64.88 95.261 28.070-17.027 57.795-155.496-45.812c-13.575-4-22.537-16.909-21.536-31.026l11.453-161.67zM469.871 606.832l108.471 130.958-48.887 40.492-64.555-77.937-20.929 119.828-62.53-10.931 20.949-120.015-86.907 51.241-32.221-54.693 146.055-86.045c13.428-7.911 30.613-4.902 40.554 7.101zM773.349 518.97l54.185-29.481 78.936 145.084c6.915 12.71 4.065 28.517-6.852 38.013l-11.168 9.649-113.957 99.175-40.481-46.545 76.614-66.653-114.116-20.558 10.947-60.706 114.035 20.547-48.143-88.525zM134.337 367.286l40.818 46.249-75.561 66.643 114.333 19.961-10.597 60.768-114.459-19.976 49.164 88.88-53.977 29.86-80.202-144.98c-7.002-12.658-4.266-28.482 6.58-38.054l123.902-109.351zM520.805 319.572l108.104 130.607-48.901 40.475-64.539-77.971-20.929 119.864-62.53-10.931 20.878-119.549-86.574 50.75-32.098-54.765 132.982-77.969 0.131-0.507 0.586 0.076 12.392-7.226c13.426-7.869 30.577-4.843 40.499 7.145zM660.109 255.34l23.644-56.974 152.934 63.465c13.348 5.539 21.060 19.605 18.553 33.838l-2.546 14.157-26.116 148.555-60.75-10.701 17.506-99.443-101.463 56.076-29.816-54.001 101.656-56.122-93.601-38.85zM368.771 143.066l2.63 61.629-101.025 4.318 76.195 87.075-46.423 40.62-76.323-87.205-17.782 99.559-60.722-10.861 29.1-162.698c2.543-14.219 14.614-24.769 29.046-25.384l14.296-0.639 0.321-0.232 150.687-6.181zM575.425 11.634l107.615 131.431-49.115 40.215-63.872-78.020-21.543 119.706-62.475-11.242 21.58-119.975-87.205 50.986-32.026-54.808 146.471-85.589c13.478-7.876 30.681-4.782 40.571 7.296z"],"attrs":[{}],"width":910,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pinecone-icon-seeklogo"]},"attrs":[{}],"properties":{"order":409,"id":0,"name":"pinecone","prevSize":32,"code":59993},"setIdx":16,"setId":1,"iconIdx":8},{"icon":{"paths":["M1696.711 681.95v-405.21c0-39.514-21.021-76.038-55.185-95.879l-293.745-170.737c-49.287-28.646-111.086 6.909-111.086 63.905v431.708l-208.65-120.186c-111.634-64.284-249.091-64.116-360.557 0.421l-207.471 120.144v-432.087c0-56.997-61.799-92.551-111.086-63.905l-293.745 170.737c-34.164 19.841-55.185 56.365-55.185 95.879v405.59c0 56.828 29.025 109.696 76.922 140.238l267.416 170.484c69.55 44.317 159.321 40.778 225.122-8.931l185.902-140.364c51.099-38.587 134.719-38.587 185.818 0l185.86 140.28c65.843 49.667 155.571 53.205 225.122 8.889l267.711-170.737c47.855-30.541 76.838-83.41 76.838-140.195v0z"],"attrs":[{"fill":"rgb(5, 180, 96)"}],"width":1697,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["weaviate"]},"attrs":[{"fill":"rgb(5, 180, 96)"}],"properties":{"order":408,"id":0,"name":"weaviate","prevSize":32,"code":59996},"setIdx":16,"setId":1,"iconIdx":9},{"icon":{"paths":["M174.914 686.825v-349.884h131.201v-174.918h-306.119v699.721h166.203l157.441-174.918h-148.725z","M1145.798 162.023l-157.441 174.918h148.725v349.884h-131.201v174.918h306.119v-699.721h-166.203z","M1165.572 76.555l-298.106 85.468h-517.586v174.918h345.807l-549.73 610.504 299.044-85.702h517.118v-174.918h-346.041l549.496-610.27z"],"attrs":[{"fill":"rgb(247, 164, 29)"},{"fill":"rgb(247, 164, 29)"},{"fill":"rgb(247, 164, 29)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["zig-svgrepo-com"],"width":1312},"attrs":[{"fill":"rgb(247, 164, 29)"},{"fill":"rgb(247, 164, 29)"},{"fill":"rgb(247, 164, 29)"}],"properties":{"order":407,"id":0,"name":"zig","prevSize":32,"code":59998},"setIdx":16,"setId":1,"iconIdx":10},{"icon":{"paths":["M545.276 848.274l-545.276-248.704v-94.577l545.276-260.964v138.945l-388.817 166.386v3.505l388.817 156.463z","M1238.844 47.873l-408.083 976.127h-164.634l406.331-976.127z","M1920.735 591.984l-545.276 248.703v-138.369l389.985-155.871v-2.337l-389.985-166.971v-138.945l545.276 259.211zM3051.577 885.055h-183.905v-339.775q0-131.362-95.738-131.358c-0.847-0.026-1.844-0.041-2.843-0.041-30.894 0-58.45 14.295-76.413 36.632l-0.148 0.19c-18.989 23.911-30.464 54.534-30.464 87.837 0 1.959 0.040 3.91 0.118 5.85l-0.009-0.278v340.944h-184.485v-885.055h184.485v375.972h2.337q67.716-103.332 183.897-103.332 203.171 0 203.167 245.198zM3558.907 878.053q-40.874 21.583-123.187 21.6-194.997 0-194.989-202.583v-273.808h-96.914v-136.024h96.914v-129.029l183.897-52.538v181.568h134.279v136.024h-134.279v241.701q0 93.405 74.146 93.409c22.223-0.502 42.889-6.727 60.715-17.252l-0.582 0.318zM4612.102 885.055h-183.897v-340.944q0-130.186-95.746-130.19c-0.293-0.004-0.64-0.006-0.986-0.006-30.376 0-57.156 15.397-72.961 38.811l-0.198 0.312c-17.963 25.585-28.707 57.376-28.707 91.676 0 2.045 0.038 4.080 0.114 6.106l-0.009-0.292v334.526h-184.489v-344.449q0-126.681-93.993-126.685c-0.75-0.022-1.633-0.035-2.519-0.035-29.97 0-56.523 14.632-72.905 37.142l-0.179 0.258q-28.33 37.369-28.314 101.58v332.189h-184.489v-597.818h184.489v93.409h2.337c40.528-65.226 111.786-108.006 193.036-108.006 0.070 0 0.14 0 0.211 0l-0.011-0q126.681 0 173.397 111.503 68.304-111.495 200.831-111.503 194.985 0 194.989 240.525z","M5335.444 287.237l-197.333 289.566 196.165 308.252h-212.507l-86.406-161.129q-10.504-19.267-25.105-54.299h-2.337c-7.595 20.585-15.656 37.907-24.922 54.463l0.985-1.917-86.983 162.881h-211.922l201.999-297.744-189.739-300.074h213.675l85.23 167.547c8.536 15.7 16.63 34.224 23.173 53.465l0.764 2.586h2.337c7.821-22.36 16.295-41.248 26.136-59.284l-1.031 2.063 86.991-166.379z"],"attrs":[{},{},{},{}],"width":5335,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["htmx"]},"attrs":[{},{},{},{}],"properties":{"order":406,"id":0,"name":"htmx","prevSize":32,"code":60008},"setIdx":16,"setId":1,"iconIdx":11},{"icon":{"paths":["M512 0c282.579 0 512 229.419 512 512 0 282.579-229.421 512-512 512-282.581 0-512-229.421-512-512 0-282.581 229.419-512 512-512zM541.090 124.124l-257.661 465.455h231.897l-25.768 310.297 257.663-465.453h-231.895l25.764-310.298z"],"attrs":[{"fill":"rgb(5, 153, 139)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["fastapi-clean"],"colorPermutations":{"141228151531391":[{"f":0}]}},"attrs":[{"fill":"rgb(5, 153, 139)"}],"properties":{"order":403,"id":1,"name":"fastapi","prevSize":32,"code":59964},"setIdx":16,"setId":1,"iconIdx":12},{"icon":{"paths":["M512 0c282.579 0 512 229.419 512 512 0 282.579-229.421 512-512 512-282.581 0-512-229.421-512-512 0-282.581 229.419-512 512-512zM621.466 225.237h-257.196l-21.306 119.14 232.192 0.326c114.36 0 148.165 41.525 147.19 110.334-0.545 35.332-15.766 95.011-22.397 114.36-17.609 51.524-53.805 110.445-189.469 110.227l-225.782-0.111-21.415 119.251h256.651c90.554 0 129.032-10.547 169.8-29.352 90.44-41.742 144.249-130.99 165.773-247.411 32.178-173.386-7.827-296.766-234.041-296.766zM253.174 452.104c-67.397 0-77.072 43.917-83.377 70.439-8.371 34.787-11.088 48.808-11.088 48.808h263.392c67.396 0 77.070-43.913 83.378-70.439 8.368-34.787 11.088-48.808 11.088-48.808h-263.393z"],"attrs":[{"fill":"rgb(0, 141, 228)"}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["dash-clean"],"colorPermutations":{"141228151531391":[{"f":1}]}},"attrs":[{"fill":"rgb(0, 141, 228)"}],"properties":{"order":402,"id":0,"name":"dash","prevSize":32,"code":59965},"setIdx":16,"setId":1,"iconIdx":13},{"icon":{"paths":["M445.44 0l-445.44 771.541v221.739c-0 0-0 0.001-0 0.001 0 16.861 13.584 30.55 30.405 30.718l0.016 0h427.648l-214.869-372.181 376.32-651.819zM665.6 0l-207.36 359.168 158.635 274.731h407.125v-603.264c-0.049-16.929-13.784-30.635-30.72-30.635-0 0-0 0-0 0l0-0zM435.2 399.061l-88.064 152.533c-4.625 7.883-7.356 17.361-7.356 27.477s2.731 19.594 7.497 27.737l-0.141-0.26c9.813 17.067 27.989 27.307 47.659 27.307h176zM301.995 673.835l202.155 350.165h489.429c16.808-0.169 30.374-13.809 30.421-30.63l0-0.005v-319.573z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["affinitydesigner-svgrepo-com"]},"attrs":[{}],"properties":{"order":401,"id":3,"name":"affinitydesigner","prevSize":32,"code":59904},"setIdx":16,"setId":1,"iconIdx":14},{"icon":{"paths":["M445.44 0l-46.080 79.787 545.109 944.213h48.811c16.966 0 30.72-13.754 30.72-30.72v0-133.077l-496.64-860.203zM573.44 0l450.56 780.373v-749.653c0-16.966-13.754-30.72-30.72-30.72v0zM376.32 119.723l-84.48 146.347 432.469 757.931h174.080zM266.24 310.357l-63.147 109.355c-6.983 11.883-11.108 26.175-11.108 41.429s4.124 29.546 11.319 41.82l-0.212-0.39c75.563 130.688 301.056 521.429 301.056 521.429h174.080zM156.16 501.077l-156.16 270.421v221.739c0 16.939 13.781 30.72 30.72 30.72h427.349z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["affinity-publisher-svgrepo-com"]},"attrs":[{}],"properties":{"order":400,"id":2,"name":"affinitypublisher","prevSize":32,"code":59906},"setIdx":16,"setId":1,"iconIdx":15},{"icon":{"paths":["M445.44 0l-20.48 35.456 250.88 434.56 271.36-470.016zM993.28 0l-365.952 633.856h396.672v-603.52c-0.217-16.8-13.886-30.336-30.718-30.336-0.001 0-0.002 0-0.003 0l0-0zM401.92 75.392l-156.16 270.464h312.32zM468.608 385.024h-0.768c-15.36 0.213-29.867 9.216-37.504 22.315l-46.549 80.811c-3.541 6.273-5.627 13.773-5.627 21.76s2.086 15.487 5.744 21.985l-0.116-0.225c1837.6 3394.568 1853.063 3420.978 1868.528 3447.387l-1821.894-3366.576c7.851 13.227 22.613 21.333 37.76 21.376 0.085 0 58.88 0.085 88.192-0.043 15.36-0.213 29.824-8.747 37.461-21.845 15.531-26.923 31.189-53.803 46.635-80.811 7.509-13.397 7.253-29.995-0.299-43.136l-0.427-0.64-45.995-79.787-0.256-0.384c-7.736-13.025-21.555-21.728-37.44-22.185l-0.064-0.001h-0.512zM222.72 385.707l-222.72 385.792v16.64l0.128 207.829c1.351 14.962 13.25 26.758 28.138 27.94l0.107 0.007 368.427-638.208zM348.16 549.76l-274.091 474.24h547.84zM465.792 673.749l202.24 350.251h325.248c16.966 0 30.72-13.754 30.72-30.72v0-319.488z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["affinity-photo-svgrepo-com"]},"attrs":[{}],"properties":{"order":399,"id":1,"name":"affinityphoto","prevSize":32,"code":59907},"setIdx":16,"setId":1,"iconIdx":16},{"icon":{"paths":["M422.016 362.048v299.904h115.904v-112.544h34.912c0.448 0 0.992 0 1.536 0 51.744 0 93.696-41.952 93.696-93.696s-41.952-93.696-93.696-93.696c-0.544 0-1.088 0-1.632 0h0.096zM362.048 302.048h210.784c0.032 0 0.032 0 0.064 0 84.864 0 153.664 68.8 153.664 153.664 0 76.032-55.232 139.168-127.776 151.488l-0.896 0.128v114.56h-235.872zM92.128 32.128c-33.12 0-59.968 26.848-59.968 59.968v0 839.744c0 33.12 26.848 59.968 59.968 59.968h839.744c33.12 0 59.968-26.848 59.968-59.968v0-839.744c0-33.12-26.848-59.968-59.968-59.968v0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pexels-svgrepo-com"]},"attrs":[{}],"properties":{"order":398,"id":0,"name":"pexels","prevSize":32,"code":59908},"setIdx":16,"setId":1,"iconIdx":17},{"icon":{"paths":["M0 0h341.333v227.556h113.777v-113.778h113.78v-113.778h341.333v341.333h-113.78v113.777h-113.777v113.78h113.777v113.777h113.78v341.333h-341.333v-113.777h-113.78v-113.78h-113.777v227.557h-341.333v-1024zM2275.557 0h341.333v227.556h113.777v-113.778h113.777v-113.778h341.333v341.333h-113.777v113.777h-113.777v113.78h113.777v113.777h113.777v341.333h-341.333v-113.777h-113.777v-113.78h-113.777v227.557h-341.333v-1024zM1024 0h341.333v1024h-341.333v-1024zM1820.443 0h-227.553v113.778h-113.78v796.446h113.78v113.777h568.887v-341.333h-341.333v-341.333h341.333v-341.333h-341.333z"],"attrs":[{"fill":"rgb(83, 252, 24)"}],"width":3185,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["kick"]},"attrs":[{"fill":"rgb(83, 252, 24)"}],"properties":{"order":389,"id":0,"name":"kick","prevSize":32,"code":59909},"setIdx":16,"setId":1,"iconIdx":18},{"icon":{"paths":["M754.864 474.604c-4.411-2.114-8.891-4.149-13.429-6.097-7.904-145.637-87.483-229.014-221.105-229.867-0.605-0.004-1.207-0.004-1.813-0.004-79.923 0-146.394 34.115-187.307 96.194l73.488 50.411c30.563-46.371 78.529-56.256 113.854-56.256 0.408 0 0.818 0 1.221 0.004 43.997 0.281 77.197 13.073 98.685 38.019 15.637 18.162 26.096 43.259 31.275 74.932-39.008-6.63-81.195-8.668-126.293-6.083-127.042 7.318-208.714 81.411-203.229 184.366 2.783 52.224 28.801 97.152 73.255 126.501 37.586 24.811 85.995 36.944 136.306 34.197 66.441-3.643 118.564-28.992 154.926-75.344 27.616-35.2 45.083-80.816 52.795-138.293 31.664 19.109 55.131 44.256 68.091 74.485 22.037 51.387 23.323 135.829-45.579 204.672-60.368 60.309-132.933 86.4-242.6 87.205-121.65-0.901-213.652-39.915-273.469-115.957-56.014-71.205-84.962-174.053-86.042-305.691 1.080-131.638 30.028-234.487 86.042-305.692 59.817-76.042 151.818-115.054 273.467-115.958 122.532 0.911 216.138 40.111 278.244 116.52 30.453 37.47 53.413 84.591 68.549 139.532l86.117-22.977c-18.347-67.627-47.216-125.901-86.501-174.23-79.621-97.959-196.069-148.154-346.109-149.195h-0.601c-149.735 1.037-264.879 51.423-342.233 149.756-68.834 87.505-104.341 209.261-105.534 361.884l-0.004 0.36 0.004 0.36c1.193 152.621 36.7 274.381 105.534 361.885 77.354 98.331 192.498 148.72 342.233 149.755h0.601c133.123-0.923 226.957-35.776 304.259-113.008 101.136-101.040 98.091-227.691 64.757-305.44-23.915-55.755-69.509-101.039-131.856-130.948zM525.016 690.704c-55.68 3.136-113.526-21.856-116.378-75.387-2.114-39.691 28.246-83.979 119.795-89.254 10.484-0.605 20.772-0.9 30.879-0.9 33.253 0 64.363 3.23 92.645 9.413-10.549 131.744-72.427 153.136-126.941 156.128z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["threads"]},"attrs":[{}],"properties":{"order":388,"id":0,"name":"threads","prevSize":32,"code":59910},"setIdx":16,"setId":1,"iconIdx":19},{"icon":{"paths":["M644.267 85.333h379.733v853.333zM379.733 85.333h-379.733v853.333zM512 401.067l238.933 537.6h-162.133l-68.267-170.667h-174.933z"],"attrs":[{"fill":"rgb(255, 0, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["adobe"],"grid":0,"colorPermutations":{"1191811255001291911151":[{"f":2}]}},"attrs":[{"fill":"rgb(255, 0, 0)"}],"properties":{"order":1,"id":3,"prevSize":32,"name":"adobe","code":59922},"setIdx":16,"setId":1,"iconIdx":20},{"icon":{"paths":["M872.405 872.619h-151.637v-237.611c0-56.661-1.152-129.579-79.019-129.579-79.061 0-91.136 61.653-91.136 125.397v241.792h-151.637v-488.619h145.664v66.603h1.963c20.352-38.4 69.845-78.933 143.787-78.933 153.643 0 182.059 101.12 182.059 232.747zM227.712 317.141c-48.811 0-88.021-39.509-88.021-88.107 0-48.555 39.253-88.021 88.021-88.021 48.64 0 88.064 39.467 88.064 88.021 0 48.597-39.467 88.107-88.064 88.107zM303.744 872.619h-152.064v-488.619h152.064zM948.267 0h-872.704c-41.771 0-75.563 33.024-75.563 73.771v876.459c0 40.789 33.792 73.771 75.563 73.771h872.576c41.728 0 75.861-32.981 75.861-73.771v-876.459c0-40.747-34.133-73.771-75.861-73.771z"],"attrs":[{"fill":"rgb(0, 119, 181)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["linkedin"],"grid":0,"colorPermutations":{"1191811255001291911151":[{"f":0}]}},"attrs":[{"fill":"rgb(0, 119, 181)"}],"properties":{"order":1,"id":1,"prevSize":32,"name":"linkedin","code":59961},"setIdx":16,"setId":1,"iconIdx":22},{"icon":{"paths":["M778.411 96h141.141l-308.352 352.427 362.752 479.573h-284.032l-222.464-290.859-254.549 290.859h-141.227l329.813-376.96-347.989-455.040h291.243l201.088 265.856zM728.875 843.52h78.208l-504.832-667.477h-83.925z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["x","twitter"],"grid":0,"colorPermutations":{"1191811255001291911151":[{}]}},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"name":"x","code":59962},"setIdx":16,"setId":1,"iconIdx":23},{"icon":{"paths":["M159.095 0h1394.637c88.26 0 159.707 71.446 159.707 159.71v532.353c0 88.267-71.447 159.714-159.707 159.714h-500.136l68.65 168.11-301.909-168.11h-660.546c-88.258 0-159.704-71.447-159.704-159.714v-532.353c-0.703-87.562 70.737-159.71 159.008-159.71zM97.649 145.568c-9.752 12.529-13.928 28.552-11.137 46.663 41.087 261.18 79.397 437.395 114.916 528.64 13.927 33.421 29.943 49.445 48.75 48.054 29.255-2.090 64.077-42.488 105.171-121.195 21.591-44.574 55.021-111.435 100.299-200.583 37.607 131.634 89.148 230.534 153.921 296.706 18.111 18.808 36.911 27.156 55.022 25.764 16.023-1.391 28.55-9.747 36.919-25.072 6.957-13.235 9.747-28.561 8.348-45.963-4.174-63.38 2.097-151.839 19.507-265.37 18.102-117.004 40.398-201.28 67.561-251.429 5.572-10.448 7.656-20.895 6.964-33.431-1.391-16.022-8.362-29.254-21.59-39.702-13.235-10.447-27.855-15.32-43.88-13.934-20.199 1.399-35.525 11.15-45.963 30.653-43.184 78.701-73.831 206.159-91.941 383.063-26.464-66.861-48.75-145.568-66.165-238.197-7.664-41.094-26.464-60.59-57.11-58.502-20.895 1.392-38.31 15.32-52.245 41.79l-152.529 290.434c-25.072-100.987-48.75-224.269-70.341-369.837-4.873-36.222-25.072-52.933-60.597-50.143-19.503 1.392-34.126 8.353-43.878 21.591zM1594.404 254.916c-25.072-43.878-61.988-70.341-111.441-80.795-13.235-2.785-25.764-4.177-37.608-4.177-66.862 0-121.187 34.823-163.676 104.475-36.217 59.198-54.325 124.668-54.325 196.408 0 53.629 11.145 99.595 33.434 137.905 25.072 43.878 61.988 70.341 111.434 80.79 13.228 2.79 25.764 4.181 37.615 4.181 67.554 0 121.879-34.821 163.669-104.473 36.217-59.901 54.325-125.37 54.325-197.104 0.699-54.325-11.145-99.602-33.427-137.209zM1506.644 447.843c-9.747 45.966-27.163 80.093-52.941 103.076-20.192 18.111-39 25.767-56.402 22.287-16.724-3.48-30.658-18.104-41.097-45.27-8.362-21.591-12.536-43.182-12.536-63.381 0-17.408 1.391-34.823 4.873-50.839 6.271-28.558 18.108-56.42 36.909-82.884 22.989-34.133 47.369-48.054 72.441-43.182 16.717 3.481 30.651 18.111 41.090 45.271 8.362 21.591 12.536 43.182 12.536 63.381 0 18.111-1.391 35.519-4.873 51.534v0.007zM1158.402 254.916c-25.072-43.878-62.687-70.341-111.441-80.795-13.228-2.785-25.764-4.177-37.608-4.177-66.862 0-121.187 34.823-163.676 104.475-36.217 59.198-54.325 124.668-54.325 196.408 0 53.629 11.145 99.595 33.427 137.905 25.072 43.878 61.995 70.341 111.441 80.79 13.235 2.79 25.764 4.181 37.608 4.181 67.561 0 121.886-34.821 163.676-104.473 36.224-59.901 54.325-125.37 54.325-197.104 0-54.325-11.145-99.602-33.427-137.209zM1069.95 447.843c-9.753 45.966-27.17 80.093-52.934 103.076-20.199 18.111-39.007 25.767-56.423 22.287-16.71-3.48-30.638-18.104-41.097-45.27-8.348-21.591-12.522-43.182-12.522-63.381 0-17.408 1.391-34.823 4.866-50.839 6.271-28.558 18.115-56.42 36.923-82.884 22.982-34.133 47.355-48.054 72.427-43.182 16.717 3.481 30.651 18.111 41.097 45.271 8.362 21.591 12.529 43.182 12.529 63.381 0.706 18.111-1.391 35.519-4.866 51.534v0.007z"],"attrs":[{"fill":"rgb(155, 92, 143)"}],"width":1714,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["woocommerce-clean"],"colorPermutations":{"1559214312552552551":[{"f":0}]}},"attrs":[{"fill":"rgb(155, 92, 143)"}],"properties":{"order":385,"id":1,"name":"woocommerce","prevSize":32,"code":59963},"setIdx":16,"setId":1,"iconIdx":24},{"icon":{"paths":["M458.455 0c-112.011 0-211.526 72.127-246.213 178.584-72.011 14.844-134.161 59.94-170.609 123.795-56.178 97.094-43.35 219.157 31.91 302.378-23.235 69.706-15.261 145.986 21.847 209.105 55.834 97.438 168.176 147.374 278.111 124.139 48.694 54.955 118.688 86.289 192.112 85.999 112.011 0 211.526-72.127 246.213-178.584 72.127-14.917 134.202-59.999 170.265-123.795 56.522-97.094 43.694-219.156-31.554-302.378v-0.344c23.221-69.705 15.259-146.037-21.847-209.45-55.846-97.094-168.201-147.042-277.779-123.807-48.915-54.808-118.995-85.994-192.456-85.643zM458.455 66.585l-0.344 0.344c45.082 0 88.432 15.605 123.107 44.394-1.388 0.688-4.165 2.421-6.242 3.465l-203.896 117.553c-10.407 5.898-16.649 16.993-16.649 29.133v276.022l-87.731-50.624v-228.175c-0.041-105.98 85.775-191.962 191.756-192.124zM704.078 146.944c68.777-0.132 132.367 36.547 166.69 96.148 22.191 38.84 30.509 84.266 22.879 128.304-1.388-1.044-4.153-2.421-5.898-3.465l-203.896-117.909c-10.434-5.901-23.197-5.901-33.63 0l-238.927 138.011v-101.26l197.31-114.088c29.011-16.819 61.939-25.702 95.472-25.754zM199.77 251.755v242.392c0 12.14 6.242 22.891 16.649 29.133l238.57 137.667-88.088 50.968-196.966-113.744c-91.653-53.116-122.989-170.414-70.038-262.162 22.434-38.885 57.765-68.696 99.871-84.266zM656.809 311.741l197.31 113.744c91.897 53.057 123.094 170.265 70.038 262.162l0.344 0.344c-22.535 38.84-57.91 68.661-99.871 83.922v-242.404c0-12.14-6.242-23.235-16.649-29.121l-238.915-138.023zM511.855 395.32l100.572 58.254v116.164l-100.572 58.254-100.559-58.254v-116.164zM669.981 486.872l87.731 50.624v227.831c0 106.113-85.999 192.112-191.756 192.112v-0.344c-44.738 0-88.432-15.605-122.763-44.382 1.388-0.688 4.509-2.433 6.242-3.477l203.896-117.553c10.407-5.898 16.993-16.993 16.637-29.133zM612.759 635.979v101.247l-197.31 113.744c-91.897 52.713-209.105 21.503-262.162-70.050h0.344c-22.535-38.496-30.522-84.266-22.891-128.304 1.388 1.044 4.165 2.421 5.898 3.465l203.896 117.909c10.434 5.901 23.197 5.901 33.63 0z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["openai_logo"]},"attrs":[{}],"properties":{"order":380,"id":0,"name":"openai","prevSize":32,"code":59901},"setIdx":16,"setId":1,"iconIdx":25},{"icon":{"paths":["M133.245 937.068c-5.295-2.85-15.173-8.065-21.951-11.59l-12.324-6.409-1.827-7.704c-1.005-4.237-3.455-9.659-5.446-12.049s-6.46-9.994-9.932-16.897l-6.312-12.552-16.722-9.597-5.709-12.53-30.683-16.509-7.414-14.486 1.496-34.767 21.729-7.786c11.951-4.282 25.155-7.867 29.342-7.967l7.613-0.182 7.953-9.602 0.444-35.036c0.244-19.27 1.303-51.32 2.354-71.223l1.91-36.187 9.25-10.221 21.38-5.757 27.214 8.19 9.735 7.425c5.354 4.084 12.351 11.69 15.549 16.903l5.814 9.478 6.729 34.767-4.807 21.729c-2.644 11.951-5.513 27.922-6.375 35.491l-1.568 13.762h34.639l19.027-6.633-3.207-41.171 4.671-81.122 11.827-34.419 11.072-9.481c13.341-11.424 15.133-11.558 36.761-2.748 20.916 8.52 25.817 13.552 31.86 32.706l4.742 15.030-0.254 24.986-4.175 11.589c-2.296 6.374-4.195 15.868-4.219 21.098s-1.954 14.082-4.289 19.671l-4.246 10.162 3.486 76.548 3.052 3.856c1.679 2.121 4.163 10.595 5.521 18.832s3.236 19.539 4.174 25.116c0.938 5.577 3.491 12.712 5.674 15.855l3.968 5.715v23.496l-9.020 12.878h-25.418l-9.066-12.943-23.763-12.123-29.893-40.122-13.402-1.913-21.797 15.106-17.116 2.803c-9.414 1.542-17.442 2.81-17.84 2.82-0.399 0.008-0.724 6.927-0.724 15.372v15.355l5.116 5.505 3.885 46.781-10.449 12.692-18.41 5.189zM640.773 857.407c-9.162-5.076-35.192-34.72-41.932-47.755l-5.115-9.892-0.196-24.826-0.196-24.826 4.962-9.416c7.388-14.021 11.515-12.374 21.352 8.522l6.399 13.593 21.306 5.883 20.213-8.445-2.553-30.789-27.669-38.775-16.835-13.226c-9.259-7.274-23.491-21.097-31.626-30.717l-14.791-17.491-1.766-7.035c-0.971-3.869-1.222-14.553-0.557-23.741l1.208-16.706 11.529-22.873 59.374-30.234 9.312 1.632c5.122 0.898 18.001 4.838 28.62 8.757l19.308 7.125 26.185 27.994 3.972 21.174-9.502 10.499-28.539-5.643-14.411 3.617-1.642 5.788c-0.903 3.183-2.333 8.244-3.179 11.246l-1.537 5.459 27.701 26.608 2.897-32.588 4.346-2.087c6.029-2.895 53.517-13.751 70.488-16.115l13.992-1.949 1.023-3.258c0.562-1.792 1.763-16.296 2.667-32.23l1.645-28.972 7.242-26.418 15.561-18.489h10.97l27.343 18.111 12.9 15.836c7.095 8.71 13.020 17.347 13.166 19.192s0.472 7.267 0.724 12.048l0.458 8.692 5.795-0.596c3.187-0.328 20.439-1.9 38.339-3.494l32.544-2.898 19.635 8.204 25.007 26.239 2.168 25.862-5.83 10.894-16.819 8.855c-17.483 9.204-78.511 30.503-96.925 33.826l-10.573 1.908-6.565 7.911 1.688 37.253c0.929 20.489 2.825 48.987 4.215 63.328l2.527 26.075-12.030 24.354-11.202 4.482c-6.161 2.465-14.81 4.482-19.22 4.482h-8.018l-13.342-13.762c-7.338-7.569-15.751-18.325-18.696-23.902l-5.355-10.14 0.621-40.995 0.62-40.995-8.577-7.118-23.162 1.341c-12.739 0.737-23.803 1.982-24.587 2.766s1.499 7.192 5.072 14.241l6.496 12.816 0.004 67.182-7.569 13.94-17.944 12.933c-9.87 7.113-24.106 17.217-31.636 22.453l-13.692 9.52-30.561-0.232-7.243-4.013zM432.172 854.034c-14.884-2.76-25.181-8.418-45.215-24.845l-20.589-16.881-28.207-35.168-7.136-27.031-0.128-18.658c-0.167-24.324 4.48-48.381 14.795-76.59l8.343-22.817 17.782-22.452h10.657l16.379-13.314 34.767-6.85 7.243 1.866c3.984 1.026 9.851 3.441 13.037 5.365s12.965 5.778 21.729 8.563c8.764 2.785 17.89 6.244 20.281 7.686s9.726 5.186 16.302 8.321l11.956 5.7 20.849 23.077 1.813 8.040c0.997 4.422 2.882 12.604 4.189 18.181 3.418 14.584 6.622 45.601 6.328 61.266l-0.252 13.462-37.435 74.479-16.697 15.814-34.281 11.794-14.633 1.166c-8.048 0.641-17.893 0.562-21.876-0.177zM438.73 759.799c3.564-1.841 8.435-4.205 10.825-5.254s7.279-7.641 10.865-14.65l6.519-12.744v-19.341l-8.797-17.012-15.565-3.907-20.545 11.859-9.825 25.281-0.315 27.103 7.634 6.005c8.84 6.953 10.456 7.177 19.205 2.657zM161.151 500.169c-24.66-14.022-30.222-20.665-44.221-52.821l-6.937-15.935 0.354-58.233 0.354-58.233-11.683-8.096c-6.426-4.453-20.037-17.637-30.247-29.297l-18.563-21.2-5.761-26.91c-3.168-14.801-7.221-34.081-9.005-42.845s-4.547-21.802-6.139-28.972l-2.894-13.038 3.904-40.181 15.081-13.992 37.176 2.359 11.040 12.441c6.072 6.842 14.523 19.558 18.779 28.258l7.739 15.817 6.419 71.5 5.243 5.793c2.883 3.186 7.755 6.45 10.826 7.253l5.584 1.46 11.14-7.69c14.388-9.932 30.217-27.833 38.69-43.754 3.691-6.936 7.578-12.741 8.636-12.9s11.743 5.578 23.743 12.749l21.819 13.038 5.953 14.148c7.794 18.523 7.71 19.326-4.462 42.488l-10.415 19.819-14.936 14.042c-8.215 7.723-18.038 16.184-21.829 18.803l-6.893 4.762 2.69 14.074-7.507 42.801-0.137 23.178c-0.075 12.748-1.566 31.652-3.312 42.010s-3.413 29.527-3.705 42.598c-0.589 26.405-0.371 25.821-10.466 28.095l-7.237 1.63zM346.704 459.388l-17.383-8.236-37.746-37.122-12.725-26.247-8.899-54.875-0.002-28.972c-0.002-52.753 8.505-126.692 15.043-130.733 5.003-3.092 16.27 1.795 31.024 13.457l14.777 11.681 15.718 24.472-0.767 18.108c-0.842 19.873-0.773 34.78 0.35 75.611l0.745 27.082 5.556 4.063c3.056 2.235 8.521 4.063 12.144 4.063h6.587l3.172-5.927c1.745-3.26 3.451-10.105 3.793-15.21s1.479-10.645 2.528-12.31c2.546-4.041 15.298-42.259 20.74-62.161l4.358-15.935 1.559-26.075c1.676-28.034 5.307-46.758 9.973-51.423l2.91-2.91 16.357 4.105 24.355 25.419 3.154 12.405c1.735 6.823 4.286 15.012 5.668 18.199s3.162 7.865 3.954 10.395l1.44 4.6-8.059 34.258-0.090 35.086-8.637 38.953c-12.294 55.446-15.964 67.798-24.441 82.262l-7.506 12.808-8.62 6.138c-10.075 7.174-44.602 23.214-49.963 23.21-2.027-0.001-11.508-3.709-21.069-8.238zM542.267 456.885c-2.39-0.877-9.815-4.034-16.5-7.014s-13.414-5.42-14.953-5.42c-4.156 0-17.551-16.832-19.466-24.461l-1.664-6.631 2.991-11.254c2.908-10.939 7.643-42.381 15.13-100.465l3.657-28.369-3.36-29.575c-1.848-16.266-4.936-37.681-6.863-47.587l-3.503-18.012 5.599-6.187c3.079-3.403 9.123-8.009 13.429-10.236l7.83-4.049h21.148l9.126 9.416c25.856 26.677 38.018 46.322 52.506 84.814 3.967 10.54 9.934 22.985 13.259 27.655l6.046 8.491h10.804l3.919-12.347-7-32.987 1.779-30.208c0.979-16.614 2.533-44.441 3.454-61.837l1.675-31.629 6.551-10.381c3.603-5.709 7.46-13.247 8.571-16.751l2.020-6.371 11.785-3.741 6.617 6.216c3.639 3.419 10.225 12.994 14.636 21.278s10.774 17.272 14.142 19.972l6.122 4.91-0.48 45.876c-0.264 25.232-1.931 63.439-3.705 84.904l-3.224 39.028 4.594 23.178c5.516 27.833 5.453 25.792 2.185 70.982l-2.62 36.215-4.013 6.313c-4.61 7.251-14.762 12.532-24.018 12.492l-6.382-0.026-30.884-17.711-44.805-42.807-16.541-6.289-2.369 3.734c-1.303 2.054-2.389 6.627-2.413 10.163-0.057 8.177-13.547 49.736-17.813 54.877-3.309 3.987-9.347 4.636-16.998 1.829zM789.98 398.186l-17.383-8.491-29.665-28.412-13.527-39.963-0.265-57.945 5.519-23.178c3.035-12.748 7.336-29.923 9.558-38.168l4.039-14.99 8.866-11.085c4.876-6.097 11.799-17.675 15.384-25.731l6.518-14.646 14.207-9.116c7.814-5.014 19.364-11.271 25.667-13.905l11.46-4.788 32.615 2.359 38.221 27.274 11.755 23.485c6.465 12.917 11.755 25.983 11.755 29.035v5.55l-4.122 1.582c-2.267 0.87-4.861 3.508-5.764 5.862l-1.643 4.281 13.829 33.001 3.976 55.047-8.922 42.3-21.98 40.848-11.589 5.838c-6.374 3.211-14.264 9.105-17.533 13.097l-5.944 7.259-57.645 2.090zM835.452 303.394c4.469-4.282 8.126-9.591 8.126-11.797s3.468-9.931 7.708-17.164l7.708-13.152 0.26-18.414 0.26-18.414-11.626-11.655-17.346 4.475-23.468 46.103-1.358 36.224 6.198 11.58h15.414l8.126-7.785z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["YunoHost_logo"]},"attrs":[{}],"properties":{"order":379,"id":0,"name":"yunohost","prevSize":32,"code":59900},"setIdx":16,"setId":1,"iconIdx":26},{"icon":{"paths":["M487.119 1023.357c-46.574-2.367-92.939-11.175-137.428-26.106-5.738-1.926-12.929-4.515-12.929-4.515v-14.203l0.056-172.97 134.283-129.392h16.406c15.322 0 16.383 0.076 16.054 1.147-0.991 3.225-2.356 21.834-2.354 32.084 0.010 49.936 16.148 95.417 47.721 134.488 3.372 4.173 32.989 34.358 75.282 76.725l69.723 69.846-8.41 3.081c-61.435 22.504-132.411 33.17-198.404 29.816zM728.357 975.787v0l-79.368-79.486c-45.265-45.333-71.481-72.088-74.869-76.384-21.487-27.242-34.209-58.975-37.611-93.815-1.342-13.742 0.406-47.245 2.576-49.389 0.245-0.242 16.419-0.523 35.942-0.624l35.497-0.184 5.607 5.956c18.608 19.768 46.375 39.835 71.59 51.739 26.781 12.644 55.67 20.603 83.846 23.102 5.235 0.464 39.056 0.707 98.436 0.707 49.754 0 90.462 0.185 90.462 0.411 0 1.626-14.165 25.136-23.831 39.553-51.826 77.302-124.14 139.351-208.29 178.401zM292.212 974.047c-29.152-13.652-62.195-33.77-89.359-54.405-74.122-56.308-129.939-129.279-165.503-216.365l-3.779-9.254 70.848-70.751c70.347-70.251 75.626-75.253 89.52-84.825 29.555-20.36 67.409-33.977 100.861-36.281l6.583-0.453v133.963c0 73.68 0.196 180.888 0.436 238.241 0.263 62.993 0.199 104.277-0.164 104.275-0.33 0-4.58-1.867-9.444-4.145zM772.437 721.941c-14.178-1.452-31.080-5.069-44.878-9.604-26.207-8.614-54.322-24.8-73.779-42.479l-3.023-2.746 7.877-2.749c52.502-18.32 95.889-58.879 118.209-110.505l2.037-4.712 5.786-1.75c21.424-6.481 48.134-19.675 67.332-33.261 14.799-10.473 20.19-15.565 85.35-80.608 36.111-36.047 65.766-65.407 65.899-65.244s1.014 3.096 1.958 6.519c24.783 89.896 24.903 182.209 0.357 272.532-5.373 19.772-17.409 53.574-25.031 70.299l-2.303 5.054-100.111-0.087c-55.061-0.048-102.617-0.344-105.68-0.657zM18.813 648.534c-27.478-100.044-24.634-202.628 8.306-299.612 1.43-4.21 2.85-8.271 4.256-12.182h13.775l100.437 0.239c91.032 0.217 101.142 0.345 107.971 1.371 10.113 1.519 15.975 2.733 24.546 5.083 12.132 3.327 29.841 10.434 29.823 11.968-0.004 0.4-0.757 3.071-1.671 5.935s-2.294 8.613-3.066 12.775c-1.313 7.079-1.427 10.318-1.768 50.153l-0.365 42.585-2.621 0.158c-48.522 2.923-97.993 21.593-135.616 51.181-9.907 7.791-15.868 13.566-77.684 75.266l-63.926 63.805zM790.352 505.505c2.272-16.579 2.199-41.23-0.168-56.672-5.313-34.66-19.594-67.117-41.656-94.678-9.772-12.208-25.92-27.442-39.515-37.279-2.545-1.842-3.359-2.801-3.037-3.579 5.116-12.341 9.866-27.88 12.353-40.409 4.101-20.668 3.883-14.071 4.14-125.26 0.166-71.881 0.441-101.712 0.938-101.712 1.242 0 26.725 12.809 37.893 19.046 103.264 57.675 183.732 149.561 226.771 258.947 1.392 3.539 2.532 6.79 2.532 7.226 0 0.98-133.854 134.655-141.404 141.215-15.156 13.17-33.551 24.968-51.119 32.789-4.094 1.822-7.598 3.313-7.787 3.313s-0.162-1.326 0.060-2.946zM316.994 320.742c-14.047-6.419-33.415-12.452-48.375-15.069-18.569-3.248-14.81-3.143-122.014-3.409-55.428-0.138-100.729-0.503-100.729-0.812 0-1.025 9.511-20.503 15.049-30.82 32.183-59.956 76.325-113.421 128.575-155.733 40.436-32.744 82.4-57.503 131.518-77.594l9.479-3.877 66.405 66.354c64.857 64.807 75.61 75.937 83.73 86.663 18.259 24.12 31.28 52.191 37.87 81.645 0.937 4.187 1.703 8.241 1.703 9.008v1.395l-49.628 0.014c-52.442 0.014-64.587 0.431-75.179 2.582-15.656 3.179-33.172 10.693-45.485 19.514-6.582 4.715-18.531 15.81-22.323 20.728-1.261 1.636-2.44 2.958-2.621 2.94s-3.769-1.607-7.976-3.529zM667.94 294.251c-8.302-3.472-18.596-6.874-27.638-9.134-19.065-4.765-30.020-5.934-60.202-6.426l-24.29-0.396-1.45-7.936c-8.049-44.040-28.047-85.407-57.351-118.638-2.86-3.243-33.36-34.113-67.778-68.6-40.841-40.923-62.251-62.82-61.636-63.039 2.743-0.975 13.697-3.923 23.329-6.278 26.242-6.417 52.484-10.677 80.471-13.066 12.755-1.088 71.938-0.861 85.497 0.329 46.084 4.043 88.76 12.984 131.054 29.122v0l-0.201 116.116c-0.188 109.091-0.091 104.057-3.716 121.377-2.394 11.437-8.173 29.201-9.464 29.094-0.401-0.033-3.383-1.17-6.626-2.527z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["pixelfed-iris"]},"attrs":[{}],"properties":{"order":370,"id":0,"name":"pixelfed","prevSize":32,"code":59903},"setIdx":16,"setId":1,"iconIdx":27},{"icon":{"paths":["M726.315 393.216c0 0-16.469-140.501-168.747-144.427-152.32-3.883-230.485 105.387-230.485 261.547s86.443 281.088 234.581 281.088c148.181 0 164.693-156.16 164.693-156.16l283.989 15.616c0 0 16.683 141.056-102.144 248.661-118.869 107.605-264.704 125.184-366.592 124.459-101.888-0.768-243.115 1.451-379.733-126.677-136.491-128.043-159.744-252.501-159.744-374.741 0-122.283 25.899-284.203 188.331-407.040 110.336-83.371 222.251-114.133 334.165-114.133 467.2-0.043 498.517 394.539 498.517 394.539z"],"attrs":[{"fill":"rgb(168, 185, 204)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["c"],"grid":0},"attrs":[{"fill":"rgb(168, 185, 204)"}],"properties":{"id":116,"order":372,"prevSize":32,"code":59905,"name":"c"},"setIdx":16,"setId":1,"iconIdx":28},{"icon":{"paths":["M256 77.099l-256 163.072 256 163.072 256.043-163.072zM768 77.099l-256 163.072 256 163.072 256-163.072zM0 566.357l256 163.072 256.043-163.072-256.043-163.072zM768 403.285l-256 163.072 256 163.072 256-163.072zM256 783.829l256.043 163.072 256-163.072-256-163.072z"],"attrs":[{"fill":"rgb(0, 97, 255)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["dropbox"],"grid":0},"attrs":[{"fill":"rgb(0, 97, 255)"}],"properties":{"id":212,"order":364,"prevSize":32,"code":59879,"name":"dropbox"},"setIdx":16,"setId":1,"iconIdx":29},{"icon":{"paths":["M520.533 772.267c-162.133 0-307.2-59.733-384-145.067 29.867 76.8 81.067 145.067 149.333 192s149.333 72.533 234.667 72.533 166.4-25.6 234.667-72.533 119.467-115.2 149.333-192c-76.8 85.333-221.867 145.067-384 145.067zM520.533 209.067c162.133 0 307.2 59.733 384 145.067-29.867-76.8-81.067-145.067-149.333-192-72.533-51.2-153.6-76.8-234.667-76.8-85.333 0-166.4 25.6-234.667 72.533-68.267 51.2-119.467 115.2-149.333 196.267 76.8-89.6 217.6-145.067 384-145.067zM819.2 4.267c-32.99 0-59.733 26.744-59.733 59.733s26.744 59.733 59.733 59.733v0c32.99 0 59.733-26.744 59.733-59.733s-26.744-59.733-59.733-59.733v0zM217.6 866.133c-42.415 0-76.8 34.385-76.8 76.8s34.385 76.8 76.8 76.8h0c42.415 0 76.8-34.385 76.8-76.8s-34.385-76.8-76.8-76.8h-0zM153.6 98.133c-23.564 0-42.667 19.103-42.667 42.667s19.103 42.667 42.667 42.667v0c23.564 0 42.667-19.103 42.667-42.667s-19.103-42.667-42.667-42.667v0z"],"attrs":[{"fill":"rgb(243, 118, 38)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["jupyter"],"grid":0},"attrs":[{"fill":"rgb(243, 118, 38)"}],"properties":{"id":418,"order":377,"prevSize":32,"code":59878,"name":"jupyter"},"setIdx":16,"setId":1,"iconIdx":30},{"icon":{"paths":["M512.768 278.912c-106.667 0-196.267 73.045-223.616 171.307-23.893-52.565-76.501-89.813-137.6-89.813-83.549 0.41-151.166 68.042-151.552 151.558l-0 0.037c0.386 83.553 68.002 151.185 151.513 151.595l0.039 0c61.099 0 113.664-37.291 137.557-89.856 27.349 98.304 116.992 171.349 223.659 171.349 106.112 0 195.243-72.235 223.189-169.685 24.277 51.627 76.075 88.192 136.448 88.192 83.578-0.362 151.233-68.017 151.595-151.56l0-0.034c-0.386-83.568-68.027-151.209-151.558-151.595l-0.037-0c-60.416 0-112.213 36.608-136.491 88.192-27.904-97.451-117.035-169.728-223.147-169.685zM512.768 367.872c80.128 0 144.128 64 144.128 144.128s-64 144.128-144.128 144.128c-0.191 0.001-0.416 0.001-0.642 0.001-79.223 0-143.445-64.223-143.445-143.445 0-0.24 0.001-0.481 0.002-0.721l-0 0.037c0-80.128 64-144.128 144.085-144.128zM151.552 449.365c35.072 0 62.592 27.52 62.592 62.635s-27.477 62.592-62.592 62.635c-0.191 0.002-0.417 0.003-0.644 0.003-34.215 0-61.952-27.737-61.952-61.952 0-0.241 0.001-0.482 0.004-0.723l-0 0.037c0-35.115 27.477-62.592 62.592-62.635zM872.405 449.365c35.115 0 62.635 27.52 62.635 62.635s-27.52 62.635-62.635 62.635c-0.191 0.002-0.417 0.003-0.644 0.003-34.215 0-61.952-27.737-61.952-61.952 0-0.241 0.001-0.482 0.004-0.723l-0 0.037c0-35.115 27.477-62.592 62.592-62.635z"],"attrs":[{"fill":"rgb(0, 130, 201)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["nextcloud"],"grid":0},"attrs":[{"fill":"rgb(0, 130, 201)"}],"properties":{"id":541,"order":378,"prevSize":32,"code":59899,"name":"nextcloud"},"setIdx":16,"setId":1,"iconIdx":31},{"icon":{"paths":["M916.011 291.2c35.84 65.579 56.235 140.8 56.235 220.8 0 169.771-91.989 318.123-228.821 397.867l140.587-406.485c26.24-65.707 34.987-118.229 34.987-164.864 0-17.28-1.109-33.28-2.987-47.36zM575.488 295.637c27.605-1.28 52.565-4.48 52.565-4.48 24.832-3.2 21.931-39.68-2.859-38.357 0 0-74.88 5.76-122.88 5.76-45.397 0-121.6-6.4-121.6-6.4-24.96-1.28-28.203 36.48-3.2 37.76 0 0 23.040 2.603 48 3.84l71.68 196.48-101.12 302.080-167.637-497.92c27.691-1.28 52.651-4.267 52.651-4.267 24.96-3.2 22.016-39.68-2.773-38.229 0 0-74.496 5.888-122.624 5.888-8.533 0-18.688-0.341-29.44-0.64 83.285-122.752 225.109-205.312 385.749-205.312 119.851 0 228.907 45.739 310.869 120.875-1.963-0.128-3.883-0.384-6.016-0.384-45.227 0-77.312 39.381-77.312 81.664 0 37.973 21.888 70.101 45.227 107.989 17.536 30.72 37.973 70.101 37.973 127.019 0 39.040-15.104 85.077-35.029 148.437l-45.867 152.96-166.4-495.36zM512 972.117c-45.184 0-88.789-6.528-130.048-18.645l138.112-401.323 141.44 387.712c1.024 2.261 2.133 4.309 3.328 6.357-47.787 16.768-99.2 25.984-152.832 25.984zM51.669 512c0-66.731 14.336-130.133 39.893-187.307l219.477 601.557c-153.429-74.624-259.328-232.021-259.371-414.251zM512 0c-282.24 0-512 229.76-512 512s229.76 512 512 512 512-229.76 512-512-229.76-512-512-512z"],"attrs":[{"fill":"rgb(33, 117, 155)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["wordpress"],"grid":0},"attrs":[{"fill":"rgb(33, 117, 155)"}],"properties":{"id":895,"order":368,"prevSize":32,"code":59902,"name":"wordpress"},"setIdx":16,"setId":1,"iconIdx":32},{"icon":{"paths":["M701.774 639.637h-40.699v-417.686c0-7.108-5.732-12.878-12.84-12.878l-215.989 64.888c-9.898 2.446-12.84 11.694-12.84 18.802v123.93c0 7.108 5.732 12.878 12.84 12.878l38.597-11.579v221.683h-40.699c-7.070 0-12.84 5.77-12.84 12.878v129.815c0 7.108 5.732 12.878 12.84 12.878h271.63c7.070 0 12.84-5.77 12.84-12.878v-129.815c-0.038-7.146-5.77-12.917-12.84-12.917z","M2088.355 796.585c50.214 5.006 104.020-10.318 151.024-26.33 110.784-37.718 215.836-97.562 309.233-167.648 40.737-30.572 80.557-63.436 113.88-102.148 24.687-28.699 48.8-62.557 50.673-101.689 2.064-43.335-65.156-43.144-67.22 0 0 0.42-0.038 0.688-0.038 1.032-0.038 0.229-0.115 0.459-0.153 0.764-0.688 3.325-1.758 6.573-2.866 9.783-0.076 0.268-0.191 0.573-0.344 0.917-0.497 1.032-0.955 2.064-1.452 3.095-2.102 4.318-4.548 8.522-7.070 12.649-2.331 3.86-4.891 7.567-7.452 11.273-1.338 1.949-2.751 3.821-4.165 5.694-0.229 0.268-0.497 0.65-0.841 1.070-7.299 9.133-15.171 17.808-23.235 26.253-39.514 41.386-79.525 71.767-125 102.989-52.010 35.731-106.925 67.449-163.788 94.811-48.571 23.349-99.817 43.603-155.801 55.335-5.732 1.185-11.503 2.216-17.273 3.134-0.573 0.076-2.751 0.382-4.242 0.611-2.064 0.229-4.089 0.459-6.153 0.688-11.579 1.185-23.235 1.49-34.852 0.803-0.726-0.038-4.051-0.42-5.35-0.573-1.643-0.306-3.325-0.65-4.968-0.994-4.356-0.917-8.598-2.216-12.802-3.707 4.204 1.414-6.649-3.286-8.789-4.548-0.879-0.497-1.72-1.070-2.56-1.643 0.688 0.382-4.013-3.095-5.159-4.165-1.376-1.261-6.344-7.070-7.070-7.643-1.452-2.102-2.828-4.204-4.089-6.42 46.966-32.826 90.492-71.079 130.044-112.16 45.743-47.539 88.085-101.001 118.045-160.005 29.196-57.551 51.208-136.923 3.707-191.15-49.029-55.946-130.197-15.783-175.252 22.088-45.093 37.909-77.346 89.461-101.766 142.464-23.54 51.093-41.654 105.090-50.787 160.693-5.77 35.234-9.172 73.449-3.439 109.561-20.101 11.923-40.813 22.776-62.175 32.253-24.152 10.738-55.602 20.063-84.263 24.572 1.796-0.344-6.688 0.726-6.688 0.726-3.439 0.344-6.917 0.535-10.394 0.726-6.573 0.382-13.146 0.344-19.719 0.076-1.834-0.076-3.707-0.229-5.541-0.382 1.873 0.153-3.974-0.573-5.121-0.764-5.121-0.955-10.089-2.408-14.98-4.127 3.134 0.994-7.146-3.478-9.21-4.7-0.955-0.573-1.911-1.185-2.828-1.796-0.879-0.65-2.56-1.873-3.21-2.484-2.866-2.484-5.426-5.274-7.872-8.102-0.65-0.803-1.338-1.681-1.681-2.178-1.643-2.369-3.095-4.853-4.509-7.337 52.431-35.807 100.81-77.69 143.305-124.847 52.316-58.010 99.435-125.65 128.363-198.525 23.54-59.386 16.891-135.356-49.488-161.113-29.693-11.541-63.322-2.102-91.027 9.898-37.68 16.318-69.398 47.654-95.116 78.837-33.438 40.546-56.672 88.161-76.085 136.694-20.865 52.048-34.814 106.963-39.743 162.871-1.873 21.477-1.949 44.367 1.185 66.685-25.26 14.98-51.437 28.432-78.378 40.125-1.643 0.65-8.751 3.63-10.891 4.471-3.401 1.338-6.802 2.637-10.242 3.86-3.019 1.108-6.076 2.178-9.133 3.134-6.382 1.911-12.84 3.63-19.337 5.159-3.019 0.688-6.114 1.299-9.172 1.873-0.611 0.115-4.089 0.65-5.465 0.879-10.242 1.146-20.559 1.299-30.801 0.382-0.268-0.038-0.497-0.076-0.841-0.153-2.216-0.382-4.395-0.917-6.611-1.414-2.943-0.688-5.809-1.643-8.637-2.637 0.917 0.153-6.688-3.21-8.522-4.318-1.681-0.994-3.286-2.064-4.891-3.172-0.344-0.306-0.688-0.611-1.185-1.032-3.019-2.599-5.77-5.541-8.407-8.522-0.153-0.191-0.382-0.459-0.611-0.726-0.879-1.261-1.758-2.522-2.637-3.821-2.293-3.478-4.28-7.146-6.191-10.815-0.382-0.726-0.688-1.49-1.032-2.216-0.497-1.223-1.911-4.548-2.331-5.656-0.229-0.65-0.42-1.299-0.65-1.911 86.556-54.456 159.967-128.057 213.735-216.257 36.724-60.188 80.365-142.426 44.023-212.435-32.903-63.322-113.765-48.685-162.947-16.7-90.951 59.156-136.503 165.813-158.935 267.999-9.363 42.571-17.12 95.193-12.267 144.451-15.439 8.254-31.412 15.477-47.463 22.47-16.814 7.337-20.483 31.604-12.038 45.972 10.050 17.158 29.196 19.375 45.972 12.038 10.203-4.433 20.254-9.172 30.151-14.063 8.025 17.884 19.146 34.126 34.126 47.73 44.329 40.24 106.81 37.833 160.845 21.744 38.903-12.076 76.735-30.151 112.58-50.94 1.452 2.446 2.981 4.815 4.624 7.184 31.604 45.667 84.072 59.653 137.267 55.144 62.634-5.274 122.134-29.616 176.399-60.608 22.852 35.998 58.889 56.405 104.059 60.914zM1411.993 560.265c0.344-2.293 0.688-4.548 1.032-6.84 0.879-5.656 1.911-11.312 2.981-16.929 2.331-12.267 5.121-24.457 8.216-36.571 5.809-22.814 13.069-45.284 21.477-67.258 1.643-4.318 3.401-8.56 5.159-12.84 0.115-0.115 4.089-9.21 4.891-10.968 4.471-9.707 9.324-19.26 14.483-28.623 4.318-7.834 9.019-15.439 14.025-22.852 1.338-1.987 2.751-3.974 4.165-5.923-0.306 0.535 5.35-6.688 5.159-6.458 4.891-5.923 10.089-11.617 15.324-17.235 23.196-24.84 50.52-45.819 80.9-52.125 0.268-0.076 0.459-0.115 0.726-0.153 0.497 0 1.261-0.038 2.408-0.115 2.828-0.191 5.694-0.076 8.522 0.076 0.038 0 0.038 0 0.076 0 0.42 0.115 0.879 0.229 1.605 0.382 1.452 0.306 2.828 0.726 4.242 1.185-2.064-0.65 2.713 1.376 4.013 2.14 0.229 0.153 0.382 0.229 0.573 0.344 0.153 0.153 0.268 0.229 0.459 0.42 0.611 0.535 2.369 2.484 3.172 3.325 0.726 1.108 1.414 2.255 2.064 3.401 0.191 0.497 1.873 4.089 2.216 5.083 0.917 2.79 1.49 5.694 2.102 8.56 0.038 0.268 0.115 0.459 0.153 0.688 0 0.535 0.038 1.414 0.115 2.866 0.229 3.401 0.153 6.764 0.076 10.165-0.306 14.292-5.083 30.151-11.235 46.622-14.407 38.597-38.482 75.589-61.984 109.141-21.706 30.992-47.195 59.271-74.671 85.295-20.521 19.451-42.724 37.106-65.997 53.271 0.229-14.751 1.376-29.502 3.095-44.138 0-0.573 0.268-2.484 0.459-3.936zM1429.228 703.952c-0.382-0.497-0.497-0.65 0 0v0zM1710.756 595.614c0.229-2.331 0.497-4.662 0.764-6.993-0.038 0.65 1.108-7.91 1.261-8.942 4.204-26.941 11.006-53.462 19.184-79.486 15.324-48.8 33.247-89.881 63.169-134.936 2.866-4.318 5.885-8.56 8.942-12.725 0.306-0.42 0.535-0.764 0.764-1.032 2.943-3.707 6.038-7.337 9.095-10.929 13.49-15.859 28.585-30.992 45.59-43.030 12.917-9.172 24.763-15.248 36.954-19.031 3.134-0.955 6.344-1.643 9.554-2.331 0.382-0.076 0.688-0.153 0.994-0.229 0.497 0 1.185-0.038 2.178-0.115 2.866-0.229 5.732-0.115 8.598-0.038 0.535 0 0.879 0.038 1.146 0 0.573 0.191 1.567 0.459 3.172 0.841 0.803 0.191 2.981 1.032 4.204 1.452 1.261 0.688 2.522 1.414 3.745 2.178 0.268 0.268 0.573 0.535 0.994 0.917 0.611 0.535 2.064 2.293 2.866 3.21 0.841 1.338 1.643 2.751 2.408 4.127 0.191 0.306 0.306 0.535 0.459 0.764 0.115 0.344 0.229 0.688 0.382 1.108 0.955 2.713 1.605 5.503 2.255 8.293 0.153 0.764 0.229 1.338 0.344 1.796 0.115 1.529 0.268 3.057 0.344 4.586 1.643 29.999-14.445 62.137-30.495 91.524-49.794 91.18-119.421 168.336-200.589 228.562 0.076-3.821 0.153-7.643 0.344-11.464 0.268-6 0.803-12.038 1.376-18.076zM2025.988 610.823c0.344-6.114 0.917-12.19 1.529-18.267 0.038-0.497 0.573-4.777 0.688-5.923 0.344-2.293 0.688-4.624 1.032-6.917 2.178-13.872 5.121-27.629 8.407-41.272 6.496-26.788 15.133-53.042 25.107-78.684 1.185-3.057 2.408-6.076 3.63-9.095 0.344-0.841 0.573-1.452 0.803-1.949s0.459-1.108 0.841-1.949c2.522-5.847 5.159-11.655 7.872-17.426 5.579-11.961 11.655-23.731 18.114-35.272 5.465-9.821 11.388-19.413 17.579-28.776 2.866-4.318 5.885-8.56 8.942-12.725 0.306-0.42 0.535-0.764 0.764-1.032 4.165-5.274 8.56-10.356 12.993-15.401 22.547-25.757 51.781-50.482 81.092-58.201 0.611-0.153 5.044-0.917 6.038-1.146 1.949-0.115 3.898-0.191 5.885-0.191 0.803 0 3.325 0.268 4.7 0.382 1.567 0.382 3.134 0.803 4.7 1.261 0.153 0.038 0.229 0.076 0.382 0.115 0.229 0.115 0.497 0.268 0.803 0.42 0.764 0.382 2.904 1.834 3.86 2.446 0.994 0.955 1.987 1.949 2.943 2.943 0.076 0.076 0.115 0.115 0.153 0.191 0.764 1.108 1.49 2.255 2.178 3.439 0.382 0.65 1.643 3.401 2.178 4.471 0.611 1.911 1.185 3.821 1.72 5.732 0.726 2.56 1.185 5.197 1.605 7.796-0.841-4.586 0.191 4.853 0.191 5.426 0.764 16.814-2.025 28.47-7.223 45.858-8.484 28.432-23.731 54.723-39.552 79.601-36.036 56.596-82.391 106.542-133.102 151.98-15.248 13.681-31.069 26.788-47.424 39.208 0.076-5.694 0.268-11.388 0.573-17.044z","M565.959 190.347c52.545 0 95.155-42.609 95.155-95.155 0-52.583-42.609-95.193-95.155-95.193s-95.155 42.609-95.155 95.155c-0.038 52.583 42.571 95.193 95.155 95.193z","M341.715 209.072h-99.358c0-3.325 0-6.611 0-10.012v-128.822c0 0 3.21-36.189-35.349-22.776s-127.178 39.208-127.178 39.208-20.598 2.943-20.598 29.693c0 22.547 0.306 35.654 0.65 92.671h-47.042c-7.108 0.038-12.84 5.809-12.84 12.917v129.853c0 7.108 5.732 12.878 12.84 12.878h47.577c0.153 69.054 0.229 160.425 0.229 282.903 0 0-11.617 229.288 278.012 116.402 0 0 14.56-7.91 15.744-20.559v-125.726c0 0 0.191-19.222-17.808-10.585 0 0-94.237 42.953-94.237-18.611 0-49.412 0-51.819 0-223.823h99.358c7.070 0 12.84-5.77 12.84-12.878v-129.853c-0.038-7.108-5.77-12.878-12.84-12.878z","M1055.183 209.072c-31.030 0-60.761 6.305-88.276 17.884v-5.465c0-7.108-5.732-12.878-12.84-12.878h-219.046c-7.070 0-12.84 5.77-12.84 12.878v129.853c0 7.108 5.732 12.878 12.84 12.878h41.654v504.166h-41.654c-7.070 0-12.84 5.77-12.84 12.878v129.853c0 7.108 5.732 12.878 12.84 12.878h272.585c7.108 0 12.84-5.77 12.84-12.878v-129.853c0-7.108-5.732-12.878-12.84-12.878h-40.699v-91.027c27.515 11.541 57.246 17.884 88.276 17.884 141.471 0 256.115-131.229 256.115-293.068s-114.644-293.106-256.115-293.106zM1058.087 643.267c-50.711-0.229-91.524-63.589-91.18-141.509s41.73-140.936 92.441-140.706c50.711 0.229 91.524 63.589 91.18 141.509s-41.73 140.897-92.441 140.706z","M2082.431 954.984c-21.247 0-32.865 18.343-32.865 33.17 0 15.439 13.681 31.412 32.865 31.412 21.821 0 33.476-13.987 33.476-31.412 0-14.827-12.229-33.17-33.476-33.17z","M2211.024 979.747c-18.611-0.306-29.96-15.439-29.96-34.355s8.445-37.259 25.604-37.259c13.375 0 17.77 16.585 18.343 30.572h42.8v-65.767h-34.355l-4.93 13.948c-4.93-5.809-16.585-16.585-36.38-16.585-37.259 0-71.576 23.005-71.576 74.48 0 51.819 37.259 77.69 80.021 77.69 31.451 0 57.628-14.827 71.309-29.693l-25.604-29.693c-9.63 10.547-19.833 16.929-35.272 16.662z","M2357.692 869.422c-40.164 0-79.448 27.056-79.716 75.665-0.573 51.513 39.59 77.117 81.206 77.117 44.253 0 80.021-27.667 79.448-75.971-0.917-48.571-34.966-76.2-80.939-76.811zM2359.144 984.983c-12.229 0-21.515-15.706-21.515-39.59 0-21.247 8.713-38.138 20.063-38.138 13.681 0.306 21.247 17.158 21.247 38.979 0 21.859-7.261 38.75-19.795 38.75z","M2687.408 938.972c0-35.501-7.261-69.856-54.418-69.856-20.063 0-33.744 10.777-42.762 20.942-4.662-6.993-13.987-20.942-43.374-20.942-18.343 0-31.718 15.706-36.38 21.247l-6.42-17.158h-54.991v38.406h12.229v68.672h-12.229v38.138h86.442v-38.138h-17.464v-51.781c0-11.923 3.783-17.464 13.108-17.464 11.655 0 12.229 9.592 12.229 33.17v74.213h75.359v-38.979h-17.464v-47.157c0-12.496 2.904-21.247 15.439-21.247 13.681 0 11.044 22.126 11.044 36.075v71.309h73.907v-39.285h-14.254v-40.164z"],"attrs":[],"width":2713,"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["tipeee_logo_white"],"colorPermutations":{}},"attrs":[],"properties":{"order":362,"id":0,"name":"tipeee","prevSize":32,"code":59877},"setIdx":16,"setId":1,"iconIdx":33},{"icon":{"paths":["M572.13 522.543c0 147.209-118.524 266.551-264.736 266.551-146.211 0-264.727-119.305-264.727-266.551 0-147.245 118.525-266.543 264.727-266.543 146.204 0 264.736 119.334 264.736 266.543zM862.549 522.543c0 138.581-59.268 250.91-132.369 250.91s-132.369-112.367-132.369-250.91c0-138.544 59.268-250.91 132.369-250.91s132.369 112.367 132.369 250.91zM981.333 522.543c0 124.16-20.847 224.806-46.558 224.806-25.707 0-46.554-100.681-46.554-224.806s20.847-224.806 46.566-224.806c25.715 0 46.545 100.654 46.545 224.806z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"grid":0,"tags":["medium-fill-svgrepo-com"]},"attrs":[{}],"properties":{"order":359,"id":0,"name":"medium","prevSize":32,"code":59876},"setIdx":16,"setId":1,"iconIdx":34},{"icon":{"paths":["M2389.521 0.205l-0.561 0.040c-45.613 3.289-106.371 16.928-163.96 40.053h-2007.495c0 0-217.505 948.952-217.505 948.952h1414.763c30.031 17.526 66.516 27.757 107.265 31.307l0.682 0.055 71.811-0.048c22.762-1.775 46.515-5.075 71.067-9.879 42.327-8.273 86.978-20.94 133.244-37.809 35.018-12.769 70.975-27.863 107.441-45.396l0.015-0.007c79.365-38.047 161.18-87.034 241.426-146.108 26.444-19.451 51.81-39.397 76.153-59.676l0.007-0.007c22.326-18.578 43.753-37.446 64.227-56.533l0.092-0.088 0.092-0.092c57.516-55.426 101.204-111.776 126.533-162.695 13.195-26.517 21.468-51.605 23.536-74.891 2.068-23.283-2.413-45.323-15.49-62.606l-0.007-0.007c-9.593-12.692-23.063-21.090-38.52-26.624 50.343-41.34 91.324-85.49 118.201-128.689 31.391-50.45 45.389-100.452 30.067-142.54v-0.007c-9.799-27.035-31.989-47.354-61.165-57.879h-0.007l-0.007-0.007c-12.96-4.661-27.137-7.481-42.268-8.761l-0.649-0.055h-38.986zM2426.938 31.475c12.773 0.165 24.13 3.451 33.907 6.968 22.216 8.020 35.88 21.222 42.367 39.122l0.007 0.015v0.015c10.316 28.318 1.394 69.347-27.225 115.344-28.619 46.001-75.929 95.864-136.016 140.952l-33.17 24.889 41.351 3.201c24.457 1.896 40.563 9.469 49.764 21.644l0.007 0.007c7.54 9.967 10.862 23.18 9.282 40.985-1.581 17.808-8.413 39.646-20.39 63.725-22.993 46.221-64.627 100.499-120.13 154.007-20.012 18.655-40.966 37.116-62.823 55.301l-0.007 0.007c-23.888 19.902-48.759 39.466-74.668 58.525h-0.007c-78.724 57.956-158.94 105.953-236.428 143.101l-0.015 0.007h-0.007c-35.557 17.093-70.571 31.791-104.618 44.204-44.908 16.378-88.046 28.589-128.535 36.507-23.331 4.566-45.767 7.668-67.099 9.348h-68.1c-0.323-0.029-0.627-0.070-0.946-0.099h6.297c-62.35-5.442-111.574-27.332-140.901-67.227-5.442-7.378-9.934-15.325-13.877-23.642-2.501-6.128-4.848-12.314-7.224-18.567-6.256-19.884-8.746-41.953-7.62-65.463 3.124-65.536 33.874-143.494 87.151-225.125 56.592-86.755 138.62-177.676 240.172-262.054 22.762-18.897 46.302-37.559 70.938-55.697 30.456-22.403 61.139-43.035 91.845-62.335 113.126-71.217 225.965-121.050 325.959-146.365-95.552 31.175-202.898 84.092-308.954 156.134-3.814 2.578-7.587 5.215-11.339 7.815-58.844 40.772-112.154 84.078-158.679 127.809-149.706 140.762-228.833 286.624-192.876 372.077 2.563 5.879 5.618 11.486 9.183 16.803 38.645 56.842 134.421 66.673 255.801 36.155 8.251-2.065 16.513-4.401 25.018-6.839 38.77-11.192 79.93-26.308 122.327-44.945 10.195-4.503 20.5-9.135 30.878-14.075 1.063-0.499 2.068-0.997 3.132-1.562 133.82-66.49 236.662-142.999 258.922-188.967 4.877-9.997 6.051-18.527 2.736-25.212-15.883-32.205-127.024-10.444-261.658 47.883-10.818 4.69-21.765 9.513-32.832 14.654 9.003-8.361 18.38-16.759 27.948-25.018 15.256-13.147 31.050-26 47.872-38.693 26.327-19.935 52.947-37.955 79.145-53.933 122.693-92.564 184.717-180.118 171.771-212.613-2.439-6.121-7.631-10.334-15.633-12.898-25.579-8.138-72.258 1.573-128.975 24.816-46.775 19.187-100.503 47.637-154.968 83.051l-7.422 4.885c0 0-1.368 0.788-1.368 0.788s-26.184 17.39-26.184 17.39c0 0 15.039-27.555 15.039-27.555 22.326-40.867 58.69-83.506 103.965-123.115 33.206-28.96 71.144-56.244 111.978-80.121 15.446-9.043 30.867-17.438 46.313-25.010 15.82-7.73 31.648-14.599 47.094-20.716 75.265-25.956 119.11-41.23 192.528-40.288zM1339.593 41.666c-6.128 93.532 12.006 230.527 53.152 382.628 7.316 27.064 15.285 54.612 24.038 82.468 5.438 17.203 11.049 34.142 16.803 50.813-3.377 4.965-6.773 9.894-9.964 14.848-51.341 78.68-81.349 153.036-88.915 217.696-21.699-72.665-38.040-152.255-47.292-236.648-2.629-24.181-4.687-48.095-6.062-71.719-10.129-171.61 12.278-327.18 58.239-440.085zM315.012 163.413c1.174-0.026 2.325 0 3.517 0 0 0 231.184 0 231.184 0 19.763 0 35.040 3.704 45.921 11.141 10.818 7.477 14.874 17.151 12.311 28.919 0 0-27.552 124.479-27.552 124.479s-81.489 0-81.489 0c0 0 26.774-121.153 26.774-121.153h-204.017c0 0-73.674 332.989-73.674 332.989s-26.572 120.574-26.572 120.574c0 0 203.815 0 203.815 0s0.202-0.781 0.202-0.781c0 0 40.842-184.475 40.842-184.475s-95.758 0-95.758 0c0 0 9.183-41.63 9.183-41.63s177.243 0 177.243 0c0 0-50.802 230.208-50.802 230.208-0.689 3.278-1.892 6.245-3.517 9.183-4.192 7.631-11.504 14.163-21.695 19.539-14.133 7.444-31.050 11.141-50.813 11.141 0 0-230.982 0-230.982 0-19.763 0-35.040-3.697-45.921-11.141-10.818-7.441-14.936-16.939-12.311-28.721 0 0 101.809-460.211 101.809-460.211 2.626-11.768 10.822-21.442 25.018-28.919 0.499-0.271 1.060-0.334 1.562-0.59 12.956-6.487 28.157-10.132 45.723-10.551v0zM677.32 163.413c0 0 290.977 0 290.977 0 19.509 0 34.853 3.704 45.734 11.141 10.943 7.477 15.131 17.151 12.505 28.919 0 0-54.329 245.445-54.329 245.445-2.563 11.695-10.954 21.237-25.212 28.729-14.254 7.518-31.035 11.332-50.607 11.332h-211.447l-40.838 184.276c0 0-6.649 30.291-6.649 30.291s-79.732 0-79.732 0c0 0 6.058-27.354 6.058-27.354s113.54-512.78 113.54-512.78zM1079.295 163.413c0 0 79.732 0 79.732 0s-90.283 407.832-90.283 407.832c0 0-19.741 89.116-19.741 89.116s190.731 0 190.731 0c1.999 14.628 4.338 28.989 6.839 43.185 0 0-286.874 0-286.874 0s22.671-102.395 22.671-102.395c0 0 96.924-437.738 96.924-437.738zM747.477 206.8c0 0-52.958 238.797-52.958 238.797s198.736 0 198.736 0c0 0 52.767-238.797 52.767-238.797h-198.546zM580.392 741.070c0.777-0.026 1.562 0 2.347 0 9.256 0 17.335 1.628 23.837 4.69 6.942 3.253 11.911 8.082 14.661 14.463 2.692 6.19 3.388 13.213 1.951 20.907 0 0-0.583 2.93-0.583 2.93s-22.869 0-22.869 0c0 0 0.202-2.736 0.202-2.736 0.59-5.376-0.077-9.601-2.149-12.509-0.271-0.363-0.667-0.847-0.983-1.174-0.513-0.528-1.291-1.126-1.955-1.562-3.198-2.013-8.2-3.121-14.654-3.121-8.567 0-14.969 1.489-19.344 4.489-4.254 2.941-6.942 6.227-7.815 10.165-0.876 4.001 0.561 6.102 1.559 7.228 0.029 0.029 0.158 0.165 0.194 0.198 1.269 1.082 5.666 3.612 19.348 6.839 12.38 3.003 20.584 5.695 25.212 8.009 7.001 3.565 11.896 8.185 14.46 13.873 2.563 5.629 3.124 12.219 1.562 19.348-1.566 6.938-5.105 13.341-10.36 19.344-5.189 6.003-11.797 10.76-19.737 14.075-7.881 3.253-16.521 5.079-25.399 5.079-11.258 0-20.294-1.702-27.361-5.079-7.378-3.502-12.703-9.032-15.828-16.224-3.003-7.004-3.645-14.951-1.958-23.642 0 0 0.59-2.736 0.59-2.736h22.473l-0.198 2.736c-0.565 5.189-0.007 9.377 1.368 12.505 1.313 3.003 3.818 5.49 7.822 7.426 4.25 2.065 9.56 3.124 15.626 3.124 5.442 0 10.415-0.909 14.856-2.534 4.379-1.566 7.855-3.627 10.356-6.256 2.439-2.626 3.865-5.405 4.492-8.405 0.623-2.692 0.484-4.958-0.579-6.836-1.188-1.999-3.546-3.777-7.235-5.277 0 0-19.154-5.666-19.154-5.666-10.694-2.688-17.892-5.259-22.080-7.822-5.691-3.377-9.791-7.701-11.918-12.894-2.127-5.127-2.351-10.811-0.975-17.001 1.438-6.63 4.632-12.938 9.571-18.567 5.002-5.691 11.46-10.154 19.15-13.092 6.803-2.552 13.957-4.045 21.497-4.298v0zM785.582 741.455c1.236-0.095 2.395 0 3.708 0 0.004 0 14.075 1.57 14.075 1.57l4.694 0.389c0 0-6.843 17.39-6.843 17.39l-1.368 2.736c0 0-10.749-0.975-10.749-0.975-3.176 0-5.504 0.488-7.034 1.562-0.103 0.077-0.301 0.312-0.396 0.396-0.205 0.18-0.546 0.491-0.781 0.777-0.939 1.236-2.083 3.443-2.926 7.43 0 0-0.407 1.683-0.781 3.121 4.94 0 16.803 0 16.803 0s-4.298 19.348-4.298 19.348c0 0-12.289 0-16.418 0-1.251 5.625-16.609 74.451-16.609 74.451s-22.671 0-22.671 0c0 0 14.735-66.134 16.612-74.451-3.814 0-13.096 0-13.096 0s4.305-19.348 4.305-19.348c0 0 9.329 0 12.894 0 0.623-2.688 1.57-6.058 1.57-6.058 1.375-6.253 2.805-10.749 4.683-13.873 2.563-4.316 6.187-7.925 10.752-10.551 3.759-2.186 8.512-3.495 13.873-3.913zM839.714 742.438c0 0-5.926 26.66-7.426 33.412 4.379 0 14.654 0 14.654 0s-4.298 19.348-4.298 19.348c0 0-10.778 0-14.654 0-1.188 5.376-10.558 47.101-10.558 47.101s-0.781 5.006-0.781 6.443c0.004 0.048-0.004 0.158 0 0.194 0.004 0.015-0.004 0.187 0 0.202 0.007 0.011 0.187-0.007 0.194 0 0 0 2.351 0.191 2.351 0.191l10.741-0.777-1.166 17.39c0 0 0.194 3.128 0.194 3.128s-15.435 1.757-15.435 1.757c-6.128 0-10.624-0.997-13.873-3.124-3.44-2.252-5.449-5.237-6.26-8.988-0.128-0.689-0.389-1.691-0.389-3.128 0-2.816 0.528-7.576 2.343-15.831 0 0 8.218-36.804 9.971-44.556-2.941 0-10.752 0-10.752 0s4.298-19.348 4.298-19.348c0 0 7.624 0 10.749 0 1.001-4.5 4.5-19.931 4.5-19.931s18.171-9.579 18.171-9.579c0 0 7.426-3.902 7.426-3.902v0zM119.598 743.219h87.936l-4.885 21.889c0 0-58.664 0-64.29 0-1.001 4.437-5.009 22.418-6.447 28.919h55.686l-4.885 21.882h-55.686c-1.188 5.442-11.926 53.743-11.926 53.743 0-0.004-23.646 0-23.646 0 0-0.004 28.142-126.434 28.142-126.434zM237.436 774.097c0.884-0.11 1.848 0 2.736 0 5.629 0 10.826 1.705 15.831 5.27 0 0 3.121 2.149 3.121 2.149l-12.113 19.935c0 0-3.322-2.343-3.322-2.343-2.439-1.562-5.068-2.34-7.822-2.34-2.376 0-4.58 0.84-6.832 2.34-2.376 1.562-4.364 3.634-5.868 6.447-2.626 4.815-4.544 10.213-5.857 16.029 0 0-10.558 48.070-10.558 48.070 0-0.004-22.671 0-22.671 0 0-0.004 20.914-93.803 20.914-93.803s21.101 0 21.101 0c0 0-0.722 2.849-0.972 3.913 1.001-0.752 2.054-1.779 2.93-2.343 3.029-1.808 6.231-2.937 9.381-3.322zM304.656 774.097c1.364-0.103 2.71 0 4.104 0 12.758 0 22.414 4.47 28.729 13.286 3.942 5.691 6.062 12.729 6.062 21.108 0 4.628-0.576 9.601-1.764 15.039l-1.753 6.843c0 0-57.333 0-63.71 0-0.125 1.313-0.194 2.721-0.194 3.909 0 4.877 0.997 8.717 3.121 11.533 1.012 1.375 2.189 2.611 3.524 3.513 2.519 1.643 5.765 2.545 9.571 2.545 4.628 0 8.699-1.28 12.512-3.719 3.627-2.314 7.092-6.011 10.154-11.137 0 0 24.233 0 24.233 0s-2.149 4.69-2.149 4.69c-4.628 9.381-11.079 16.7-19.146 21.889s-17.709 8.009-28.34 8.009c-13.822 0-24.104-4.47-30.485-13.286-6.315-8.633-7.675-20.562-4.298-35.572 3.377-15.256 10.118-27.449 19.935-35.953 8.798-7.631 18.783-11.86 29.895-12.699zM406.472 774.097c1.364-0.103 2.71 0 4.104 0 12.758 0 22.414 4.47 28.729 13.286 3.939 5.691 6.051 12.729 6.051 21.108 0 4.566-0.565 9.469-1.753 14.848 0 0-1.764 7.034-1.764 7.034s-57.322 0-63.703 0c-0.062 0.873-0.128 1.665-0.191 2.541-0.048 0.326 0.022 0.829 0 1.174-0.004 0.059 0 0.139 0 0.194 0 0.939 0.128 1.859 0.191 2.736 0.315 3.565 1.243 6.546 2.93 8.794 0.323 0.44 0.627 0.979 0.983 1.372 2.864 3.062 6.913 4.69 12.109 4.69 4.628 0 8.754-1.28 12.509-3.719 3.627-2.314 7.1-6.011 10.162-11.137 0 0 24.424 0 24.424 0s-2.34 4.69-2.34 4.69c-4.628 9.381-11.086 16.7-19.154 21.889s-17.705 8.009-28.336 8.009c-13.818 0-24.104-4.47-30.482-13.286-4.129-5.629-6.058-12.799-6.058-21.303 0-1.313 0.066-2.728 0.191-4.104 0.249-3.253 0.755-6.539 1.57-10.165 3.377-15.193 9.916-27.449 19.733-35.953 8.798-7.631 18.981-11.86 30.097-12.699v0zM683.766 774.097c1.397-0.106 2.681 0 4.104 0 13.008 0 23.008 4.401 29.51 13.092 6.443 8.691 8.005 20.419 4.69 35.176-2.563 11.508-6.264 20.8-11.328 27.555-5.068 6.751-11.526 12.27-19.154 16.022-7.565 3.752-15.586 5.666-23.65 5.666-13.257 0-23.125-4.533-29.503-13.286-4.129-5.567-6.253-12.736-6.253-21.303 0-4.628 0.502-9.546 1.753-15.046 3.752-16.759 11.412-29.528 22.671-37.721 8.262-5.963 17.382-9.403 27.159-10.154zM1027.122 774.097c1.65-0.103 3.176 0 4.885 0 7.881 0 14.067 0.796 18.758 2.736 5.002 2.002 8.552 4.83 10.551 8.207 1.94 3.19 2.93 7.103 2.93 11.918 0 0-2.343 14.269-2.343 14.269s-4.294 19.344-4.294 19.344c-3.693 16.51-4.507 22.7-4.694 25.014-0.187 3.124 0.099 6.172 0.975 8.988 0 0 1.57 5.075 1.57 5.075s-23.063 0-23.063 0c-0.004 0-0.975-2.926-0.975-2.926-0.374-1.375-0.271-3.128-0.396-4.694-4.375 2.692-8.757 5.079-12.696 6.454-5.816 2.002-11.852 3.124-17.98 3.124-10.631 0-18.505-2.769-23.257-8.211-3.627-4.001-5.277-8.893-5.277-14.46 0-2.127 0.279-4.327 0.781-6.638 1.063-4.753 2.996-9.157 6.058-13.096 3.003-3.876 6.557-7.067 10.558-9.381 3.876-2.314 8.196-3.953 12.699-5.079 0 0 13.873-2.351 13.873-2.351 10.694-1.251 18.681-2.802 24.431-4.489 0.125-0.627 0.389-1.368 0.389-1.368 0.906-4.027 0.796-7.052-0.194-8.603-0.073-0.099-0.312-0.301-0.392-0.389-0.213-0.224-0.535-0.576-0.781-0.781-2.354-1.859-6.363-2.736-11.724-2.736-6.069 0-10.554 0.994-13.682 2.93-3.062 1.94-5.901 5.486-8.402 10.551 0 0-23.642 0-23.642 0s2.149-4.69 2.149-4.69c2.813-6.506 6.165-11.896 10.356-16.022 4.188-4.129 9.85-7.327 16.414-9.579 5.035-1.661 10.529-2.758 16.418-3.121v0zM1126.195 774.097c0.88-0.11 1.845 0 2.736 0 5.688 0 11.027 1.705 16.029 5.27 0 0 2.93 2.149 2.93 2.149s-12.12 19.935-12.12 19.935c0 0-3.322-2.343-3.322-2.343-2.439-1.562-4.932-2.34-7.62-2.34-2.376 0-4.72 0.84-7.034 2.34-2.376 1.562-4.104 3.634-5.666 6.447-2.563 4.815-4.555 10.213-5.868 16.029 0 0-10.745 48.070-10.745 48.070 0-0.004-22.667 0-22.667 0 0-0.004 20.907-93.803 20.907-93.803s21.108 0 21.108 0c0 0-0.532 2.849-0.781 3.913 1.001-0.752 1.991-1.779 2.93-2.343 2.978-1.808 6.033-2.937 9.183-3.322zM1193.228 774.097c1.364-0.103 2.71 0 4.104 0 12.758 0 22.469 4.47 28.721 13.286 4.001 5.691 6.058 12.729 6.058 21.108 0 4.628-0.766 9.601-1.955 15.039l-1.562 6.843c0 0-57.392 0-63.71 0-0.125 1.313-0.385 2.721-0.385 3.909 0 4.877 1.060 8.717 3.124 11.533 0.319 0.436 0.818 0.975 1.174 1.368 0.205 0.216 0.565 0.576 0.781 0.777 2.794 2.541 6.605 3.913 11.339 3.913 4.624 0 8.688-1.28 12.505-3.719 3.627-2.314 7.037-6.011 10.162-11.137 0 0 24.424 0 24.424 0s-2.34 4.69-2.34 4.69c-4.628 9.381-11.148 16.7-19.154 21.889-8.13 5.189-17.643 8.009-28.336 8.009-13.818 0-23.91-4.47-30.287-13.286-6.319-8.633-7.815-20.562-4.5-35.572 3.377-15.256 9.923-27.449 19.741-35.953 8.856-7.631 18.992-11.86 30.097-12.699zM851.046 775.849c0 0 23.257 0 23.257 0s2.868 55.664 2.93 56.478c0.939-1.995 1.669-3.667 1.76-3.906 0 0 25.601-52.573 25.601-52.573s21.299 0 21.299 0c0 0 1.958 54.997 1.958 55.309 0.623-1.122 29.114-55.309 29.114-55.309s23.056 0 23.056 0c0 0-50.802 93.803-50.802 93.803 0-0.004-20.914 0-20.914 0 0-0.004-2.024-50.864-2.149-53.743-8.633 17.698-26.187 53.743-26.187 53.743 0-0.004-21.493 0-21.493 0 0-0.004-7.43-93.803-7.43-93.803zM305.052 793.635c-5.387 0.227-10.283 2.171-14.856 5.868-3.627 2.875-6.069 6.821-8.009 11.137 0 0 38.498 0 38.498 0 0.062-0.689 0.194-1.526 0.194-2.149 0-3.565-0.638-6.333-1.76-8.211-2.754-4.5-6.828-6.645-12.894-6.645-0.363 0-0.814-0.015-1.174 0v0zM406.864 793.635c-5.387 0.227-10.283 2.171-14.852 5.868-3.631 2.875-6.014 6.821-8.016 11.137 0 0 38.498 0 38.498 0 0.062-0.689 0.202-1.526 0.202-2.149 0-3.565-0.576-6.333-1.764-8.211-0.546-0.913-1.287-1.826-1.955-2.541-2.611-2.699-6.205-4.104-10.943-4.104-0.363 0-0.81-0.015-1.17 0v0zM1194.394 793.635c-5.537 0.169-10.708 2.050-15.435 5.868-3.565 2.875-6.014 6.821-8.013 11.137 0 0 38.304 0 38.304 0 0.062-0.689 0.194-1.526 0.194-2.149 0-3.565-0.568-6.333-1.757-8.211-2.688-4.437-6.832-6.583-12.898-6.645-0.18 0.004-0.216-0.004-0.396 0v0zM682.399 794.028c-5.171 0.616-9.975 2.974-14.46 7.034-5.38 4.877-9.274 12.542-11.526 22.671-0.939 4.254-1.368 7.884-1.368 11.137 0 4.441 0.847 7.925 2.534 10.551 0.451 0.675 1.052 1.386 1.57 1.955 2.78 2.952 6.656 4.5 11.526 4.5 6.315 0 11.882-2.358 17.195-7.235 5.38-4.94 9.219-12.674 11.533-23.056 2.127-9.505 1.826-16.605-1.177-21.108-2.875-4.375-7.074-6.447-12.89-6.447-0.986 0-1.98-0.114-2.937 0zM1035.524 828.224c-5.314 1.438-11.273 2.651-19.154 3.715-5.879 0.876-10.066 1.801-12.505 2.736-2.127 0.876-3.84 2.087-5.277 3.711-1.375 1.562-2.299 3.201-2.736 5.079-0.125 0.752-0.194 1.522-0.194 2.149 0 0.051 0 0.15 0 0.202 0.007 0.147-0.015 0.444 0 0.587 0.040 0.282 0.117 0.708 0.194 0.972 0.029 0.088 0.161 0.308 0.191 0.396 0.070 0.169 0.117 0.418 0.202 0.579 0.088 0.158 0.282 0.436 0.389 0.587 0.161 0.224 0.385 0.568 0.587 0.781 1.562 1.749 4.687 2.541 9.19 2.541 4.94 0 9.689-0.931 14.064-3.121 4.316-2.127 7.796-5.299 10.36-8.988 1.874-2.629 3.377-6.674 4.69-11.926v0z"],"width":2539,"isMulticolor":false,"isMulticolor2":false,"tags":["gpl-v3"],"defaultCode":59880,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":234,"order":352,"ligatures":"","prevSize":32,"code":59880,"name":"gpl"},"setIdx":16,"setId":1,"iconIdx":35},{"icon":{"paths":["M210.333 40.117l-210.207 949.138h1935.36c-62.358-5.438-111.594-27.332-140.926-67.234-5.447-7.381-9.942-15.332-13.875-23.656-2.505-6.123-4.857-12.314-7.238-18.561-6.257-19.894-8.752-41.96-7.619-65.482 3.124-65.549 33.884-143.516 87.176-225.169 56.597-86.767 138.64-177.714 240.215-262.109 22.761-18.894 46.302-37.56 70.948-55.702 30.455-22.408 61.159-43.045 91.862-62.349 113.146-71.234 226.016-121.079 326.030-146.401-95.576 31.179-202.941 84.11-309.021 156.172-3.819 2.581-7.581 5.219-11.342 7.819-58.854 40.779-112.175 84.091-158.706 127.831-149.735 140.792-228.883 286.679-192.923 372.151 2.571 5.876 5.628 11.495 9.19 16.809 38.655 56.854 134.45 66.682 255.853 36.16 8.257-2.067 16.513-4.4 25.018-6.847 38.779-11.19 79.957-26.313 122.355-44.95 10.199-4.505 20.504-9.133 30.884-14.075 1.067-0.495 2.067-1 3.133-1.562 133.85-66.501 236.711-143.030 258.976-189.009 4.876-9.999 6.057-18.523 2.743-25.218-15.894-32.208-127.060-10.447-261.719 47.893-10.828 4.685-21.77 9.514-32.836 14.656 9-8.361 18.38-16.751 27.951-25.018 15.256-13.142 31.055-25.999 47.883-38.703 26.332-19.932 52.949-37.96 79.158-53.94 122.717-92.585 184.761-180.161 171.81-212.664-2.438-6.123-7.628-10.333-15.637-12.895-25.58-8.142-72.272 1.571-129.002 24.818-46.778 19.189-100.518 47.655-154.991 83.072l-7.428 4.885-1.371 0.781-26.189 17.399 15.047-27.56c22.332-40.874 58.702-83.519 103.985-123.136 33.208-28.97 71.148-56.254 111.994-80.138 15.447-9.047 30.874-17.447 46.321-25.018 15.828-7.733 31.665-14.599 47.112-20.723 44.883-17.751 94.185-40.16 131.555-43.093-3.409 0-111.422 11.628-111.422 11.628h-2450.103zM1745.305 41.489c-6.133 93.547 12.009 230.568 53.159 382.703 7.323 27.065 15.285 54.616 24.046 82.481 5.438 17.209 11.057 34.141 16.809 50.816-3.381 4.971-6.781 9.904-9.971 14.856-51.35 78.7-81.367 153.068-88.928 217.74-21.704-72.682-38.046-152.287-47.302-236.701-2.628-24.18-4.685-48.102-6.066-71.729-10.133-171.648 12.276-327.239 58.254-440.166zM720.514 163.253c1.181-0.029 2.333 0 3.524 0h231.225c19.761 0 35.046 3.705 45.931 11.142 10.818 7.476 14.885 17.161 12.314 28.932l-27.56 124.498h-81.5l26.779-121.184h-204.065l-73.682 333.067-26.589 120.593h203.865l0.2-0.781c0 0 40.845-184.514 40.845-184.514s-95.776 0-95.776 0c0 0 9.19-41.626 9.19-41.626h177.276l-50.816 230.244c-0.686 3.276-1.895 6.247-3.514 9.19-4.19 7.628-11.504 14.161-21.704 19.542-14.133 7.447-31.046 11.142-50.816 11.142h-231.025c-19.77 0-35.055-3.695-45.94-11.142-10.818-7.447-14.933-16.951-12.314-28.732l101.842-460.298c2.619-11.771 10.818-21.456 25.018-28.932 0.495-0.267 1.057-0.333 1.562-0.59 12.961-6.485 28.17-10.133 45.731-10.552v0zM1082.894 163.253h291.041c19.513 0 34.855 3.705 45.731 11.142 10.952 7.476 15.142 17.161 12.514 28.932l-54.34 245.491c-2.562 11.695-10.952 21.237-25.208 28.732-14.266 7.514-31.046 11.333-50.626 11.333h-211.484l-40.855 184.323-6.647 30.294h-79.738l6.057-27.37 113.556-512.876zM1484.948 163.253h79.748l-110.042 497.049h190.77c2 14.628 4.333 28.998 6.838 43.198h-286.927c0 0 22.675-102.423 22.675-102.423l96.938-437.823zM1153.062 206.642l-52.969 238.854h198.78l52.778-238.854h-198.589zM729.199 770.372c0.781-0.029 1.552 0 2.343 0 9.257 0 17.342 1.619 23.846 4.685 6.942 3.257 11.904 8.085 14.656 14.466 2.695 6.19 3.39 13.218 1.952 20.913l-0.581 2.933h-22.875l0.2-2.733c0.59-5.381-0.076-9.609-2.152-12.514-0.267-0.362-0.657-0.848-0.971-1.171-0.524-0.524-1.295-1.124-1.962-1.562-3.2-2.019-8.2-3.133-14.656-3.133-8.571 0-14.971 1.495-19.351 4.495-4.257 2.943-6.942 6.228-7.819 10.171-0.876 4 0.562 6.104 1.562 7.228 0.029 0.029 0.162 0.162 0.2 0.2 1.267 1.076 5.666 3.609 19.351 6.838 12.38 3 20.58 5.704 25.208 8.019 7.009 3.562 11.904 8.181 14.466 13.875 2.562 5.628 3.124 12.218 1.562 19.351-1.562 6.942-5.104 13.342-10.361 19.351-5.19 6-11.79 10.752-19.732 14.066-7.885 3.257-16.532 5.085-25.418 5.085-11.257 0-20.294-1.705-27.36-5.085-7.381-3.495-12.704-9.028-15.828-16.218-3.009-7.009-3.647-14.961-1.962-23.656l0.59-2.733h22.475l-0.19 2.733c-0.562 5.19-0.010 9.39 1.362 12.514 1.314 3 3.819 5.485 7.819 7.428 4.257 2.067 9.571 3.124 15.637 3.124 5.447 0 10.418-0.914 14.856-2.543 4.381-1.562 7.857-3.619 10.361-6.247 2.438-2.628 3.866-5.409 4.495-8.409 0.629-2.686 0.476-4.962-0.59-6.838-1.181-2-3.543-3.781-7.228-5.276l-19.151-5.676c-10.695-2.686-17.894-5.247-22.094-7.819-5.685-3.371-9.79-7.704-11.923-12.895-2.124-5.133-2.352-10.818-0.971-17.009 1.438-6.628 4.638-12.933 9.58-18.561 5-5.695 11.457-10.161 19.151-13.104 6.8-2.543 13.961-4.047 21.504-4.295v0zM934.426 770.763c1.238-0.095 2.4 0 3.714 0l14.075 1.562 4.685 0.39-6.838 17.399-1.371 2.733-10.752-0.981c-3.171 0-5.504 0.495-7.038 1.571-0.095 0.076-0.295 0.305-0.39 0.39-0.2 0.181-0.543 0.486-0.781 0.781-0.933 1.229-2.086 3.438-2.933 7.428 0 0-0.4 1.686-0.781 3.124h16.809l-4.295 19.351h-16.418c-1.248 5.628-16.618 74.472-16.618 74.472h-22.675c0 0 14.742-66.149 16.618-74.472h-13.095l4.295-19.351h12.904c0.629-2.686 1.562-6.057 1.562-6.057 1.381-6.257 2.819-10.752 4.695-13.875 2.562-4.324 6.181-7.933 10.752-10.561 3.752-2.181 8.514-3.486 13.875-3.905v0zM988.566 771.734c0 0-5.923 26.675-7.428 33.427h14.656l-4.295 19.351h-14.656c-1.19 5.381-10.561 47.102-10.561 47.102s-0.781 5.019-0.781 6.457c0 0.048 0 0.152 0 0.19 0.010 0.010 0 0.181 0 0.2 0.010 0.010 0.19-0.010 0.2 0l2.343 0.19 10.752-0.781-1.171 17.399 0.19 3.124-15.437 1.762c-6.133 0-10.628-1-13.875-3.133-3.438-2.247-5.447-5.238-6.257-8.99-0.124-0.686-0.39-1.686-0.39-3.124 0-2.819 0.533-7.581 2.343-15.837 0 0 8.219-36.807 9.971-44.559h-10.752l4.305-19.351h10.742c1-4.505 4.495-19.942 4.495-19.942l25.608-13.485zM268.31 772.525h87.948l-4.885 21.885h-64.301c-1 4.447-5.009 22.427-6.447 28.932h55.702l-4.885 21.894h-55.711c-1.181 5.438-11.923 53.749-11.923 53.749h-23.646l28.151-126.46zM386.171 803.399c0.876-0.105 1.848 0 2.733 0 5.628 0 10.828 1.714 15.828 5.285l3.133 2.143-12.123 19.942-3.324-2.352c-2.438-1.562-5.066-2.343-7.819-2.343-2.371 0-4.59 0.848-6.838 2.343-2.371 1.571-4.362 3.638-5.866 6.457-2.628 4.809-4.543 10.209-5.857 16.028l-10.561 48.083h-22.665l20.913-93.823h21.104c0 0-0.724 2.847-0.971 3.914 1-0.752 2.048-1.79 2.924-2.352 3.038-1.809 6.238-2.933 9.39-3.324zM453.405 803.399c1.362-0.105 2.705 0 4.105 0 12.761 0 22.418 4.476 28.732 13.295 3.943 5.695 6.057 12.733 6.057 21.113 0 4.628-0.571 9.609-1.762 15.047l-1.752 6.838h-63.72c-0.124 1.314-0.2 2.724-0.2 3.914 0 4.876 1 8.714 3.133 11.533 1.009 1.371 2.181 2.609 3.514 3.514 2.524 1.648 5.771 2.543 9.58 2.543 4.628 0 8.695-1.276 12.504-3.714 3.628-2.314 7.104-6.009 10.171-11.142h24.237l-2.152 4.695c-4.628 9.38-11.085 16.694-19.151 21.885-8.076 5.2-17.713 8.019-28.351 8.019-13.818 0-24.103-4.476-30.484-13.295-6.323-8.628-7.676-20.561-4.305-35.569 3.381-15.266 10.123-27.456 19.942-35.969 8.8-7.628 18.789-11.856 29.903-12.704v0zM555.237 803.399c1.362-0.105 2.705 0 4.105 0 12.761 0 22.418 4.476 28.732 13.295 3.943 5.695 6.057 12.733 6.057 21.113 0 4.562-0.571 9.476-1.752 14.847l-1.762 7.038h-63.72c-0.057 0.876-0.133 1.667-0.19 2.543-0.048 0.333 0.019 0.829 0 1.171-0.010 0.057 0 0.143 0 0.2 0 0.933 0.124 1.857 0.19 2.733 0.314 3.562 1.248 6.542 2.933 8.8 0.324 0.438 0.619 0.971 0.971 1.362 2.867 3.066 6.923 4.695 12.123 4.695 4.628 0 8.752-1.276 12.514-3.714 3.619-2.314 7.095-6.009 10.161-11.142h24.427l-2.343 4.695c-4.628 9.38-11.085 16.694-19.151 21.885-8.076 5.19-17.713 8.019-28.341 8.019-13.828 0-24.113-4.476-30.494-13.295-4.133-5.628-6.057-12.799-6.057-21.304 0-1.314 0.067-2.724 0.19-4.105 0.248-3.247 0.752-6.533 1.562-10.161 3.381-15.199 9.923-27.456 19.742-35.969 8.8-7.628 18.989-11.856 30.103-12.704v0zM832.594 803.399c1.39-0.105 2.676 0 4.105 0 13.009 0 23.008 4.409 29.513 13.104 6.438 8.685 8.009 20.418 4.685 35.179-2.562 11.504-6.266 20.799-11.333 27.56-5.066 6.752-11.523 12.276-19.151 16.028-7.571 3.752-15.58 5.666-23.656 5.666-13.256 0-23.132-4.533-29.513-13.295-4.124-5.562-6.257-12.733-6.257-21.304 0-4.628 0.514-9.542 1.762-15.047 3.752-16.761 11.418-29.532 22.675-37.722 8.266-5.971 17.39-9.419 27.17-10.171zM1176.013 803.399c1.648-0.095 3.171 0 4.885 0 7.876 0 14.075 0.8 18.761 2.743 5.009 2 8.552 4.828 10.552 8.209 1.943 3.19 2.933 7.104 2.933 11.923l-2.343 14.266-4.295 19.351c-3.695 16.513-4.505 22.704-4.695 25.018-0.19 3.124 0.105 6.181 0.981 8.99l1.562 5.085h-23.065l-0.981-2.933c-0.371-1.381-0.267-3.133-0.39-4.695-4.371 2.695-8.761 5.076-12.704 6.457-5.819 2-11.847 3.124-17.98 3.124-10.638 0-18.504-2.771-23.256-8.209-3.628-4-5.285-8.895-5.285-14.466 0-2.124 0.286-4.333 0.79-6.647 1.057-4.752 2.99-9.152 6.057-13.095 3-3.876 6.552-7.066 10.552-9.38 3.876-2.314 8.2-3.952 12.704-5.085l13.875-2.343c10.695-1.248 18.685-2.809 24.437-4.495 0.124-0.629 0.39-1.371 0.39-1.371 0.905-4.019 0.79-7.047-0.19-8.6-0.076-0.095-0.314-0.305-0.4-0.39-0.21-0.219-0.533-0.571-0.781-0.781-2.352-1.857-6.362-2.733-11.723-2.733-6.066 0-10.552 0.99-13.685 2.933-3.066 1.933-5.904 5.485-8.4 10.552h-23.656l2.152-4.695c2.809-6.504 6.171-11.895 10.361-16.028 4.19-4.124 9.847-7.323 16.418-9.571 5.028-1.667 10.523-2.762 16.418-3.133v0zM1275.112 803.399c0.876-0.105 1.838 0 2.733 0 5.685 0 11.018 1.714 16.028 5.285l2.933 2.143-12.123 19.942-3.324-2.352c-2.438-1.562-4.933-2.343-7.619-2.343-2.381 0-4.724 0.848-7.038 2.343-2.381 1.571-4.105 3.638-5.666 6.457-2.571 4.809-4.552 10.209-5.866 16.028l-10.752 48.083c0 0-22.675 0-22.675 0l20.913-93.823h21.113c0 0-0.533 2.847-0.781 3.914 1-0.752 1.99-1.79 2.933-2.352 2.981-1.809 6.038-2.933 9.19-3.324v0zM1342.146 803.399c1.371-0.105 2.714 0 4.105 0 12.761 0 22.484 4.476 28.732 13.295 4.009 5.695 6.066 12.733 6.066 21.113 0 4.628-0.771 9.609-1.962 15.047l-1.562 6.838h-63.72c-0.124 1.314-0.39 2.724-0.39 3.914 0 4.876 1.067 8.714 3.133 11.533 0.314 0.438 0.819 0.971 1.171 1.362 0.2 0.219 0.562 0.581 0.781 0.79 2.79 2.533 6.6 3.905 11.333 3.905 4.628 0 8.695-1.276 12.514-3.714 3.628-2.314 7.038-6.009 10.161-11.142h24.437l-2.352 4.695c-4.628 9.38-11.142 16.694-19.151 21.885-8.133 5.2-17.647 8.019-28.341 8.019-13.828 0-23.913-4.476-30.294-13.295-6.323-8.628-7.809-20.561-4.495-35.569 3.371-15.266 9.914-27.456 19.732-35.969 8.866-7.628 18.999-11.856 30.103-12.704v0zM999.908 805.161h23.256c0 0 2.867 55.673 2.933 56.492 0.933-2 1.667-3.676 1.752-3.914l25.608-52.578h21.304c0 0 1.952 55.006 1.952 55.311 0.629-1.124 29.132-55.311 29.132-55.311h23.056l-50.816 93.823h-20.913c0 0-2.028-50.873-2.152-53.749-8.628 17.694-26.189 53.749-26.189 53.749h-21.504l-7.419-93.823zM453.795 822.95c-5.39 0.229-10.285 2.171-14.856 5.866-3.628 2.876-6.076 6.819-8.009 11.133 0 0 38.503 0 38.503 0 0.067-0.686 0.19-1.524 0.19-2.143 0-3.571-0.629-6.333-1.752-8.209-2.752-4.505-6.838-6.647-12.904-6.647-0.362 0-0.809-0.019-1.171 0v0zM555.628 822.95c-5.39 0.229-10.285 2.171-14.856 5.866-3.628 2.876-6.009 6.819-8.009 11.133 0 0 38.503 0 38.503 0 0.057-0.686 0.19-1.524 0.19-2.143 0-3.571-0.562-6.333-1.752-8.209-0.552-0.914-1.286-1.828-1.952-2.543-2.619-2.705-6.209-4.105-10.952-4.105-0.362 0-0.809-0.019-1.171 0v0zM1343.318 822.95c-5.533 0.171-10.714 2.048-15.437 5.866-3.562 2.876-6.009 6.819-8.019 11.133 0 0 38.312 0 38.312 0 0.067-0.686 0.2-1.524 0.2-2.143 0-3.571-0.571-6.333-1.762-8.209-2.686-4.447-6.828-6.59-12.904-6.647-0.171 0-0.21-0.010-0.39 0v0zM831.222 823.341c-5.171 0.609-9.98 2.971-14.466 7.038-5.381 4.876-9.276 12.542-11.533 22.675-0.933 4.247-1.362 7.885-1.362 11.133 0 4.447 0.848 7.933 2.543 10.561 0.448 0.676 1.038 1.381 1.562 1.952 2.781 2.952 6.657 4.495 11.533 4.495 6.314 0 11.885-2.352 17.199-7.228 5.381-4.943 9.219-12.685 11.533-23.065 2.124-9.514 1.828-16.609-1.171-21.113-2.886-4.381-7.085-6.447-12.904-6.447-0.99 0-1.971-0.114-2.933 0zM1184.412 857.549c-5.314 1.438-11.276 2.647-19.151 3.705-5.876 0.876-10.076 1.8-12.514 2.743-2.124 0.876-3.838 2.086-5.276 3.714-1.371 1.562-2.295 3.2-2.733 5.085-0.124 0.743-0.2 1.524-0.2 2.143 0 0.048 0 0.152 0 0.2 0.010 0.143-0.019 0.438 0 0.581 0.038 0.286 0.124 0.714 0.2 0.981 0.029 0.086 0.162 0.305 0.19 0.39 0.067 0.171 0.114 0.429 0.2 0.581 0.086 0.162 0.286 0.438 0.39 0.59 0.162 0.229 0.39 0.571 0.581 0.781 1.571 1.752 4.685 2.543 9.19 2.543 4.943 0 9.695-0.943 14.075-3.124 4.314-2.133 7.79-5.304 10.361-9 1.876-2.619 3.371-6.666 4.685-11.923v0.010zM132.318 694.405l123.555-541.608h72.691l-109.442 480.278h282.213l-14.123 61.33h-354.895zM1745.61 896.575l29.141-11.342c2.457 6.304 4.904 12.599 7.485 18.808 3.6 7.609 7.742 14.904 12.723 21.723 28.046 38.122 75.32 58.283 134.869 63.587 0 0 68.615 0 68.663 0 21.351-1.695 43.702-4.809 66.863-9.342 40.674-7.952 83.786-20.18 128.564-36.512 34.084-12.428 69.101-27.122 104.651-44.217l0.010-0.010c77.624-37.207 157.801-85.205 236.473-143.125 25.932-19.066 50.807-38.636 74.701-58.54 21.846-18.18 42.807-36.636 62.854-55.33 54.987-53.007 96.623-106.746 120.136-154.020 11.59-23.294 18.713-44.836 20.389-63.739 1.438-16.218-1.143-30.246-9.285-41.007-10.238-13.533-27.732-19.932-49.778-21.646l-41.35-3.2 33.17-24.894c71.282-53.483 124.965-113.584 150.944-168.010 15.761-33.017 21.37-63.53 12.323-88.357v-0.010c-6.619-18.266-21.485-31.589-42.388-39.131-10.057-3.619-21.361-5.885-33.665-6.971 0 0-36.522 0-36.579 0-51.159 3.79-125.231 22.151-188.132 52.978l-13.761-28.084c66.987-32.827 145.954-52.216 200.246-56.13l0.562-0.038h38.998l0.657 0.057c15.475 1.305 29.656 4.228 42.274 8.761l0.010 0.010c30.513 10.999 51.502 31.208 61.178 57.883 11.476 31.522 6.523 70.558-13.504 112.499-24.351 51.026-71.158 107.089-133.774 158.639 15.752 5.771 28.417 14.752 37.512 26.789 23.389 30.903 20.504 80.157-8.047 137.526-24.818 49.892-68.511 106.794-126.65 162.82l-0.095 0.095c-20.466 19.085-41.893 37.96-64.235 56.549-24.361 20.285-49.731 40.245-76.167 59.692-80.338 59.14-162.229 108.137-241.491 146.135-36.503 17.551-72.463 32.646-107.47 45.407-46.416 16.932-91.109 29.579-133.269 37.826-24.637 4.819-48.407 8.114-71.082 9.876l-0.609 0.048-71.891-0.057c-70.158-6.114-125.041-31.446-158.039-76.31l-0.019-0.019c-6.247-8.552-11.466-17.694-16.123-27.589l-0.133-0.333c-2.695-6.485-5.276-13.104-7.857-19.742z"],"width":2945,"isMulticolor":false,"isMulticolor2":false,"tags":["lgpl-v3"],"defaultCode":59881,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":235,"order":353,"ligatures":"","prevSize":32,"code":59881,"name":"lgpl"},"setIdx":16,"setId":1,"iconIdx":36},{"icon":{"paths":["M217.54 40.106l-217.538 949.139h2102.218c-62.358-5.447-111.593-27.332-140.924-67.243-5.438-7.38-9.933-15.332-13.875-23.646-2.505-6.133-4.857-12.313-7.238-18.57-6.247-19.884-8.742-41.959-7.619-65.472 3.124-65.548 33.884-143.524 87.175-225.167 56.606-86.775 138.639-177.712 240.213-262.107 22.77-18.904 46.311-37.569 70.948-55.711 30.465-22.408 61.158-43.045 91.87-62.348 113.145-71.234 226.005-121.078 326.017-146.391-95.575 31.179-202.939 84.109-309.018 156.161-3.809 2.581-7.58 5.219-11.333 7.819-58.853 40.788-112.174 84.090-158.714 127.83-149.733 140.791-228.881 286.677-192.911 372.148 2.562 5.885 5.619 11.495 9.18 16.808 38.655 56.854 134.458 66.681 255.86 36.16 8.257-2.057 16.513-4.4 25.017-6.838 38.778-11.199 79.947-26.313 122.354-44.959 10.19-4.504 20.494-9.123 30.884-14.066 1.057-0.505 2.057-1 3.124-1.571 133.849-66.501 236.709-143.019 258.983-188.997 4.876-10.009 6.047-18.532 2.733-25.217-15.885-32.207-127.059-10.447-261.717 47.883-10.818 4.695-21.77 9.523-32.836 14.666 9.009-8.361 18.38-16.761 27.951-25.017 15.256-13.152 31.065-26.008 47.883-38.702 26.332-19.942 52.959-37.969 79.166-53.949 122.716-92.575 184.75-180.16 171.799-212.653-2.438-6.123-7.628-10.333-15.637-12.904-25.579-8.133-72.272 1.581-128.992 24.827-46.787 19.189-100.527 47.645-155 83.071l-7.428 4.885-1.371 0.781-26.189 17.389 15.047-27.551c22.332-40.874 58.701-83.528 103.984-123.144 33.217-28.96 71.157-56.254 112.002-80.138 15.447-9.038 30.874-17.437 46.321-25.017 15.818-7.723 31.655-14.599 47.102-20.713 44.883-17.751 94.194-40.169 131.553-43.102-3.4 0-111.421 11.628-111.421 11.628h-2609.623zM1912.041 41.477c-6.133 93.546 12.009 230.576 53.168 382.699 7.314 27.074 15.285 54.625 24.037 82.49 5.438 17.199 11.056 34.141 16.808 50.816-3.381 4.962-6.781 9.895-9.971 14.856-51.349 78.69-81.357 153.066-88.928 217.738-21.703-72.681-38.045-152.285-47.302-236.699-2.628-24.189-4.685-48.102-6.057-71.738-10.133-171.637 12.275-327.236 58.244-440.162zM887.269 163.25c1.171-0.029 2.324 0 3.514 0h231.223c19.77 0 35.055 3.705 45.94 11.133 10.818 7.485 14.875 17.161 12.313 28.931l-27.56 124.506h-81.509l26.779-121.183h-204.054l-73.691 333.055-26.579 120.602h203.854l0.2-0.79 40.855-184.502h-95.775l9.18-41.635c0 0 177.284 0 177.284 0s-50.816 230.242-50.816 230.242c-0.695 3.286-1.895 6.247-3.524 9.19-4.19 7.628-11.504 14.171-21.694 19.551-14.132 7.438-31.055 11.133-50.816 11.133h-231.033c-19.761 0-35.045-3.695-45.93-11.133-10.818-7.447-14.942-16.951-12.313-28.741l101.832-460.294c2.628-11.771 10.818-21.446 25.017-28.931 0.505-0.267 1.067-0.324 1.562-0.581 12.961-6.495 28.17-10.142 45.74-10.552v0zM1249.645 163.25c0 0 291.029 0 291.029 0 19.513 0 34.855 3.705 45.74 11.133 10.942 7.485 15.132 17.161 12.504 28.931l-54.33 245.489c-2.571 11.704-10.961 21.246-25.217 28.731-14.256 7.523-31.046 11.342-50.625 11.342h-211.482l-40.845 184.312-6.647 30.293h-79.747l119.621-540.232zM1651.696 163.25h79.747l-110.041 497.044h190.759c2 14.628 4.343 28.998 6.847 43.188h-286.934l119.621-540.232zM1319.812 206.638l-52.968 238.842h198.778l52.768-238.842h-198.578zM895.944 770.354c0.781-0.029 1.562 0 2.343 0 9.257 0 17.342 1.628 23.846 4.695 6.942 3.247 11.904 8.085 14.656 14.466 2.695 6.19 3.4 13.218 1.962 20.913l-0.59 2.933h-22.865c0 0 0.19-2.743 0.19-2.743 0.59-5.371-0.076-9.599-2.143-12.504-0.276-0.371-0.667-0.848-0.981-1.171-0.514-0.533-1.295-1.133-1.952-1.571-3.2-2.009-8.209-3.124-14.666-3.124-8.561 0-14.97 1.495-19.351 4.495-4.247 2.943-6.942 6.219-7.809 10.161-0.876 4.009 0.562 6.104 1.562 7.238 0.029 0.029 0.152 0.162 0.19 0.19 1.267 1.076 5.666 3.609 19.351 6.838 12.38 3.009 20.589 5.704 25.217 8.019 7 3.562 11.894 8.19 14.456 13.875 2.571 5.628 3.133 12.218 1.571 19.351-1.571 6.942-5.104 13.342-10.361 19.351-5.19 6-11.799 10.761-19.742 14.075-7.885 3.247-16.532 5.076-25.408 5.076-11.256 0-20.294-1.705-27.37-5.076-7.38-3.505-12.704-9.038-15.828-16.228-3-7-3.647-14.951-1.952-23.646l0.581-2.743h22.484l-0.2 2.743c-0.562 5.19-0.010 9.38 1.371 12.504 1.314 3.009 3.809 5.495 7.819 7.428 4.247 2.067 9.571 3.133 15.637 3.133 5.438 0 10.409-0.914 14.847-2.543 4.381-1.562 7.866-3.628 10.361-6.257 2.438-2.628 3.876-5.4 4.495-8.399 0.629-2.695 0.476-4.971-0.581-6.847-1.19-2-3.543-3.771-7.238-5.276 0 0-19.151-5.666-19.151-5.666-10.695-2.695-17.894-5.257-22.084-7.819-5.695-3.381-9.799-7.714-11.923-12.904-2.133-5.123-2.352-10.809-0.981-16.999 1.438-6.638 4.638-12.942 9.58-18.57 5-5.695 11.456-10.161 19.151-13.094 6.8-2.552 13.961-4.047 21.503-4.304v0zM1101.169 770.745c1.238-0.095 2.4 0 3.714 0l14.075 1.562 4.685 0.4c0.010 0-6.838 17.389-6.838 17.389l-1.371 2.743-10.742-0.981c-3.181 0-5.514 0.486-7.038 1.562-0.105 0.076-0.295 0.314-0.39 0.39-0.21 0.181-0.552 0.495-0.781 0.781-0.943 1.238-2.095 3.447-2.933 7.428 0 0-0.409 1.695-0.781 3.133h16.808l-4.304 19.351h-16.418c-1.248 5.628-16.608 74.462-16.608 74.462h-22.675c0 0 14.732-66.148 16.608-74.462h-13.094l4.304-19.351h12.894c0.629-2.695 1.562-6.066 1.562-6.066 1.381-6.247 2.819-10.742 4.695-13.875 2.562-4.314 6.181-7.923 10.752-10.552 3.762-2.19 8.514-3.495 13.875-3.914v0zM1155.309 771.726c0 0-5.923 26.665-7.419 33.426h14.656l-4.304 19.351h-14.656c-1.19 5.371-10.552 47.102-10.552 47.102s-0.781 5.009-0.781 6.447c0 0.048-0.010 0.162 0 0.2 0 0.019-0.010 0.181 0 0.19 0 0.010 0.181-0.010 0.19 0l2.343 0.19 10.752-0.781-1.171 17.399 0.2 3.124-15.447 1.762c-6.123 0-10.628-1-13.875-3.124-3.438-2.257-5.438-5.238-6.257-8.99-0.124-0.695-0.39-1.695-0.39-3.133 0-2.809 0.533-7.571 2.343-15.828 0 0 8.219-36.807 9.971-44.569h-10.752l4.304-19.351h10.752c1-4.495 4.495-19.932 4.495-19.932l25.598-13.485zM435.059 772.506h87.956l-4.885 21.894h-64.31c-1 4.438-5.009 22.418-6.447 28.922h55.701l-4.885 21.894h-55.701c-1.19 5.438-11.923 53.749-11.923 53.749h-23.656l28.151-126.459zM552.919 803.39c0.886-0.105 1.848 0 2.733 0 5.628 0 10.828 1.714 15.837 5.276l3.124 2.152-12.114 19.932-3.324-2.343c-2.438-1.562-5.066-2.343-7.819-2.343-2.381 0-4.59 0.838-6.847 2.343-2.371 1.562-4.362 3.638-5.857 6.447-2.628 4.819-4.552 10.209-5.866 16.028l-10.552 48.083h-22.675l20.913-93.813h21.113c0 0-0.733 2.838-0.981 3.905 1-0.752 2.057-1.781 2.933-2.343 3.028-1.809 6.228-2.943 9.38-3.324zM620.152 803.39c1.371-0.105 2.714 0 4.104 0 12.761 0 22.418 4.466 28.731 13.294 3.943 5.685 6.066 12.723 6.066 21.103 0 4.628-0.571 9.609-1.762 15.047l-1.762 6.847h-63.72c-0.124 1.314-0.19 2.724-0.19 3.905 0 4.885 1 8.723 3.124 11.533 1.009 1.381 2.181 2.619 3.524 3.524 2.514 1.638 5.771 2.543 9.571 2.543 4.628 0 8.695-1.276 12.513-3.714 3.628-2.314 7.095-6.019 10.161-11.142h24.237l-2.152 4.685c-4.628 9.38-11.085 16.704-19.151 21.894s-17.713 8.009-28.341 8.009c-13.818 0-24.113-4.466-30.493-13.285-6.314-8.638-7.676-20.561-4.295-35.579 3.371-15.256 10.114-27.455 19.932-35.96 8.799-7.628 18.789-11.866 29.903-12.704v0zM721.984 803.39c1.371-0.105 2.714 0 4.104 0 12.761 0 22.418 4.466 28.731 13.294 3.943 5.685 6.066 12.723 6.066 21.103 0 4.571-0.571 9.476-1.762 14.856l-1.762 7.038h-63.72c-0.067 0.876-0.133 1.667-0.19 2.543-0.048 0.324 0.019 0.819 0 1.171 0 0.057 0 0.143 0 0.19 0 0.943 0.133 1.867 0.19 2.743 0.314 3.562 1.248 6.542 2.933 8.79 0.324 0.438 0.629 0.981 0.981 1.371 2.866 3.066 6.914 4.685 12.114 4.685 4.628 0 8.761-1.267 12.513-3.705 3.628-2.324 7.095-6.019 10.161-11.142h24.437l-2.352 4.685c-4.628 9.38-11.085 16.704-19.151 21.894s-17.704 8.009-28.341 8.009c-13.818 0-24.113-4.466-30.493-13.285-4.124-5.628-6.057-12.799-6.057-21.303 0-1.314 0.067-2.733 0.2-4.104 0.248-3.257 0.743-6.542 1.562-10.171 3.371-15.199 9.923-27.455 19.742-35.96 8.799-7.628 18.98-11.866 30.093-12.704v0zM999.338 803.39c1.4-0.105 2.686 0 4.104 0 13.009 0 23.008 4.4 29.512 13.094 6.447 8.695 8.009 20.418 4.695 35.179-2.562 11.514-6.266 20.808-11.342 27.56-5.066 6.761-11.523 12.275-19.151 16.028-7.571 3.752-15.58 5.666-23.646 5.666-13.266 0-23.141-4.533-29.512-13.285-4.133-5.571-6.257-12.742-6.257-21.303 0-4.628 0.505-9.552 1.752-15.056 3.762-16.761 11.418-29.522 22.675-37.721 8.266-5.962 17.389-9.409 27.17-10.161zM1342.754 803.39c1.648-0.105 3.181 0 4.885 0 7.885 0 14.075 0.8 18.77 2.733 5 2 8.552 4.838 10.552 8.209 1.933 3.19 2.933 7.114 2.933 11.923l-2.352 14.266-4.295 19.351c-3.695 16.513-4.504 22.703-4.695 25.017-0.181 3.133 0.105 6.181 0.981 8.999l1.562 5.076h-23.065l-0.971-2.933c-0.381-1.371-0.267-3.124-0.39-4.685-4.381 2.686-8.771 5.076-12.704 6.447-5.819 2-11.856 3.124-17.989 3.124-10.628 0-18.504-2.762-23.256-8.209-3.628-4-5.276-8.895-5.276-14.456 0-2.133 0.276-4.333 0.781-6.647 1.057-4.752 2.99-9.161 6.057-13.094 3-3.885 6.552-7.066 10.552-9.38 3.885-2.314 8.209-3.962 12.713-5.085l13.875-2.343c10.695-1.257 18.675-2.809 24.427-4.495 0.124-0.629 0.39-1.371 0.39-1.371 0.914-4.028 0.8-7.047-0.19-8.599-0.076-0.105-0.314-0.305-0.39-0.39-0.21-0.229-0.533-0.581-0.781-0.781-2.352-1.867-6.371-2.743-11.733-2.743-6.066 0-10.552 1-13.675 2.933-3.066 1.943-5.904 5.485-8.409 10.561h-23.646l2.143-4.695c2.819-6.504 6.171-11.904 10.361-16.028 4.19-4.133 9.857-7.323 16.418-9.58 5.038-1.657 10.533-2.762 16.418-3.124v0zM1441.852 803.39c0.886-0.105 1.848 0 2.733 0 5.695 0 11.028 1.714 16.028 5.276l2.933 2.152-12.114 19.932-3.324-2.343c-2.438-1.562-4.933-2.343-7.628-2.343-2.371 0-4.724 0.838-7.038 2.343-2.371 1.562-4.104 3.638-5.666 6.447-2.562 4.819-4.552 10.209-5.866 16.028l-10.742 48.083h-22.675l20.913-93.813h21.103c0 0-0.524 2.838-0.781 3.905 1-0.752 2-1.781 2.933-2.343 2.981-1.809 6.038-2.943 9.19-3.324v0zM1508.895 803.39c1.362-0.105 2.705 0 4.104 0 12.761 0 22.475 4.466 28.731 13.294 4 5.685 6.057 12.723 6.057 21.103 0 4.628-0.762 9.609-1.952 15.047l-1.562 6.847h-63.72c-0.124 1.314-0.39 2.724-0.39 3.905 0 4.885 1.057 8.723 3.124 11.533 0.324 0.438 0.819 0.981 1.171 1.371 0.21 0.219 0.571 0.581 0.781 0.781 2.8 2.543 6.6 3.914 11.342 3.914 4.628 0 8.695-1.276 12.504-3.714 3.628-2.314 7.038-6.019 10.161-11.142h24.437l-2.343 4.685c-4.628 9.38-11.152 16.704-19.161 21.894-8.133 5.19-17.646 8.009-28.341 8.009-13.818 0-23.913-4.466-30.293-13.285-6.314-8.638-7.809-20.561-4.495-35.579 3.381-15.256 9.923-27.455 19.742-35.96 8.857-7.628 18.999-11.866 30.103-12.704v0zM1166.651 805.152h23.256c0 0 2.866 55.673 2.933 56.482 0.943-1.99 1.667-3.666 1.762-3.905l25.598-52.578h21.313c0 0 1.952 54.996 1.952 55.311 0.619-1.124 29.122-55.311 29.122-55.311h23.065l-50.825 93.813h-20.913c0 0-2.019-50.873-2.143-53.749-8.638 17.704-26.198 53.749-26.198 53.749h-21.494l-7.428-93.813zM620.543 822.932c-5.381 0.229-10.276 2.171-14.847 5.866-3.628 2.876-6.076 6.828-8.019 11.142 0 0 38.502 0 38.502 0 0.067-0.686 0.2-1.524 0.2-2.152 0-3.562-0.638-6.333-1.762-8.209-2.752-4.504-6.828-6.647-12.904-6.647-0.362 0-0.809-0.019-1.171 0v0zM722.374 822.932c-5.381 0.229-10.276 2.171-14.847 5.866-3.628 2.876-6.019 6.828-8.019 11.142 0 0 38.502 0 38.502 0 0.067-0.686 0.2-1.524 0.2-2.152 0-3.562-0.571-6.333-1.762-8.209-0.543-0.914-1.286-1.819-1.952-2.543-2.609-2.695-6.209-4.104-10.942-4.104-0.371 0-0.819-0.019-1.181 0v0zM1510.067 822.932c-5.543 0.171-10.714 2.047-15.447 5.866-3.562 2.876-6.009 6.828-8.009 11.142 0 0 38.312 0 38.312 0 0.067-0.686 0.19-1.524 0.19-2.152 0-3.562-0.571-6.333-1.752-8.209-2.695-4.438-6.838-6.581-12.904-6.647-0.181 0-0.21 0-0.39 0v0zM997.976 823.322c-5.171 0.619-9.98 2.981-14.466 7.038-5.381 4.876-9.285 12.542-11.533 22.675-0.943 4.257-1.371 7.885-1.371 11.142 0 4.438 0.857 7.923 2.543 10.552 0.448 0.676 1.048 1.39 1.562 1.952 2.781 2.952 6.666 4.504 11.533 4.504 6.314 0 11.885-2.362 17.199-7.238 5.381-4.943 9.218-12.685 11.533-23.065 2.124-9.504 1.828-16.599-1.171-21.103-2.876-4.381-7.085-6.457-12.904-6.457-0.981 0-1.971-0.114-2.924 0zM1351.163 857.53c-5.323 1.438-11.275 2.647-19.161 3.714-5.876 0.876-10.066 1.8-12.504 2.733-2.133 0.876-3.838 2.095-5.276 3.714-1.381 1.571-2.305 3.209-2.743 5.085-0.124 0.752-0.19 1.524-0.19 2.152 0 0.048 0 0.143 0 0.19 0 0.152-0.019 0.448 0 0.59 0.038 0.276 0.114 0.714 0.19 0.971 0.029 0.086 0.162 0.305 0.2 0.39 0.067 0.171 0.105 0.429 0.19 0.59s0.286 0.429 0.39 0.581c0.171 0.229 0.39 0.571 0.59 0.79 1.562 1.743 4.685 2.533 9.19 2.533 4.933 0 9.695-0.933 14.066-3.124 4.314-2.124 7.8-5.304 10.361-8.99 1.876-2.628 3.381-6.666 4.695-11.923v0zM157.287 700.816l524.566-541.603h85.661l-126.659 541.603h-70.462l35.969-155.904h-219.91l-149.438 155.904h-79.728zM439.897 489.125h179.855l33.179-135.953c13.39-53.939 26.284-98.889 38.674-134.849-24.76 31.036-57.52 67.853-98.279 110.46l-153.428 160.342zM1912.355 896.556l29.141-11.333c2.447 6.304 4.904 12.59 7.476 18.808 3.6 7.609 7.742 14.904 12.723 21.713 28.055 38.121 75.319 58.292 134.868 63.596 0 0 68.624 0 68.634 0 21.351-1.695 43.721-4.819 66.9-9.352 40.674-7.952 83.785-20.18 128.563-36.502 34.074-12.428 69.091-27.132 104.641-44.226h0.010c77.624-37.207 157.809-85.214 236.48-143.124 25.922-19.075 50.806-38.645 74.69-58.549 21.846-18.17 42.807-36.636 62.863-55.32 54.977-53.016 96.613-106.755 120.126-154.028 11.59-23.284 18.713-44.826 20.389-63.739 1.448-16.208-1.143-30.236-9.285-40.997v0c-10.228-13.542-27.732-19.942-49.778-21.646l-41.35-3.2 33.179-24.894c71.272-53.492 124.954-113.593 150.933-168.018 15.761-33.017 21.37-63.52 12.333-88.347l-0.010-0.010c-6.619-18.275-21.484-31.598-42.378-39.14-10.066-3.609-21.37-5.885-33.674-6.971 0 0-36.521 0-36.569 0.010-51.159 3.79-125.24 22.151-188.131 52.968l-13.761-28.084c66.977-32.826 145.953-52.206 200.244-56.12l0.562-0.048h38.988l0.657 0.057c15.475 1.314 29.655 4.228 42.283 8.771v0c30.512 11.009 51.511 31.208 61.177 57.882 11.485 31.531 6.523 70.557-13.494 112.507-24.36 51.025-71.157 107.079-133.772 158.637 15.751 5.771 28.408 14.742 37.502 26.789 23.389 30.903 20.503 80.147-8.038 137.525-24.817 49.883-68.519 106.793-126.649 162.818l-0.095 0.086c-20.475 19.084-41.902 37.959-64.244 56.549-24.36 20.294-49.73 40.245-76.167 59.701-80.338 59.139-162.218 108.136-241.489 146.134-36.493 17.542-72.462 32.646-107.46 45.407-46.416 16.923-91.118 29.579-133.277 37.817-24.637 4.819-48.397 8.114-71.081 9.885l-0.6 0.048-71.9-0.057c-70.148-6.114-125.030-31.446-158.038-76.309l-0.010-0.019c-6.257-8.552-11.475-17.704-16.123-27.598l-0.143-0.333c-2.686-6.476-5.266-13.104-7.847-19.742z"],"width":3114,"isMulticolor":false,"isMulticolor2":false,"tags":["agpl-v3"],"defaultCode":59882,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":236,"order":354,"ligatures":"","prevSize":32,"code":59882,"name":"agpl"},"setIdx":16,"setId":1,"iconIdx":37},{"icon":{"paths":["M506.604 0c-279.832 0-506.604 226.926-506.604 506.76s226.772 506.76 506.604 506.76c70.866 0 138.278-14.722 199.524-40.996 61.248 26.274 128.658 40.996 199.526 40.996 279.832 0 506.76-226.926 506.76-506.76s-226.927-506.76-506.76-506.76c-70.868 0-138.278 14.722-199.526 40.996-61.246-26.274-128.658-40.996-199.524-40.996zM496.628 159.152c76.466 0 147.2 24.544 204.824 66.092 57.623-41.548 128.202-66.092 204.668-66.092 193.648 0 350.726 156.923 350.726 350.569 0 193.648-157.078 350.726-350.726 350.726-76.453 0-147.049-24.557-204.668-66.092-57.618 41.535-128.369 66.092-204.824 66.092-193.646 0-350.571-157.078-350.571-350.726 0-193.646 156.924-350.569 350.571-350.569zM548.601 300.716h-166.702c-112.469 232.894-18.354 391.415 56.018 424.325 74.37 32.911 196.022 53.816 263.588-68.042 55.503 104.303 181.619 110.338 265.477 71.714 83.858-38.626 165.221-215.065 58.512-427.998h-169.558c57.372 131.784 58.523 311.567 0.046 316.908-58.481 5.341-75.307-14.215-68.659-220.9l-166.15-0.746c12.417 204.015-25.383 239.44-76.51 217.055s-48.857-140.319 3.937-312.317z"],"width":1412,"isMulticolor":false,"isMulticolor2":false,"tags":["wtfpl"],"defaultCode":59883,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":237,"order":355,"ligatures":"","prevSize":32,"code":59883,"name":"wtfpl"},"setIdx":16,"setId":1,"iconIdx":38},{"icon":{"paths":["M341.511 509.393c49.548 0 75.502-25.954 75.502-75.502 0-47.189-28.313-73.143-75.502-73.143-49.548 0-70.783 25.954-70.783 73.143 0 49.548 21.235 75.502 70.783 75.502zM1316.67-0.012c-252.461 0-313.806 148.645-408.184 148.645s-155.724-148.645-408.184-148.645c-283.134 0-500.203 228.866-500.203 512s217.069 512 500.203 512c254.82 0 316.166-148.645 408.184-148.645s153.364 148.645 408.184 148.645c283.134 0 500.203-228.866 500.203-512s-217.069-512-500.203-512zM1316.67 936.688c-146.286 0-233.585-68.424-297.29-115.613-35.392-25.954-68.424-42.47-110.894-42.47s-75.502 16.516-110.894 42.47c-63.705 47.189-151.005 115.613-297.29 115.613-235.945 0-417.622-186.396-415.263-424.7-2.359-238.304 179.318-424.7 415.263-424.7 146.286 0 233.585 68.424 297.29 115.613 35.392 25.954 68.424 42.47 110.894 42.47s75.502-16.516 110.894-42.47c63.705-47.189 151.005-115.613 297.29-115.613 235.945 0 417.622 186.396 415.263 424.7 2.359 238.304-179.318 424.7-415.263 424.7zM719.023 360.747c-49.548 0-73.143 25.954-73.143 73.143 0 49.548 23.594 75.502 73.143 75.502s73.143-25.954 73.143-75.502c0-47.189-23.594-73.143-73.143-73.143zM520.829 669.835c58.986-2.359 92.018-14.157 92.018-47.189s-21.235-30.673-42.47-30.673h-33.032c-14.157 0-21.235-11.797-14.157-28.313l49.548-96.737c14.157-25.954 4.719-49.548-21.235-56.627-23.594-7.078-37.751 4.719-49.548 25.954-58.986 108.535-73.143 134.488-73.143 158.083 0 42.47 23.594 77.862 92.018 75.502zM749.695 646.241c-18.876 0-35.392 9.438-42.47 28.313-14.157 40.111-37.751 99.097-191.115 92.018-148.645-7.078-151.005-66.065-165.161-106.175-7.078-18.876-23.594-21.235-44.829-21.235-18.876 0-40.111 9.438-40.111 35.392 0 240.664 526.157 228.866 526.157 7.078 0-25.954-11.797-35.392-42.47-35.392zM1129.566 509.393c49.548 0 75.502-25.954 75.502-75.502 0-47.189-28.313-73.143-75.502-73.143-49.548 0-70.783 25.954-70.783 73.143 0 49.548 21.235 75.502 70.783 75.502zM1544.829 639.162c-21.235 0-35.392 2.359-44.829 21.235-18.876 37.751-16.516 108.535-165.161 106.175-153.364-2.359-179.318-49.548-191.115-92.018-4.719-18.876-23.594-28.313-42.47-28.313-30.673 0-42.47 9.438-42.47 35.392 0 224.147 526.157 235.945 526.157-7.078 0-25.954-21.235-35.392-40.111-35.392zM1507.078 509.393c49.548 0 73.143-25.954 73.143-75.502 0-47.189-23.594-73.143-73.143-73.143s-73.143 25.954-73.143 73.143c0 49.548 23.594 75.502 73.143 75.502zM1308.884 669.835c58.986-2.359 92.018-14.157 92.018-47.189s-21.235-30.673-42.47-30.673h-33.032c-14.157 0-21.235-11.797-14.157-28.313l49.548-96.737c14.157-25.954 4.719-49.548-21.235-56.627-23.594-7.078-37.751 4.719-49.548 25.954-58.986 108.535-73.143 134.488-73.143 158.083 0 42.47 23.594 77.862 92.018 75.502z"],"width":1817,"isMulticolor":false,"isMulticolor2":false,"tags":["amicale"],"defaultCode":59884,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":238,"order":356,"ligatures":"","prevSize":32,"code":59884,"name":"amicale"},"setIdx":16,"setId":1,"iconIdx":39},{"icon":{"paths":["M512 217.28c-169.040 0-211.552 159.504-211.552 294.72 0 135.232 42.496 294.72 211.552 294.72 169.024 0 211.536-159.488 211.536-294.72 0-135.216-42.512-294.72-211.536-294.72zM512 328.416c6.864 0 13.12 1.056 19.008 2.512 12.176 10.496 18.128 24.976 6.448 45.168l-112.576 206.88c-3.456-26.176-3.952-51.84-3.952-70.992 0-59.552 4.128-183.568 91.072-183.568zM596.256 423.792c5.968 31.744 6.816 64.896 6.816 88.208 0 59.568-4.128 183.6-91.040 183.6-6.848 0-13.152-0.72-19.008-2.176-1.12-0.336-2.144-0.688-3.232-1.072-1.792-0.512-3.68-1.088-5.376-1.76-19.36-8.24-31.552-23.136-13.984-49.488l125.824-217.312zM510.928 0c-142.032 0-261.744 49.44-359.264 148.8-49.392 49.392-87.088 105.712-113.312 168.512-25.6 62.192-38.352 127.024-38.352 194.688 0 68.288 12.752 133.12 38.352 194.688 25.6 61.6 62.736 116.992 111.504 166.336 49.36 48.784 104.784 86.384 166.368 112.592 62.176 25.632 127.024 38.368 194.704 38.368 67.664 0 133.44-13.216 196.848-39.44 63.392-26.224 119.936-63.904 169.936-113.296 48.176-46.928 84.624-100.752 108.992-161.696 24.976-61.552 37.296-127.424 37.296-197.552 0-69.488-12.32-135.264-37.28-196.848-24.992-62.16-61.568-117.12-109.712-165.28-100.608-99.968-222.848-149.872-366.080-149.872zM513.072 92.144c115.808 0 214.592 41.056 296.864 123.344 39.632 39.632 70 84.96 90.72 135.536 20.736 50.592 31.184 104.288 31.184 160.976 0 117.664-40.256 215.264-120.096 293.28-41.472 40.256-88.032 71.152-139.84 92.496-51.2 21.344-103.968 31.904-158.832 31.904-55.488 0-108.608-10.448-159.184-31.168-50.608-21.344-96.016-51.808-136.256-91.456-40.24-40.224-71.28-85.648-93.216-136.256-21.328-51.184-32.272-103.968-32.272-158.832 0-55.472 10.944-108.592 32.272-159.184 21.936-51.2 52.992-97.184 93.216-138.048 79.84-81.648 178.4-122.592 295.44-122.592z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-zero"],"defaultCode":59885,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":239,"order":341,"ligatures":"","prevSize":32,"code":59885,"name":"cc-zero"},"setIdx":16,"setId":1,"iconIdx":40},{"icon":{"paths":["M511.088 0c143.216 0 264.496 49.68 363.872 149.040 99.328 98.752 149.040 219.728 149.040 362.96 0 143.264-48.784 263.312-146.32 360.224-102.992 101.184-225.216 151.776-366.592 151.776-138.384 0-258.448-50.288-360.224-150.864-100.56-100.56-150.864-220.912-150.864-361.12 0-139.568 50.304-260.56 150.864-362.96 99.344-99.376 219.424-149.056 360.224-149.056zM512.912 92.352c-116.416 0-214.848 41.152-295.312 123.44-83.52 84.736-125.264 183.472-125.264 296.208 0 114 41.44 212.112 124.32 294.4 82.896 82.912 181.632 124.336 296.224 124.336 113.968 0 213.344-41.744 298.064-125.248 80.464-78.016 120.688-175.84 120.688-293.488 0-117.008-40.848-215.76-122.496-296.208-81.072-82.32-179.824-123.44-296.224-123.44zM284.336 439.76c9.744-62.784 35.024-111.392 75.872-145.824 40.832-34.432 90.496-51.648 149.024-51.648 80.432 0 144.464 25.92 192 77.696 47.536 51.808 71.312 118.256 71.312 199.312 0 78.64-24.688 144-74.032 196.096-49.408 52.096-113.376 78.176-192.032 78.176-57.904 0-107.888-17.36-149.936-52.112-42.064-34.752-67.344-84.112-75.888-148.112h128.944c3.040 62.176 40.528 93.264 112.464 93.264 35.936 0 64.912-15.552 86.848-46.624 21.968-31.072 32.944-72.544 32.944-124.336 0-54.256-10.064-95.536-30.16-123.888-20.128-28.336-49.056-42.512-86.88-42.512-68.288 0-106.672 30.16-115.2 90.496h37.488l-101.472 101.488-101.488-101.488 40.192 0.016z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-sa"],"defaultCode":59886,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":240,"order":342,"ligatures":"","prevSize":32,"code":59886,"name":"cc-sa"},"setIdx":16,"setId":1,"iconIdx":41},{"icon":{"paths":["M511.081 0c143.216 0 264.496 49.68 363.872 149.040 99.328 98.752 149.040 219.728 149.040 362.96 0 143.264-48.784 263.312-146.32 360.224-102.992 101.184-225.216 151.776-366.592 151.776-138.384 0-258.448-50.288-360.224-150.88-100.56-100.544-150.864-220.896-150.864-361.104 0-139.568 50.304-260.56 150.864-362.96 99.344-99.376 219.424-149.056 360.224-149.056zM512.905 92.352c-116.416 0-214.848 41.152-295.312 123.44-83.52 84.736-125.264 183.472-125.264 296.208 0 114 41.44 212.112 124.32 294.4 82.896 82.912 181.632 124.336 296.224 124.336 113.968 0 213.344-41.728 298.064-125.248 80.464-78.016 120.688-175.824 120.688-293.488 0-117.008-40.848-215.76-122.496-296.208-81.072-82.32-179.824-123.44-296.224-123.44zM705.833 391.296v87.776h-372.112v-87.776h372.112zM705.833 555.888v87.728h-372.112v-87.728h372.112z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-nd"],"defaultCode":59887,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":241,"order":343,"ligatures":"","prevSize":32,"code":59887,"name":"cc-nd"},"setIdx":16,"setId":1,"iconIdx":42},{"icon":{"paths":["M511.072 0c143.84 0 265.136 49.36 363.888 148.096 99.328 98.752 149.040 220.048 149.040 363.904 0 143.872-48.768 263.616-146.32 359.328-103.6 101.792-225.824 152.672-366.608 152.672-138.976 0-259.040-50.592-360.208-151.76-100.56-100.592-150.864-220.64-150.864-360.24 0-140.192 50.304-261.488 150.864-363.888 98.736-98.736 218.8-148.112 360.208-148.112zM115.2 373.952c-15.232 42.048-22.864 88.080-22.864 138.064 0 113.376 41.44 211.52 124.32 294.4 83.504 82.304 182.256 123.44 296.224 123.44 115.216 0 214.544-41.728 298.080-125.264 29.872-28.64 53.312-58.512 70.368-89.632l-192.896-85.936c-6.736 32.32-23.024 58.672-48.912 79.072-25.952 20.416-56.56 32.176-91.904 35.2v78.64h-59.424v-78.64c-56.688-0.576-108.512-20.992-155.424-61.232l70.4-71.312c33.504 31.072 71.616 46.608 114.288 46.608 17.664 0 32.768-3.936 45.28-11.888 12.48-7.904 18.752-20.992 18.752-39.312 0-12.816-4.592-23.168-13.728-31.088l-49.36-21.040-60.336-27.44-81.376-35.664-261.488-116.976zM512.912 91.424c-116.416 0-214.848 41.136-295.312 123.424-20.128 20.128-39.024 42.976-56.688 68.592l195.664 87.76c8.528-26.816 24.672-48.304 48.464-64.448 23.744-16.144 51.488-25.136 83.2-26.976v-78.64h59.44v78.64c46.944 2.448 89.6 18.288 128 47.536l-66.752 68.576c-28.688-20.112-57.904-30.16-87.776-30.16-15.856 0-30.016 3.056-42.496 9.136-12.496 6.096-18.752 16.464-18.752 31.088 0 4.272 1.52 8.528 4.56 12.8l109.712 49.392 82.304 36.56 262.352 117.024c8.56-35.968 12.816-72.528 12.816-109.712 0-117.648-40.832-216.688-122.496-297.168-81.072-82.288-179.856-123.424-296.24-123.424z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-nc"],"defaultCode":59888,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":242,"order":344,"ligatures":"","prevSize":32,"code":59888,"name":"cc-nc"},"setIdx":16,"setId":1,"iconIdx":43},{"icon":{"paths":["M511.088 0c143.216 0 264.496 49.68 363.872 149.040 99.328 98.752 149.040 219.728 149.040 362.96 0 143.264-48.784 263.312-146.32 360.224-102.992 101.184-225.216 151.776-366.592 151.776-138.384 0-258.448-50.288-360.224-150.864-100.56-100.56-150.864-220.912-150.864-361.12 0-139.568 50.304-260.56 150.864-362.96 99.344-99.376 219.424-149.056 360.224-149.056zM512.912 92.352c-116.416 0-214.848 41.152-295.312 123.44-83.52 84.736-125.264 183.472-125.264 296.208 0 114 41.44 212.112 124.32 294.4 82.896 82.912 181.632 124.336 296.224 124.336 113.968 0 213.344-41.744 298.064-125.248 80.464-78.016 120.688-175.84 120.688-293.488 0-117.008-40.848-215.76-122.496-296.208-81.072-82.32-179.824-123.44-296.224-123.44zM846.624 521.152l10.064 4.576v144.448l-9.152 4.544-124.336 53.040-5.488 1.84-6.4-1.824-277.040-114.288-132.56 54.864-130.736-56.704v-131.648l122.512-51.216-0.912-0.912v-144.464l138.976-61.248 313.6 129.824v127.088l101.472 42.080zM701.248 689.344v-90.48h-0.912v-3.664l-234.976-96v93.28l234.976 96.928v-0.928l0.912 0.864zM716.784 570.512l82.32-33.824-75.904-32-80.464 33.824 74.048 32zM824.688 649.152v-88.672l-91.44 38.4v89.6l91.44-39.328z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-remix"],"defaultCode":59889,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":243,"order":345,"ligatures":"","prevSize":32,"code":59889,"name":"cc-remix"},"setIdx":16,"setId":1,"iconIdx":44},{"icon":{"paths":["M511.088 0c143.808 0 265.12 49.36 363.872 148.112 99.328 99.36 149.040 220.656 149.040 363.888 0 143.856-48.784 263.616-146.32 359.296-103.616 101.808-225.808 152.704-366.592 152.704-138.384 0-258.448-50.304-360.224-150.88-100.56-100.576-150.864-220.928-150.864-361.12 0-140.176 50.304-261.472 150.864-363.872 98.752-98.768 218.8-148.128 360.224-148.128zM512.912 92.352c-116.416 0-214.848 40.848-295.312 122.512-83.52 85.344-125.264 184.4-125.264 297.152 0 113.376 41.44 211.52 124.32 294.368 82.896 82.912 181.632 124.336 296.224 124.336 113.968 0 213.344-41.712 298.064-125.248 80.464-77.408 120.688-175.232 120.688-293.488 0-116.416-40.848-215.44-122.496-297.136-81.664-81.664-180.416-122.496-296.224-122.496zM650.064 384.912v209.36h-58.496v248.672h-159.104v-248.656h-58.496v-209.376c0-9.152 3.2-16.912 9.584-23.312 6.416-6.384 14.192-9.6 23.312-9.6h210.304c8.528 0 16.16 3.2 22.848 9.6 6.672 6.4 10.048 14.176 10.048 23.312zM440.672 253.264c0-48.128 23.76-72.224 71.328-72.224s71.312 24.064 71.312 72.224c0 47.536-23.776 71.312-71.312 71.312s-71.328-23.776-71.328-71.312z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-by"],"defaultCode":59890,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":244,"order":346,"ligatures":"","prevSize":32,"code":59890,"name":"cc-by"},"setIdx":16,"setId":1,"iconIdx":45},{"icon":{"paths":["M511.088 0c143.216 0 264.496 49.68 363.872 149.040 99.328 98.752 149.040 219.728 149.040 362.96 0 143.264-48.784 263.312-146.32 360.224-102.992 101.184-225.216 151.776-366.592 151.776-138.384 0-258.448-50.288-360.224-150.864-100.56-100.56-150.864-220.912-150.864-361.12 0-139.568 50.304-260.56 150.864-362.96 99.344-99.376 219.424-149.056 360.224-149.056zM512.912 92.352c-116.416 0-214.848 41.152-295.312 123.44-83.52 84.736-125.264 183.472-125.264 296.208 0 114 41.44 212.112 124.32 294.4 82.896 82.912 181.632 124.336 296.224 124.336 113.968 0 213.344-41.744 298.064-125.248 80.464-78.016 120.688-175.84 120.688-293.488 0-117.008-40.848-215.76-122.496-296.208-81.072-82.32-179.824-123.44-296.224-123.44zM721.376 365.712c7.904 0 14.624 2.736 20.096 8.208 5.504 5.488 8.256 12.208 8.256 20.128v376.672c0 7.92-2.752 14.624-8.256 20.096-5.472 5.488-12.192 8.256-20.096 8.256h-278.864c-7.936 0-14.624-2.736-20.128-8.256-5.504-5.488-8.224-12.176-8.224-20.096v-111.568h-111.536c-7.952 0-14.64-2.72-20.128-8.208-5.472-5.472-8.224-12.176-8.224-20.128v-376.64c0-7.328 2.416-13.568 7.328-18.736 4.848-5.168 10.96-8.368 18.272-9.6h281.584c7.904 0 14.624 2.736 20.128 8.224 5.472 5.472 8.224 12.208 8.224 20.128v111.552l111.568-0.032zM330.048 603.424h84.112v-209.376c0-7.312 2.416-13.552 7.328-18.736 4.864-5.152 10.672-8.368 17.36-9.6h115.2v-83.2h-224v320.912zM693.936 421.472h-224v320.928h224v-320.928z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc-share"],"defaultCode":59891,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":245,"order":347,"ligatures":"","prevSize":32,"code":59891,"name":"cc-share"},"setIdx":16,"setId":1,"iconIdx":46},{"icon":{"paths":["M509.533 0c-279.527 0-509.533 230.005-509.533 509.533s230.005 509.533 509.533 509.533c279.527 0 509.533-230.005 509.533-509.533 0-0.493 0-0.987 0-1.48 0-278.158-228.426-507.238-506.572-508.052h-2.961zM518.169 526.805l-53.051 178.892h283.759c0.173 0 0.333-0.012 0.506-0.012 7.661 0 14.040 6.169 14.299 13.83v4.688l-24.675 85.128c-2.233 8.266-9.956 13.929-18.506 13.571h-434.275l72.79-247.981-81.427 24.675 18.506-56.752 81.427-24.675 102.4-347.913c2.307-8.204 9.981-13.83 18.506-13.571h109.802c0.173 0 0.333-0.012 0.506-0.012 7.661 0 14.040 6.169 14.299 13.83v4.688l-86.361 293.629 81.427-24.675-17.272 59.219-82.66 23.441z"],"isMulticolor":false,"isMulticolor2":false,"tags":["ltc"],"defaultCode":59892,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":246,"order":348,"ligatures":"","prevSize":32,"code":59892,"name":"ltc"},"setIdx":16,"setId":1,"iconIdx":47},{"icon":{"paths":["M512 0c282.58 0 512 229.42 512 512s-229.42 512-512 512c-282.58 0-512-229.42-512-512s229.42-512 512-512zM768.44 276.736c-47.973-22.019-98.602-37.719-150.617-46.708-0.968-0.185-1.952 0.278-2.427 1.141-6.907 12.519-13.177 25.378-18.788 38.529-56.064-8.515-113.094-8.515-169.158 0-5.636-13.183-11.995-26.046-19.048-38.529-0.494-0.844-1.462-1.299-2.428-1.141-51.999 8.974-102.61 24.676-150.559 46.708-0.412 0.174-0.761 0.472-0.997 0.853-95.916 143.318-122.19 283.111-109.299 421.14 0.075 0.685 0.424 1.311 0.969 1.734 55.853 41.374 118.332 72.958 184.766 93.402 0.958 0.286 1.999-0.055 2.601-0.853 14.265-19.419 26.905-39.982 37.792-61.478 0.164-0.326 0.25-0.687 0.25-1.053 0-0.98-0.616-1.861-1.537-2.198-19.935-7.615-39.235-16.796-57.72-27.459-0.723-0.425-1.169-1.204-1.169-2.043 0-0.74 0.348-1.44 0.938-1.888 3.873-2.89 7.76-5.925 11.46-8.989 0.669-0.549 1.595-0.672 2.385-0.318 121.091 55.293 252.198 55.293 371.859 0 0.796-0.381 1.744-0.268 2.428 0.289 3.7 3.050 7.587 6.114 11.561 9.018 0.598 0.448 0.95 1.152 0.95 1.898 0 0.832-0.438 1.606-1.152 2.033-18.461 10.766-37.799 19.951-57.807 27.459-0.916 0.345-1.525 1.226-1.525 2.204 0 0.38 0.092 0.754 0.268 1.091 11.068 21.378 23.689 41.916 37.762 61.449 0.584 0.823 1.637 1.18 2.601 0.881 66.525-20.384 129.085-51.972 184.984-93.402 0.553-0.401 0.906-1.024 0.968-1.705 15.434-159.606-25.84-298.256-109.4-421.155-0.187-0.401-0.51-0.723-0.911-0.91zM389.311 614.691c-36.461 0-66.478-33.47-66.478-74.571s29.453-74.571 66.478-74.571c37.329 0 67.086 33.759 66.479 74.571 0.029 41.101-29.439 74.571-66.479 74.571zM635.18 614.691c-36.462 0-66.478-33.47-66.478-74.571s29.453-74.571 66.478-74.571c37.329 0 67.085 33.759 66.478 74.571 0.015 41.101-29.149 74.571-66.478 74.571z"],"isMulticolor":false,"isMulticolor2":false,"tags":["discord"],"defaultCode":59893,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":247,"order":351,"ligatures":"","prevSize":32,"code":59893,"name":"discord"},"setIdx":16,"setId":1,"iconIdx":48},{"icon":{"paths":["M938.116 0v1024h-938.116v-1024h938.116zM584.374 441.311c3.931-31.81 8.159-63.719 14.072-95.265 25.138-133.913 172.428-118.553 162.42-37.525-17.507 141.841-42.777 282.426-60.878 424.134-3.997 31.315-9.579 95.727 43.239 78.749 28.507-9.15 57.972-23.321 84.86-42.942l-5.715-14.732c-15.756 5.913-32.504 13.114-49.614 13.114-18.432 0-13.708-30.522-12.75-42.050 10.57-129.883 39.011-259.171 56.089-388.393 27.615-209.292-210.647-146.729-260.757-10.438-14.732 40.101-23.915 72.638-29.101 115.382h-27.549l-39.639 23.156 5.88 12.222h57.41l-30.687 265.447c-7.63 66.065-30.258 184.716-94.604 220.193l10.174 24.807c88.626-53.81 133.45-167.672 144.879-266.306l28.276-244.141c17.111 0 54.966-3.27 62.431 17.672 16.153-8.456 38.615-26.459 49.846-42.083l-7.763-11h-100.517zM336.632 430.84c-77.196 0-171.173 86.247-183.659 191.752-12.288 104.151 25.501 191.785 109.568 191.785s168.002-100.286 182.041-191.785c18.102-118.123-23.849-191.752-107.949-191.752zM306.903 476.722c63.29 0 90.343 59.062 83.77 147.423-5.252 70.293-39.87 145.903-97.412 145.903-55.858 0-92.391-69.037-85.752-148.579 6.673-79.938 40.696-144.747 99.394-144.747z"],"width":958,"isMulticolor":false,"isMulticolor2":false,"tags":["ofl"],"defaultCode":59894,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":248,"order":350,"ligatures":"","prevSize":32,"code":59894,"name":"ofl"},"setIdx":16,"setId":1,"iconIdx":49},{"icon":{"paths":["M511.056 0c143.216 0 265.152 50 365.712 149.952 48.128 48.144 84.72 103.168 109.712 165.024 24.976 61.872 37.504 127.536 37.504 197.024 0 70.096-12.368 135.776-37.024 197.008-24.688 61.248-61.12 115.36-109.248 162.288-49.968 49.36-106.656 87.168-170.064 113.376-63.376 26.208-128.912 39.312-196.56 39.312s-132.416-12.928-194.288-38.864c-61.856-25.888-117.328-63.376-166.4-112.432s-86.4-104.384-112-165.952c-25.6-61.568-38.4-126.464-38.4-194.736 0-67.664 12.944-132.72 38.848-195.2s63.552-118.4 112.912-167.776c97.52-99.328 217.28-149.024 359.296-149.024zM512.912 92.352c-117.024 0-215.472 40.848-295.328 122.512-40.24 40.848-71.168 86.704-92.8 137.6-21.664 50.896-32.464 104.080-32.464 159.552 0 54.864 10.8 107.744 32.464 158.608 21.648 50.928 52.56 96.336 92.8 136.256 40.224 39.936 85.616 70.384 136.24 91.44 50.576 21.024 103.616 31.536 159.088 31.536 54.848 0 108-10.64 159.568-31.984 51.504-21.36 97.936-52.112 139.408-92.336 79.84-78.016 119.744-175.84 119.744-293.504 0-56.688-10.368-110.32-31.088-160.912-20.688-50.592-50.88-95.68-90.464-135.328-82.336-82.288-181.36-123.44-297.168-123.44zM506.496 426.992l-68.592 35.664c-7.328-15.216-16.304-25.904-26.96-32-10.672-6.080-20.576-9.136-29.728-9.136-45.696 0-68.576 30.16-68.576 90.512 0 27.424 5.792 49.344 17.36 65.808 11.584 16.464 28.656 24.704 51.216 24.704 29.872 0 50.896-14.64 63.104-43.888l63.072 32c-13.408 25.008-32 44.656-55.776 58.976-23.744 14.336-49.968 21.488-78.624 21.488-45.712 0-82.608-14-110.64-42.064-28.032-28.032-42.048-67.040-42.048-117.008 0-48.768 14.176-87.456 42.512-116.112 28.336-28.64 64.144-42.976 107.44-42.976 63.408-0.032 108.8 24.656 136.24 74.032zM801.808 426.992l-67.664 35.664c-7.312-15.216-16.32-25.904-26.976-32-10.688-6.080-20.912-9.136-30.624-9.136-45.712 0-68.592 30.16-68.592 90.512 0 27.424 5.808 49.344 17.376 65.808s28.624 24.704 51.216 24.704c29.84 0 50.88-14.64 63.056-43.888l64 32c-14 25.008-32.912 44.656-56.656 58.976-23.776 14.336-49.68 21.488-77.712 21.488-46.336 0-83.344-14-111.056-42.064-27.776-28.032-41.632-67.040-41.632-117.008 0-48.768 14.16-87.456 42.528-116.112 28.32-28.64 64.128-42.976 107.408-42.976 63.392-0.032 108.528 24.656 135.328 74.032z"],"isMulticolor":false,"isMulticolor2":false,"tags":["cc"],"defaultCode":59895,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":249,"order":349,"ligatures":"","prevSize":32,"code":59895,"name":"cc"},"setIdx":16,"setId":1,"iconIdx":50},{"icon":{"paths":["M1121.060 1017.82c134.47-15.422 259.524-145.244 237.737-283.635-9.205-58.571-47.593-118.955-111.094-160.958-49.647-32.842-292.131-147.491-334.68-176.954-26.084-19.978-77.28-74.722-81.052-110.011-10.232-95.092 41.674-135.777 94.289-160.11 21.658-10.213 49.684-13.947 61.185-15.292 98.154-11.464 130.008 6.367 219.782 48.956 9.242 4.369 18.428 4.593 28.38 3.025 30.191-4.742 51.046-17.981 46.305-48.153-3.553-22.399-16.011-32.649-39.391-44.244-62.596-30.957-179.952-68.056-278.81-52.504-1.662 0.243-3.267 0.597-4.91 0.859l-0.243-1.382c-137.153 22.817-245.852 146.848-224.197 284.483 11.651 73.975 68.561 135.946 126.74 173.81 38.967 32.674 179.761 89.267 319.108 166.514 49.422 27.409 69.363 54.483 76.608 115.78 7.524 63.594-66.152 135.852-123.752 157.712-89.547 26.252-194.778-10.979-264.905-48.078-20.93-13.63-30.547-20.838-49.815-17.793-30.155 4.761-50.767 33.067-46.043 63.24 3.174 20.071 14.732 34.149 34.392 42.832 124.706 54.893 208.801 74.013 314.371 61.913zM254.392-0.010c-2.354-0.003-4.796 0.887-7.004 1.75-136.446 15.296-243.279 128.895-247.388 268.399h1.75c-0.095 1.363-0.583 2.689-0.583 4.089v693.165c0 25.539 16.885 46.129 38.51 50.179 0.394 0.073 0.77 0.521 1.167 0.583 5.844 2.042 12.591 2.922 19.254 2.917h393.256v2.917c160.782-0.392 291.166-130.829 291.166-291.736 0-130.089-85.462-240.077-203.054-277.728 49.964-48.075 81.105-115.405 81.105-190.216 0-141.307-110.851-256.526-250.312-263.735-0.971-0.132-1.942-0.56-2.931-0.56h-114.94zM258.476 91.595h105.608c89.183 9.196 158.706 82.878 158.706 172.714 0 86.838-65.053 158.56-149.947 171.544h-232.81c-15.929-5.556-29.431-16.903-37.343-31.525-5.208-9.519-8.168-20.471-8.168-32.080v-13.418h-1.751v-84.602c0-2.558-0.265-5.128-0.583-7.585 5.761-91.036 76.392-164.175 166.28-173.869v-1.167zM453.371 528.029v1.75c108.984 1.68 196.621 90.739 196.621 200.13 0 109.376-87.647 197.878-196.621 199.56v0.583h-360.576v-332.575h1.75v-13.42c0-11.613 2.959-22.551 8.169-32.092 5.028-9.3 12.354-17.342 21.004-23.337h323.231c2.187 0 4.312-0.29 6.418-0.583zM1609.87 20.413v0.583h-2.334c-82.696 0-150.635 63.403-158.121 144.119v792.945c0 25.303 16.596 46.451 37.925 50.763 1.129 0.228 2.345 0.451 3.501 0.583 1.187 0.143 2.281 0.583 3.501 0.583 0.385 0.011 0.779 0 1.167 0h205.964c0.401 0 1.288 0.016 1.75 0 271.704-6.162 490.126-224.899 490.126-494.205 0-266.455-213.64-483.663-481.367-494.205-4.425-0.541-8.113-1.167-10.503-1.167h-91.605zM1593.533 105.015h151.702c206.622 25.99 366.425 200.057 366.425 410.773 0 209.283-157.77 381.821-362.33 409.603h-152.872c-20.202-4.332-37.66-16.897-47.182-34.43-5.191-9.56-7.599-20.501-7.599-32.097v-13.42h-0.583v-676.262c0.117-11.408 3.053-22.719 8.169-32.092 9.168-16.897 25.020-29.019 44.344-33.257z"],"width":2193,"isMulticolor":false,"isMulticolor2":false,"tags":["bsd"],"defaultCode":59896,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":250,"order":360,"ligatures":"","prevSize":32,"code":59896,"name":"bsd"},"setIdx":16,"setId":1,"iconIdx":51},{"icon":{"paths":["M107.952 0v1024zM459.566 0v697.060zM811.181 0v1024zM1162.795 0v203.566zM1520.578 326.94v697.060zM0 0h215.904v1024h-215.904v-1024zM351.614 0h215.904v697.060h-215.904v-697.060zM703.229 0h215.904v1024h-215.904v-1024zM1054.843 0h215.904v203.566h-215.904v-203.566zM1412.627 326.94h215.904v697.060h-215.904v-697.060zM1054.843 326.94h215.904v697.060h-215.904v-697.060zM1412.627 0h567.518v203.566h-567.518v-203.566z"],"width":1980,"isMulticolor":false,"isMulticolor2":false,"tags":["mit"],"defaultCode":59897,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":251,"order":357,"ligatures":"","prevSize":32,"code":59897,"name":"mit"},"setIdx":16,"setId":1,"iconIdx":52},{"icon":{"paths":["M512.001 0c-107.192 0.229-211.612 34.091-298.53 96.82l116.291 116.295c54.871-33.566 117.92-51.378 182.24-51.485 193.503 0 350.37 156.862 350.37 350.37-0.156 64.295-17.997 127.31-51.577 182.142l116.514 116.514c62.704-86.972 96.528-191.435 96.693-298.657 0-282.772-229.234-512-512-512v0zM810.531 927.181l-116.295-116.295c-54.866 33.566-117.916 51.378-182.235 51.485-193.508 0-350.375-156.867-350.37-350.37 0.151-64.295 17.997-127.31 51.577-182.142l-116.514-116.514c-62.709 86.972-96.528 191.435-96.693 298.657 0 282.772 229.229 512 512 512 107.192-0.229 211.607-34.091 298.53-96.82zM674.921 512c0 90.024-72.979 163.002-163.002 163.002s-163.002-72.979-163.002-163.002c0-90.024 72.979-163.002 163.002-163.002s163.002 72.979 163.002 163.002z"],"isMulticolor":false,"isMulticolor2":false,"tags":["void"],"defaultCode":59898,"grid":0,"attrs":[]},"attrs":[],"properties":{"id":252,"order":358,"ligatures":"","prevSize":32,"code":59898,"name":"void"},"setIdx":16,"setId":1,"iconIdx":53},{"icon":{"paths":["M882.347 135.253c-56.933-81.882-150.547-134.809-256.522-134.809-59.741 0-115.554 16.819-162.961 45.981l1.35-0.773-238.933 151.893c-64.048 40.577-109.429 105.695-123.062 181.822l-0.244 1.645c-2.975 15.436-4.676 33.189-4.676 51.339 0 48.826 12.314 94.775 34.007 134.912l-0.744-1.505c-19.709 29.143-33.931 63.655-40.313 100.846l-0.221 1.554c-2.862 15.348-4.499 33.006-4.499 51.047 0 63.421 20.23 122.117 54.589 169.987l-0.597-0.874c57.193 81.996 151.063 134.973 257.307 134.973 59.391 0 114.916-16.555 162.211-45.302l-1.385 0.782 238.933-151.893c63.878-40.654 109.105-105.758 122.638-181.827l0.242-1.64c2.938-15.34 4.618-32.985 4.618-51.022 0-48.782-12.292-94.693-33.949-134.805l0.744 1.507c28.431-44.039 45.328-97.843 45.328-155.593 0-63.117-20.184-121.52-54.45-169.106l0.589 0.859zM440.32 901.547c-14.273 3.863-30.66 6.083-47.565 6.083-64.223 0-120.965-32.030-155.122-80.988l-0.406-0.615c-27.733-38.4-37.973-85.76-29.867-132.693l4.693-22.613 4.267-14.080 12.8 8.533c28.16 21.333 59.733 36.693 93.44 46.933l8.533 2.987-0.853 8.533c-0.853 11.947 2.56 25.173 9.387 35.413 14.080 20.053 38.4 29.867 61.867 23.467 5.12-1.707 10.24-3.413 14.507-5.973l238.080-151.893c11.947-7.68 19.627-19.2 22.613-32.853 2.56-14.080-0.853-28.587-8.533-40.107-14.080-19.627-38.4-28.587-61.867-22.613-5.12 1.707-10.667 3.84-14.933 6.4l-90.027 57.173c-27.591 16.657-60.913 26.512-96.536 26.512-64.019 0-120.603-31.827-154.795-80.521l-0.402-0.604c-20.399-28.244-32.627-63.563-32.627-101.738 0-10.941 1.004-21.648 2.926-32.033l-0.166 1.078c8.647-47.159 36.427-86.555 74.828-110.53l0.692-0.403 237.653-151.893c14.933-9.387 31.147-16.213 48.64-21.333 76.8-20.053 157.867 10.24 203.093 75.093 20.387 28.331 32.604 63.728 32.604 101.979 0 19.050-3.030 37.392-8.635 54.571l0.351-1.243-4.267 14.080-12.373-8.533c-26.856-19.789-58.034-35.782-91.624-46.326l-2.242-0.607-8.533-2.56 0.853-8.533c0.853-12.373-2.56-25.6-9.387-35.84-14.080-20.053-38.4-28.587-61.867-22.613-5.12 1.707-10.24 3.413-14.507 5.973l-238.507 153.173c-11.947 8.107-19.627 19.2-22.187 33.28-2.56 13.653 0.853 28.587 8.533 39.68 13.653 20.053 38.4 28.587 61.44 22.613 5.547-1.707 10.667-3.413 14.933-5.973l90.88-58.027c14.933-9.813 31.573-17.067 48.64-21.76 77.227-20.053 157.867 10.24 203.093 75.52 27.733 38.4 38.4 85.76 30.72 132.267-8.441 47.032-35.913 86.401-73.995 110.536l-0.672 0.398-238.080 151.467c-14.231 8.761-30.647 16.169-48.013 21.379l-1.48 0.381z"],"attrs":[{"fill":"rgb(255, 62, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["svelte"],"grid":0},"attrs":[{"fill":"rgb(255, 62, 0)"}],"properties":{"order":1,"id":0,"prevSize":32,"code":59875,"name":"svelte"},"setIdx":16,"setId":1,"iconIdx":54},{"icon":{"paths":["M508.083 7.834c-122.769 0.969-245.615 45.837-343.253 135.334-208.282 190.925-220.425 515.465-29.495 723.75 8.678 10.411 19.085 19.085 29.5 29.5 5.205 3.469 12.207 3.541 17.417-1.668l22.583-26.082c5.205-5.205 5.205-13.875 0-19.085-182.251-168.363-194.432-454.746-24.333-637.001 170.099-182.246 454.75-194.347 637.001-24.247 182.246 170.099 194.347 454.665 24.247 636.915-8.678 8.678-15.573 17.391-24.247 24.333-5.205 5.205-5.205 13.875 0 19.085l22.583 26.082c5.205 5.205 13.875 5.137 19.081 1.664 208.286-192.661 220.429-515.46 29.5-723.746-102.353-110.652-241.442-165.931-380.582-164.834zM524.582 157.918c-93.726-3.038-188.732 29.525-262.498 98.082-147.537 137.122-156.203 367.966-19.085 515.499 5.205 5.205 10.389 12.126 17.335 17.335 5.205 5.205 13.875 5.205 19.081 0l22.583-26.001c5.205-5.205 5.205-13.875 0-19.085-60.749-57.276-97.165-138.867-97.165-223.915 0-168.363 137.054-305.502 305.417-305.502s305.498 138.803 305.498 307.17c0 83.311-34.748 164.971-95.497 222.251-5.205 5.205-5.205 13.875 0 19.081l22.583 26.001c5.205 5.205 13.875 6.955 19.081 1.749 147.537-138.859 154.539-369.715 17.417-517.248-68.561-73.771-161.024-112.384-254.75-115.418zM513.25 299.418c-56.41-0.87-113.237 19.891-157.5 62.417-88.521 85.047-90.219 223.893-5.167 312.414l5.163 5.248c5.21 5.21 13.879 5.21 19.089 0l22.583-26.078c5.205-5.205 5.205-13.879 0-19.085-29.508-29.508-46.835-71.108-46.835-114.5-0-0.129-0.001-0.283-0.001-0.436 0-87.941 71.291-159.232 159.232-159.232 0.153 0 0.306 0 0.459 0.001l-0.024-0c0.129-0 0.283-0.001 0.436-0.001 87.941 0 159.232 71.291 159.232 159.232 0 0.153-0 0.306-0.001 0.459l0-0.024c0 43.392-17.34 83.255-48.585 114.5-5.205 5.205-5.205 13.875 0 19.085l22.583 26.082c5.205 5.205 13.875 5.205 19.085 0 86.784-85.052 90.3-223.898 5.248-312.418-42.526-44.258-98.59-66.799-154.999-67.665zM513.502 629.833c-5.858-0.213-11.959 1.911-17.169 6.251l-1.664 1.749-305.502 343.667c-6.942 8.678-6.929 20.821 1.749 29.5 3.473 3.473 8.614 5.248 12.083 5.248h612.749c10.415 0 20.834-8.683 20.834-20.83 0-5.205-1.694-10.445-5.163-13.918l-302.084-343.667c-4.343-5.205-9.975-7.782-15.834-8z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["airplayaudio"],"grid":0},"attrs":[],"properties":{"id":26,"order":66,"prevSize":32,"code":59649,"name":"airplayaudio"},"setIdx":16,"setId":1,"iconIdx":55},{"icon":{"paths":["M145.579 56.32c-50.261 0-67.584 5.205-86.656 15.616-18.54 9.954-33.362 24.748-43.076 42.711l-0.273 0.553c-10.368 19.115-15.573 36.395-15.573 88.363v389.845c0 50.261 5.205 67.627 15.573 86.656 10.411 19.072 24.32 32.939 43.349 43.349 17.323 10.411 34.688 15.573 86.656 15.573h116.053l48.555-57.173h-181.931c-13.867 1.749-29.44-0.043-43.349-6.997-8.661-3.413-15.616-12.075-20.821-20.736-5.205-13.867-8.661-27.733-6.912-43.349v-422.741c-1.707-13.867 0-29.44 6.912-43.307 3.456-8.661 12.16-15.573 20.821-20.779 13.867-5.205 27.733-8.704 43.349-6.997h762.325c13.867-1.707 29.44 0.085 43.349 6.997 8.661 3.499 15.531 12.117 20.736 20.779 5.205 13.824 8.661 27.733 6.912 43.307v424.533c1.707 13.824 0 29.44-6.912 43.307-3.456 8.661-12.075 15.573-20.736 20.736-13.867 5.205-27.733 8.661-43.349 6.955h-181.931l48.512 57.216 119.595-1.707c51.968 0 69.248-5.205 88.32-15.616 18.55-9.975 33.374-24.8 43.076-42.794l0.274-0.555c10.368-17.323 15.573-34.688 15.573-86.613v-389.931c0-51.968-5.205-69.248-15.573-88.32-9.981-18.533-24.805-33.342-42.794-43.033l-0.556-0.274c-19.072-10.411-36.352-15.616-88.32-15.616zM506.155 576.768c-6.389 0.273-12.018 3.31-15.755 7.938l-0.032 0.041-303.189 348.245c-3.256 3.524-5.253 8.253-5.253 13.448 0 0.162 0.002 0.324 0.006 0.485l-0-0.024c-0.009 0.221-0.014 0.48-0.014 0.741 0 11.075 8.978 20.053 20.053 20.053 0.275 0 0.549-0.006 0.821-0.016l-0.039 0.001h609.835c5.205 0 10.453-1.707 13.909-5.163 8.661-6.955 8.704-20.864 1.749-29.525l-304.981-349.952c-4.434-3.897-10.287-6.275-16.695-6.275-0.146 0-0.291 0.001-0.437 0.004l0.022-0z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["airplayvideo"],"grid":0},"attrs":[],"properties":{"id":27,"order":67,"prevSize":32,"code":59650,"name":"airplayvideo"},"setIdx":16,"setId":1,"iconIdx":56},{"icon":{"paths":["M423.68 539.52h176.384l-88.235-209.28zM511.829 0.384l-482.56 169.771 73.6 629.76 408.96 223.701 409.088-223.488 73.557-629.888zM812.971 781.056h-112.469l-60.587-149.376h-256.128l-60.587 149.376h-112.555l301.227-667.648z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["angular"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":40,"order":65,"prevSize":32,"code":59651,"name":"angular"},"setIdx":16,"setId":1,"iconIdx":57},{"icon":{"paths":["M301.995 1004.8c-20.181-13.483-38.101-29.995-53.077-49.067-16.341-19.755-31.488-40.533-45.397-62.037-32.683-47.787-58.24-100.053-75.947-155.136-21.333-64.085-31.701-125.44-31.701-185.472 0-66.987 14.507-125.44 42.752-174.507 20.907-38.4 52.053-70.528 89.6-93.099 36.267-22.613 78.507-34.987 121.173-35.84 14.933 0 31.147 2.133 48.213 6.4 12.373 3.413 27.307 8.96 45.653 15.787 23.467 8.96 36.267 14.507 40.533 15.787 13.653 5.12 25.173 7.253 34.133 7.253 6.827 0 16.64-2.133 27.52-5.547 6.187-2.133 17.92-5.973 34.56-13.227 16.469-5.973 29.525-11.093 39.893-14.933 15.787-4.693 31.061-8.96 44.8-11.093 16.64-2.56 33.152-3.413 48.981-2.133 30.293 2.133 58.027 8.533 82.773 17.92 43.52 17.493 78.635 44.8 104.832 83.627-11.093 6.827-21.333 14.763-30.933 23.467-20.779 18.347-38.4 40.107-52.48 64.213-18.347 32.853-27.733 69.973-27.477 107.52 0.64 46.208 12.373 86.827 35.84 122.027 16.512 25.6 38.571 47.531 65.451 65.536 13.227 8.96 24.832 15.147 35.84 19.2-5.12 16-10.752 31.573-17.28 46.933-14.805 34.432-32.427 67.413-53.333 98.56-18.432 26.88-32.939 46.933-43.947 60.16-17.152 20.48-33.707 35.84-50.347 46.805-18.347 12.16-39.893 18.603-61.952 18.603-14.933 0.64-29.867-1.28-44.117-5.419-12.373-4.053-24.576-8.619-36.523-13.781-12.501-5.717-25.429-10.581-38.613-14.507-16.213-4.267-32.853-6.315-49.664-6.272-17.067 0-33.707 2.133-49.493 6.187-13.227 3.755-26.027 8.363-38.699 13.867-17.92 7.467-29.653 12.373-36.48 14.507-13.824 4.096-27.989 6.571-42.24 7.467-22.187 0-42.837-6.4-62.848-19.755zM594.432 217.173c-29.013 14.507-56.576 20.651-84.181 18.603-4.267-27.563 0-55.893 11.52-86.912 10.24-26.453 23.893-50.347 42.667-71.68 19.627-22.187 43.093-40.533 69.547-53.76 28.16-14.507 55.040-22.187 80.64-23.467 3.413 29.013 0 57.6-10.667 88.32-9.728 27.307-24.235 52.48-42.667 75.093-18.56 22.187-41.6 40.533-66.859 53.803z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["apple"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":52,"order":68,"prevSize":32,"code":59652,"name":"apple"},"setIdx":16,"setId":1,"iconIdx":58},{"icon":{"paths":["M1023.872 261.291c0-31.488-2.773-62.72-10.24-93.44-13.525-55.893-45.312-98.56-93.013-129.835-24.491-15.957-51.371-25.856-80.085-31.019-22.059-3.968-44.288-5.76-66.731-6.4-1.707-0.128-3.541-0.427-5.291-0.555h-513.024c-6.485 0.427-12.928 0.725-19.413 1.109-31.872 1.835-63.573 5.248-93.568 17.109-57.003 22.613-98.133 61.952-122.24 118.613-8.192 19.115-12.459 39.467-15.488 60.075-2.389 16.725-3.755 33.493-4.267 50.347 0 1.365-0.299 2.645-0.427 3.968v521.515c0.427 5.973 0.725 12.075 1.152 18.091 2.133 34.773 6.571 69.291 21.205 101.248 27.733 60.587 74.155 100.395 137.984 119.552 17.92 5.419 36.523 7.979 55.168 9.728 23.68 2.261 47.36 2.56 71.125 2.56h470.613c22.4 0 44.715-1.451 66.987-4.267 35.115-4.523 68.139-14.933 97.963-34.56 35.84-23.595 62.805-54.912 80.213-94.208 7.936-17.92 12.501-37.12 15.787-56.491 4.821-28.8 5.888-57.941 5.845-87.040-0.085-162.133 0-324.053-0.256-486.101zM749.824 431.531v243.712c0 17.792-2.475 35.285-10.411 51.456-12.373 25.173-32.427 41.045-59.221 48.64-14.933 4.267-30.123 6.699-45.653 7.381-40.533 1.92-75.648-25.6-82.901-65.536-6.059-32.981 9.685-69.291 44.288-86.272 13.781-6.827 28.587-10.667 43.435-13.824 16.128-3.499 32.341-6.528 48.384-10.24 11.691-2.688 19.499-9.813 21.76-22.016 0.597-2.688 0.853-5.547 0.853-8.235 0-77.44 0-154.88-0.085-232.235 0-2.645-0.427-5.333-1.109-7.893-1.707-6.4-6.4-10.368-12.971-9.984-6.827 0.427-13.568 1.493-20.267 2.816-32.427 6.4-64.853 12.928-97.28 19.456l-157.867 31.915c-0.683 0.128-1.365 0.427-2.048 0.555-11.819 3.285-16.085 8.661-16.64 20.907-0.085 1.792 0 3.669 0 5.547-0.085 111.019 0 222.037-0.128 333.013 0 17.92-2.005 35.669-9.173 52.352-11.861 27.307-32.853 44.373-61.184 52.608-14.933 4.267-30.293 6.827-45.867 7.339-40.96 1.536-74.88-25.6-81.92-65.877-5.973-34.645 9.813-71.893 49.237-88.533 15.232-6.4 31.147-9.899 47.275-13.227 12.245-2.56 24.533-4.949 36.693-7.552 16.341-3.541 24.875-13.781 25.6-30.464v-6.4c0-126.293 0-252.672 0.085-378.965 0-5.248 0.555-10.667 1.792-15.787 2.987-12.16 11.648-19.115 23.296-22.101 10.88-2.816 21.973-4.779 33.024-7.040 31.275-6.4 62.549-12.629 93.867-18.944l96.853-19.627c28.587-5.717 57.173-11.52 85.76-17.195 9.387-1.835 18.901-3.755 28.331-4.523 13.227-1.067 22.315 7.253 23.637 20.565 0.341 3.115 0.512 6.315 0.512 9.515 0.085 81.493 0.085 163.072 0.043 244.693z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["applemusic"],"grid":0},"attrs":[],"properties":{"id":53,"order":71,"prevSize":32,"code":59653,"name":"applemusic"},"setIdx":16,"setId":1,"iconIdx":59},{"icon":{"paths":["M187.221 353.451c-12.032 14.379-31.232 25.685-50.432 24.064-2.389-19.413 6.997-40.021 18.005-52.779 12.032-14.763 33.024-25.216 50.005-26.069 2.005 20.224-5.803 40.021-17.579 54.784zM204.587 381.355c-27.776-1.621-51.627 16-64.768 16-13.44 0-33.621-15.189-55.637-14.763-28.587 0.427-55.168 16.768-69.76 42.88-30.037 52.139-7.808 129.408 21.163 171.861 14.208 21.035 31.232 44.075 53.632 43.264 21.163-0.811 29.568-13.952 55.168-13.952 25.813 0 33.195 13.952 55.637 13.568 23.168-0.427 37.76-21.035 51.968-42.069 16.213-23.893 22.827-47.104 23.211-48.341-0.427-0.427-44.8-17.579-45.227-69.333-0.384-43.307 34.987-63.915 36.608-65.109-19.968-29.952-51.2-33.195-61.995-34.005zM365.227 322.731v315.264h48.427v-107.776h66.987c61.184 0 104.192-42.496 104.192-103.936 0-61.483-42.197-103.552-102.571-103.552zM413.653 363.989h55.808c41.984 0 65.963 22.613 65.963 62.464s-23.979 62.72-66.176 62.72h-55.637zM673.237 640.384c30.421 0 58.624-15.531 71.424-40.235h0.981v37.845h44.8v-156.928c0-45.483-36.011-74.837-91.392-74.837-51.413 0-89.387 29.739-90.795 70.571h43.605c3.584-19.413 21.376-32.128 45.781-32.128 29.611 0 46.208 13.952 46.208 39.637v17.365l-60.416 3.669c-56.192 3.413-86.613 26.667-86.613 67.115 0 40.832 31.403 67.925 76.416 67.925zM686.251 603.008c-25.813 0-42.24-12.544-42.24-31.744 0-19.84 15.829-31.36 46.037-33.195l53.76-3.413v17.792c0 29.525-24.747 50.56-57.557 50.56zM850.261 723.755c47.189 0 69.376-18.219 88.747-73.429l84.992-241.067h-49.195l-57.003 186.24h-0.981l-57.003-186.24h-50.603l81.963 229.547-4.395 13.952c-7.381 23.637-19.371 32.725-40.789 32.725-3.797 0-11.179-0.427-14.208-0.811v37.845c2.816 0.811 14.805 1.195 18.475 1.237z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["applepay"],"grid":0},"attrs":[],"properties":{"id":54,"order":14,"prevSize":32,"code":59654,"name":"applepay"},"setIdx":16,"setId":1,"iconIdx":60},{"icon":{"paths":["M485.982 25.818c-43.29 106.095-69.372 175.505-117.551 278.464 29.555 31.347 65.83 67.806 124.715 108.966-63.33-26.048-106.505-52.207-138.786-79.339-61.649 128.67-158.302 311.979-354.368 664.256 154.121-88.964 273.579-143.787 384.896-164.757-4.779-20.523-7.501-42.803-7.313-66.014l0.149-4.928c2.462-98.743 53.811-174.686 114.641-169.498 60.83 5.111 108.109 89.412 105.719 188.117-0.448 18.586-2.573 36.459-6.234 53.030 110.127 21.534 228.348 76.241 380.343 164.011-29.965-55.155-56.721-104.9-82.287-152.294-40.265-31.198-82.21-71.799-167.817-115.759 58.85 15.3 100.983 32.913 133.82 52.655-259.844-483.601-280.815-547.9-369.933-756.915zM976.973 911.369v-26.607h-9.963v-3.584h23.957v3.584h-10.001v26.607h-3.994zM995.11 911.369v-30.191h6.046l7.13 21.385c0.67 2.014 1.156 3.507 1.455 4.514 0.337-1.084 0.858-2.722 1.643-4.851l7.202-21.047h5.41v30.191h-3.883v-25.301l-8.806 25.301h-3.584l-8.734-25.711v25.711h-3.883z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["archlinux"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":59,"order":20,"prevSize":32,"code":59655,"name":"archlinux"},"setIdx":16,"setId":1,"iconIdx":61},{"icon":{"paths":["M1016.32 512c-2.614-134.183-112.006-241.958-246.569-241.958-1.516 0-3.028 0.014-4.537 0.041l0.227-0.003c-12.373 0-25.6 0.853-38.4 2.133-107.52 15.787-179.2 93.013-218.88 152.32-40.533-59.307-112.64-136.533-219.307-152.32-12.8-1.28-25.6-2.133-38.4-2.133-1.155-0.019-2.518-0.031-3.884-0.031-134.561 0-243.952 107.771-246.565 241.706l-0.004 0.244c2.618 134.18 112.008 241.951 246.569 241.951 1.366 0 2.729-0.011 4.090-0.033l-0.205 0.003c12.8 0 25.6-0.853 39.253-2.56 107.52-15.36 179.2-92.587 219.307-151.893 40.533 59.307 112.213 136.533 219.307 152.32 13.227 1.28 25.6 2.133 38.827 2.133 0.774 0.009 1.689 0.014 2.604 0.014 134.555 0 243.942-107.761 246.565-241.688l0.004-0.245zM276.48 665.6c-8.533 1.707-18.347 1.707-26.88 1.707-1.036 0.024-2.257 0.038-3.481 0.038-87.2 0-158.193-69.387-160.78-155.96l-0.006-0.238c2.824-86.859 73.915-156.198 161.2-156.198 1.228 0 2.454 0.014 3.675 0.041l-0.182-0.003c8.533 0 17.92 0.853 26.88 1.707 101.12 14.933 162.987 113.92 183.893 154.453-21.333 40.533-83.2 140.8-184.32 154.453zM554.667 512c20.907-39.68 82.773-139.52 183.893-154.453 8.533-1.707 17.92-1.707 26.453-1.707 1.415-0.045 3.078-0.070 4.748-0.070 87.126 0 158.030 69.453 160.367 156.014l0.005 0.216c-2.824 86.859-73.915 156.198-161.2 156.198-1.228 0-2.454-0.014-3.675-0.041l0.182 0.003c-8.533 0-17.92-0.853-26.453-1.707-100.693-14.933-162.987-114.773-184.32-154.453zM179.627 537.173h151.040v-49.493h-150.613zM782.507 537.173h50.773v-49.493h-51.2v-50.773h-48.213v51.2h-51.2v49.067h51.2v50.347h49.067zM1024 301.227c0 12.8-9.387 21.76-22.613 21.76-0.256 0.011-0.556 0.017-0.857 0.017-11.874 0-21.526-9.51-21.756-21.329l-0-0.021c0-11.947 10.24-22.187 22.613-22.187 13.227 0 22.613 9.387 22.613 21.76zM985.173 301.227c0 9.387 6.827 17.067 17.067 17.067 9.387 0 16.213-7.68 16.213-17.067s-6.827-17.067-16.213-17.067c-10.24-0.853-17.067 6.827-17.067 17.067zM997.973 312.32h-4.267v-22.187l8.533-0.427c3.84 0 5.973 0.427 7.68 1.28s2.56 2.56 2.56 4.693c0 2.56-1.707 4.267-4.693 4.693 2.133 0.853 2.987 2.56 3.84 5.547l1.28 5.547h-5.12c-0.853-0.853-0.853-2.987-1.707-5.547-0.853-2.133-1.707-2.987-4.693-2.987h-2.133zM998.827 299.52h2.56c2.987 0 4.267-0.427 4.267-2.987 0-2.133-1.28-2.987-4.267-2.987h-2.987v5.973z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["arduino"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":60,"order":63,"prevSize":32,"code":59656,"name":"arduino"},"setIdx":16,"setId":1,"iconIdx":62},{"icon":{"paths":["M0 800l317.312-576h706.688l-317.355 576z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["bandcamp"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":83,"order":64,"prevSize":32,"code":59657,"name":"bandcamp"},"setIdx":16,"setId":1,"iconIdx":63},{"icon":{"paths":["M533.76 563.797c1.963-34.133 18.688-64.256 43.947-85.589 25.114-20.975 57.742-33.71 93.344-33.71 0.364 0 0.727 0.001 1.090 0.004l-0.056-0c36.267 0 69.589 12.8 94.336 33.707 25.259 21.333 41.941 51.456 43.861 85.547 1.92 35.115-12.16 67.669-36.907 91.861-25.909 24.777-61.108 40.028-99.868 40.028-0.5 0-0.999-0.003-1.498-0.008l0.076 0.001c-0.428 0.005-0.933 0.007-1.439 0.007-38.783 0-74.003-15.25-99.992-40.081l0.055 0.052c-24.747-24.192-38.827-56.747-36.907-91.819zM313.6 632.789c0.256 13.397 4.523 39.339 10.923 59.648 14.706 45.68 37.989 84.991 68.175 117.861l-0.207-0.229c32.635 35.789 72.215 64.627 116.683 84.487l2.229 0.889c45.317 20.492 98.254 32.433 153.98 32.433 0.766 0 1.532-0.002 2.298-0.007l-0.118 0.001c0.224 0 0.489 0.001 0.754 0.001 56.219 0 109.604-12.13 157.683-33.914l-2.404 0.975c46.654-20.938 86.194-49.889 118.57-85.474l0.256-0.286c29.922-32.735 53.184-72.108 67.296-115.603l0.629-2.242c8.666-26.625 13.663-57.262 13.663-89.066 0-14.849-1.089-29.444-3.192-43.709l0.196 1.617c-6.494-44.613-21.78-84.658-44.084-119.81l0.735 1.24c-21.491-34.097-47.756-62.956-78.263-86.604l-0.756-0.564h0.085l-320.768-246.272c-20.992-16.128-56.277-16.043-79.36 0.085-23.339 16.299-25.984 43.307-5.248 60.373l-0.043 0.043 133.376 108.501-407.168 0.427c-33.621 0.043-65.92 22.101-72.32 50.005-6.571 28.373 16.213 51.925 51.2 52.053v0.085l206.080-0.427-369.237 283.392c-34.688 26.539-45.867 70.741-24.021 98.688 22.187 28.459 69.333 28.501 104.405 0.171l200.704-164.224c0 0-2.944 22.187-2.731 35.456zM829.44 707.072c-41.387 42.155-99.243 66.048-161.92 66.133-62.72 0.171-120.619-23.552-162.005-65.621-19.025-19.098-34.067-42.178-43.764-67.88l-0.439-1.325c-6.817-18.383-10.761-39.619-10.761-61.776 0-32.43 8.45-62.887 23.267-89.288l-0.475 0.92c12.931-22.977 29.367-42.379 48.826-58.206l0.368-0.29c40.192-32.768 91.349-50.475 144.896-50.56 53.589-0.085 104.747 17.493 144.981 50.133 20.48 16.683 37.12 36.437 49.152 58.325 11.888 21.009 19.852 45.741 22.221 72.085l0.051 0.704c0.426 4.657 0.67 10.072 0.67 15.544 0 22.148-3.984 43.366-11.274 62.975l0.407-1.25c-10.141 27.077-25.167 50.21-44.174 69.39l0.014-0.014z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["blender"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":99,"order":69,"prevSize":32,"code":59658,"name":"blender"},"setIdx":16,"setId":1,"iconIdx":64},{"icon":{"paths":["M937.643 1024h-851.2c-48.043 0-86.443-38.4-86.443-86.357v-851.2c0-48.043 38.4-86.443 86.4-86.443h854.4c44.8 0 83.2 38.4 83.2 86.4v851.2c0 48-38.4 86.4-86.357 86.4zM512 169.6h-128c-118.4 0-214.4 96-214.4 214.4v256c0 118.357 96 214.357 214.4 214.357h256c118.357 0 214.357-96 214.357-214.357v-169.6c0-25.6-19.2-44.8-44.8-44.8h-41.557c-22.357 0-41.643-19.2-41.643-41.643 0-118.443-96-214.443-214.357-214.357zM643.157 681.6h-259.157c-22.4 0-41.6-19.2-41.6-41.6s19.2-41.643 41.6-41.643h259.157c22.443 0 41.685 19.2 41.685 41.643s-19.2 41.643-41.685 41.6zM534.357 342.4c22.485 0 41.643 19.2 41.643 41.6s-19.2 41.6-41.6 41.6h-153.6c-22.4 0-41.643-19.2-41.643-41.6s19.2-41.6 41.6-41.6z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["blogger"],"grid":0,"colorPermutations":{}},"attrs":[],"properties":{"id":100,"order":70,"prevSize":32,"code":59659,"name":"blogger"},"setIdx":16,"setId":1,"iconIdx":65},{"icon":{"paths":["M64 0h896l-81.493 920.021-367.488 103.979-365.44-104.021zM793.173 188.288l-562.347-0.128 9.088 111.872 432 0.085-10.88 115.883h-283.307l10.24 109.781h263.765l-15.616 150.315-124.16 34.304-126.123-34.56-8.021-90.027h-111.36l12.373 164.48 233.173 72.661 229.248-65.28z"],"attrs":[{"fill":"rgb(21, 114, 182)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["css3"],"grid":0},"attrs":[{"fill":"rgb(21, 114, 182)"}],"properties":{"id":172,"order":89,"prevSize":32,"code":59660,"name":"css3"},"setIdx":16,"setId":1,"iconIdx":66},{"icon":{"paths":["M592.213 541.013c-17.067 0 3.413 8.533 25.6 11.947 5.973-4.267 11.52-9.387 16.64-14.080-8.261 1.898-17.747 2.986-27.488 2.986-5.198 0-10.324-0.31-15.361-0.912l0.608 0.059zM683.52 518.4c9.813-14.080 17.067-29.44 20.053-45.227-2.56 11.52-8.533 21.333-14.080 31.147-32 20.053-2.987-11.52 0-23.893-34.133 43.093-4.693 25.6-5.973 37.973zM716.8 430.933c2.133-30.72-5.973-21.333-8.533-9.387 2.987 1.707 5.547 21.333 8.533 9.387zM528.213 13.227c8.533 1.707 19.2 2.987 17.92 5.12 9.813-2.133 11.947-4.267-18.347-5.12zM546.133 18.347l-6.4 1.28 5.973-0.427v-0.853zM828.587 442.453c0.853 27.307-8.533 40.533-16.213 64l-14.933 7.68c-11.947 23.040 1.28 14.933-7.253 33.28-18.773 16.64-57.173 52.053-69.12 55.467-8.533 0 5.973-10.667 8.107-14.507-25.173 17.067-20.48 25.6-58.453 36.267l-1.28-2.56c-94.72 44.373-226.133-43.52-224-163.84-1.28 7.253-2.987 5.547-5.12 8.533-0.345-3.836-0.542-8.298-0.542-12.805 0-59.802 34.657-111.509 84.981-136.133l0.894-0.395c18.755-9.636 40.923-15.284 64.409-15.284 36.389 0 69.611 13.557 94.891 35.897l-0.153-0.133c-26.312-33.897-67.065-55.502-112.865-55.502-1.121 0-2.24 0.013-3.355 0.039l0.166-0.003c-50.347 0.427-97.28 32.427-113.067 66.987-25.6 16.213-28.587 62.72-39.68 70.827-15.36 110.933 28.16 158.72 101.547 215.040 11.52 8.107 3.413 8.96 5.12 14.933-25.673-12.352-47.379-29.010-65.079-49.258l-0.201-0.235c9.813 14.080 20.053 28.16 34.133 38.827-23.467-7.68-54.187-55.467-63.147-57.6 39.68 70.827 161.28 124.587 224.427 98.133-5.6 0.422-12.129 0.663-18.715 0.663-28.833 0-56.588-4.613-82.569-13.141l1.87 0.531c-14.080-6.827-32.853-21.76-29.867-24.32 28.323 12.237 61.301 19.355 95.941 19.355 59.25 0 113.637-20.823 156.241-55.549l-0.449 0.355c18.773-14.933 39.68-40.107 45.653-40.533-8.533 13.653 1.707 6.827-5.12 18.773 18.773-30.72-8.533-12.8 19.627-52.907l10.24 14.080c-3.84-25.6 31.573-56.32 28.16-96.427 8.107-12.8 8.533 12.8 0 41.387 12.373-31.573 3.413-36.267 6.4-62.293 3.413 8.533 7.68 17.92 9.813 26.88-7.68-29.867 8.533-51.2 11.947-68.267-3.84-2.133-11.947 12.8-13.653-22.613 0-15.787 4.267-8.533 5.973-11.947-3.413-2.133-11.093-13.653-16.213-36.693 3.413-5.547 9.387 14.080 14.507 14.507-3.413-17.92-8.533-32-8.533-46.080-14.507-29.013-5.12 4.267-17.067-12.8-14.507-46.507 12.8-10.667 14.507-31.573 23.040 32.853 35.84 83.627 41.813 104.96-4.267-25.6-11.947-51.2-20.907-75.093 6.827 2.987-11.093-52.907 8.96-15.787-27.488-81.060-82.868-146.547-154.463-186.438l-1.697-0.868c7.68 7.253 17.92 16.64 14.080 17.92-32-19.2-26.453-20.48-31.147-28.587-26.027-10.667-27.733 0.853-45.227 0-49.493-26.453-58.88-23.467-104.107-40.533l2.133 9.813c-32.853-10.667-38.4 4.267-73.813 0-2.133-1.707 11.52-5.973 22.613-7.68-31.573 4.267-29.867-5.973-61.013 1.28 7.253-5.547 15.36-8.96 23.467-13.653-25.6 1.707-61.44 14.933-50.347 2.987-42.24 19.2-116.907 45.653-158.72 84.907l-1.28-9.387c-19.2 23.040-83.627 68.693-88.747 98.56l-5.547 1.28c-9.813 17.067-16.213 36.267-24.32 53.76-12.8 22.187-19.2 8.533-17.067 11.947-25.6 52.053-38.4 96-49.493 132.267 7.68 11.52 0 70.4 2.987 117.76-12.8 232.96 163.84 459.52 356.693 512 28.587 9.813 70.4 9.813 106.24 10.667-42.24-11.947-47.787-6.4-88.747-20.907-29.867-13.653-36.267-29.867-57.173-48.213l8.533 14.933c-41.387-14.507-24.32-17.92-58.027-28.587l8.96-11.52c-13.227-1.28-35.413-22.613-41.387-34.56l-14.507 0.427c-17.493-21.333-26.88-37.12-26.027-49.493l-4.693 8.533c-5.547-8.96-64.853-81.067-34.133-64.427-5.547-5.12-13.227-8.533-21.333-23.467l5.973-7.253c-14.933-18.773-27.307-43.52-26.453-51.2 8.533 10.24 13.653 12.8 19.2 14.080-37.547-92.587-39.68-5.12-68.267-93.867l6.4-0.853c-4.267-6.827-7.68-14.507-11.093-21.76l2.56-25.6c-26.88-31.573-7.68-132.267-3.84-187.733 2.987-23.040 22.613-46.933 37.547-84.48l-8.96-1.707c17.067-30.293 99.84-122.453 138.24-117.76 18.347-23.467-3.84 0-7.68-5.973 40.96-42.24 53.76-29.867 81.067-37.547 29.867-17.067-25.6 6.827-11.52-6.4 51.2-12.8 36.267-29.867 103.253-36.267 6.827 4.267-16.64 5.973-22.187 11.093 42.667-20.907 134.4-15.787 194.56 11.52 69.547 32.853 147.627 128.427 150.613 218.88l3.413 0.853c-1.707 36.267 5.547 77.653-7.253 115.627l8.533-17.92zM407.040 564.48l-2.133 11.947c11.093 14.933 20.053 31.147 34.133 43.093-10.24-20.053-17.92-28.16-32-55.467zM433.493 563.2c-5.973-6.4-9.387-14.507-13.227-22.187 3.413 13.653 11.093 25.6 18.347 37.547l-5.12-15.36zM900.267 461.653l-2.987 6.4c-4.267 32.427-14.507 64.427-29.44 94.293 17.067-31.147 27.733-65.707 32-100.693zM531.2 5.12c11.52-4.267 28.16-2.133 40.533-5.12-15.787 1.28-31.573 2.133-46.933 4.267l6.4 0.853zM128.427 219.307c2.987 24.32-18.347 34.133 4.693 17.92 12.8-28.16-4.693-7.68-4.267-17.92zM101.547 332.8c5.12-16.64 6.4-26.453 8.533-35.84-14.933 18.773-7.253 22.613-8.533 35.413z"],"attrs":[{"fill":"rgb(168, 29, 51)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["debian"],"grid":0},"attrs":[{"fill":"rgb(168, 29, 51)"}],"properties":{"id":182,"order":21,"prevSize":32,"code":59661,"name":"debian"},"setIdx":16,"setId":1,"iconIdx":67},{"icon":{"paths":["M651.093 934.229l-99.499-138.923c-26.539-37.12-48.085-66.005-49.237-66.005s-42.923 56.064-98.816 132.821c-53.248 73.131-97.28 132.864-97.92 132.864-1.408 0-191.915-134.144-192.427-135.552-0.256-0.683 42.88-63.915 95.659-140.501 52.907-76.587 96.171-140.373 96.171-141.909 0-2.347-17.408-8.235-151.765-53.12l-153.259-51.157c-1.28-0.768 6.656-27.307 33.835-113.067 19.627-61.696 36.011-112.64 36.48-113.28 0.597-0.683 72.96 22.357 160.939 51.413 88.021 29.013 160.64 52.651 161.621 52.651 0.939 0 1.963-1.28 2.261-2.987 0.427-1.28 1.28-76.203 1.707-166.4 0.853-89.6 1.707-163.84 2.133-165.12 0.853-1.28 25.6-1.28 116.48-1.28 63.317 0 115.755 0.64 116.608 1.28 1.067 0.683 2.773 50.603 5.803 161.28 4.693 182.4 4.693 184.96 7.68 184.96 1.067 0 70.827-23.040 154.88-52.053 84.181-28.16 153.259-51.2 153.813-50.603 1.28 1.877 70.4 226.56 69.76 227.2-0.725 0.683-71.125 24.96-156.16 53.76-117.76 39.68-155.605 53.12-155.605 55.040-0.597 1.28 39.68 62.080 91.563 136.96 50.517 74.24 91.435 135.040 91.435 135.68-0.64 1.963-189.44 140.885-191.275 140.885-0.64 0-24.96-32.683-53.12-72.32z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["diaspora"],"grid":0},"attrs":[],"properties":{"id":194,"order":61,"prevSize":32,"code":59662,"name":"diaspora"},"setIdx":16,"setId":1,"iconIdx":68},{"icon":{"paths":["M205.653 737.067c-29.184 0-55.637-23.893-55.637-52.907s23.893-53.035 55.68-53.035c31.915 0 55.893 23.893 55.893 52.992s-26.539 52.907-55.936 52.949zM888.832 448.512c-5.76-42.325-32-76.8-66.56-103.253l-13.44-10.667-10.837 13.227c-21.077 23.893-29.44 66.261-26.88 97.92 2.56 23.979 10.24 47.787 23.637 66.304-10.837 5.547-24.235 10.667-34.56 16.085-24.32 7.979-47.957 10.667-71.68 10.667h-684.373l-2.56 15.787c-5.12 50.432 2.56 103.253 23.979 151.040l10.411 18.56v2.56c64 105.941 177.92 153.6 301.995 153.6 238.677 0 434.432-103.253 527.232-325.675 60.8 2.645 122.197-13.227 151.040-71.509l7.68-13.227-12.8-7.979c-34.56-21.077-81.92-23.893-121.6-13.227zM547.157 406.187h-103.595v103.253h103.68v-103.339zM547.157 276.352h-103.595v103.253h103.68v-103.125zM547.157 143.915h-103.595v103.253h103.68v-103.253zM673.877 406.187h-102.997v103.253h103.253v-103.339zM289.963 406.187h-102.955v103.253h103.339v-103.339zM419.243 406.187h-102.4v103.253h102.997v-103.339zM161.963 406.187h-102.229v103.253h103.595v-103.339zM419.243 276.352h-102.4v103.253h102.997v-103.125zM289.323 276.352h-102.144v103.253h102.955v-103.125z"],"attrs":[{"fill":"rgb(20, 136, 198)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["docker"],"grid":0},"attrs":[{"fill":"rgb(20, 136, 198)"}],"properties":{"id":205,"order":62,"prevSize":32,"code":59663,"name":"docker"},"setIdx":16,"setId":1,"iconIdx":69},{"icon":{"paths":["M1023.919 511.962c0-282.748-229.21-511.962-511.957-511.962s-511.962 229.214-511.962 511.962c0 255.535 187.217 467.332 431.966 505.741v-357.751h-129.988v-147.989h129.988v-112.794c0-128.311 76.433-199.185 193.374-199.185 56.013 0 114.603 10.001 114.603 10.001v125.99h-64.555c-63.599 0-83.435 39.462-83.435 79.949v96.038h141.99l-22.699 147.989h-119.292v357.751c244.753-38.409 431.966-250.206 431.966-505.741z"],"attrs":[{"fill":"rgb(24, 119, 242)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["facebook"],"grid":0},"attrs":[{"fill":"rgb(24, 119, 242)"}],"properties":{"id":252,"order":72,"prevSize":32,"code":59664,"name":"facebook"},"setIdx":16,"setId":1,"iconIdx":70},{"icon":{"paths":["M512 0c-282.667 0-511.787 229.035-512 511.659v396.203c0.146 64.173 52.201 116.139 116.394 116.139 0 0 0-0 0-0l395.819-0c282.667-0.128 511.787-229.291 511.787-512 0-282.752-229.248-512-512-512zM708.053 237.952c-16.171 0-22.016-3.115-45.739-3.115-0-0-0-0-0-0-69.981 0-126.726 56.67-126.848 126.623l-0 0.012v110.208c0 9.897 8.023 17.92 17.92 17.92h83.328c31.061 0 56.149 24.747 56.149 55.893 0 31.317-25.344 55.979-56.747 55.979h-100.608v127.36c0 132.713-107.585 240.299-240.299 240.299-0.015 0-0.030-0-0.045-0l0.002 0c-0.359 0.002-0.784 0.004-1.209 0.004-18.468 0-36.324-2.619-53.218-7.506l1.35 0.334c-27.179-7.083-49.365-29.397-49.365-55.296 0-31.317 22.741-54.101 56.747-54.101 16.128 0 22.016 3.072 45.696 3.072 69.973 0 126.72-56.661 126.848-126.635v-110.208c-0.024-9.879-8.038-17.877-17.92-17.877-0 0-0 0-0 0l-83.328 0c-31.019 0-56.107-24.747-56.107-55.893 0-31.317 25.344-55.979 56.747-55.979h100.565v-127.36c-0-132.713 107.585-240.299 240.299-240.299v0c20.139 0 34.432 2.261 53.077 7.125 27.179 7.125 49.408 29.44 49.408 55.296 0 31.36-22.741 54.144-56.704 54.144z"],"attrs":[{"fill":"rgb(41, 65, 114)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["fedora"],"grid":0},"attrs":[{"fill":"rgb(41, 65, 114)"}],"properties":{"id":257,"order":60,"prevSize":32,"code":59665,"name":"fedora"},"setIdx":16,"setId":1,"iconIdx":71},{"icon":{"paths":["M591.36 84.864c-20.219-20.611-48.361-33.387-79.488-33.387s-59.269 12.775-79.471 33.369l-0.017 0.018-399.616 406.955c-20.263 20.925-32.753 49.484-32.753 80.96s12.489 60.035 32.783 80.991l-0.030-0.031 285.184 290.475c19.628 17.561 45.677 28.304 74.235 28.331l239.493 0c31.309-0.028 59.597-12.943 79.849-33.725l0.023-0.024 279.637-284.8c20.293-20.912 32.803-49.475 32.803-80.96s-12.51-60.048-32.831-80.989l0.028 0.029zM580.267 828.203l-39.893 40.533c-2.892 3-6.945 4.864-11.434 4.864-0 0-0-0-0-0l-34.133 0c-4.061-0.044-7.753-1.591-10.553-4.109l0.015 0.013-40.704-41.387c-2.892-2.99-4.674-7.068-4.674-11.563s1.782-8.573 4.678-11.567l-0.004 0.005 57.045-58.027c2.872-2.957 6.886-4.791 11.328-4.791s8.456 1.835 11.324 4.788l0.004 0.004 57.045 58.069c2.901 2.985 4.69 7.065 4.69 11.562 0 4.519-1.806 8.616-4.735 11.609l0.003-0.003zM580.267 584.533l-159.445 162.475c-2.894 2.925-6.908 4.736-11.346 4.736-0.031 0-0.063-0-0.094-0l0.005 0h-34.091c-0.031 0-0.067 0-0.104 0-4.054 0-7.757-1.504-10.581-3.984l0.018 0.016-40.576-41.387c-2.907-2.999-4.698-7.093-4.698-11.605s1.792-8.607 4.702-11.61l-0.004 0.004 176.597-179.797c2.882-2.935 6.893-4.755 11.328-4.755s8.446 1.819 11.326 4.752l0.002 0.002 57.045 58.112c2.881 2.963 4.657 7.012 4.657 11.476 0 4.507-1.811 8.592-4.744 11.565l0.002-0.002zM580.267 341.035l-279.040 284.16c-2.888 2.975-6.925 4.821-11.393 4.821-0.015 0-0.029-0-0.044-0l0.002 0h-34.133c-0.018 0-0.040 0-0.061 0-4.061 0-7.767-1.521-10.579-4.025l0.016 0.014-40.661-41.472c-2.886-2.976-4.666-7.040-4.666-11.52s1.779-8.544 4.67-11.524l-0.004 0.004 296.235-301.653c2.882-2.935 6.893-4.755 11.328-4.755s8.446 1.819 11.326 4.752l0.002 0.002 57.045 58.027c2.901 2.985 4.69 7.065 4.69 11.562 0 4.519-1.806 8.616-4.735 11.609l0.003-0.003z"],"attrs":[{"fill":"rgb(43, 178, 76)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["feedly"],"grid":0},"attrs":[{"fill":"rgb(43, 178, 76)"}],"properties":{"id":258,"order":59,"prevSize":32,"code":59666,"name":"feedly"},"setIdx":16,"setId":1,"iconIdx":72},{"icon":{"paths":["M1012.267 25.088c54.315 54.272-96.171 292.779-121.6 318.208-25.472 25.429-90.069 2.048-144.341-52.224s-77.653-118.912-52.224-144.341 263.936-175.915 318.165-121.643zM251.093 82.517c-82.859-47.019-200.747-99.328-238.293-61.824-37.973 37.973 16.213 158.592 63.744 241.621 42.24-73.515 102.4-135.424 174.549-179.797zM929.493 324.608c7.637 25.856 6.272 47.232-6.101 59.605-28.928 28.928-107.008-1.877-177.365-68.864-5.213-4.662-9.967-9.159-14.594-13.783l0.002 0.002c-25.472-25.472-45.227-52.565-57.941-77.525-24.661-44.203-30.805-83.285-12.16-101.888 10.155-10.155 26.368-12.928 46.208-9.387 12.928-8.149 28.16-17.28 44.885-26.581-65.758-34.973-143.788-55.51-226.615-55.51-0.28 0-0.561 0-0.841 0.001l0.043-0c-272.128 0-492.715 220.587-492.715 492.715 0 272.085 220.587 492.715 492.715 492.715s492.757-220.587 492.757-492.715c0-87.893-23.040-170.283-63.36-241.749-10.381 19.135-18.643 33.175-27.25 46.979l2.333-4.014z"],"attrs":[{"fill":"rgb(171, 43, 40)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["freebsd"],"grid":0},"attrs":[{"fill":"rgb(171, 43, 40)"}],"properties":{"id":277,"order":53,"prevSize":32,"code":59667,"name":"freebsd"},"setIdx":16,"setId":1,"iconIdx":73},{"icon":{"paths":["M424.789 4.139c-18.916 0.099-37.35 1.88-55.242 5.201l1.909-0.294c-183.851 33.621-313.216 192.768-324.224 297.557-5.333 51.413 22.4 89.941 37.675 106.923 41.344 45.909 123.733 80.981 176.683 110.080-76.587 65.28-111.701 97.152-146.304 133.461-51.797 54.357-88.192 114.176-88.32 157.013 0 13.781-2.261 57.813 15.701 92.587 6.741 13.056 25.941 56.619 83.797 89.259 36.992 20.907 89.685 28.587 141.227 21.205 159.659-22.784 373.461-158.165 525.995-284.245 97.237-80.384 168.32-158.251 188.843-196.565 16.555-30.933 18.389-86.443 8.789-121.301-27.307-98.901-249.173-301.525-430.549-383.061-39.125-17.588-84.808-27.833-132.885-27.833-1.088 0-2.174 0.005-3.26 0.016l0.166-0.001zM424.491 6.997c1.085-0.014 2.366-0.021 3.649-0.021 50.197 0 97.636 11.808 139.69 32.798l-1.814-0.82c146.475 71.979 393.941 274.347 412.203 376.064 22.613 125.781-420.352 466.304-689.792 519.424-104.533 20.523-193.664 26.155-234.325-84.267-35.243-95.701 33.109-165.717 133.76-257.707 41.813-38.187 75.093-66.731 125.227-109.056 2.773-2.901-241.493-87.125-249.259-183.808-8.064-99.371 149.291-282.795 350.72-292.267 3.328-0.171 6.613-0.299 9.941-0.341zM419.755 29.013c-7.728 0.133-15.16 0.61-22.492 1.419l1.073-0.096c-98.944 10.411-117.888 23.168-207.531 90.965-30.037 22.741-85.333 78.037-99.456 143.616-5.419 25.003 0.981 46.549 18.944 61.696 57.6 48.427 154.027 87.723 233.173 125.739 23.168 11.093 7.851 31.275-29.525 63.659-94.293 81.621-221.781 180.992-230.699 256.725-4.181 35.669 8.021 84.139 51.328 108.971 50.603 28.971 155.605 10.069 225.749-16.043 102.485-38.187 237.099-122.411 343.979-205.184 111.104-86.101 214.443-195.413 219.563-213.248 6.272-21.888 5.632-42.155-6.485-65.408-18.987-36.48-44.416-63.616-71.723-93.995-73.301-77.227-150.784-145.109-243.541-197.12-60.715-34.048-114.773-62.72-182.357-61.696zM465.237 182.357c23.125 0 49.792 7.296 78.421 21.163 71.467 34.56 144.853 125.312-0.64 177.536-39.552 14.208-165.077-34.901-161.237-101.888 3.797-66.475 36.139-96.853 83.456-96.811zM477.312 240.213c-13.44-0.085-24.363 3.328-29.397 11.093-23.552 36.48-12.8 62.336 9.003 78.848 8.107-19.371 91.221 1.792 90.88 19.968 0.853-0.427 1.707-0.853 2.347-1.365 72.107-54.272-19.968-108.203-72.832-108.544z"],"attrs":[{"fill":"rgb(84, 72, 122)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gentoo"],"grid":0},"attrs":[{"fill":"rgb(84, 72, 122)"}],"properties":{"id":287,"order":52,"prevSize":32,"code":59668,"name":"gentoo"},"setIdx":16,"setId":1,"iconIdx":74},{"icon":{"paths":["M1004.629 466.347l-447.104-447.061c-25.771-25.728-67.499-25.728-93.355 0l-92.629 92.8 117.76 117.76c27.52-9.173 58.837-2.987 80.597 18.816 22.016 21.973 28.075 53.675 18.688 81.067l113.408 113.493c27.52-9.515 59.179-3.328 81.067 18.56 30.763 30.72 30.763 80.384 0 111.104-30.677 30.677-80.256 30.677-110.933 0-22.997-23.083-28.757-57.045-17.237-85.163l-106.197-105.643v278.4c7.509 3.669 14.592 8.661 20.821 14.848 30.421 30.763 30.421 80.341 0 110.933-30.677 30.763-80.597 30.763-111.317 0-30.677-30.677-30.677-80.171 0-110.848 7.765-7.68 16.512-13.483 25.813-17.323v-281.131c-9.259-3.883-18.091-9.472-25.6-17.109-23.253-23.253-28.843-57.259-16.896-85.717l-115.712-116.267-306.603 306.389c-25.6 25.813-25.6 67.584 0 93.397l447.147 447.019c25.771 25.771 67.499 25.771 93.269 0l445.013-445.013c25.813-25.728 25.813-67.499 0-93.312z"],"attrs":[{"fill":"rgb(240, 80, 50)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["git"],"grid":0},"attrs":[{"fill":"rgb(240, 80, 50)"}],"properties":{"id":292,"order":54,"prevSize":32,"code":59669,"name":"git"},"setIdx":16,"setId":1,"iconIdx":75},{"icon":{"paths":["M178.603 231.296c-78.72-0.171-184.149 49.877-178.347 175.36 9.088 196.011 209.92 214.187 290.176 215.765 8.789 36.779 103.253 163.584 173.184 170.24h306.347c183.723-12.203 321.28-555.605 219.307-557.653-168.661 7.936-268.629 11.947-354.347 12.629v169.6l-26.709-11.819-0.171-157.696c-98.389-0.043-185.003-4.608-349.397-12.715-20.565-0.128-49.237-3.627-80.043-3.712zM189.739 300.629h9.387c11.179 100.48 29.355 159.232 66.133 249.003-93.867-11.093-173.739-38.357-188.416-140.16-7.595-52.693 18.005-107.691 112.896-108.843zM554.837 399.403c6.4 0.085 12.928 1.28 19.072 4.096l31.957 13.781-22.912 41.771c-0.064-0-0.139-0.001-0.215-0.001-3.617 0-7.078 0.595-10.264 1.681l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c1.191 2.848 2.807 5.307 4.817 7.467l-0.039-0.043-39.509 71.936c-3.422 0.067-6.667 0.656-9.668 1.68l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c4.092 9.916 14.625 16.865 26.985 16.865 3.482 0 6.819-0.551 9.907-1.561l-0.199 0.057c11.146-3.643 18.952-12.993 18.952-23.964 0-3.113-0.629-6.095-1.779-8.853l0.064 0.176c-1.523-3.672-3.821-6.806-6.74-9.385l-0.001-0.001 38.485-70.059c0.914 0.092 1.974 0.144 3.048 0.144 3.387 0 6.637-0.522 9.654-1.48l-0.2 0.055c3.503-1.151 6.52-2.771 9.12-4.803l-0.032 0.024c14.848 6.229 27.008 11.307 35.755 15.616 13.141 6.485 17.792 10.795 19.2 15.573 1.408 4.693-0.128 13.739-7.552 29.611-5.547 11.819-14.72 28.587-25.557 48.341-0.186-0.004-0.405-0.006-0.625-0.006-3.623 0-7.089 0.597-10.28 1.686l0.196-0.059c-11.157 3.637-18.974 12.993-18.974 23.971 0 3.094 0.621 6.060 1.758 8.803l-0.064-0.177c4.092 9.916 14.625 16.865 26.985 16.865 3.482 0 6.819-0.551 9.907-1.561l-0.199 0.057c11.138-3.647 18.937-12.993 18.937-23.959 0-3.099-0.623-6.068-1.763-8.815l0.064 0.177c-1.366-3.338-3.352-6.205-5.864-8.637l0.019 0.019c10.709-19.541 19.925-36.352 25.856-48.981 8.021-17.152 12.203-29.909 8.533-42.24s-14.933-20.352-29.867-27.733c-9.813-4.821-22.059-9.941-36.693-16.085 0.037-0.481 0.057-1.043 0.057-1.61 0-3.080-0.615-6.032-1.742-8.765l0.064 0.177c-1.427-3.466-3.531-6.437-6.198-8.928l0.011 0.011 22.528-41.088 124.757 53.888c22.528 9.771 31.829 33.707 20.907 53.76l-85.76 157.013c-10.965 20.011-37.888 28.288-60.416 18.56l-176.512-76.288c-22.528-9.728-31.872-33.707-20.907-53.76l85.76-156.971c7.509-13.781 22.613-21.973 38.613-22.613z"],"attrs":[{"fill":"rgb(96, 153, 38)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gitea"],"grid":0},"attrs":[{"fill":"rgb(96, 153, 38)"}],"properties":{"id":293,"order":55,"prevSize":32,"code":59670,"name":"gitea"},"setIdx":16,"setId":1,"iconIdx":76},{"icon":{"paths":["M512 12.672c-282.88 0-512 229.248-512 512 0 226.261 146.688 418.133 350.080 485.76 25.6 4.821 34.987-11.008 34.987-24.619 0-12.16-0.427-44.373-0.64-87.040-142.421 30.891-172.459-68.693-172.459-68.693-23.296-59.093-56.96-74.88-56.96-74.88-46.379-31.744 3.584-31.104 3.584-31.104 51.413 3.584 78.421 52.736 78.421 52.736 45.653 78.293 119.851 55.68 149.12 42.581 4.608-33.109 17.792-55.68 32.427-68.48-113.707-12.8-233.216-56.832-233.216-253.013 0-55.893 19.84-101.547 52.693-137.387-5.76-12.928-23.040-64.981 4.48-135.509 0 0 42.88-13.739 140.8 52.48 40.96-11.392 84.48-17.024 128-17.28 43.52 0.256 87.040 5.888 128 17.28 97.28-66.219 140.16-52.48 140.16-52.48 27.52 70.528 10.24 122.581 5.12 135.509 32.64 35.84 52.48 81.493 52.48 137.387 0 196.693-119.68 240-233.6 252.587 17.92 15.36 34.56 46.763 34.56 94.72 0 68.523-0.64 123.563-0.64 140.203 0 13.44 8.96 29.44 35.2 24.32 204.843-67.157 351.403-259.157 351.403-485.077 0-282.752-229.248-512-512-512z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["github"],"grid":0},"attrs":[],"properties":{"id":294,"order":56,"prevSize":32,"code":59671,"name":"github"},"setIdx":16,"setId":1,"iconIdx":77},{"icon":{"paths":["M206.677 38.571c-18.898 0.028-34.933 12.253-40.658 29.222l-0.089 0.303-107.947 332.075c0 0.299-0.213 0.512-0.299 0.853l-54.699 167.936c-1.906 5.662-3.005 12.183-3.005 18.96 0 20.319 9.884 38.329 25.105 49.485l0.172 0.12 472.405 343.253c3.925 2.874 8.85 4.599 14.177 4.599 5.429 0 10.439-1.791 14.472-4.815l-0.063 0.045 472.491-343.040c15.417-11.266 25.319-29.283 25.319-49.613 0-6.822-1.115-13.383-3.172-19.512l0.126 0.432-53.76-164.992c-0.33-1.689-0.787-3.176-1.38-4.591l0.057 0.154-107.776-331.733c-5.878-17.109-21.831-29.185-40.603-29.185-0.080 0-0.161 0-0.241 0.001l0.012-0c-0.098-0.001-0.214-0.001-0.33-0.001-18.733 0-34.609 12.231-40.077 29.143l-0.083 0.298-102.656 316.075h-324.181l-102.827-316.075c-5.552-17.209-21.428-29.44-40.16-29.44-0.026 0-0.052 0-0.079 0l0.004-0zM206.421 99.157l92.757 284.928h-185.088zM817.749 99.157l92.501 284.928h-185.259zM365.739 432.384h292.779l-91.733 282.368-54.784 168.149zM130.432 432.597h184.405l131.669 405.333zM709.333 432.597h184.576l-316.245 405.419 126.251-388.608zM89.6 459.179l297.728 381.739-333.568-242.432c-3.291-2.392-5.406-6.228-5.406-10.558 0-1.426 0.229-2.799 0.653-4.083l-0.026 0.092zM934.4 459.179l40.619 124.672c0.408 1.207 0.643 2.597 0.643 4.041 0 4.3-2.086 8.113-5.301 10.483l-0.036 0.025v0.085l-333.653 242.347 1.067-1.493z"],"attrs":[{"fill":"rgb(252, 161, 33)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gitlab"],"grid":0},"attrs":[{"fill":"rgb(252, 161, 33)"}],"properties":{"id":295,"order":57,"prevSize":32,"code":59672,"name":"gitlab"},"setIdx":16,"setId":1,"iconIdx":78},{"icon":{"paths":["M216.405 594.432c-9.429 0.512-17.877 6.016-22.144 14.421-4.907 9.003-16.597 10.325-22.059 8.576-8.96-2.987-20.523-5.077-31.744 2.901s-23.296 1.92-21.12-12.672c2.091-14.507 7.339-27.52 21.291-35.413 30.464-17.493 9.259-29.653 25.941-47.317 16.811-17.579 13.099-22.912 12.501-46.891-56.576-8.533-88.661-24.832-124.416-69.589-35.797-44.672-49.707-81.493-53.376-137.557-3.755-56.192-0.469-92.544 23.765-139.136 24.235-46.421 49.835-68.821 93.952-92.075 44.16-23.381 87.509-28.885 127.531-28.203 40.064 0.64 66.731 3.541 89.344 16.512 22.656 12.928 43.349 29.184 56.491 29.227 10.24 0.64 20.352-2.261 28.715-8.192 1.707 43.52-37.461 47.275-72.448 48.213-34.987 0.896-56.491-13.525-88.747-8.192-32.171 5.461-84.992 20.096-110.72 64.853-25.728 44.8-26.624 60.587-24.448 98.176 2.091 37.461 34.389 65.451 52.651 65.792 18.261 0.299 22.315-4.992 38.315-15.36 15.957-10.496 97.451-111.36 125.184-133.973 27.861-22.656 55.296-29.696 84.907-30.080 29.653-0.341 37.163 0.64 61.141 10.496 23.893 9.771 38.571 27.819 57.856 38.827 9.813-5.76 16-14.464 24.917-21.12 32.427-23.552 49.152-29.952 87.595-26.24 22.101 2.219 49.877 14.805 66.56 29.269 29.568 25.771 54.016 61.483 73.728 88.704 15.36 21.205 33.493 46.549 59.392 54.485 28.117 8.576 49.365-27.819 52.48-48.171 1.835-11.52 4.139-21.589 4.139-34.176 0-12.672-1.28-27.947-4.907-41.173-3.84-13.099-9.472-25.557-16.725-37.077-11.008-17.749-29.013-36.267-47.616-45.739-10.496-5.333-35.243-15.061-50.816-15.403-19.115-0.427-33.664 6.016-51.285 7.211-21.333 1.451-59.563 6.229-76.203-10.24-10.709-10.496-12.075-17.536-13.824-31.189 4.651 3.925 11.264 6.4 17.109 6.955 13.355 1.109 25.813-9.771 36.651-16.128 8.96-5.248 21.504-14.507 33.195-19.2 30.037-12.16 66.901-11.861 98.56-8.533 25.387 2.56 58.368 13.824 80.64 26.496 22.443 12.629 43.989 34.005 59.733 54.101 19.883 25.344 30.763 47.104 37.931 78.677 9.216 40.32 11.819 100.907 0.64 140.757-8.747 31.317-37.845 79.403-62.592 102.997-24.448 23.339-52.693 34.603-84.736 40.747 1.28 6.357 1.408 12.416 3.029 17.749 2.389 7.595 6.955 16 16.213 13.355 3.669-1.067 5.675-2.005 10.496 2.261 4.907 4.267 2.389 20.693-11.349 28.16-6.997 3.669-14.251 4.48-25.387 4.779-13.611 0.512-27.264-0.171-40.661-1.963-12.075-2.005-19.243-11.648-32.64-13.184-20.693-2.347-36.48-17.28-53.12-27.904-6.912-4.437-9.301-4.437-13.269-6.741 2.176 6.571 5.035 13.397 6.443 19.84 1.451 6.229 0.853 12.16 1.579 17.237 0.811 5.077 2.219 9.003 2.987 13.184 3.285 2.901 4.395 7.381 9.941 8.832 5.547 1.493 14.251-0.768 19.968-1.579 5.76-0.768 9.557-3.84 13.995-2.987 4.48 0.853 8.704 4.096 12.459 7.083s6.997 3.413 9.984 10.837c2.987 7.595 5.76 22.912 6.229 33.152 0.384 10.24-0.768 19.413-3.797 27.648-2.987 8.064-5.76 11.648-13.952 19.755s-21.589 19.84-34.944 28.16c2.475 3.584 3.541 6.912 7.381 10.837 3.84 4.011 11.819 8.405 15.317 12.587 3.627 4.181 5.461 7.168 5.461 11.819 0.512 5.589-0.896 11.179-3.968 15.915-9.515 12.757-20.608 15.019-34.261 20.992 2.304 14.251 4.181 24.405 0.853 38.656-1.28 5.845-4.352 18.987-11.52 22.4-7.211 3.413-20.992 1.749-29.781 3.157-8.747 1.323-13.611 2.688-20.437 4.011-4.181 6.016-10.325 12.672-12.416 18.005-2.091 5.419-1.451 7.339 0.256 12.757 1.792 5.504 7.893 13.483 9.6 20.011 1.664 6.4 2.091 13.269 0.469 19.755-1.621 6.4-4.992 12.245-9.813 16.896-5.504 5.76-16.299 10.24-21.717 14.763-5.333 4.736-10.752 5.248-9.259 12.928 2.005 10.581 17.451 27.563 28.587 31.744 7.893 2.347 16.299 1.664 23.765-1.749-0.597 8.917-8.32 15.104-13.44 21.077 13.739-4.011 27.136-11.52 36.437-21.504-2.859 8.661-12.8 22.571-27.52 34.816s-14.635 9.771-22.059 14.677c13.397 2.603 25.856 1.92 36.267 0.085-8.405 4.736-17.749 7.765-27.349 8.832-12.331 1.323-19.968 0.341-31.104-2.347s-21.291-12.843-34.731-19.84c1.28 5.077 2.261 11.093 7.893 16.256 5.803 5.077 14.293 7.765 23.424 12.075-11.605-1.237-23.808-1.579-35.157-4.096-8.491-2.005-14.165-3.925-20.395-6.997-6.144-2.987-10.88-7.509-16.384-11.264 2.603 4.992 3.371 10.923 7.851 15.019 4.437 4.181 11.733 5.76 17.579 8.491-6.101-0.171-11.989 1.237-18.347-0.427-6.827-1.579-13.312-4.651-18.901-8.917-6.827-5.077-13.269-10.667-18.987-16.896-5.632-6.187-12.629-14.165-14.72-19.755-2.048-5.675 1.28-9.6 1.877-14.421-3.84 2.603-8.576 4.011-11.605 7.68-2.987 3.755-5.632 7.083-4.309 13.568 1.28 6.4 7.339 14.421 11.563 21.589-12.629-10.325-19.669-14.336-22.656-26.667-2.731-11.648 4.437-22.187 9.941-30.933 2.731-4.437 6.912-8.491 9.429-12.757-5.76-5.504-12.16-10.24-17.067-16.597-4.821-6.4-6.912-15.019-11.819-20.992-4.992-6.101-11.691-9.899-17.493-14.848 5.077 10.923 13.525 24.405 15.317 32.896 1.877 8.491-2.048 13.739-5.077 18.347-2.987 4.565-7.851 5.675-12.459 8.405-4.693 2.901-11.819 0.683-14.592 4.821s-3.541 10.496-0.896 14.677l10.923 16.981c-5.376-3.072-10.027-7.168-13.952-11.989-3.157-4.096-7.936-8.021-8.491-13.483-0.683-5.589-0.981-10.496 2.688-15.488 3.584-4.992 13.568-6.656 18.005-10.496 4.48-3.84 6.912-6.315 6.656-11.264-0.256-4.992-5.077-8.491-9.259-11.648-12.757-9.6-29.013-18.347-39.851-29.824-4.651-4.48-8.149-9.984-10.197-16.171-1.28-4.48 0.043-8.021 3.029-13.397 3.072-5.589 13.44-13.013 14.763-18.901 1.237-6.016-4.053-7.339-8.747-9.429-4.736-2.091-13.739 1.067-18.133-2.603s1.28-11.349-3.669-15.573-16.256-1.92-22.144-6.4c-5.163-4.352-8.747-10.24-10.24-16.853-1.963-6.016-2.261-12.416-0.896-18.603 1.365-4.821 5.461-5.675 7.979-8.149 2.517-2.432 4.608-4.437 1.28-8.149-3.157-3.755-14.080 0.171-20.309-4.48-6.357-4.821-2.56-16.256-6.955-21.077-4.437-4.651-12.245-2.816-16.469-4.437-4.139-1.493-5.76 3.84-8.277-4.651-2.603-8.491-2.688-34.005-6.101-43.52s-10.155-0.683-13.269-10.069c-3.2-9.429-0.171-24.491-1.579-38.741l-6.4-38.827c-22.229 15.019-36.992 19.755-60.928 23.936-2.005 58.581-7.509 93.099 12.416 158.080 19.84 64.896 60.075 103.253 114.347 158.165-71.68-53.589-105.771-97.237-127.189-153.088-21.376-55.936-17.323-102.699-15.189-156.416zM596.949 570.837c5.504 0.256 12.16 1.664 16.043 4.181 3.883 2.603 8.021 4.565 11.52 8.064 8.789 9.003 15.36 19.755 18.261 32.085 1.877 7.936 2.133 18.005 2.731 27.264-2.645-8.491-4.395-17.408-8.192-25.088-5.931-12.16-16.043-23.936-28.672-29.355-2.816-1.323-6.016-1.749-9.131-1.152 0.981 1.749 2.688 3.243 2.773 5.675 0 2.517-0.512 7.424-4.779 9.515-6.827 3.328-14.464 0.896-19.797-3.669-5.419-4.992-7.083-12.843-4.352-19.584 3.371-8.277 16-8.277 23.595-7.936zM527.787 559.232c0.725-14.165 5.76-25.984 18.475-32.896 7.979-4.565 16.725-7.68 25.771-9.173 8.832-1.109 30.421-0.341 43.435 5.589 9.899 4.48 16.683 11.563 25.472 16.811 8.747 5.163 14.976 8.576 23.296 14.421 12.8 9.003 20.267 18.731 29.099 24.576 4.309 2.816 10.24 2.432 15.957 4.181-4.437 1.237-10.197 2.731-14.933 1.237-6.784-2.731-13.141-6.485-18.688-11.264-6.571-5.845-13.653-11.008-21.205-15.317-5.291-3.072-14.037-6.741-19.883-10.496-5.76-3.84-15.829-12.075-21.419-14.891-8.832-3.669-18.261-5.504-27.733-5.333-10.923 0.341-26.709 2.133-35.072 9.728-8.405 7.68-11.563 14.336-9.685 24.149 3.115-3.584 5.248-8.149 8.32-10.837 6.571-5.675 14.037-5.931 22.229-4.821 9.173 1.152 13.739 6.4 16.768 15.104-2.005-1.408-5.76-4.651-8.704-5.76-6.144-2.347-13.056-1.664-18.688 1.835-7.637 4.181-5.547 10.24-6.571 16.896-0.555 3.243-1.749 5.675-2.603 8.491-2.859-0.683-5.504-2.091-7.68-4.181 0.043 3.243-0.427 6.016 0.256 9.515 0.597 3.584 2.347 7.851 3.584 11.648-5.376-5.333-10.923-10.24-14.293-17.152-3.669-6.699-5.589-14.379-5.504-22.059zM537.131 456.832c3.883-5.803 5.077-14.72 7.424-22.059-0.896 9.259 0.896 19.328-3.541 25.984-4.48 6.741-12.459 5.504-18.901 7.509 5.035-3.84 11.008-5.589 15.019-11.435zM442.965 593.493c5.077-4.096 18.688-0.853 28.843-0.085l-21.931 5.675c-0.725 2.517-0.427 5.248-2.048 7.424-1.707 2.176-4.864 2.901-7.296 4.437 0.256-6.613-2.645-13.355 2.432-17.451zM514.773 309.675c6.101 3.2 13.696 7.595 19.157 7.68 5.291 0.171 6.741-3.413 9.899-5.589 4.907 16.213 10.667 34.005 19.115 48.725 3.541 6.229 5.803 3.371 8.533 9.557 2.688 6.187 3.84 18.731 6.4 26.709 2.517 7.979 5.845 13.696 8.832 20.608-7.424-10.667-17.109-24.149-21.333-32.981-4.181-8.832-1.493-9.6-4.907-17.963-3.328-8.448-10.155-21.504-15.232-32.256-3.669 0.469-8.107 1.109-10.88 0.256-2.773-0.896-2.304-3.883-4.779-5.717-2.517-1.92-6.741-1.152-10.24-4.267-3.456-2.987-4.267-9.259-4.565-14.763zM482.048 389.675c5.76-0.512 12.757 0.981 18.133 0.725s9.216-1.664 13.867-2.56c-0.896-8.064-0.085-22.912-7.509-28.331-4.907-3.413-24.661-0.853-29.909 0.256-11.904 2.603-25.771 9.685-37.248 14.080 11.008-7.68 20.523-14.763 33.749-18.731 8.021-2.347 26.496-5.504 34.688-3.243 3.797 0.981 4.48 2.603 6.784 5.76 7.808 10.88 7.808 20.267 9.771 32.981 2.005 3.029 4.096 5.077 5.76 8.277 1.621 3.968 2.645 8.107 2.901 12.331-2.048-2.944-0.768-6.613-6.357-8.789-5.76-2.261-14.379-0.213-22.059 0.597 5.589 4.096 8.32 7.936 8.576 16.384 0.256 9.941-8.149 17.109-16.981 17.792-12.16 0.939-18.517-1.749-23.424-12.16-2.176-4.565-0.683-10.069-0.768-14.549-14.763 1.024-14.507 0.555-25.259 9.472 5.931 8.576 9.557 13.44 19.243 18.603 5.333 2.816 11.52 5.675 18.133 6.827 6.699 1.152 17.707 2.261 24.789 1.152 6.187-0.768 11.861-3.499 16.171-7.979 5.248-4.779 5.76-11.691 7.765-17.195-0.171 5.419-1.152 10.752-2.987 15.829-5.973 11.52-16.213 15.019-28.501 15.019-11.733 0-26.283-2.688-37.248-7.211-8.747-3.627-23.253-13.867-26.667-22.784-2.389-6.101-0.512-13.568-0.768-20.352 12.16-8.064 15.104-6.101 29.397-8.448 6.016-1.067 10.197-3.243 15.957-3.755zM411.435 335.104c0.299-4.864 0.896-4.736 1.28-7.125-11.051-2.944-15.403 4.224-21.931 17.536-2.432 4.907 0 7.936-2.645 11.221-2.517 3.243-6.784 2.773-10.965 5.931s-8.363 9.173-12.331 12.459c-8.064 6.656-19.072 10.709-28.459 15.275 6.4-4.736 18.901-11.904 22.955-18.731 2.133-3.669 1.792-10.539 5.12-13.867 3.328-3.2 4.48-5.547 8.747-6.357s2.603-5.803 3.968-9.771c1.365-3.883 4.139-6.741 7.040-10.709s6.656-9.813 12.416-12.032c5.76-2.091 14.805 0.213 19.2-0.981 4.352-1.237 1.835-4.48 5.035-6.4s9.344-0.981 13.653-3.072c7.509-3.584 11.093-9.685 15.659-16.085 0.64 13.909 0.427 23.936-4.565 37.077-5.589 14.763-11.349 23.467-27.349 32.555-5.461 3.072-10.965 4.181-15.573 5.845 2.645-3.669 6.485-5.248 8.021-10.923 1.451-5.803 0.384-17.067 0.725-21.845zM669.952 403.029c-7.552 0.597-9.344-0.512-15.488 3.883l9.899 15.36c-0.256-10.112 0.768-12.16 5.675-19.243zM650.112 395.691c10.496-4.437 19.669-8.064 31.147-8.832 4.565-0.341 11.691 0.384 16.341 0.683 4.011-5.845 9.003-10.411 10.923-17.067 1.195-4.437 0.64-24.917-1.621-30.251-6.229-15.403-12.373-16.085-21.12-24.96-6.229-6.357-6.485-16.213-8.405-27.221-0.64-4.011-2.645-9.088-3.584-13.227-12.075-1.963-24.32-2.645-36.565-1.92 6.315-6.101 12.416-11.563 14.251-20.736 1.92-9.771 0.171-19.883-4.821-28.459-5.163-8.149-13.44-15.36-21.077-22.059-7.595-6.613-18.603-12.117-25.771-17.579 9.429-3.285 18.944-8.277 28.16-10.027 23.936-4.608 44.501 2.432 67.584 16.384 13.44 8.107 24.448 15.787 38.485 30.549 14.037 14.677 31.36 41.6 44.971 57.515 13.525 16 24.533 28.587 36.395 38.101 11.776 9.643 22.528 12.331 33.792 18.389l17.579 18.688 14.293-17.621 22.827 2.56 4.736-25.643 20.907-5.803-3.371-34.603 15.104-10.752-11.392-21.504 11.52-23.595-15.019-26.88 5.76-25.899-17.365-14.848-2.261-27.563-24.277-9.259-9.685-23.936-27.307-0.299-13.44-17.792-18.389 1.28-20.437-2.261-11.52-8.491-16.896 11.093-20.352-10.581-40.405 15.317 26.368-22.912 27.307-4.352 20.907-5.376 28.288 9.301 24.832-6.272 24.021 14.123 25.429-1.323 12.501 22.4 25.216 2.859 13.653 24.789 15.872 8.747 4.267 31.829 14.208 13.44-6.315 27.861 16.64 21.077-15.488 22.571 16.64 14.165-21.291 18.901 21.589 22.571-26.155 8.533 16.981 24.149-21.376 3.755 13.995 26.539-24.021-0.341 12.16 19.883-26.496-3.157 6.315 28.672-19.968-17.536-6.784 34.731-13.739-24.96-7.467 31.147-16.939-22.912 0.469 32.64-18.731-29.355c3.883 16.683 3.115 34.859 14.037 50.56 33.877-4.565 55.979-13.099 81.963-38.059 23.552-22.741 51.797-70.144 59.477-100.267 8.704-34.219 8.96-97.323 0.384-132.309-8.277-33.579-19.029-49.621-38.229-77.099-18.347-19.413-36.395-40.064-59.691-53.931-34.261-20.48-78.037-25.941-116.992-25.429-16.768 0.043-33.323 3.157-48.981 9.173-22.485 8.149-40.533 26.069-63.445 34.901-7.467 2.859-13.44 2.901-19.371-0.171 5.76 11.52 11.989 16.683 26.411 20.864 10.411 3.029 35.2 1.109 52.352-0.469 18.347-1.664 27.904-7.125 52.864-6.827 24.32 0.427 43.691 9.6 54.272 15.701 21.803 12.459 37.419 26.197 51.029 48.171 7.467 12.032 12.715 25.643 16.341 39.467 3.669 13.824 5.291 29.355 5.547 42.923s-0.811 25.685-4.139 37.888c-7.765 28.544-24.875 57.6-60.032 53.12-21.504-2.688-53.888-43.093-64.768-57.899-21.973-29.909-44.501-63.019-72.021-87.851-17.365-15.616-39.253-25.344-62.421-27.733-42.325-3.84-54.912 4.181-86.741 30.507 6.443 2.005 12.757 3.157 19.413 6.187 14.763 6.656 28.245 15.232 40.021 26.24 12.373 11.52 17.92 18.859 18.347 35.371 0.299 11.051-8.704 19.84-17.024 27.691-5.035 4.864-11.733 9.301-15.872 13.099-5.419 4.992-12.16 10.496-5.291 18.432 2.56 2.987 7.040 5.248 10.752 8.064 6.016 4.395 3.2 20.821-4.608 25.259-9.643 5.803-21.888 4.736-30.421-2.603 10.496-1.493 17.152-2.901 16.853-11.52-0.085-4.907-6.357-9.088-12.672-11.904-14.933-6.827-26.197-5.76-41.088-16.512-15.061-10.837-15.317-16.768-19.413-33.707-7.253 0.725-13.952 0.896-23.68 4.139-9.643 3.157-20.395 10.837-29.184 12.757-22.187 4.736-26.581 3.328-38.699 0.256-21.376-5.632-49.109 3.84-76.8 12.757-4.565 1.408-23.168 0-35.669 4.352-22.528 8.917-43.477 21.163-62.165 36.395-23.723 20.011-54.869 79.744-72.448 148.352-1.92 20.907 4.053 34.901-9.088 45.099-13.141 10.24-12.8 36.309-17.28 43.648-4.395 7.253-9.6 4.011-19.2 14.336-9.515 10.24-14.379 8.576-14.165 27.904 8.32-5.333 20.352-11.648 30.933-12.16 9.429-0.256 9.472 12.075 33.493-11.648 12.843-12.757 37.589-13.184 54.741-18.731s48-17.152 78.976-51.712c30.891-34.56 45.696-70.997 51.712-123.563 0.853 9.173 2.56 19.755-1.408 45.44-4.053 25.771-12.629 54.613 5.504 89.344l11.307 21.504c-6.699-9.173-19.84-24.149-23.893-34.816l-9.003-24.661c-20.48 32.128-25.173 37.845-53.547 60.8-1.109 14.251-1.408 29.099 3.243 42.752 4.608 13.653-2.731 29.355 0.853 38.4 3.499 8.917 11.648 3.84 14.336 12.928s-1.365 27.093 2.731 35.925c4.224 8.832 14.379 3.499 19.328 6.4 4.907 2.816 6.571 6.741 9.173 10.496 2.688 3.755-0.981 12.672 4.395 15.573 5.376 2.816 13.653 0.427 19.328 3.157 5.547 2.816 6.357 9.515 5.077 15.403-1.365 6.016-7.339 8.747-9.941 14.848-2.645 5.077-2.347 11.179 0.853 15.915 3.157 5.589 10.069 8.576 17.067 11.52 6.912 2.731 16.683 1.152 23.851 5.077 7.211 3.84 13.653 11.648 17.408 17.323 3.797 5.589 4.821 9.6 4.651 15.488-0.597 6.571-2.517 12.843-5.845 18.517-3.157 5.76-10.069 12.757 0.853 23.68 10.837 10.837 10.496 6.187 16.768 13.355-0.725-12.331-5.76-22.229-2.091-31.488 3.755-9.259 14.891-10.923 20.651-15.019 5.931-4.267 9.344-9.899 13.909-14.848 0 6.315 0.64 13.184-0.085 17.92-1.408 9.685-4.352 18.432 10.112 19.925 6.528 0.683 12.757-3.499 19.584-6.016-3.584 6.315-9.813 11.52-10.795 19.243-1.195 8.32 0.768 16.853 5.547 23.851 5.291 7.68 14.549 13.355 21.291 17.749 6.741 4.48 10.411 4.907 15.573 7.424 0.256 7.509-1.28 15.488-0.384 22.656 0.811 7.168 3.115 13.397 7.211 19.328 4.181 6.016 10.752 9.344 16.981 13.653-3.413-8.021-10.325-15.573-10.24-23.936s2.56-14.251 10.752-21.76c8.149-7.424 27.264-13.824 36.267-21.077 6.656-4.651 11.904-11.093 15.147-18.603 3.2-6.997 2.347-18.347 2.944-24.576 2.944 8.747 3.371 11.52 4.395 20.736 0.896 9.259-5.419 22.229-8.064 29.013 9.728-4.48 17.451-12.501 21.76-22.4 2.432 1.493 1.195 5.333 2.091 12.843 4.011-3.925 8.491-6.912 12.501-10.667s8.32-6.997 10.368-12.245c1.963-5.163 1.152-10.752-0.299-16.768-1.493-6.101-8.235-13.099-11.904-19.755-3.584-6.485 0.683-13.013 0.427-20.992-7.253-1.237-13.397-4.992-21.845-3.755-8.32 1.237-17.92 10.581-26.496 10.752-8.491 0-13.397-8.021-20.395-10.155-7.040-2.261-14.080-1.92-21.12-2.987 8.917-8.491 43.563-12.587 67.243-16.427 20.736-3.499 41.728-5.333 62.72-5.675 9.429-0.256 21.589 2.901 28.203 1.067 6.485-1.92 5.077-6.4 6.997-11.264 5.504-13.568 2.816-25.771-0.171-39.424-18.944-2.261-38.741-4.907-57.856-3.499-18.688 1.408-40.789 10.325-60.117 10.923-16.725 0.597-41.643-3.157-55.979-11.989-17.621-10.667-31.189-33.664-36.053-41.173-7.851-11.989-17.749-35.669-23.851-46.421-6.016-10.837-7.381-13.824-12.373-18.347-5.035-4.48-11.861-4.821-17.877-7.253 6.869 0.597 14.336-1.493 20.565 2.005 9.429 5.419 19.84 27.648 25.685 37.419 6.187-20.736 4.736-28.843 22.571-40.576-14.336 16.171-14.763 28.416-18.261 47.403 11.989 19.584 28.587 50.901 50.347 59.563 7.936 3.157 21.419 5.077 29.909 6.187 26.496 3.243 52.053-5.077 77.995-11.52 18.987-4.736 38.272-2.816 61.355-1.493 7.808 0.512 26.283-4.267 30.165-12.075 2.219-4.565 1.792-9.899-1.024-14.080-2.987-4.48-10.88-6.741-15.147-10.837-4.224-4.181-6.656-9.003-10.027-13.397-14.933 2.901-30.037 4.48-45.312 4.907 9.429-3.84 18.475-6.016 28.16-9.813 10.112-4.181 19.755-9.344 28.843-15.317 7.936-5.248 12.928-8.235 18.688-14.251 5.717-6.101 13.013-12.331 17.237-19.755s4.864-15.744 5.12-24.917c0.171-9.173-0.213-22.016-3.755-29.483-3.584-7.339-10.368-9.6-15.872-11.264-5.419-1.749-9.216 2.688-14.891 3.243-5.717 0.597-11.008 4.096-19.285 0.256-10.581-5.504-19.669-13.568-26.325-23.424-8.363-11.691-14.293-30.848-22.784-45.568-14.635-25.429-32.896-49.024-50.304-72.619-1.493-5.76-3.584-13.824-4.352-21.675-1.323-13.739-1.493-27.989 2.773-41.344 3.2-10.24 8.021-21.077 18.688-25.259 4.267-1.835 9.045-2.176 13.525-0.939 3.84 1.365 7.637 5.76 6.059 10.752-1.664 5.504-5.419 5.717-8.021 8.448-3.883 3.883-6.528 8.747-7.808 14.080 4.736-0.171 11.179-0.469 15.104 0.555 5.12 1.28 9.771 4.693 12.416 11.904-6.101-5.376-9.088-7.893-16.64-8.021-3.541-0.085-7.765 1.109-11.563 1.749-1.451 4.608-2.304 10.368-4.309 14.037-2.091 3.584-6.016 2.688-7.509 6.869-1.408 5.461-1.664 11.136-0.853 16.683zM703.104 389.333c2.389 0.896 3.2 1.152 6.229 3.413 2.944 2.219 7.040 4.437 9.387 9.771 1.877 5.504 2.475 11.349 1.707 17.067-2.048-0.64-4.821-0.213-6.955-2.005-2.133-1.835-3.371-5.973-6.101-7.68-2.773-1.835-4.992-1.451-8.021-1.835 1.621 4.096 2.133 8.491 1.536 12.843-1.536 8.661-6.656 13.099-15.019 14.080-3.584 0.512-9.344-0.683-12.459-1.237 1.451 3.2 3.883 6.101 5.376 9.344 6.997-0.981 12.16-0.853 16-2.603 3.755-1.749 7.808-5.76 12.629-7.381 4.821-1.664 9.131-1.664 14.421-2.517-4.181 3.584-6.912 7.125-11.051 10.795l9.131 26.581c6.485 4.096 12.544 6.229 20.693 11.221 8.149 4.949 17.92 13.952 28.587 18.773 10.624 4.821 16.896 7.552 28.032 9.6 11.051 2.133 19.925 11.179 30.805 12.629 10.88 1.365 31.36 1.749 39.765 0.896 9.6-0.896 22.016-5.803 23.125-16.299-8.021 1.92-20.267 0.213-26.411-14.891-2.731-6.699-1.451-19.072-5.632-26.923-4.224-7.979-10.069-10.496-17.067-20.267s-18.389-25.131-24.747-38.187c-6.4-13.141-8.021-27.904-13.355-39.637-5.461-11.691-13.611-21.12-20.011-30.208-13.824-19.755-24.96-33.152-47.787-43.136-11.008-4.779-23.509-6.101-35.157-9.088-4.821 2.133-11.435 4.437-12.587 10.112-0.896 6.4 0.896 13.013 5.12 17.963 6.784 7.040 16.853 14.592 20.779 25.728 2.603 7.168 3.243 31.147 1.067 37.675-2.304 6.827-7.595 10.965-12.032 15.403zM705.323 446.123c-2.091 1.835-3.712 3.712-7.125 5.205-3.413 1.536-8.064 1.92-12.587 3.029 6.315 9.856 13.013 19.883 19.072 30.251 6.101 10.325 11.349 21.76 17.109 32.64-0.299-6.272 0.085-12.885-0.811-18.688s-3.541-10.837-6.187-19.669c-2.56-8.789-5.76-20.651-9.472-32.768zM534.699 229.077c-0.896 9.643 0.811 24.789 2.731 34.389 2.475 11.392 4.736 17.237 13.995 24.064 16.896 12.587 27.648 10.453 40.747 17.749 6.187 3.456 13.995 9.259 16.299 15.317 2.261 6.229-1.536 12.843-6.229 15.488 8.192 1.237 17.408-8.064 13.568-17.493-1.92-4.651-10.88-6.827-13.653-11.563-2.517-4.352-2.987-9.557-1.408-14.293 2.261-8.619 19.371-16.555 25.472-23.296 9.301-10.581 12.8-19.328 7.552-32.853-7.339-18.987-35.925-34.304-52.992-41.771-7.808-3.413-12.245-3.584-18.304-5.504 12.459 7.424 25.643 13.227 32 29.483 5.248 13.696 0.64 18.901 0.896 30.763 0.085 5.547 7.339 8.32 10.581 11.733 2.731 3.072 2.56 5.333 0.341 9.515-0.171-3.413-1.92-6.571-4.736-8.491-4.779-3.413-9.984-2.688-12.544-9.6-3.84-10.581 3.883-20.651-4.779-32.512-6.4-8.875-15.061-18.816-26.667-19.072-5.248-0.043-10.411 0.768-15.36 2.475l-7.808-9.387-0.213-0.128c-15.872-14.464-26.752-26.411-48.939-36.352-22.272-9.984-33.28-11.52-58.837-10.923-25.472 0.555-50.773 2.688-80.341 28.16-29.611 25.6-105.856 123.221-124.373 135.552-18.389 12.331-22.485 16.597-45.568 16.597s-59.179-32.683-60.587-73.515c-1.365-40.789-1.92-55.339 26.411-104.491 28.416-49.152 79.744-64.256 117.931-69.333 38.187-5.163 61.099 8.277 89.259 8.32 28.16 0.085 56.064-4.736 64.341-27.179-4.053 2.389-9.429 5.12-24.619 4.309-15.147-0.811-36.224-18.389-59.819-30.123-23.68-11.776-49.92-13.184-83.712-13.781-33.707-0.64-75.819 1.92-117.547 24.491-41.728 22.4-70.187 46.293-94.421 90.453-24.235 44.075-27.819 80-23.893 133.419 3.84 53.333 20.352 93.056 52.011 132.181 31.744 38.997 63.403 58.155 120.491 65.237l12.075-52.992-21.504 30.763 0.597-34.261-19.413 24.107-8.619-32.725-15.659 26.24-7.808-36.48-22.869 18.432 7.253-30.080-30.165 3.328 13.824-20.949-27.477 0.256 16-27.861-24.32-3.883 19.371-25.429-29.781-8.789 24.661-23.68-24.448-19.925 19.115-14.848-17.92-23.851 19.115-22.187-7.125-29.227 16.171-14.037 4.821-33.536 18.176-9.131 15.616-26.069 28.885-3.072 14.251-23.595 29.013 1.493 27.392-14.848 28.416 6.571 32.256-9.728 23.979 5.547 31.189 4.608 30.080 24.064-46.123-16.085-23.211 11.093-19.243-11.648-13.227 8.917-23.467 2.432-20.949-1.28-15.275 18.603-31.232 0.299-11.093 25.131-27.733 9.728-2.603 28.928-19.925 15.616 6.613 27.179-17.152 28.331 13.227 24.789-13.013 22.571 17.237 11.264-3.84 36.395 24.021 6.016 5.333 27.008 26.155-2.688 16.256 18.517 20.053-19.669c36.608-18.261 51.712-28.501 80.299-59.349 32.384-35.115 51.029-67.584 94.208-91.605 31.104-17.28 56.363-23.509 91.264-17.408 32.683 5.632 43.691 25.301 67.84 45.952 2.603-4.651 2.987-5.931 7.211-9.301-1.28 6.059-3.371 12.245-3.968 18.048z"],"attrs":[{"fill":"rgb(164, 46, 43)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gnu"],"grid":0},"attrs":[{"fill":"rgb(164, 46, 43)"}],"properties":{"id":302,"order":51,"prevSize":32,"code":59673,"name":"gnu"},"setIdx":16,"setId":1,"iconIdx":79},{"icon":{"paths":["M126.635 494.208h54.357v-162.987c-0-0.038-0-0.083-0-0.128 0-182.858 148.236-331.093 331.093-331.093 0.045 0 0.090 0 0.135 0l-0.007-0c0.025-0 0.055-0 0.085-0 182.858 0 331.093 148.236 331.093 331.093 0 0.045-0 0.090-0 0.135l0-0.007v161.408c-0.768 0.427-1.579 1.195-2.389 1.579l-0.427 0.427-0.341 0.384h-0.427l-0.811 0.811h-1.195l-0.768 0.768h-0.853l-0.768 0.427h-0.427l-0.384 0.427-0.384 0.384h-0.427l-0.384 0.384-0.384 0.427-0.427 0.384-0.384 0.384-1.195 0.811-0.811 0.427-1.195 0.768-0.768 0.427-0.853 0.384-1.152 0.768-0.811 0.427-0.427 0.384-1.152 0.811-0.853 0.427-1.963 1.152-0.811 0.427-1.621 0.811h-0.341l-2.432 1.152h-0.811c-0.768 0.427-1.579 0.853-2.773 1.621h-0.427l-0.384 0.427-1.195 0.768-0.768 0.427-1.237 0.768-0.768 0.427h-0.427l-1.195 0.768-0.768 0.427-0.853 0.384c-0.768 0.427-1.963 0.811-2.773 1.195l-0.768 0.427-0.853 0.384-1.579 0.768-1.579 0.853-2.005 0.768-2.005 0.811-0.811 0.384-1.579 0.811-0.811 0.427c-65.92 31.531-171.392 64.683-371.541 79.061-143.445 10.411-230.528 73.515-286.891 149.419zM333.227 494.208h357.163v-162.987c0-0.025 0-0.055 0-0.085 0-98.592-79.925-178.517-178.517-178.517-0.030 0-0.060 0-0.090 0l0.005-0c-0.013-0-0.028-0-0.043-0-98.592 0-178.517 79.925-178.517 178.517 0 0.030 0 0.060 0 0.090l-0-0.005zM897.365 556.544v467.456h-659.627c72.704-40.363 126.635-36.352 216.533-33.579 122.24 4.011 257.28-47.147 323.627-115.029 66.304-67.925-5.973-16-81.109 3.157-75.093 19.2-220.587 21.205-318.037-4.395 306.048 4.011 425.515-94.677 493.013-183.765 67.541-88.704-29.141-15.573-91.861 15.189-62.72 30.72-172.203 52.352-292.864 36.352 182.187-0.427 320.853-91.477 410.325-185.387z"],"attrs":[{"fill":"rgb(0, 147, 221)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["gnuprivacyguard"],"grid":0},"attrs":[{"fill":"rgb(0, 147, 221)"}],"properties":{"id":304,"order":50,"prevSize":32,"code":59674,"name":"gpg"},"setIdx":16,"setId":1,"iconIdx":80},{"icon":{"paths":["M119.522 395.276c-3.101 0-3.829-1.517-2.309-3.893l16.236-20.79c1.517-2.309 5.346-3.829 8.447-3.829h275.352c3.037 0 3.829 2.309 2.309 4.621l-13.135 19.998c-1.517 2.376-5.413 4.621-7.722 4.621zM3.097 466.227c-3.101 0-3.893-1.517-2.309-3.829l16.169-20.857c1.517-2.309 5.413-3.829 8.514-3.829h351.648c3.101 0 4.621 2.309 3.829 4.621l-6.138 18.481c-0.792 3.101-3.829 4.621-6.93 4.621zM189.748 537.178c-3.101 0-3.893-2.309-2.309-4.621l10.759-19.273c1.517-2.309 4.621-4.621 7.722-4.621h154.242c3.101 0 4.621 2.309 4.621 5.413l-1.517 18.481c0 3.101-3.101 5.413-5.413 5.413zM990.261 381.416c-48.577 12.343-81.774 21.582-129.558 33.925-11.615 3.037-12.343 3.829-22.441-7.722-11.484-13.135-19.998-21.582-36.167-29.304-48.641-23.891-95.701-16.961-139.59 11.551-52.47 33.925-79.465 84.083-78.673 146.52 0.725 61.709 43.164 112.595 104.081 121.11 52.47 6.93 96.359-11.551 131.142-50.886 6.93-8.514 13.068-17.753 20.79-28.579h-148.83c-16.169 0-20.065-10.031-14.652-23.099 10.031-23.891 28.512-64.021 39.335-84.083 3.319-7.333 10.573-12.344 18.997-12.344 0.098 0 0.193 0 0.29 0.001h280.683c-1.517 20.857-1.517 41.647-4.621 62.501-8.599 57.689-31.035 108.973-63.813 151.941l0.584-0.799c-55.507 73.26-128.040 118.8-219.781 131.076-75.569 10.031-145.794-4.621-207.438-50.819-57.091-43.231-89.496-100.319-97.943-171.27-10.031-84.083 14.652-159.654 65.538-225.984 54.779-71.676 127.248-117.216 215.952-133.386 72.468-13.135 141.9-4.621 204.337 37.751 40.919 27.059 70.159 64.021 89.496 108.769 4.621 6.93 1.517 10.823-7.722 13.135zM1245.548 807.909c-70.223-1.584-134.244-21.649-188.232-67.914-43.722-37.020-73.98-88.75-83.118-147.471l-0.174-1.36c-13.86-87.12 10.031-164.274 62.501-232.914 56.299-74.052 124.146-112.595 215.952-128.766 78.673-13.86 152.724-6.205 219.781 39.335 60.917 41.58 98.735 97.943 108.769 171.93 13.068 104.148-16.961 188.958-88.704 261.492-50.886 51.678-113.388 84.019-185.131 98.671-20.79 3.893-41.58 4.621-61.645 6.997zM1429.029 496.323c-0.725-10.031-0.725-17.753-2.245-25.475-13.86-76.361-84.083-119.526-157.344-102.564-71.743 16.169-118.008 61.709-134.97 134.178-13.86 60.192 15.444 121.11 70.951 145.794 42.439 18.481 84.811 16.169 125.73-4.621 60.917-31.68 94.050-80.982 97.879-147.312z"],"attrs":[{"fill":"rgb(0, 173, 216)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["go"],"grid":0,"width":1584},"attrs":[{"fill":"rgb(0, 173, 216)"}],"properties":{"id":306,"order":405,"prevSize":32,"code":59675,"name":"go"},"setIdx":16,"setId":1,"iconIdx":81},{"icon":{"paths":["M64 0h896l-81.493 920.021-367.488 103.979-365.397-104.021zM363.989 416l-9.899-115.968 429.184 0.128 9.813-111.872-562.176-0.128 29.781 341.76h389.376l-13.909 146.176-124.16 34.304-126.080-34.56-8.021-90.027h-111.317l14.080 177.963 231.339 61.867 229.504-61.568 31.744-348.032z"],"attrs":[{"fill":"rgb(227, 79, 38)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["html5"],"grid":0},"attrs":[{"fill":"rgb(227, 79, 38)"}],"properties":{"id":365,"order":90,"prevSize":32,"code":59676,"name":"html5"},"setIdx":16,"setId":1,"iconIdx":82},{"icon":{"paths":["M506.539 8.149c-31.787-0.469-62.464 11.861-85.035 34.304l-376.533 385.621c-142.635 142.507 92.331 130.603 177.237 184.533 39.339 25.685-126.080 58.496-92.331 92.331 32.896 33.835 198.4 64.896 231.339 97.835 32.896 33.749-66.731 69.419-33.835 103.168 32 33.835 108.757 1.835 122.453 78.592 10.027 56.661 140.8 28.416 199.339-20.096 36.437-31.104-63.104-31.104-30.208-64.896 82.304-83.157 155.392-37.333 185.557-114.176 16.512-41.088-124.288-70.4-86.784-96.896 89.643-63.019 418.645-95.019 266.88-246.699l-390.272-399.317c-23.893-22.229-55.253-34.432-87.808-34.304zM509.739 44.8c22.571 0.128 45.227 8.576 61.611 24.917l148.992 151.765c13.781 13.696 13.781 42.069 5.504 50.261l-73.984-60.245-14.635 88.619-61.227-32.939-99.669 63.061-32.896-132.48-52.992 115.115-132.565-0.939c-25.6 0-21.931-26.496 4.565-52.992 52.096-57.6 153.6-155.307 185.6-189.141 16.427-16.896 39.040-25.131 61.653-24.917zM925.952 739.243c-31.573 1.067-63.829 16.853-72.064 46.080 0 19.157 148.992 30.165 140.843-4.565-6.016-29.269-37.12-42.752-68.736-41.6zM271.189 822.229c-43.008 2.517-89.088 33.749-52.565 64.512 33.749 29.269 84.992-6.4 101.419-47.488-10.24-13.483-29.269-18.176-48.768-16.981zM835.627 825.515c-42.069 38.4 7.253 78.592 48.384 52.096 11.008-7.381-0.896-42.88-48.384-52.096z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["inkscape"],"grid":0},"attrs":[],"properties":{"id":386,"order":88,"prevSize":32,"code":59677,"name":"inkscape"},"setIdx":16,"setId":1,"iconIdx":83},{"icon":{"paths":["M512 0c-139.093 0-156.459 0.64-211.072 3.072-54.528 2.56-91.648 11.136-124.288 23.808-33.664 13.056-62.251 30.592-90.709 59.051s-46.037 57.003-59.051 90.709c-12.672 32.64-21.291 69.76-23.808 124.288-2.56 54.613-3.072 71.979-3.072 211.072s0.64 156.459 3.072 211.072c2.56 54.485 11.136 91.648 23.808 124.288 13.056 33.621 30.592 62.251 59.051 90.709 28.459 28.416 57.003 46.037 90.709 59.051 32.683 12.629 69.803 21.291 124.288 23.808 54.613 2.56 71.979 3.072 211.072 3.072s156.459-0.64 211.072-3.072c54.485-2.56 91.648-11.179 124.288-23.808 33.621-13.056 62.251-30.635 90.709-59.051 28.416-28.459 46.037-56.96 59.051-90.709 12.629-32.64 21.291-69.803 23.808-124.288 2.56-54.613 3.072-71.979 3.072-211.072s-0.64-156.459-3.072-211.072c-2.56-54.485-11.179-91.691-23.808-124.288-13.056-33.664-30.635-62.251-59.051-90.709-28.459-28.459-56.96-46.037-90.709-59.051-32.64-12.672-69.803-21.291-124.288-23.808-54.613-2.56-71.979-3.072-211.072-3.072zM512 92.16c136.661 0 152.96 0.683 206.933 3.029 49.92 2.347 77.013 10.624 95.019 17.707 23.979 9.259 40.96 20.352 58.965 38.229 17.877 17.92 28.971 34.944 38.229 58.923 6.997 18.005 15.36 45.099 17.621 95.019 2.432 54.016 2.987 70.229 2.987 206.933s-0.64 152.96-3.157 206.933c-2.603 49.92-10.923 77.013-17.963 95.019-9.557 23.979-20.437 40.96-38.357 58.965-17.877 17.877-35.157 28.971-58.88 38.229-17.92 6.997-45.44 15.36-95.36 17.621-54.357 2.432-70.357 2.987-207.317 2.987-137.003 0-153.003-0.64-207.317-3.157-49.963-2.603-77.483-10.923-95.403-17.963-24.277-9.557-40.96-20.437-58.837-38.357-17.963-17.877-29.44-35.157-38.4-58.88-7.040-17.92-15.317-45.44-17.92-95.36-1.92-53.76-2.603-70.357-2.603-206.677 0-136.363 0.683-153.003 2.603-207.403 2.603-49.92 10.88-77.397 17.92-95.317 8.96-24.32 20.437-40.96 38.4-58.923 17.877-17.877 34.56-29.397 58.837-38.315 17.92-7.083 44.843-15.403 94.763-17.963 54.4-1.92 70.4-2.56 207.317-2.56zM512 249.088c-145.28 0-262.912 117.76-262.912 262.912 0 145.28 117.76 262.912 262.912 262.912 145.28 0 262.912-117.76 262.912-262.912 0-145.28-117.76-262.912-262.912-262.912zM512 682.667c-94.293 0-170.667-76.373-170.667-170.667s76.373-170.667 170.667-170.667 170.667 76.373 170.667 170.667-76.373 170.667-170.667 170.667zM846.763 238.72c0 33.92-27.563 61.44-61.44 61.44-33.92 0-61.44-27.563-61.44-61.44s27.563-61.397 61.44-61.397c33.835-0.043 61.44 27.52 61.44 61.397z"],"attrs":[{"fill":"rgb(228, 64, 95)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["instagram"],"grid":0},"attrs":[{"fill":"rgb(228, 64, 95)"}],"properties":{"id":388,"order":49,"prevSize":32,"code":59678,"name":"instagram"},"setIdx":16,"setId":1,"iconIdx":84},{"icon":{"paths":["M0 0h1024v1024h-1024zM940.117 779.776c-7.467-46.72-37.888-85.973-128.128-122.581-31.403-14.72-66.304-24.96-76.672-48.64-3.883-14.080-4.48-21.76-1.963-30.080 6.4-27.563 39.040-35.84 64.64-28.16 16.64 5.12 32 17.92 41.643 38.4 44.117-28.843 44.117-28.843 74.88-48-11.52-17.92-17.237-25.643-25.003-33.28-26.88-30.080-62.677-45.44-120.917-44.117l-30.080 3.797c-28.843 7.040-56.32 22.4-72.96 42.88-48.64 55.083-34.603 151.083 24.277 190.763 58.24 43.52 143.403 53.077 154.283 94.080 10.24 49.92-37.12 65.92-83.883 60.16-34.603-7.68-53.76-25.003-74.88-57.003l-78.080 44.843c8.96 20.48 19.2 29.397 34.56 47.317 74.24 74.923 259.84 71.083 293.163-42.837 1.237-3.84 10.24-30.080 3.157-70.4zM556.843 470.656h-95.915c0 82.688-0.384 164.864-0.384 247.68 0 52.565 2.688 100.821-5.888 115.669-14.080 29.397-50.347 25.643-66.816 20.48-16.896-8.363-25.472-19.883-35.413-36.48-2.688-4.48-4.693-8.363-5.419-8.363l-77.867 48c13.013 26.88 32 50.005 56.491 64.725 36.48 21.76 85.504 28.8 136.832 17.28 33.408-9.643 62.208-29.483 77.269-60.203 21.76-39.68 17.152-88.32 16.939-142.763 0.512-87.637 0-175.317 0-263.637z"],"attrs":[{"fill":"rgb(247, 223, 30)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["javascript"],"grid":0},"attrs":[{"fill":"rgb(247, 223, 30)"}],"properties":{"id":405,"order":91,"prevSize":32,"code":59679,"name":"javascript"},"setIdx":16,"setId":1,"iconIdx":85},{"icon":{"paths":["M0 72.235v178.901h77.995c54.443 0 64.085 36.907 64.085 87.808l0.427 316.245c0 163.84 146.773 296.576 327.68 296.576h446.464c57.259 0 107.349-35.413 107.349-89.941v-490.368c0-163.84-146.773-296.533-327.808-296.533h-187.947v-0.555zM244.181 181.717h89.685v450.603c0 60.288 41.984 107.093 91.264 107.093l305.92 1.28c63.829 0 113.536-43.093 113.536-94.123l-0.512-239.232c0.009-0.356 0.014-0.774 0.014-1.194 0-14.864-6.334-28.248-16.449-37.601l-0.034-0.031c-9.545-10.106-23.036-16.396-37.996-16.396-0.397 0-0.793 0.004-1.188 0.013l0.059-0.001c-15.957 0-27.733 5.12-39.168 16.384-10.15 9.384-16.483 22.769-16.483 37.632 0 0.42 0.005 0.839 0.015 1.256l-0.001-0.062v204.715h-94.848v-204.672c0-15.531-5.291-27.648-16.597-38.827-9.435-10.105-22.836-16.404-37.707-16.404-0.499 0-0.996 0.007-1.491 0.021l0.073-0.002c-15.616 0-27.605 5.12-38.997 16.384-11.307 11.179-16.64 23.296-16.64 38.827v204.715h-94.848v-204.715c0-40.533 15.36-76.459 44.459-105.216 26.654-26.935 63.626-43.613 104.494-43.613 0.539 0 1.077 0.003 1.614 0.009l-0.082-0.001c39.979 0 74.752 14.72 102.955 41.387 26.439-25.607 62.526-41.39 102.298-41.39 0.336 0 0.671 0.001 1.006 0.003l-0.052-0c40.704 0 76.928 14.848 106.027 43.605 27.398 26.326 44.42 63.275 44.42 104.2 0 0.357-0.001 0.714-0.004 1.071l0-0.055 0.384 255.616c-4.48 42.837-22.997 80.811-54.613 112.512h-0.085c-33.86 34.615-81.043 56.077-133.238 56.077-0.768 0-1.536-0.005-2.302-0.014l0.116 0.001h-340.693v-1.621c-41.643-4.395-78.763-22.144-109.653-51.925-36.053-35.2-54.656-78.763-54.656-128.427z"],"attrs":[{"fill":"rgb(135, 207, 62)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["linuxmint"],"grid":0},"attrs":[{"fill":"rgb(135, 207, 62)"}],"properties":{"id":461,"order":87,"prevSize":32,"code":59680,"name":"linuxmint"},"setIdx":16,"setId":1,"iconIdx":86},{"icon":{"paths":["M0 0v1024h288v-736h368v-288zM368 368v656h288v-656zM736 0v1024h288v-1024z"],"attrs":[{"fill":"rgb(53, 191, 92)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["manjaro"],"grid":0},"attrs":[{"fill":"rgb(53, 191, 92)"}],"properties":{"id":478,"order":86,"prevSize":32,"code":59681,"name":"manjaro"},"setIdx":16,"setId":1,"iconIdx":87},{"icon":{"paths":["M483.968 769.323c2.475 2.091 5.12 4.181 7.723 6.229-50.219 33.408-110.507 52.821-175.232 52.821-174.805 0.043-316.459-141.611-316.459-316.373 0-174.72 141.653-316.416 316.416-316.416 64.768 0 125.056 19.456 175.147 52.821-2.56 2.176-5.12 4.181-7.040 6.4-74.923 64.725-117.803 158.549-117.803 257.195 0 98.603 42.709 192.427 117.248 257.323zM707.584 195.584c-64.853 0-125.056 19.456-175.147 52.821 2.56 2.176 5.12 4.181 7.040 6.4 74.923 64.725 117.803 158.549 117.803 257.195 0 98.56-42.709 192.299-117.248 257.323-2.475 2.091-5.12 4.181-7.723 6.229 50.219 33.408 110.421 52.821 175.232 52.821 174.805 0.043 316.459-141.611 316.459-316.373 0-174.677-141.653-316.416-316.416-316.416zM512 263.424c-4.096 3.2-8.064 6.4-11.947 9.856-66.731 57.984-108.843 143.36-108.843 238.72 0 95.403 42.112 180.736 108.843 238.72 3.84 3.413 7.893 6.741 11.947 9.899 4.096-3.157 8.064-6.485 11.947-9.899 66.688-57.984 108.843-143.317 108.843-238.72 0-95.36-42.112-180.736-108.843-238.72-3.84-3.413-7.851-6.656-11.947-9.856z"],"attrs":[{"fill":"rgb(235, 0, 27)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["mastercard"],"grid":0},"attrs":[{"fill":"rgb(235, 0, 27)"}],"properties":{"id":482,"order":298,"prevSize":32,"name":"mastercard","code":59810},"setIdx":16,"setId":1,"iconIdx":88},{"icon":{"paths":["M0 496.64c0-285.44 223.573-496.64 512-496.64s512 211.2 512 496.64-223.573 496.64-512 496.64c-51.627 0-101.547-6.827-148.053-19.627-3.193-0.894-6.86-1.408-10.647-1.408-6.032 0-11.76 1.304-16.917 3.646l0.257-0.104-101.973 44.8c-4.899 2.236-10.625 3.54-16.656 3.54-22.216 0-40.301-17.686-40.942-39.747l-0.001-0.059-2.987-91.307c-0.5-11.541-5.653-21.787-13.617-28.981l-0.036-0.032c-98.714-89.298-160.47-217.866-160.47-360.857 0-2.286 0.016-4.569 0.047-6.848l-0.004 0.345zM354.987 403.2l-150.187 238.933c-14.933 22.613 13.653 48.64 34.987 32l161.707-122.453c11.093-8.533 25.6-8.533 37.12 0l119.467 89.6c35.84 26.88 87.040 17.067 110.933-20.48l150.187-238.933c14.933-22.613-13.653-48.213-34.987-32l-161.707 122.453c-10.667 8.533-25.6 8.533-36.693 0l-119.467-89.6c-12.716-9.688-28.823-15.521-46.293-15.521-27.292 0-51.26 14.236-64.881 35.688l-0.186 0.313z"],"attrs":[{"fill":"rgb(0, 178, 255)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["messenger"],"grid":0},"attrs":[{"fill":"rgb(0, 178, 255)"}],"properties":{"id":498,"order":85,"prevSize":32,"code":59682,"name":"messenger"},"setIdx":16,"setId":1,"iconIdx":89},{"icon":{"paths":["M190.251 179.541c31.829 25.856 43.776 23.893 103.595 19.883l563.84-33.835c11.947 0 2.005-11.947-1.963-13.909l-93.696-67.712c-17.92-13.909-41.856-29.867-87.68-25.899l-545.92 39.851c-19.883 1.963-23.893 11.947-15.957 19.883zM224.085 310.955v593.237c0 31.872 15.915 43.819 51.797 41.813l619.648-35.84c35.883-1.963 39.893-23.893 39.893-49.792v-589.269c0-25.856-9.941-39.808-31.915-37.845l-647.552 37.845c-23.893 2.005-31.872 13.952-31.872 39.851zM835.797 342.741c3.968 17.92 0 35.84-17.92 37.888l-29.867 5.973v437.931c-25.941 13.952-49.835 21.931-69.76 21.931-31.915 0-39.893-9.984-63.787-39.808l-195.285-306.603v296.619l61.781 13.995c0 0 0 35.84-49.835 35.84l-137.472 7.936c-3.968-7.936 0-27.861 13.952-31.829l35.84-9.941v-392.235l-49.707-4.011c-4.011-17.92 5.973-43.776 33.835-45.781l147.456-9.941 203.264 310.571v-274.773l-51.84-5.931c-3.968-21.931 11.947-37.845 31.872-39.808zM82.603 44.16l567.893-41.813c69.717-5.973 87.68-2.005 131.499 29.867l181.291 127.403c29.867 21.888 39.851 27.861 39.851 51.755v698.795c0 43.776-15.915 69.717-71.68 73.643l-659.541 39.851c-41.813 2.005-61.781-3.968-83.712-31.872l-133.504-173.227c-23.893-31.872-33.835-55.723-33.835-83.627v-621.141c0-35.797 15.957-65.707 61.739-69.632z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["notion"],"grid":0},"attrs":[],"properties":{"id":553,"order":84,"prevSize":32,"code":59683,"name":"notion"},"setIdx":16,"setId":1,"iconIdx":90},{"icon":{"paths":["M0 312.917v341.333h284.416v56.832h227.584v-56.832h512v-341.333zM284.416 597.248h-56.832v-170.667h-56.96v170.667h-113.664v-227.456h227.456zM455.083 597.248v57.003h-113.707v-284.459h227.584v227.499h-113.877zM967.125 597.248h-56.747v-170.667h-57.003v170.667h-56.96v-170.667h-56.747v170.667h-113.963v-227.456h341.419zM455.040 426.667h56.96v113.792h-56.96z"],"attrs":[{"fill":"rgb(203, 56, 55)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["npm"],"grid":0},"attrs":[{"fill":"rgb(203, 56, 55)"}],"properties":{"id":555,"order":45,"prevSize":32,"code":59684,"name":"npm"},"setIdx":16,"setId":1,"iconIdx":91},{"icon":{"paths":["M434.617 400.803h-58.528l-31.93 164.176h51.957c34.473 0 60.141-6.51 77.004-19.468 16.864-13.020 28.21-34.659 34.101-65.038 5.704-29.14 3.1-49.725-7.689-61.69-10.851-11.967-32.427-17.98-64.914-17.98zM743.999 120.624c-410.875 0-744.003 175.213-744.003 391.345s333.127 391.408 744.003 391.408 744.003-175.275 744.003-391.408-333.127-391.345-744.003-391.345zM541.879 582.587c-16.182 15.501-35.65 27.156-56.854 34.162-20.832 6.696-47.43 10.168-79.671 10.168h-73.222l-20.274 104.223h-85.437l76.26-392.213h164.301c49.414 0 85.437 12.958 108.129 38.937 22.692 25.917 29.512 62.124 20.46 108.624-3.796 19.758-10.359 37.357-19.367 53.4l0.456-0.885c-8.866 15.81-20.46 30.381-34.782 43.587zM791.367 626.917l33.666-173.539c3.906-19.716 2.418-33.232-4.216-40.362-6.634-7.192-20.832-10.788-42.594-10.788h-67.704l-43.648 224.751h-84.816l76.26-392.275h84.754l-20.274 104.284h75.516c47.554 0 80.29 8.308 98.332 24.862s23.436 43.401 16.306 80.538l-35.464 182.529zM1262.383 486.487c-3.73 19.752-10.3 37.359-19.357 53.373l0.448-0.859c-8.866 15.81-20.46 30.381-34.782 43.587-15.697 15.001-34.698 26.688-55.789 33.848l-1.065 0.314c-20.832 6.696-47.43 10.168-79.732 10.168h-73.161l-20.274 104.284h-85.437l76.26-392.213h164.239c49.414 0 85.437 12.958 108.129 38.937 22.692 25.854 29.574 62.062 20.523 108.562zM1101.492 400.803h-58.467l-31.992 164.176h51.957c34.534 0 60.202-6.51 77.004-19.468 16.864-13.020 28.21-34.659 34.162-65.038 5.704-29.14 3.038-49.725-7.75-61.69s-32.488-17.98-64.914-17.98z"],"attrs":[{"fill":"rgb(119, 123, 180)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["php"],"grid":0,"width":1488},"attrs":[{"fill":"rgb(119, 123, 180)"}],"properties":{"id":596,"order":44,"prevSize":32,"code":59685,"name":"php"},"setIdx":16,"setId":1,"iconIdx":92},{"icon":{"paths":["M802.688 437.717l-240.896 231.211c-13.653 13.013-31.147 19.541-48.683 19.541-17.493 0-35.029-6.528-48.683-19.541l-240.896-231.211c-28.032-26.795-28.885-71.296-2.091-99.243 26.88-28.032 71.296-28.971 99.2-2.133l192.469 184.405 192.725-184.405c28.16-26.923 72.405-25.899 99.243 2.091 26.923 27.52 26.24 72.32-1.92 99.243zM1019.563 115.755c-12.757-36.608-48-61.269-87.083-61.269h-839.509c-38.4 0-73.259 24.064-86.912 59.947-4.011 10.667-6.059 21.803-6.059 33.024v309.12l3.584 61.483c14.848 139.819 87.339 262.059 199.765 347.264 1.92 1.536 4.011 2.987 6.101 4.48l1.28 0.981c60.203 43.947 127.531 73.728 200.277 88.405 33.536 6.741 67.883 10.24 101.931 10.24 31.531 0 63.189-2.859 94.251-8.704 3.755-1.237 7.509-1.92 11.264-2.56 0.981 0 2.091-0.64 3.157-1.237 69.675-15.36 134.315-44.203 192.341-86.4l1.237-1.323 5.76-4.48c112.085-85.12 184.491-207.445 199.936-347.648l3.115-61.483v-308.608c0-10.709-1.323-21.333-5.163-31.659z"],"attrs":[{"fill":"rgb(239, 63, 86)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["pocket"],"grid":0},"attrs":[{"fill":"rgb(239, 63, 86)"}],"properties":{"id":615,"order":43,"prevSize":32,"code":59686,"name":"pocket"},"setIdx":16,"setId":1,"iconIdx":93},{"icon":{"paths":["M730.795 0c-41.999 0.322-82.411 6.582-120.607 17.979l3.061-0.784-2.688 0.853c-21.664-4.029-46.845-6.571-72.532-7.034l-0.428-0.006c-50.261-0.853-93.44 11.349-128.256 31.659-34.304-11.904-105.472-32.427-180.48-28.331-52.224 2.859-109.227 18.731-151.467 63.317-42.112 44.587-64.384 113.579-59.691 207.445 1.28 25.899 8.661 68.139 20.907 122.837s29.44 118.741 50.901 177.152c21.461 58.453 44.971 110.933 81.707 146.603 18.347 17.877 43.605 32.896 73.387 31.659 20.907-0.853 39.808-10.027 56.107-23.552 7.936 10.453 16.427 15.019 24.149 19.243 9.728 5.333 19.2 8.96 29.013 11.349 17.621 4.395 47.787 10.283 83.115 4.267 12.032-2.005 24.704-5.931 37.333-11.52 0.469 14.080 1.024 27.861 1.579 41.813 1.749 44.203 2.859 85.035 16.128 120.832 2.133 5.845 7.979 35.968 31.019 62.549 23.040 26.624 68.181 43.221 119.595 32.213 36.267-7.765 82.389-21.76 113.024-65.365 30.293-43.093 43.947-104.917 46.635-205.184 0.683-5.419 1.493-10.027 2.347-14.336l7.211 0.64h0.853c38.699 1.749 80.683-3.755 115.755-20.053 31.061-14.379 54.571-28.928 71.68-54.741 4.267-6.4 8.96-14.123 10.24-27.435s-6.357-34.133-19.029-43.733c-25.387-19.285-41.344-11.947-58.453-8.405-15.229 3.526-32.867 5.772-50.951 6.223l-0.334 0.007c49.323-83.072 84.693-171.307 104.875-249.387 11.947-46.080 18.645-88.576 19.2-125.739s-2.475-70.059-24.747-98.517c-69.589-88.917-167.424-113.493-243.115-114.347-2.347-0.043-4.693-0.085-7.040-0.171zM728.789 27.307c71.595-0.683 163.072 19.413 228.736 103.339 14.763 18.859 19.157 46.421 18.645 80.384-0.555 33.92-6.827 74.539-18.304 119.040-22.272 86.187-64.341 186.667-123.605 276.821 1.945 1.399 4.166 2.631 6.526 3.592l0.216 0.078c12.373 5.12 40.576 9.515 96.853-2.048 14.165-2.987 24.533-4.992 35.285 3.2 4.81 4.096 7.841 10.156 7.841 16.925 0 0.425-0.012 0.847-0.036 1.267l0.003-0.058c-0.619 5.441-2.606 10.325-5.606 14.42l0.059-0.084c-10.88 16.341-32.341 31.829-59.861 44.587-24.363 11.349-59.307 17.28-90.283 17.621-15.531 0.171-29.867-1.024-42.027-4.821l-0.768-0.299c-4.693 45.227-15.488 134.528-22.528 175.275-5.632 32.853-15.488 58.965-34.304 78.507-18.773 19.541-45.355 31.317-81.109 38.997-44.288 9.515-76.587-0.725-97.408-18.261-20.779-17.493-30.293-40.704-36.011-54.912-3.925-9.813-5.973-22.528-7.936-39.509s-3.413-37.76-4.395-61.184c-0.927-23.827-1.455-51.804-1.455-79.904 0-9.755 0.064-19.495 0.191-29.22l-0.015 1.477c-17.849 16.39-40.415 27.912-65.434 32.312l-0.784 0.114c-29.397 4.992-55.637 0.085-71.296-3.84-8.433-2.149-15.816-5.086-22.697-8.83l0.51 0.254c-7.253-3.883-14.165-8.277-18.773-16.939-1.839-3.306-2.921-7.25-2.921-11.448 0-1.702 0.178-3.363 0.516-4.964l-0.028 0.156c1.516-5.773 4.806-10.628 9.243-14.079l0.059-0.044c8.448-6.869 19.627-10.709 36.48-14.208 30.677-6.315 41.387-10.624 47.915-15.787 5.547-4.437 11.819-13.397 22.912-26.539-0.042-0.405-0.087-1.010-0.122-1.618l-0.006-0.131c-20.89-0.605-40.347-6.191-57.397-15.604l0.651 0.329c-6.4 6.741-39.083 41.301-78.933 89.259-16.768 20.053-35.285 31.573-54.827 32.384-19.541 0.853-37.205-9.003-52.224-23.552-29.995-29.141-53.931-79.275-74.795-135.936-20.821-56.661-37.76-119.765-49.792-173.525-12.075-53.76-19.2-97.109-20.224-118.016-4.48-88.832 16.299-148.693 51.925-186.453 35.669-37.76 84.565-52.053 132.224-54.784 85.547-4.907 166.784 24.917 183.211 31.317 31.659-21.504 72.448-34.901 123.392-34.048 25.632 0.37 50.302 3.741 73.907 9.775l-2.184-0.473 0.853-0.384c8.235-3.056 18.776-6.194 29.547-8.736l1.984-0.395c26.415-6.465 56.848-10.376 88.124-10.792l0.281-0.003zM735.275 55.893h-6.229c-25.953 0.373-51.003 3.338-75.174 8.647l2.47-0.455c53.163 23.552 93.312 59.819 121.6 96 18.708 23.661 34.899 50.64 47.401 79.585l0.898 2.335c4.693 11.264 7.851 20.779 9.643 28.16 0.896 3.712 1.493 6.827 1.707 10.069 0.085 1.621 0.171 3.285-0.512 6.144 0 0.128-0.213 0.427-0.256 0.555 1.28 37.376-7.979 62.72-9.088 98.389-0.853 25.856 5.76 56.235 7.381 89.387 1.536 31.147-2.219 65.365-22.443 98.944 1.707 2.048 3.243 4.096 4.864 6.144 53.504-84.267 92.075-177.493 112.64-256.981 11.008-42.795 16.853-81.579 17.365-112.299 0.427-30.72-5.291-52.992-12.587-62.293-57.259-73.216-134.741-91.861-199.68-92.331zM530.901 66.816c-50.432 0.128-86.613 15.36-114.048 38.187-28.288 23.595-47.275 55.893-59.733 88.96-14.805 39.253-19.883 77.227-21.888 102.997l0.555-0.341c15.232-8.533 35.243-17.067 56.661-22.016 21.419-4.907 44.501-6.443 65.408 1.664s38.187 27.179 44.459 56.107c30.037 138.965-9.344 190.635-23.851 229.632-4.602 11.238-9.427 25.627-13.452 40.345l-0.671 2.876c1.835-0.427 3.669-0.939 5.504-1.109 10.24-0.853 18.261 2.56 23.040 4.608 14.592 6.059 24.619 18.773 30.037 33.28 1.408 3.797 2.432 7.893 3.029 12.117 0.546 1.457 0.863 3.141 0.863 4.898 0 0.183-0.003 0.365-0.010 0.547l0.001-0.026c-0.694 21.326-1.089 46.4-1.089 71.567 0 30.92 0.596 61.7 1.779 92.33l-0.135-4.409c0.981 22.955 2.432 43.179 4.267 59.136 1.835 15.915 4.437 28.032 6.101 32.128 5.461 13.653 13.44 31.531 27.861 43.691 14.421 12.117 35.115 20.224 72.917 12.117 32.768-7.040 52.992-16.811 66.517-30.848 13.483-14.037 21.547-33.579 26.709-63.488 7.723-44.8 23.253-174.72 25.131-199.168-0.853-18.432 1.877-32.597 7.765-43.392 6.059-11.093 15.445-17.877 23.552-21.547 4.053-1.835 7.851-3.072 10.965-3.968-3.793-5.439-7.198-9.955-10.746-14.351l0.378 0.484c-11.198-13.498-20.733-28.958-27.942-45.657l-0.474-1.233c-4.36-8.926-8.012-15.675-11.871-22.288l0.906 1.68c-5.675-10.24-12.843-23.040-20.352-37.419-15.019-28.8-31.36-63.701-39.851-97.707-8.448-33.963-9.685-69.12 11.989-93.909 19.2-22.016 52.907-31.147 103.509-26.027-1.493-4.48-2.389-8.192-4.907-14.165-12.359-28.736-27.244-53.519-44.954-75.971l0.538 0.707c-42.88-54.827-112.299-109.184-219.563-110.933zM247.509 69.035c-5.419 0-10.837 0.171-16.213 0.469-43.093 2.475-83.84 14.976-112.981 45.867-29.184 30.891-48.384 81.536-44.203 165.376 0.811 15.872 7.723 60.331 19.584 113.152 11.819 52.821 28.587 114.987 48.725 169.899 20.181 54.912 44.629 102.699 67.84 125.312 11.691 11.307 21.845 15.872 31.061 15.488 9.259-0.427 20.395-5.76 34.005-22.101 26.755-32.185 51.992-60.639 78.073-88.287l-0.846 0.905c-31.555-27.505-51.384-67.769-51.384-112.664 0-7.67 0.579-15.204 1.695-22.562l-0.103 0.826c4.395-31.531 4.992-61.013 4.48-84.309-0.512-22.699-2.133-37.803-2.133-47.232-0.004-0.121-0.006-0.263-0.006-0.405s0.002-0.285 0.006-0.426l-0 0.021v-0.213l-0.043-0.256v-0.043c-0-0.065-0-0.142-0-0.218 0-51.601 9.259-101.040 26.207-146.745l-0.949 2.921c11.947-31.744 29.739-64 56.405-90.112-26.197-8.619-72.704-21.76-123.051-24.235-4.807-0.263-10.459-0.418-16.145-0.427l-0.026-0zM776.491 294.4c-28.971 0.384-45.227 7.851-53.76 17.621-12.075 13.867-13.227 38.187-5.717 68.139 7.467 29.995 22.912 63.531 37.419 91.392 7.253 13.952 14.293 26.496 19.968 36.693 5.717 10.24 9.899 17.493 12.459 23.68 2.347 5.717 4.949 10.752 7.595 15.445 11.221-23.68 13.227-46.933 12.075-71.168-1.493-29.995-8.448-60.672-7.424-91.733 1.152-36.309 8.32-59.947 8.96-88.021-9.476-1.296-20.433-2.040-31.563-2.048l-0.010-0zM425.173 299.307c-9.365 0.090-18.417 1.236-27.103 3.324l0.82-0.166c-18.652 4.603-35.038 11.175-50.199 19.674l1.004-0.517c-5.676 3.069-10.548 6.293-15.109 9.894l0.218-0.166-0.939 0.853c0.256 6.229 1.493 21.333 2.005 43.563 0.512 24.32-0.085 55.339-4.779 88.917-10.197 72.96 42.752 133.376 104.96 133.461 3.627-14.976 9.6-30.165 15.573-46.165 17.323-46.677 51.413-80.725 22.699-213.589-4.693-21.76-13.995-30.549-26.795-35.499-6.244-2.28-13.454-3.599-20.971-3.599-0.488 0-0.974 0.006-1.459 0.017l0.072-0.001zM762.965 308.011h2.133c2.816 0.085 5.419 0.384 7.68 0.939 2.304 0.512 4.267 1.28 5.888 2.347 1.652 1.035 2.827 2.7 3.193 4.65l0.007 0.043-0.043 0.341v0c0.006 0.126 0.009 0.273 0.009 0.421 0 1.975-0.559 3.819-1.527 5.383l0.025-0.044c-1.328 2.444-2.888 4.548-4.699 6.406l0.006-0.006c-4.22 4.635-9.893 7.882-16.295 9.020l-0.174 0.026c-0.907 0.116-1.956 0.182-3.020 0.182-5.421 0-10.442-1.714-14.551-4.629l0.078 0.053c-2.123-1.44-3.948-3.103-5.512-4.991l-0.035-0.043c-1.335-1.468-2.285-3.309-2.677-5.349l-0.011-0.070c-0.019-0.196-0.030-0.424-0.030-0.654 0-1.848 0.691-3.534 1.828-4.814l-0.006 0.007c1.383-1.566 3.039-2.854 4.899-3.797l0.093-0.043c4.096-2.304 9.643-4.011 15.915-4.949 2.347-0.341 4.651-0.512 6.827-0.427zM429.312 315.179c2.261 0 4.651 0.213 7.083 0.555 6.528 0.896 12.331 2.645 16.768 5.205 2.223 1.175 4.105 2.689 5.653 4.497l0.022 0.026c1.463 1.665 2.355 3.861 2.355 6.267 0 0.348-0.019 0.691-0.055 1.029l0.004-0.042c-0.438 2.56-1.577 4.8-3.209 6.58l0.009-0.010c-1.75 2.137-3.759 3.971-6.003 5.484l-0.098 0.063c-4.39 3.143-9.868 5.025-15.786 5.025-1.173 0-2.33-0.074-3.464-0.218l0.135 0.014c-7.152-1.205-13.331-4.706-17.898-9.704l-0.022-0.024c-1.947-2.020-3.623-4.322-4.955-6.833l-0.079-0.164c-1.137-1.796-1.812-3.982-1.812-6.326 0-0.432 0.023-0.858 0.068-1.278l-0.005 0.052c0.64-4.608 4.437-6.997 8.149-8.32 3.494-1.208 7.521-1.905 11.711-1.905 0.503 0 1.004 0.010 1.502 0.030l-0.071-0.002zM815.872 628.48l-0.128 0.043c-6.272 2.261-11.435 3.2-15.787 5.12-4.447 1.744-8.003 4.955-10.147 9.025l-0.051 0.105c-2.688 4.907-4.992 13.611-4.309 28.416 1.811 1.262 3.91 2.282 6.161 2.948l0.154 0.039c7.296 2.219 19.541 3.669 33.195 3.456 27.221-0.299 60.715-6.656 78.507-14.933 15.387-7.236 28.635-16.007 40.418-26.399l-0.184 0.159h-0.043c-59.435 12.288-93.013 9.003-113.621 0.512-5.419-2.272-10.093-5.124-14.26-8.567l0.095 0.076zM473.216 632.491h-0.896c-2.261 0.213-5.547 0.981-11.904 8.021-14.848 16.64-20.053 27.093-32.299 36.864-12.245 9.728-28.16 14.933-59.947 21.461-10.069 2.048-15.829 4.309-19.669 6.144 1.237 1.024 1.109 1.28 2.987 2.261 4.651 2.56 10.624 4.821 15.445 6.059 13.653 3.413 36.096 7.381 59.52 3.413 23.424-4.011 47.787-15.232 68.565-44.373 3.584-5.035 3.968-12.459 1.024-20.437-2.987-7.979-9.515-14.848-14.123-16.768-2.527-1.279-5.462-2.209-8.56-2.629l-0.144-0.016z"],"attrs":[{"fill":"rgb(51, 103, 145)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["postgresql"],"grid":0},"attrs":[{"fill":"rgb(51, 103, 145)"}],"properties":{"id":617,"order":41,"prevSize":32,"code":59687,"name":"postgresql"},"setIdx":16,"setId":1,"iconIdx":94},{"icon":{"paths":["M610.56 7.68l38.4 8.533 31.147 11.093 25.173 12.8 19.2 13.653 14.507 14.507 10.667 14.507 6.827 14.080 4.267 12.8 1.707 11.093 0.853 8.533-0.427 5.547v227.84l-2.133 26.88-5.547 23.467-8.96 19.627-11.093 16.213-12.8 13.227-14.080 10.667-14.933 8.107-14.933 5.973-14.080 4.267-12.8 2.987-11.093 1.707-8.96 0.853h-254.72l-29.44 2.133-25.173 5.973-21.333 9.387-17.493 11.52-14.080 13.653-11.52 14.933-8.533 15.36-6.4 15.787-4.267 14.933-2.987 13.653-1.707 11.52-0.853 8.96v130.56h-95.147l-8.96-1.28-11.947-2.987-13.653-5.12-14.933-7.68-15.36-11.093-15.36-15.36-14.933-19.627-13.653-25.173-11.947-31.147-8.96-37.547-5.973-44.8-2.133-52.48 2.56-52.053 6.827-44.373 10.24-37.12 13.653-30.293 15.36-24.32 17.067-18.773 17.92-14.080 17.92-10.24 17.067-6.827 15.36-4.267 13.653-2.133 10.24-0.427h6.827l2.56 0.427h348.16v-35.413h-249.173l-0.427-117.333-0.853-15.787 2.133-14.507 4.693-13.227 7.253-11.947 10.667-11.093 13.227-9.813 16.213-8.533 18.773-7.68 21.76-6.4 24.747-5.12 27.307-4.267 30.293-2.56 32.853-1.707 35.84-0.853 54.187 2.133zM341.76 92.16l-9.813 14.080-3.413 17.493 3.413 17.493 9.813 14.507 14.080 9.387 17.493 3.84 17.493-3.84 14.080-9.387 9.813-14.507 3.413-17.493-3.413-17.493-9.813-14.080-14.080-9.387-17.493-3.84-17.493 3.84zM900.267 260.693l11.947 2.56 13.653 5.12 14.933 7.68 15.36 11.52 15.36 14.933 14.933 20.053 13.653 25.173 11.947 31.147 8.96 37.547 5.973 44.373 2.133 52.48-2.56 52.48-6.827 44.373-10.24 36.693-13.653 30.293-15.36 24.32-17.067 19.2-17.92 14.080-17.92 10.24-17.067 6.827-15.36 3.84-13.653 2.133-10.24 0.853-6.827-0.427h-350.72v34.987h249.173l0.427 117.76 0.853 15.36-2.133 14.507-4.693 13.227-7.253 12.373-10.667 10.667-13.227 10.24-16.213 8.533-18.773 7.253-21.76 6.4-24.747 5.547-27.307 3.84-30.293 2.987-32.853 1.707-35.84 0.427-54.187-1.707-45.653-5.973-38.4-8.533-31.147-10.667-25.173-12.8-19.2-14.080-14.507-14.507-10.667-14.507-6.827-14.080-4.267-12.8-1.707-10.667-0.853-8.533 0.427-5.547v-227.84l2.133-27.307 5.547-23.040 8.96-19.627 11.093-16.213 12.8-13.653 14.080-10.24 14.933-8.533 14.933-5.973 14.080-4.267 12.8-2.56 11.093-1.707 8.96-0.853 5.547-0.427h249.173l29.44-2.133 25.173-5.973 21.333-8.96 17.493-11.947 14.080-13.653 11.52-14.933 8.533-15.36 6.4-15.36 4.267-14.933 2.987-13.653 1.707-11.947 0.853-8.96v-130.56h89.173l5.973 0.427zM624.213 868.693l-9.813 14.080-3.413 17.493 3.413 17.493 9.813 14.080 14.080 9.813 17.493 3.413 17.493-3.413 14.080-9.813 9.813-14.080 3.413-17.493-3.413-17.493-9.813-14.080-14.080-9.813-17.493-3.413-17.493 3.413z"],"attrs":[{"fill":"rgb(55, 118, 171)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["python"],"grid":0},"attrs":[{"fill":"rgb(55, 118, 171)"}],"properties":{"id":634,"order":40,"prevSize":32,"code":59688,"name":"python"},"setIdx":16,"setId":1,"iconIdx":95},{"icon":{"paths":["M543.488 797.909c-35.456-69.76-77.013-140.245-158.208-140.245-15.445 0-31.019 2.603-45.184 8.917l-27.563-54.997c33.536-28.928 87.808-51.797 157.568-51.797 108.544 0 164.309 52.437 208.555 119.125 26.155-56.96 38.571-133.973 38.571-229.333 0-238.165-74.411-360.405-248.405-360.405-171.435 0-245.632 122.24-245.632 360.405 0 236.928 74.197 357.931 245.632 357.931 27.307 0 52.053-2.944 74.667-9.6zM585.984 880.981c-37.589 10.112-77.525 15.616-117.035 15.616-228.352 0-451.84-182.144-451.84-447.061 0.043-267.307 223.488-449.536 451.84-449.536 232.149 0 453.461 180.821 453.461 449.579 0 149.504-69.76 270.976-171.093 349.483 32.597 48.981 65.835 81.664 113.152 81.664 51.157 0 71.68-39.040 75.52-70.357h66.432c3.925 41.557-17.152 213.632-203.349 213.632-113.152 0-172.672-65.195-217.429-141.995z"],"attrs":[{"fill":"rgb(185, 43, 39)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["quora"],"grid":0},"attrs":[{"fill":"rgb(185, 43, 39)"}],"properties":{"id":646,"order":42,"prevSize":32,"code":59689,"name":"quora"},"setIdx":16,"setId":1,"iconIdx":96},{"icon":{"paths":["M687.403 739.755c-36.565 42.197-56.917 119.040-30.251 143.829 25.429 19.157 93.909 16.683 144.427-52.48 36.693-46.080 24.277-123.435 3.456-143.872-31.147-23.68-75.861 6.997-117.632 53.035zM343.637 752.555c-38.741-44.373-89.088-70.741-121.643-51.157-21.76 16.299-25.813 71.893 5.248 126.592 45.995 65.024 110.763 71.637 137.429 55.765 28.117-20.821 12.8-91.179-21.035-131.2zM518.784 886.741c-47.061-1.109-119.381 18.731-118.443 44.032-0.768 17.195 56.789 67.072 115.413 64.555 56.576 1.28 115.157-48.597 114.432-70.357-0.171-22.315-63.915-39.552-111.232-37.717zM515.584 291.797c-54.4-1.365-106.752 39.808-106.752 63.701-0.171 29.013 43.008 58.709 107.093 59.477 65.835 0.427 107.435-23.851 108.032-53.76 0.683-33.877-59.477-69.931-107.435-69.419zM384.555 314.496c-91.093-14.72-166.955 38.4-163.925 136.192 2.987 37.717 197.547-129.749 163.968-135.552zM800.512 453.205c3.029-97.152-72.917-150.229-164.011-135.509-33.579 5.76 160.939 173.269 164.011 135.509zM816.043 488.363c-52.864-14.037-17.92 215.424 25.088 196.907 47.317-37.077 62.549-147.029-25.088-196.267zM180.395 687.829c42.965 19.2 77.952-210.304 25.131-196.267-87.595 49.195-72.448 159.147-25.131 196.907zM582.101 434.048c-48.896 32-57.771 103.595-19.669 159.829 38.016 56.235 108.501 77.355 157.483 45.995 48.896-31.275 57.728-102.912 19.712-159.829-38.059-56.875-108.587-77.355-157.525-45.355zM450.005 439.808c-48.896-31.317-119.424-10.837-157.397 45.397-38.059 56.917-29.269 128.512 19.669 160.469s119.424 11.477 157.483-45.397c37.76-56.235 28.8-127.872-19.84-159.787zM636.416 745.387c-0.384-59.435-53.419-107.435-118.656-106.752-65.152 0.683-117.803 48.597-117.504 108.032v1.237c0.427 59.477 53.504 107.392 118.741 106.752 65.152 0 117.589-48.555 116.992-107.392v-1.237zM773.333 99.712c-98.432 50.517-155.819 90.795-187.264 125.355 16.085 63.915 100.011 66.475 130.688 64.512-6.272-2.56-11.563-6.357-13.44-11.477 7.68-5.12 35.029-0.683 54.101-10.88-7.296-1.28-10.752-2.603-14.037-8.32 17.877-5.76 37.333-10.24 48.683-19.84-6.101 0-11.861 1.28-19.925-3.84 16.085-8.277 33.195-15.317 46.72-28.075-8.363 0-17.323 0-19.883-3.2 14.763-8.96 27.093-18.56 37.419-30.037-11.605 1.92-16.64 0.683-19.371-1.28 11.136-10.88 25.301-20.437 31.957-34.56-8.661 3.243-16.683 3.84-22.272 0 3.883-8.277 20.053-13.397 29.44-33.237-9.173 1.28-18.816 1.963-20.736 0 4.181-16.597 11.477-26.155 18.56-36.437-19.499 0-49.067 0-47.659-1.237l12.075-12.16c-19.115-5.12-38.571 0.64-52.736 5.12-6.357-4.48 0-10.88 7.893-17.28-16.64 2.603-31.275 5.76-44.117 10.923-6.997-6.4 4.48-12.16 10.24-18.603-25.557 5.12-35.797 11.52-46.677 17.92-7.68-7.040-0.64-13.397 4.437-19.157-19.157 6.997-28.757 15.957-38.997 24.235-3.84-4.437-8.917-7.637-2.56-19.157-13.397 7.68-23.637 16.64-31.317 26.837-8.277-5.717-5.077-12.757-5.077-19.157-14.080 11.52-23.040 23.040-33.877 34.603-2.603-1.323-4.48-6.4-5.76-14.763-33.237 32-80.597 111.915-12.16 143.189 57.557-46.677 127.189-81.195 203.904-106.795zM250.283 99.712c76.715 25.6 145.877 60.075 203.819 107.435 68.096-32 21.035-111.915-12.032-143.189-1.749 8.277-3.627 14.037-5.76 15.317-10.88-11.52-19.712-23.040-33.621-34.56 0 6.4 3.285 14.080-4.992 19.2-7.467-10.197-17.493-19.2-30.933-26.88 6.357 10.923 1.067 14.080-2.389 19.157-10.24-9.6-19.84-18.517-38.357-25.557 5.12 6.357 12.8 12.8 5.12 19.84-10.197-6.357-21.077-12.8-45.995-17.92 5.76 6.357 17.237 12.8 10.155 19.2-13.44-5.205-28.16-9.045-44.16-11.008 7.723 6.4 14.592 12.331 8.192 17.28-14.72-5.12-34.389-10.88-53.547-5.76l12.117 12.117c1.28 1.579-28.117 1.28-47.829 1.493 7.040 9.6 14.379 19.157 18.56 36.437-1.92 1.92-11.52 0.683-20.608 0 9.6 19.157 25.557 24.32 29.355 32.64-5.76 4.096-13.397 3.2-22.315 0 6.997 13.397 21.077 22.997 31.915 34.56-3.157 1.877-7.68 3.157-19.797 1.579 10.197 11.093 22.357 21.077 37.077 30.037-2.56 2.987-11.563 2.944-20.437 3.2 13.397 12.971 30.677 19.797 46.677 28.288-8.32 5.803-14.080 4.48-19.84 4.48 10.88 9.6 30.72 14.037 48.597 19.797-3.84 5.76-6.997 7.040-14.677 8.32 19.157 10.837 45.995 5.76 53.675 11.52-1.92 5.077-6.997 8.917-13.397 11.52 30.677 1.92 115.072-0.64 131.072-64.597-31.403-34.432-88.917-74.752-187.349-124.629zM324.267 4.395c10.069-0.299 18.603 5.76 27.819 8.576 22.571-7.253 27.733 2.688 38.827 6.784 24.619-5.12 32.085 6.016 43.904 17.877l13.739-0.384c37.077 21.632 55.68 65.536 62.165 88.107 6.485-22.571 24.917-66.517 62.165-88.107l13.696 0.299c11.819-12.075 19.328-22.997 43.904-17.835 11.136-4.48 16.213-14.080 38.869-7.083 14.080-4.437 26.453-16 45.099-1.92 15.701-6.357 30.976-8.32 44.587 3.84 21.12-2.56 27.861 2.603 33.024 8.96 4.608 0 34.517-4.437 48.299 15.36 34.56-3.84 45.397 19.797 33.024 42.155 7.040 10.88 14.379 21.077-2.133 41.6 6.4 11.477 2.645 23.595-11.52 38.955 3.883 15.957-3.157 26.88-15.957 35.797 2.56 21.76-20.48 34.56-26.837 38.997-2.603 12.8-7.723 24.917-33.92 31.317-3.797 19.157-19.797 22.315-35.157 26.197 50.56 28.8 93.355 66.475 93.355 159.189l7.723 12.757c57.557 34.517 109.312 145.152 28.757 235.264-5.077 28.117-14.037 47.957-21.803 70.315-11.477 90.155-88.832 132.309-109.269 137.429-29.397 22.4-61.355 43.52-104.192 58.155-40.192 41.003-84.309 57.003-127.744 57.003h-3.925c-44.075 0-88.021-16-128.512-56.96-42.965-14.677-74.837-35.755-104.405-58.155-20.437-5.12-97.408-47.232-109.312-137.429-7.979-22.357-16.811-42.837-22.101-70.912-80.811-90.155-29.056-200.747 28.416-235.307l7.339-12.8c0-92.672 42.88-130.432 93.355-159.147-15.317-3.84-30.72-7.040-35.115-26.24-26.24-6.4-31.36-18.517-33.92-31.317-6.4-4.48-29.397-17.237-26.837-39.595-12.8-9.003-19.84-19.84-16-36.437-13.397-14.763-17.237-27.52-11.52-39.040-16.64-20.437-8.917-31.275-1.92-41.557-12.16-22.4-1.28-46.677 33.237-42.837 13.397-19.84 43.52-15.317 47.915-15.317 5.163-6.4 12.16-12.16 33.237-9.6 13.397-12.16 28.8-10.24 44.757-4.352 6.443-5.12 12.203-6.997 17.323-6.997z"],"attrs":[{"fill":"rgb(197, 26, 74)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["raspberrypi"],"grid":0},"attrs":[{"fill":"rgb(197, 26, 74)"}],"properties":{"id":653,"order":339,"prevSize":32,"name":"raspberrypi","code":59811},"setIdx":16,"setId":1,"iconIdx":97},{"icon":{"paths":["M512 420.736c-50.404 0-91.264 40.86-91.264 91.264s40.86 91.264 91.264 91.264h0c50.404 0 91.264-40.86 91.264-91.264s-40.86-91.264-91.264-91.264h-0zM256.341 693.547l-20.139-5.12c-150.101-37.931-236.203-102.315-236.203-176.597s86.101-138.667 236.203-176.597l20.139-5.077 5.675 19.968c17.427 59.534 37.207 110.167 60.77 158.621l-2.615-5.96 4.309 9.088-4.309 9.088c-21.008 42.541-40.79 93.177-56.362 145.624l-1.793 7.037zM226.859 381.867c-114.091 32.043-184.107 81.067-184.107 129.963 0 48.853 70.016 97.877 184.107 129.963 16.375-51.835 33.476-94.868 53.189-136.421l-2.757 6.459c-16.998-35.141-34.1-78.175-48.354-122.486l-2.078-7.477zM767.659 693.547l-5.675-20.011c-17.397-59.48-37.192-110.1-60.795-158.523l2.598 5.904-4.309-9.088 4.309-9.088c20.991-42.518 40.785-93.152 56.391-145.59l1.806-7.071 5.675-19.968 20.181 5.077c150.059 37.931 236.16 102.315 236.16 176.64s-86.101 138.667-236.16 176.597zM746.709 511.829c20.48 44.331 37.419 87.893 50.432 129.963 114.133-32.085 184.107-81.109 184.107-129.963 0-48.896-70.016-97.877-184.107-129.963-16.34 51.795-33.441 94.829-53.171 136.372l2.739-6.41zM226.56 381.653l-5.675-19.925c-42.197-148.736-29.397-255.317 35.115-292.523 63.275-36.523 164.864 6.613 271.317 115.883l14.507 14.891-14.507 14.891c-36.676 38.083-70.629 79.417-101.171 123.302l-2.168 3.29-5.76 8.235-10.027 0.853c-59.99 4.821-115.073 14.042-168.464 27.517l6.97-1.49zM307.456 98.773c-11.435 0-21.547 2.475-30.080 7.381-42.411 24.448-49.92 109.44-20.693 224.128 38.731-9.119 85.784-16.673 133.752-21.066l4.19-0.31c28.61-40.451 57.346-75.851 88.205-109.26l-0.653 0.716c-66.56-64.811-129.579-101.589-174.72-101.589zM716.587 967.552c-0.043 0-0.043 0 0 0-60.8 0-138.88-45.781-219.904-128.981l-14.507-14.891 14.507-14.891c36.663-38.090 70.602-79.438 101.126-123.338l2.17-3.297 5.76-8.235 9.984-0.853c60.002-4.793 115.118-14 168.539-27.471l-6.961 1.487 20.139-5.077 5.717 19.968c42.112 148.651 29.355 255.275-35.157 292.437-14.374 8.272-31.607 13.151-49.98 13.151-0.504 0-1.007-0.004-1.509-0.011l0.076 0.001zM541.824 823.296c66.56 64.811 129.579 101.589 174.72 101.589h0.043c11.392 0 21.547-2.475 30.037-7.381 42.411-24.448 49.963-109.483 20.693-224.171-38.768 9.137-85.837 16.691-133.824 21.070l-4.16 0.306c-28.571 40.473-57.296 75.887-88.158 109.297l0.648-0.71zM797.44 381.653l-20.139-5.077c-46.487-12.029-101.603-21.252-158.039-25.797l-3.539-0.229-9.984-0.853-5.76-8.235c-32.67-47.183-66.61-88.519-103.593-126.902l0.297 0.31-14.507-14.891 14.507-14.891c106.411-109.227 207.957-152.363 271.317-115.883 64.512 37.205 77.312 143.787 35.157 292.48zM629.333 308.907c48.725 4.437 95.019 11.648 137.984 21.376 29.269-114.688 21.717-199.68-20.693-224.128-42.155-24.363-121.387 12.971-204.8 94.208 30.188 32.69 58.911 68.089 85.298 105.262l2.212 3.282zM307.456 967.552c-0.439 0.007-0.956 0.011-1.475 0.011-18.373 0-35.607-4.88-50.476-13.414l0.495 0.262c-64.512-37.163-77.312-143.744-35.115-292.437l5.632-19.968 20.139 5.077c49.28 12.416 103.637 21.163 161.493 25.984l10.027 0.853 5.717 8.235c32.719 47.191 66.671 88.538 103.646 126.955l-0.307-0.321 14.507 14.891-14.507 14.891c-80.981 83.2-159.061 128.981-219.776 128.981zM256.683 693.333c-29.269 114.688-21.717 199.723 20.693 224.171 42.112 24.021 121.301-13.013 204.8-94.208-30.181-32.703-58.917-68.115-85.33-105.292l-2.222-3.294c-52.126-4.681-99.18-12.235-145.102-22.757l7.161 1.381zM512 720.128c-35.115 0-71.211-1.536-107.349-4.523l-10.027-0.853-5.76-8.235c-17.419-24.566-36.456-54.116-54.294-84.456l-3.306-6.082c-14.479-24.255-31.065-55.411-46.384-87.29l-3.365-7.771-4.267-9.088 4.267-9.088c18.676-39.64 35.262-70.796 53.052-101.162l-3.303 6.1c17.664-30.549 37.077-61.013 57.6-90.539l5.76-8.235 10.027-0.853c32.164-2.894 69.575-4.544 107.371-4.544s75.208 1.65 112.166 4.882l-4.795-0.338 9.984 0.853 5.717 8.235c37.651 53.308 73.422 114.148 104.065 177.917l3.327 7.683 4.309 9.088-4.309 9.088c-33.853 71.409-69.628 132.255-110.056 189.584l2.664-3.984-5.717 8.235-9.984 0.853c-36.139 2.987-72.277 4.523-107.392 4.523zM418.261 673.877c63.147 4.736 124.331 4.736 187.52 0 32.123-46.25 63.305-99.337 90.466-154.753l3.23-7.295c-30.297-62.657-61.496-115.748-96.387-166.086l2.648 4.038c-28.060-2.262-60.749-3.552-93.739-3.552s-65.677 1.29-98.016 3.821l4.277-0.269c-32.27 46.312-63.469 99.404-90.57 154.865l-3.169 7.183c30.431 62.72 61.625 115.806 96.447 166.192l-2.709-4.144z"],"attrs":[{"fill":"rgb(97, 218, 251)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["react"],"grid":0},"attrs":[{"fill":"rgb(97, 218, 251)"}],"properties":{"id":654,"order":48,"prevSize":32,"code":59690,"name":"react"},"setIdx":16,"setId":1,"iconIdx":98},{"icon":{"paths":["M683.051 571.136c67.285 0 164.693-13.909 164.693-93.952 0.022-0.682 0.035-1.483 0.035-2.288 0-5.705-0.634-11.262-1.837-16.604l0.095 0.503-40.107-174.080c-9.216-38.315-17.323-55.68-84.565-89.301-52.181-26.667-165.888-70.741-199.509-70.741-31.275 0-40.405 40.363-77.739 40.363-35.925 0-62.592-30.123-96.213-30.123-32.299 0-53.333 21.973-69.547 67.243 0 0-45.227 127.573-51.072 146.091-0.775 2.73-1.221 5.866-1.221 9.105 0 0.474 0.010 0.946 0.028 1.416l-0.002-0.067c0 49.579 195.285 212.224 456.96 212.224zM858.027 509.696c9.301 44.032 9.301 48.64 9.301 54.485 0 75.307-84.651 117.12-195.968 117.12-251.52 0.171-471.893-147.243-471.893-244.651-0-0.054-0-0.117-0-0.181 0-14.202 2.983-27.706 8.356-39.922l-0.25 0.636c-90.411 4.523-207.573 20.693-207.573 124.075 0 169.344 401.28 378.069 718.976 378.069 243.627 0 305.024-110.165 305.024-197.12 0-68.48-59.179-146.133-165.845-192.512z"],"attrs":[{"fill":"rgb(238, 0, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["redhat"],"grid":0},"attrs":[{"fill":"rgb(238, 0, 0)"}],"properties":{"id":663,"order":36,"prevSize":32,"code":59691,"name":"redhat"},"setIdx":16,"setId":1,"iconIdx":99},{"icon":{"paths":["M251.947 0c-31.109 0.298-59.828 10.29-83.344 27.095l0.442-0.3 0.469-0.299c-37.948 26.835-62.423 70.539-62.423 119.959 0 13.544 1.838 26.658 5.279 39.108l-0.243-1.029-0.213-1.024v694.016c0 81.067 65.451 146.475 146.475 146.475s146.475-65.408 146.475-146.475v-146.475h79.573l160.768 229.675c26.609 38.128 70.268 62.761 119.681 62.761 31.36 0 60.403-9.922 84.16-26.797l-0.45 0.303c38.135-26.59 62.774-70.24 62.774-119.646 0-31.36-9.927-60.4-26.811-84.152l0.303 0.448-101.76-145.365c81.922-67.409 133.76-168.806 133.76-282.311 0-0.14-0-0.28-0-0.42l0 0.022c0-201.941-164.949-365.483-366.208-365.483l-298.624-0.085zM350.677 37.035h199.979c181.333 2.859 327.083 152.192 324.224 333.483-1.573 97.852-45.642 185.105-114.51 244.328l-0.434 0.365-19.371-27.648c62.702-53.923 102.166-133.35 102.166-221.995 0-161.362-130.768-292.182-292.11-292.267l-170.334-0c-2.54-4.482-4.896-8.174-7.417-11.742l0.292 0.435 0.299 0.469c-6.782-9.482-14.248-17.761-22.545-25.125l-0.153-0.134zM395.221 109.568h155.435c141.483 0 256 114.475 256 256 0 0.098 0 0.214 0 0.33 0 76.344-33.513 144.86-86.631 191.64l-0.281 0.243-20.864-29.824c43.972-40.344 71.436-98.074 71.436-162.219 0-121.364-98.315-219.765-219.646-219.904l-150.798-0c-0.022-13.266-1.796-26.109-5.102-38.322l0.238 1.031zM395.392 182.827h155.264c100.992 2.133 181.333 85.333 179.2 187.008-1.053 49.213-21.311 93.498-53.551 125.828l0.004-0.004-10.411-14.891c-3.889-5.529-7.769-10.357-11.927-14.926l0.108 0.121c23.902-25.272 38.827-59.253 39.55-96.711l0.002-0.142c0.016-0.813 0.025-1.773 0.025-2.734 0-80.071-63.876-145.222-143.451-147.278l-0.191-0.004h-169.344c6.101-10.453 11.179-22.485 14.592-35.243zM148.907 248.747c10.368 10.624 22.315 19.669 35.499 26.752l0.768 0.384v601.643c0 40.533 32.725 73.259 73.259 73.259 39.808 0 72.533-32.725 73.216-73.941v-219.008h101.547l25.899 36.992h-91.179v182.741c-2.076 58.88-50.308 105.824-109.504 105.824s-107.428-46.944-109.499-105.634l-0.005-0.189zM367.915 255.317h182.741c0.101-0 0.222-0.001 0.342-0.001 60.678 0 109.867 49.189 109.867 109.867 0 0.12-0 0.24-0.001 0.36l0-0.019c0 30.677-12.373 58.283-32.384 78.208-10.132-7.021-21.773-12.983-34.18-17.312l-1.020-0.31c19.025-13.263 31.318-35.039 31.318-59.685 0-0.077-0-0.154-0-0.23l0 0.012c0-41.259-33.408-73.941-73.941-73.941h-146.475v147.2h66.048c-15.84 9.742-29.206 21.817-40.065 35.922l-0.255 0.345h-61.995zM330.923 270.805v241.963h78.464c-4.085 10.567-7.095 22.846-8.476 35.613l-0.057 0.654h-106.197v-262.101c13.781-4.053 25.813-9.557 36.864-16.469zM221.44 289.237c9.813 2.347 21.035 3.669 32.597 3.669l4.395-0.085v292.437h143.147c1.792 12.331 4.992 24.491 10.027 36.267h-116.907v256c-0.294 20.059-16.272 36.291-36.202 36.99l-0.065 0.002c-0.115 0.001-0.25 0.002-0.386 0.002-20.099 0-36.414-16.197-36.606-36.25l-0-0.018zM440.448 328.576h109.525c20.608 0 36.949 16.341 36.949 36.949s-15.659 37.675-36.267 37.675l-110.208-0.725z"],"attrs":[{"fill":"rgb(54, 139, 214)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["riot"],"grid":0},"attrs":[{"fill":"rgb(54, 139, 214)"}],"properties":{"id":670,"order":39,"prevSize":32,"code":59692,"name":"riot"},"setIdx":16,"setId":1,"iconIdx":100},{"icon":{"paths":["M859.989 3.541c129.408 22.4 166.101 110.848 163.371 203.52l0.64-1.323-58.24 763.221-756.437 51.883c-62.848-2.645-202.923-8.405-209.323-204.245l70.187-128 141.739 331.008 119.68-390.144-1.28 0.299 0.683-1.28 394.88 126.123-59.563-231.723-42.24-166.4 376.32-24.277-26.24-21.76-270.165-220.245 156.117-87.083zM0 814.464v1.109-1.237zM218.88 216.448c151.936-150.741 348.032-239.829 423.339-163.84 75.179 75.819-4.48 260.48-156.715 411.136-152.021 150.699-345.728 244.651-420.864 168.832-75.349-75.819 1.92-265.259 154.112-416z"],"attrs":[{"fill":"rgb(204, 52, 45)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["ruby"],"grid":0},"attrs":[{"fill":"rgb(204, 52, 45)"}],"properties":{"id":678,"order":38,"prevSize":32,"code":59693,"name":"ruby"},"setIdx":16,"setId":1,"iconIdx":101},{"icon":{"paths":["M1010.645 499.584l-42.453-26.283c-0.535-6.473-0.959-10.732-1.429-14.978l0.234 2.605 36.48-34.005c2.823-2.68 4.578-6.46 4.578-10.651 0-6.224-3.874-11.543-9.343-13.678l-0.1-0.034-46.635-17.451c-1.821-6.572-3.075-10.582-4.397-14.561l0.728 2.529 29.099-40.405c1.728-2.368 2.765-5.336 2.765-8.547 0-7.243-5.276-13.253-12.195-14.396l-0.085-0.012-49.152-7.979c-2.952-5.814-4.925-9.431-6.952-13.013l1.022 1.963 20.651-45.355c2.133-4.608 1.664-9.984-1.152-14.165s-7.595-6.656-12.672-6.485l-49.92 1.749c-2.964-3.747-5.547-6.858-8.194-9.912l0.301 0.354 11.477-48.597c0.244-1 0.383-2.147 0.383-3.327 0-8.083-6.552-14.635-14.635-14.635-1.18 0-2.328 0.14-3.427 0.403l0.1-0.020-48.597 11.477c-2.216-1.89-5.34-4.473-8.491-7.024l-1.109-0.87 1.749-49.92c0.010-0.206 0.016-0.448 0.016-0.69 0-8.012-6.495-14.507-14.507-14.507-2.237 0-4.356 0.506-6.248 1.411l0.087-0.038-45.355 20.693c-3.669-2.005-7.339-4.011-11.051-5.931l-8.021-49.195c-1.22-6.979-7.233-12.216-14.469-12.216-3.181 0-6.126 1.012-8.53 2.731l0.044-0.030-40.448 29.099c-1.452-0.589-5.464-1.829-9.506-3l-2.526-0.627-17.451-46.635c-2.169-5.568-7.488-9.442-13.712-9.442-4.19 0-7.97 1.756-10.645 4.572l-0.006 0.006-34.005 36.523c-2.416-0.32-6.675-0.744-10.954-1.1l-1.419-0.095-26.283-42.453c-2.614-4.184-7.195-6.926-12.416-6.926s-9.802 2.742-12.38 6.865l-0.036 0.061-26.283 42.453c-4.139 0.341-8.277 0.768-12.373 1.195l-34.048-36.523c-2.672-2.865-6.468-4.651-10.682-4.651-6.236 0-11.558 3.912-13.647 9.415l-0.033 0.1-17.451 46.635c-4.053 1.152-8.021 2.389-12.032 3.627l-40.405-29.099c-2.36-1.689-5.304-2.701-8.485-2.701-7.237 0-13.25 5.237-14.457 12.128l-0.013 0.088-8.021 49.195c-5.814 2.952-9.431 4.925-13.013 6.952l1.963-1.022-45.355-20.693c-1.781-0.835-3.868-1.322-6.069-1.322-8.059 0-14.592 6.533-14.592 14.592 0 0.195 0.004 0.389 0.011 0.582l-0.001-0.028 1.749 49.92c-3.243 2.56-6.443 5.205-9.6 7.893l-48.597-11.477c-1-0.244-2.147-0.383-3.327-0.383-8.083 0-14.635 6.552-14.635 14.635 0 1.18 0.14 2.328 0.403 3.427l-0.020-0.1 11.435 48.597c-2.645 3.157-5.291 6.357-7.851 9.557l-49.92-1.749c-0.165-0.007-0.359-0.011-0.554-0.011-8.059 0-14.592 6.533-14.592 14.592 0 2.201 0.487 4.288 1.36 6.159l-0.038-0.090 20.693 45.355c-1.028 1.661-3.001 5.278-4.917 8.93l-1.014 2.121-49.152 7.979c-6.979 1.22-12.216 7.233-12.216 14.469 0 3.181 1.012 6.126 2.731 8.53l-0.030-0.044 29.099 40.405c-1.28 4.011-2.475 7.979-3.669 12.032l-46.635 17.451c-5.568 2.169-9.442 7.488-9.442 13.712 0 4.19 1.756 7.97 4.572 10.645l0.006 0.006 36.48 34.005c-0.32 2.416-0.744 6.675-1.1 10.954l-0.095 1.419-42.453 26.283c-4.227 2.586-7.004 7.177-7.004 12.416s2.778 9.83 6.941 12.38l0.063 0.036 42.453 26.283c0.341 4.139 0.768 8.277 1.195 12.373l-36.48 34.048c-2.865 2.672-4.651 6.468-4.651 10.682 0 6.236 3.912 11.558 9.415 13.647l0.1 0.033 46.635 17.451c1.152 4.053 2.389 8.064 3.669 12.032l-29.099 40.405c-1.746 2.371-2.794 5.349-2.794 8.572 0 7.259 5.317 13.277 12.269 14.372l0.082 0.011 49.152 7.979c1.92 3.712 3.883 7.381 5.931 11.051l-20.693 45.355c-0.835 1.781-1.322 3.868-1.322 6.069 0 8.059 6.533 14.592 14.592 14.592 0.195 0 0.389-0.004 0.582-0.011l-0.028 0.001 49.877-1.749c2.603 3.243 5.205 6.443 7.893 9.6l-11.435 48.64c-0.246 1.003-0.387 2.155-0.387 3.339 0 8.059 6.533 14.592 14.592 14.592 1.197 0 2.361-0.144 3.474-0.416l-0.1 0.021 48.597-11.435c3.157 2.688 6.357 5.291 9.6 7.851l-1.749 49.92c-0.009 0.193-0.014 0.419-0.014 0.647 0 8.012 6.495 14.507 14.507 14.507 2.236 0 4.354-0.506 6.246-1.41l-0.087 0.038 45.355-20.651c3.669 2.048 7.339 4.011 11.051 5.931l8.021 49.152c1.203 6.997 7.226 12.254 14.476 12.254 3.178 0 6.121-1.010 8.523-2.727l-0.045 0.030 40.405-29.099c4.011 1.28 7.979 2.517 12.032 3.669l17.451 46.635c2.098 5.622 7.422 9.553 13.664 9.553 4.226 0 8.031-1.802 10.689-4.679l0.009-0.010 34.048-36.48c4.096 0.469 8.235 0.853 12.373 1.237l26.283 42.453c2.628 4.163 7.204 6.888 12.416 6.888s9.788-2.725 12.38-6.827l0.036-0.060 26.283-42.453c4.139-0.384 8.277-0.768 12.373-1.237l34.005 36.48c2.68 2.823 6.46 4.578 10.651 4.578 6.224 0 11.543-3.874 13.678-9.343l0.034-0.1 17.451-46.635c4.053-1.152 8.064-2.389 12.032-3.669l40.405 29.099c2.371 1.746 5.349 2.794 8.572 2.794 7.259 0 13.277-5.317 14.372-12.269l0.011-0.082 8.021-49.152c3.712-1.92 7.381-3.925 11.051-5.931l45.355 20.651c1.769 0.819 3.84 1.297 6.023 1.297 8.083 0 14.635-6.552 14.635-14.635 0-0.156-0.002-0.311-0.007-0.466l0.001 0.023-1.749-49.92c3.243-2.56 6.443-5.163 9.557-7.851l48.597 11.435c0.996 0.242 2.14 0.381 3.317 0.381 8.083 0 14.635-6.552 14.635-14.635 0-1.164-0.136-2.296-0.393-3.381l0.020 0.099-11.435-48.64c2.645-3.157 5.291-6.357 7.851-9.6l49.92 1.749c0.206 0.010 0.448 0.016 0.69 0.016 8.012 0 14.507-6.495 14.507-14.507 0-2.237-0.506-4.356-1.411-6.248l0.038 0.087-20.651-45.355c2.005-3.669 4.011-7.339 5.931-11.051l49.152-7.979c6.979-1.22 12.216-7.233 12.216-14.469 0-3.181-1.012-6.126-2.731-8.53l0.030 0.044-29.099-40.405 3.669-12.032 46.635-17.451c5.604-2.122 9.515-7.445 9.515-13.68 0-4.214-1.786-8.011-4.643-10.674l-0.009-0.008-36.48-34.048c0.427-4.096 0.853-8.235 1.195-12.373l42.453-26.283c4.239-2.583 7.026-7.181 7.026-12.429 0-5.231-2.768-9.815-6.92-12.367l-0.063-0.036zM726.528 851.712c-13.694-3.005-23.791-15.033-23.791-29.419 0-16.615 13.469-30.084 30.084-30.084 2.229 0 4.402 0.242 6.493 0.702l-0.199-0.037c13.694 3.005 23.791 15.033 23.791 29.419 0 16.615-13.469 30.084-30.084 30.084-2.229 0-4.402-0.242-6.493-0.702l0.199 0.037zM712.107 754.176c-1.73-0.389-3.716-0.612-5.755-0.612-13.1 0-24.049 9.211-26.724 21.509l-0.033 0.18-15.061 70.315c-46.507 21.12-98.133 32.853-152.533 32.853-0.159 0-0.348 0-0.537 0-56.326 0-109.699-12.647-157.433-35.257l2.236 0.953-15.061-70.315c-2.703-12.46-13.636-21.657-26.716-21.657-2.054 0-4.054 0.227-5.978 0.656l0.182-0.034-62.080 13.312c-11.193-11.516-21.711-23.86-31.389-36.867l-0.696-0.979h302.080c3.413 0 5.717-0.597 5.717-3.712v-106.88c0-3.115-2.261-3.712-5.717-3.712h-88.363v-67.755h95.573c8.704 0 46.635 2.475 58.752 50.944 3.797 14.891 12.117 63.403 17.835 78.933 5.675 17.408 28.8 52.181 53.461 52.181h150.528c1.95-0.028 3.834-0.229 5.661-0.587l-0.2 0.033c-10.981 14.836-22.2 27.936-34.267 40.199l0.048-0.049zM294.272 850.261c-1.898 0.426-4.078 0.67-6.315 0.67-16.618 0-30.089-13.471-30.089-30.089 0-14.381 10.089-26.405 23.574-29.382l0.2-0.037c1.898-0.426 4.078-0.67 6.315-0.67 16.618 0 30.089 13.471 30.089 30.089 0 14.381-10.089 26.405-23.574 29.382l-0.2 0.037zM179.669 385.536c1.885 3.82 2.987 8.315 2.987 13.068 0 16.613-13.467 30.080-30.080 30.080-12.526 0-23.263-7.656-27.788-18.544l-0.073-0.199c-1.403-3.353-2.218-7.25-2.218-11.337 0-16.613 13.467-30.080 30.080-30.080 11.859 0 22.116 6.863 27.014 16.835l0.079 0.177zM144.469 469.035l64.683-28.757c9.671-4.37 16.279-13.932 16.279-25.036 0-4.036-0.873-7.867-2.44-11.317l0.070 0.172-13.312-30.123h52.395v236.117h-105.685c-8.973-30.343-14.136-65.204-14.136-101.271 0-14.015 0.78-27.849 2.298-41.459l-0.152 1.674zM428.288 446.123v-69.589h124.757c6.443 0 45.483 7.467 45.483 36.651 0 24.235-29.952 32.939-54.571 32.939zM881.664 508.757c0 9.216-0.341 18.389-1.024 27.435h-37.931c-3.797 0-5.333 2.475-5.333 6.229v17.408c0 41.003-23.125 49.92-43.392 52.181-19.285 2.176-40.661-8.064-43.307-19.883-11.392-64-30.336-77.696-60.288-101.291 37.163-23.595 75.819-58.411 75.819-105.003 0-50.304-34.517-82.005-58.027-97.579-32.981-21.76-69.504-26.112-79.36-26.112h-392.235c52.929-59.001 124.043-100.729 204.477-116.359l2.328-0.377 46.251 48.512c4.985 5.239 12.010 8.497 19.795 8.497 7.341 0 14.006-2.897 18.913-7.61l-0.009 0.009 51.712-49.493c109.038 20.97 199.411 87.439 252.106 178.447l0.95 1.777-35.413 80c-1.48 3.267-2.343 7.083-2.343 11.102 0 11.11 6.593 20.679 16.080 25.009l0.172 0.070 68.181 30.293c1.195 12.117 1.792 24.32 1.877 36.736zM489.685 104.192c5.381-5.14 12.689-8.304 20.736-8.304 16.592 0 30.042 13.45 30.042 30.042 0 8.545-3.568 16.257-9.295 21.728l-0.012 0.011c-5.238 4.539-12.121 7.305-19.649 7.305-16.613 0-30.080-13.467-30.080-30.080 0-8.028 3.145-15.321 8.27-20.715l-0.012 0.013zM841.131 386.987c6.699-15.189 24.448-22.016 39.595-15.275 10.663 4.781 17.956 15.303 17.956 27.529 0 16.613-13.467 30.080-30.080 30.080s-30.080-13.467-30.080-30.080c0-4.437 0.961-8.65 2.686-12.442l-0.077 0.189z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["rust"],"grid":0},"attrs":[],"properties":{"id":681,"order":37,"prevSize":32,"code":59694,"name":"rust"},"setIdx":16,"setId":1,"iconIdx":102},{"icon":{"paths":["M512.512 110.848c-222.72 0-403.285 166.4-403.285 371.584 0 128.683 52.011 226.176 134.613 289.024h-0.213l9.984 129.792v0.171c0 0.725 0 1.323 0.171 1.963v0.256c1.024 6.144 6.4 10.88 12.843 10.88 2.261 0 4.267-0.64 6.144-1.493l0.469-0.341 123.563-71.424c36.437 8.363 75.392 12.757 115.627 12.757 222.72 0 403.285-166.357 403.285-371.627 0-205.227-180.608-371.584-403.371-371.584zM443.307 30.72c22.4-2.773 45.269-4.437 68.48-4.437 16.213 0 32 0.853 47.744 2.219l2.432-26.197c-16.64-1.493-33.237-2.304-50.091-2.304-24.32 0-48.427 1.536-72.149 4.651l3.541 26.112zM605.312 34.731c39.040 7.040 76.16 18.603 111.36 33.92l10.752-24.192c-5.632-2.389-11.221-4.779-16.939-7.040-32.512-12.8-66.176-22.357-100.48-28.629zM996.523 485.12c-0.64 39.040-6.613 77.056-17.28 113.28l25.173 7.467c11.392-38.528 17.749-79.104 18.389-120.789zM287.787 77.397c34.603-16.597 71.595-29.781 110.336-38.485l-5.76-25.771c-26.923 6.016-53.376 14.037-79.061 24.277-12.672 4.992-25.003 10.453-36.992 16.256zM870.187 137.088c-30.123-27.691-63.36-51.499-99.371-71.381l-13.269 23.083c34.603 18.987 66.603 41.856 94.891 68.096l17.749-19.712zM646.443 940.843c40.32-10.24 78.72-25.216 114.603-43.947l-13.44-22.741c-33.536 17.621-69.589 31.488-107.563 41.259zM156.885 170.88c26.88-27.221 57.472-51.2 90.88-71.467l-13.952-22.571c-29.781 18.005-57.6 38.997-82.987 62.848-4.352 4.011-8.533 8.149-12.8 12.331l18.731 18.816zM988.032 652.16l-24.235-10.069c-14.891 35.541-34.261 68.864-57.771 99.499l21.12 15.744c24.619-32.341 45.269-67.669 60.757-105.173zM884.309 189.141c25.856 28.8 47.872 60.8 65.451 95.061l23.68-11.733c-18.56-36.352-41.771-70.187-69.419-100.949l-19.84 17.621zM993.28 317.269l-24.235 10.411c13.355 35.328 22.229 72.661 25.771 111.36l26.24-2.603c-3.755-40.789-13.013-80.725-27.776-119.168zM272.469 974.891l-41.344 18.133-14.165-43.733-24.96 8.107 18.688 57.472c1.237 3.541 3.84 6.443 7.125 8.021 1.749 0.725 3.541 1.109 5.376 1.109s3.584-0.384 5.248-1.109l54.741-24.021zM435.584 923.989c-3.328-0.683-6.699-1.152-10.112-1.749l-19.84-3.371c-2.603-0.384-5.12 0-7.339 0.981l-83.243 36.395 11.563 23.637 78.72-34.261c5.333 0.896 10.667 1.749 15.829 2.517 2.901 0.725 5.931 1.109 8.917 1.621zM594.645 924.843c-27.008 4.437-54.656 6.656-82.859 6.656-11.648 0-22.4-0.64-32.939-1.621l-0.811 26.24c10.709 1.024 21.803 1.707 33.749 1.707 29.781 0 59.008-2.475 87.381-7.083l-4.437-25.856zM64.725 303.616c15.787-35.2 36.352-68.181 60.8-98.219l-20.053-17.365c-26.027 31.787-47.616 66.432-64.341 103.552l-0.427 0.896zM876.032 776.96c-26.112 27.776-55.893 52.437-88.32 73.728l14.464 21.973c34.389-22.357 65.749-48.64 93.44-78.037zM41.387 620.843c-8.021-33.963-12.501-71.509-13.781-113.963h-26.283c1.28 45.696 6.187 85.547 14.72 121.301zM22.955 338.133c-12.672 38.827-19.968 79.061-21.76 120.021l26.24 1.28c1.792-39.381 8.917-77.483 20.779-113.579zM202.112 903.893l-25.173-77.44c-0.853-2.56-2.389-4.651-4.48-6.272-9.899-7.765-19.157-15.616-28.16-23.808l-18.005 19.029c8.277 7.851 17.408 15.445 26.837 23.083l23.936 73.259zM112.299 763.435c-25.216-29.483-44.245-61.824-57.813-98.773l-24.448 9.771c1.749 4.565 3.541 9.216 5.376 13.739 14.080 33.963 32.896 64.384 57.259 92.8z"],"attrs":[{"fill":"rgb(37, 146, 233)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["signal"],"grid":0},"attrs":[{"fill":"rgb(37, 146, 233)"}],"properties":{"id":707,"order":75,"prevSize":32,"code":59695,"name":"signal"},"setIdx":16,"setId":1,"iconIdx":103},{"icon":{"paths":["M514.944 805.291c-171.648 0-248.32-84.437-248.32-147.797 0-32.64 23.936-55.296 56.875-55.296 73.515 0 54.315 105.685 191.445 105.685 70.016 0 108.8-38.187 108.8-77.269 0-23.509-11.477-49.493-57.771-60.971l-152.576-38.187c-122.88-30.891-145.195-97.536-145.195-160.043 0-130.005 122.069-178.816 236.757-178.816 105.429 0 230.101 58.581 230.101 136.491 0 33.451-29.355 52.907-61.995 52.907-62.677 0-51.115-86.912-177.664-86.912-62.677 0-97.792 28.331-97.792 68.992s49.195 53.675 92.032 63.445l112.512 25.045c123.349 27.691 154.624 100.096 154.624 168.277 0 105.643-81.152 184.491-244.139 184.491zM985.557 597.035l-1.237 5.76-1.877-10.24c0.64 1.92 1.877 3.157 2.517 5.12 5.12-28.8 7.723-58.155 7.723-87.552 0-65.237-12.843-128.512-38.315-188.587-24.277-57.515-59.52-109.312-103.552-153.429-44.757-44.075-95.872-79.189-153.387-103.509-56.235-26.923-119.509-39.68-184.661-39.68-30.72 0-61.611 2.987-91.435 8.704l5.077 2.56-10.197-1.408 5.077-1.067c-41.131-22.016-87.253-33.707-134.101-33.707-76.331 0-148.053 29.781-202.069 83.925-54.016 54.101-83.755 126.123-83.755 202.624 0 48.768 12.459 96.64 36.011 139.008l0.853-5.291 1.749 10.197-2.56-4.907c-4.864 27.52-7.339 55.424-7.339 83.413 0 65.28 12.8 128.725 37.717 188.416 24.235 58.112 58.795 109.909 103.552 153.984 44.117 44.8 95.872 79.232 153.387 104.192 59.477 25.6 122.752 38.315 187.904 38.315 28.117 0 56.917-2.56 84.352-7.637l-5.077-2.645 10.24 1.963-5.76 1.28c42.752 24.277 90.709 37.163 140.544 37.163 76.075 0 147.584-29.44 201.941-83.755 53.717-53.717 83.712-125.909 83.712-202.624 0-48.555-12.757-96.512-36.395-139.349z"],"attrs":[{"fill":"rgb(0, 175, 240)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["skype"],"grid":0},"attrs":[{"fill":"rgb(0, 175, 240)"}],"properties":{"id":714,"order":34,"prevSize":32,"code":59696,"name":"skype"},"setIdx":16,"setId":1,"iconIdx":104},{"icon":{"paths":["M215.125 647.040c-0.121 59.359-48.171 107.454-107.501 107.648l-0.019 0c-59.385-0.145-107.484-48.259-107.605-107.637l-0-0.011c0.17-59.343 48.255-107.399 107.594-107.52l0.012-0h107.52zM269.355 647.040c0.169-59.328 48.231-107.375 107.549-107.52l0.014-0c59.332 0.145 107.393 48.192 107.563 107.504l0 0.016v269.355c-0.145 59.355-48.211 107.436-107.546 107.605l-0.016 0c-59.352-0.169-107.417-48.25-107.563-107.591l-0-0.014zM376.917 215.125c-59.322-0.169-107.369-48.201-107.563-107.501l-0-0.019c0.145-59.355 48.211-107.436 107.546-107.605l0.016-0c59.352 0.169 107.417 48.25 107.563 107.591l0 0.014v107.52zM376.917 269.355c59.337 0.169 107.393 48.226 107.563 107.546l0 0.016c-0.169 59.337-48.226 107.393-107.546 107.563l-0.016 0h-269.312c-59.355-0.145-107.436-48.211-107.605-107.546l-0-0.016c0.169-59.352 48.25-107.417 107.591-107.563l0.014-0zM808.789 376.917c0.169-59.352 48.25-107.417 107.591-107.563l0.014-0c59.355 0.145 107.436 48.211 107.605 107.546l0 0.016c-0.169 59.352-48.25 107.417-107.591 107.563l-0.014 0h-107.605zM754.688 376.917c-0.17 59.367-48.274 107.442-107.636 107.563l-0.012 0c-59.328-0.169-107.375-48.231-107.52-107.549l-0-0.014v-269.312c0.121-59.35 48.177-107.436 107.504-107.605l0.016-0c59.389 0.121 107.503 48.22 107.648 107.592l0 0.014zM647.040 808.789c59.389 0.121 107.503 48.22 107.648 107.592l0 0.014c-0.145 59.385-48.259 107.484-107.637 107.605l-0.011 0c-59.343-0.17-107.399-48.255-107.52-107.594l-0-0.012v-107.605zM647.040 754.688c-59.358-0.17-107.423-48.28-107.52-107.639l-0-0.009c0.145-59.323 48.197-107.375 107.506-107.52l0.014-0h269.355c59.35 0.121 107.436 48.177 107.605 107.504l0 0.016c-0.121 59.389-48.22 107.503-107.592 107.648l-0.014 0z"],"attrs":[{"fill":"rgb(74, 21, 75)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["slack"],"grid":0},"attrs":[{"fill":"rgb(74, 21, 75)"}],"properties":{"id":715,"order":35,"prevSize":32,"code":59697,"name":"slack"},"setIdx":16,"setId":1,"iconIdx":105},{"icon":{"paths":["M50.133 521.6c-2.176 0-4.011 1.963-4.309 4.267l-9.941 91.904 9.941 89.813c0.299 2.475 2.133 4.181 4.309 4.181 2.133 0 3.84-1.707 4.224-4.181l10.88-89.813-11.52-91.904c0-2.432-1.92-4.267-3.84-4.267zM11.52 556.928c-2.56 0-3.883 1.579-4.437 4.011l-7.083 56.832 7.040 55.808c0 2.347 1.92 4.011 3.84 4.011s3.797-1.92 4.437-4.437l8.96-56.277-8.96-56.917c0-2.603-1.877-3.84-3.84-3.84zM89.557 503.68c-2.603 0-5.12 1.92-5.12 4.437l-8.96 109.355 9.6 104.875c0 2.56 1.92 5.12 5.077 5.12 2.603 0 4.48-2.603 5.163-5.12l10.837-105.557-10.837-108.715c-0.683-2.56-2.603-5.12-5.163-5.12zM130.475 499.157c-3.2 0-5.76 2.56-6.4 5.76l-8.235 112.64 8.96 108.544c0.683 3.285 3.2 5.888 6.357 5.888 3.2 0 5.76-2.603 6.4-6.4l10.24-108.032-10.24-111.915c0-3.2-2.56-5.76-5.76-5.76zM179.755 514.517c-0.213-3.84-3.2-6.357-6.784-6.357-3.84 0-6.741 2.56-6.997 6.357l-9.259 103.68 8.533 109.355c0 3.84 3.2 6.699 6.784 6.699 3.157 0 6.315-2.901 6.315-6.741l9.685-109.355-9.685-104.277zM214.272 441.6c-4.309 0-7.68 3.84-7.68 7.723l-8.96 168.832 7.979 109.355c0 3.84 3.413 6.997 7.68 6.997 4.011 0 7.424-3.84 7.68-7.68l8.917-109.355-8.917-169.472c-0.341-4.437-3.755-7.68-7.68-7.68zM254.208 401.323c-4.48 0-8.32 3.84-8.661 8.277l-7.68 207.872 7.040 108.715c0 5.12 3.84 8.917 8.32 8.917 4.437 0 8.277-3.797 8.96-8.917l8.235-108.715-8.192-207.189c-0.683-5.12-4.48-8.96-8.96-8.96zM295.467 382.165c-5.163 0-9.003 3.797-9.6 8.917l-7.040 225.067 7.040 107.52c0.597 5.077 4.437 9.6 9.6 9.6 5.077 0 9.6-4.48 9.6-9.6l8.32-107.52-8.363-225.067c0-5.12-4.48-9.6-9.6-9.6zM348.544 383.403c0-5.76-4.48-10.24-10.24-10.24-5.077 0-10.24 4.48-10.24 10.24l-6.357 232.149 6.357 106.795c0.683 5.76 5.163 10.24 10.923 10.24s10.24-4.48 10.24-10.24l6.997-106.795-6.997-232.789zM380.501 377.685c-5.76 0-10.88 5.077-10.88 10.837l-6.4 227.072 6.4 105.515c0 6.4 5.12 10.88 10.88 10.88s10.88-5.12 10.88-11.52l6.4-105.557-7.040-226.432c0-6.315-5.12-11.52-11.563-11.52zM422.059 384.043c-6.997 0-12.117 5.76-12.117 12.16l-4.395 219.435 5.76 105.557c0 6.357 5.077 11.819 12.117 11.819 6.357 0 11.563-5.12 12.117-12.16l5.163-104.235-5.76-218.112c-0.512-6.997-5.76-12.16-12.16-12.16zM473.301 346.027c-1.92-1.237-4.48-1.877-7.040-1.877s-5.077 0.64-7.040 1.877c-3.84 2.304-6.357 6.4-6.357 10.88v2.603l-4.437 258.048 4.907 104.491v0.341c0.341 2.56 1.28 5.76 3.157 7.68 2.475 2.603 6.059 4.437 9.984 4.437 3.413 0 6.741-1.877 8.917-3.84 2.475-2.56 3.883-5.76 3.883-9.6l0.64-10.24 4.992-93.995-5.76-259.669c0-4.437-2.603-8.235-5.76-10.197zM516.224 322.688c-1.92-1.92-3.84-2.603-6.4-2.603-3.157 0-6.357 0.683-8.917 2.603-3.2 2.603-5.077 6.4-5.077 10.24v1.237l-5.845 281.984 3.243 51.84 2.603 50.56c0 6.997 6.315 13.397 13.995 13.397 7.723 0 14.080-6.4 14.080-14.037l6.4-102.997-6.4-283.179c0-5.12-3.157-9.429-7.040-11.819zM898.048 481.067c-17.28 0-33.92 3.669-48.597 9.899-10.24-113.237-104.96-202.069-221.355-202.069-28.117 0-55.68 5.76-80.597 15.317-9.6 3.84-11.52 7.68-12.16 15.317v399.701c0.683 7.68 6.4 14.080 14.080 14.72h349.227c69.077 0.683 125.355-54.955 125.355-124.672s-56.277-125.952-125.355-125.952z"],"attrs":[{"fill":"rgb(255, 51, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["soundcloud"],"grid":0},"attrs":[{"fill":"rgb(255, 51, 0)"}],"properties":{"id":735,"order":32,"prevSize":32,"code":59698,"name":"soundcloud"},"setIdx":16,"setId":1,"iconIdx":106},{"icon":{"paths":["M512 0c-281.6 0-512 230.4-512 512s230.4 512 512 512 512-230.4 512-512-227.84-512-512-512zM747.563 739.84c-10.24 15.317-28.16 20.48-43.563 10.24-120.32-74.24-271.36-89.643-450.603-48.683-17.835 5.205-33.237-7.637-38.357-22.997-5.12-17.963 7.68-33.28 23.040-38.4 194.56-43.563 363.52-25.6 496.64 56.32 17.92 7.68 20.437 28.117 12.843 43.52zM809.003 599.040c-12.843 17.92-35.883 25.6-53.845 12.8-138.197-84.48-348.117-110.080-509.397-58.88-20.437 5.12-43.52-5.12-48.64-25.6s5.12-43.563 25.6-48.683c186.88-56.277 417.28-28.075 576 69.163 15.403 7.723 23.040 33.28 10.283 51.2zM814.123 455.68c-163.883-97.28-437.803-107.52-593.963-58.837-25.6 7.637-51.2-7.723-58.88-30.763-7.68-25.643 7.68-51.2 30.72-58.923 181.76-53.76 481.28-43.52 670.763 69.163 22.997 12.8 30.677 43.52 17.877 66.56-12.757 17.963-43.52 25.557-66.517 12.8z"],"attrs":[{"fill":"rgb(30, 215, 96)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["spotify"],"grid":0},"attrs":[{"fill":"rgb(30, 215, 96)"}],"properties":{"id":746,"order":33,"prevSize":32,"code":59699,"name":"spotify"},"setIdx":16,"setId":1,"iconIdx":107},{"icon":{"paths":["M810.069 932.907v-273.237h91.051v364.331h-822.443v-364.331h90.88v273.237zM260.736 841.856h458.197v-91.179h-458.197zM271.787 634.837l447.147 93.397 19.243-88.32-447.061-93.312zM329.771 419.115l414.080 193.28 38.528-83.2-414.123-193.28-38.485 82.603zM445.611 214.955l350.592 292.48 57.984-69.12-350.549-292.395-57.6 68.992zM672.043 0l-74.496 55.211 273.28 367.104 74.496-55.211-273.365-367.104z"],"attrs":[{"fill":"rgb(254, 122, 22)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["stackoverflow"],"grid":0},"attrs":[{"fill":"rgb(254, 122, 22)"}],"properties":{"id":755,"order":31,"prevSize":32,"code":59700,"name":"stackoverflow1"},"setIdx":16,"setId":1,"iconIdx":108},{"icon":{"paths":["M511.104 0c-268.843 0-489.301 207.36-510.165 470.912l274.432 113.408c23.253-15.829 51.328-25.173 81.579-25.173 2.688 0 5.333 0.171 8.021 0.256l122.069-176.725v-2.517c0-106.453 86.528-193.024 193.024-193.024 106.411 0 193.024 86.656 193.024 193.152s-86.613 193.067-193.024 193.067h-4.48l-173.909 124.203c0 2.219 0.171 4.48 0.171 6.784 0 80-64.64 144.896-144.64 144.896-69.76 0-128.683-50.048-142.123-116.352l-196.48-81.365c60.843 214.912 258.133 372.48 492.501 372.48 282.752 0 511.957-229.248 511.957-512s-229.248-512-511.957-512zM321.707 776.96l-62.848-26.027c11.179 23.168 30.464 42.624 56.064 53.333 55.339 22.997 119.168-3.243 142.165-58.667 11.221-26.88 11.264-56.277 0.213-83.157s-32-47.829-58.752-59.008c-26.624-11.093-55.040-10.624-80.128-1.28l64.981 26.88c40.789 17.067 60.117 64 43.051 104.747-16.939 40.832-63.872 60.16-104.704 43.179zM808.747 380.032c0-70.912-57.728-128.64-128.64-128.64-71.040 0-128.64 57.728-128.64 128.64 0 71.040 57.6 128.64 128.64 128.64 70.955 0 128.64-57.6 128.64-128.64zM583.765 379.819c0-53.419 43.221-96.683 96.64-96.683 53.291 0 96.683 43.264 96.683 96.683 0 53.376-43.392 96.64-96.683 96.64-53.461 0-96.64-43.264-96.64-96.64z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["steam"],"grid":0},"attrs":[],"properties":{"id":762,"order":30,"prevSize":32,"code":59701,"name":"steam"},"setIdx":16,"setId":1,"iconIdx":109},{"icon":{"paths":["M512.512 170.325l-170.837 170.837-170.837-170.837-170.837 170.837 170.837 170.837 170.837-170.837 170.837 170.837-170.837 170.837 170.837 170.837 170.837-170.837-170.837-170.837 170.837-170.837zM684.459 341.163l169.771-169.771 169.771 169.771-169.771 169.771z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tidal"],"grid":0},"attrs":[],"properties":{"id":808,"order":83,"prevSize":32,"code":59702,"name":"tidal"},"setIdx":16,"setId":1,"iconIdx":110},{"icon":{"paths":["M534.613 0.853c55.893-0.853 111.36-0.427 166.827-0.853 3.413 65.28 26.88 131.84 74.667 177.92 47.787 47.36 115.2 69.12 180.907 76.373v171.947c-61.44-2.133-123.307-14.933-179.2-41.387-24.32-11.093-46.933-25.173-69.12-39.68-0.427 124.587 0.427 249.173-0.853 373.333-3.413 59.733-23.040 119.040-57.6 168.107-55.893 81.92-152.747 135.253-252.16 136.96-61.013 3.413-122.027-13.227-174.080-43.947-86.187-50.773-146.773-143.787-155.733-243.627-0.853-21.333-1.28-42.667-0.427-63.573 7.68-81.067 47.787-158.72 110.080-211.627 70.827-61.44 169.813-90.88 262.4-73.387 0.853 63.147-1.707 126.293-1.707 189.44-42.24-13.653-91.733-9.813-128.853 15.787-26.88 17.493-47.36 44.373-58.027 74.667-8.96 21.76-6.4 45.653-5.973 68.693 10.24 69.973 77.653 128.853 149.333 122.453 47.787-0.427 93.44-28.16 118.187-68.693 8.107-14.080 17.067-28.587 17.493-45.227 4.267-76.373 2.56-152.32 2.987-228.693 0.427-171.947-0.427-343.467 0.853-514.987z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["tiktok"],"grid":0},"attrs":[],"properties":{"id":809,"order":25,"prevSize":32,"code":59703,"name":"tiktok"},"setIdx":16,"setId":1,"iconIdx":111},{"icon":{"paths":["M749.995 520.576c-32.427-29.525-73.429-53.376-115.371-77.227-19.029-10.496-77.227-56.235-57.173-121.088l-36.309-15.275c57.259-88.661 131.627-176.384 223.104-258.389-73.429 24.789-138.24 62.976-186.837 130.645 28.587-60.032 75.307-119.168 126.805-179.243-70.571 50.56-131.584 107.733-169.771 184.021l26.752-106.795c-38.144 68.608-64.853 138.24-75.349 207.829l-56.192-22.827-9.515 7.595c49.579 88.661 23.851 135.424-0.939 151.595-49.579 33.408-121.088 76.288-157.355 113.451-68.651 70.571-88.661 137.301-81.963 225.963 6.699 113.493 89.643 207.915 199.253 245.077 48.64 16.213 93.44 18.091 143.019 18.091 80.085 0 162.091-20.949 222.165-71.509 61.778-51.497 100.867-128.405 101.077-214.449l0-0.036c0.001-0.279 0.001-0.608 0.001-0.938 0-85.618-36.681-162.669-95.186-216.294l-0.218-0.197zM598.4 899.115c-3.84 17.152-16.213 38.144-31.445 57.216 5.717-10.496 10.496-20.992 13.355-32.427 23.851-84.864 34.347-123.904 22.912-217.387-1.92-9.557-5.76-40.021-20.096-73.429-19.968-50.56-50.517-98.261-54.272-108.715-6.699-16.213-16.213-84.864-17.195-131.584 0.981 40.021 3.797 113.451 14.293 142.037 2.859 9.6 30.507 52.437 50.56 104.917 13.312 36.224 16.213 69.632 19.029 79.104 9.557 42.965-1.92 115.413-17.109 184.021-4.736 24.789-18.176 53.419-35.328 75.349 9.6-13.355 17.152-30.507 22.912-50.56 11.477-40.021 16.213-91.52 15.189-123.947-0.896-19.029-9.472-60.032-23.808-97.195-8.576-20.053-20.992-41.003-29.525-55.339-9.557-14.293-9.557-45.739-13.355-81.963 0.896 39.083-2.901 59.093 6.656 86.741 5.717 16.171 26.667 39.083 32.384 61.013 8.576 29.568 17.152 61.995 16.256 82.005 0 22.869-0.939 64.853-11.477 110.635-6.699 34.304-21.973 63.872-46.72 82.901 10.496-13.312 16.213-26.667 19.072-40.021 3.797-20.011 4.736-39.083 6.656-62.933 0.528-6.145 0.829-13.297 0.829-20.52 0-18.74-2.027-37.006-5.874-54.591l0.309 1.682c-7.637-34.347-20.011-68.608-25.771-92.501 0.939 26.709 11.477 60.075 16.256 95.36 3.797 25.771 1.877 51.456 0.896 74.325-0.896 26.752-9.515 73.472-20.992 96.341-11.435-4.779-15.232-11.477-22.912-20.949-9.515-12.416-15.232-25.771-20.949-41.045-4.875-11.044-9.148-24.087-12.149-37.61l-0.267-1.43c-0.74-5.232-1.163-11.276-1.163-17.419 0-28.94 9.382-55.688 25.27-77.37l-0.257 0.367c20.011-28.629 23.851-30.549 30.507-63.872-9.515 29.525-16.171 32.384-37.163 57.216-23.851 27.605-27.648 67.669-27.648 100.096 0 13.355 5.717 28.629 10.496 42.965 5.717 15.189 11.435 30.464 19.072 41.899 5.717 9.515 13.355 16.171 20.011 20.949-24.789-6.656-50.517-16.171-66.731-29.525-40.021-34.347-75.307-92.459-80.085-144-3.797-41.899 34.304-102.955 88.661-133.461 45.781-26.709 56.235-56.277 65.792-104.917-13.355 41.941-26.709 78.208-70.571 100.181-62.933 34.304-95.36 89.6-92.459 143.019 4.779 67.669 31.445 114.432 85.803 151.637 12.416 8.533 29.568 17.109 47.701 23.851-67.712-16.256-76.288-25.771-99.157-52.437 0-1.92-5.717-5.76-5.717-6.656-30.507-34.347-68.651-93.44-82.005-147.797-4.779-19.072-9.557-39.083-3.797-58.155 24.789-89.643 79.104-123.947 133.461-161.067 13.355-9.6 26.709-18.176 39.083-27.691 30.507-23.851 38.144-85.845 44.8-121.088-12.373 42.923-25.728 96.341-49.579 113.451-12.373 9.557-27.648 17.152-40.021 25.771-56.235 38.144-112.512 74.368-138.24 166.827-5.717 23.893-1.877 41.045 3.797 63.915 14.293 56.192 52.437 117.248 84.864 153.472l5.717 5.76c14.293 16.256 32.427 28.587 54.357 37.163-21.022-5.017-39.451-11.885-56.737-20.676l1.441 0.665c-88.661-42.88-147.755-135.381-151.595-210.731-7.637-153.472 65.792-198.272 134.443-254.549 38.144-31.445 91.52-46.72 122.027-102.955 5.717-12.416 9.557-39.083 1.92-67.712-2.859-9.557-17.152-43.861-22.912-51.499l84.864 37.205c-1.877 40.021-2.859 72.448 4.779 102.016 8.533 32.427 50.517 79.104 67.669 133.504 33.408 102.827 24.875 237.269 0.981 342.144z"],"attrs":[{"fill":"rgb(126, 71, 152)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["tor"],"grid":0},"attrs":[{"fill":"rgb(126, 71, 152)"}],"properties":{"id":816,"order":28,"prevSize":32,"code":59704,"name":"tor"},"setIdx":16,"setId":1,"iconIdx":112},{"icon":{"paths":["M981.803 406.699c11.989-51.499 50.133-103.083 50.133-103.083h-171.179c-96.043-62.080-212.523-94.976-341.888-94.976-133.973 0-255.061 33.28-350.464 96.043h-160.469c0 0 37.76 50.603 49.92 101.803-31.232 42.965-49.792 94.805-49.792 151.765 0 141.483 115.072 256.341 256.512 256.341 80.683 0 152.363-37.76 199.723-96.171l54.4 81.749 55.083-82.603c24.32 31.403 56.32 57.003 94.080 74.24 62.080 28.16 131.925 31.403 195.925 7.68 132.523-49.237 200.363-197.163 151.723-329.643-8.917-23.723-20.48-44.843-34.56-63.36zM846.507 751.104c-51.2 18.987-106.88 16.853-156.587-6.101-35.157-16.341-64.128-41.899-84.821-73.685-8.576-12.757-16-26.581-21.461-41.429-6.229-16.853-9.387-34.261-11.051-51.84-3.157-35.499 1.92-71.381 17.28-104.661 23.040-49.664 64.043-87.509 115.243-106.496 106.24-38.997 224 15.403 263.083 121.216 39.083 105.856-15.36 223.787-120.96 262.955zM434.005 672.853c-36.821 54.229-99.072 90.155-169.515 90.155-112.896 0-204.843-91.989-204.843-204.672s91.989-204.885 204.843-204.885 204.715 92.203 204.715 204.885c0 6.997-1.28 13.397-2.048 20.437-3.456 34.603-14.549 67.243-33.152 94.763zM134.4 555.648c0 70.016 57.003 126.763 126.763 126.763s126.635-56.747 126.635-126.763c0-69.76-56.875-126.464-126.549-126.464-69.803 0-126.763 56.704-126.763 126.464zM648.448 555.648c0 70.016 56.704 126.763 126.635 126.763 69.803 0 126.507-56.747 126.507-126.763 0-69.76-56.704-126.464-126.507-126.464-69.76 0-126.763 56.704-126.763 126.464zM178.176 555.648c0-45.696 37.077-82.901 82.603-82.901 45.397 0 83.157 37.248 83.157 82.901 0 45.909-37.077 83.243-83.157 83.243-46.123 0-83.243-37.333-83.243-83.243zM691.584 555.648c0-45.696 37.077-82.901 83.157-82.901 45.483 0 82.645 37.248 82.645 82.901 0 45.909-37.12 83.243-83.285 83.243-46.037 0-83.157-37.333-83.157-83.243zM518.656 253.44c92.203 0 175.403 16.597 248.405 49.579-27.52 0.768-54.4 5.589-81.323 15.36-64.64 23.68-115.84 71.040-144 133.333-13.44 28.16-20.48 57.984-23.083 88.107-9.6-131.243-117.76-235.307-250.923-237.995 73.003-31.317 157.525-48.384 249.045-48.384z"],"attrs":[{"fill":"rgb(0, 175, 135)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["tripadvisor"],"grid":0},"attrs":[{"fill":"rgb(0, 175, 135)"}],"properties":{"id":824,"order":29,"prevSize":32,"code":59705,"name":"tripadvisor"},"setIdx":16,"setId":1,"iconIdx":113},{"icon":{"paths":["M89.131 0l-66.731 178.133v712.277h244.736v133.589h133.632l133.419-133.632h200.32l267.093-267.008v-623.36zM178.133 88.96h734.507v489.771l-155.819 155.819h-244.821l-133.419 133.419v-133.419h-200.448zM423.040 534.272h88.96v-267.093h-88.96zM667.733 534.272h89.003v-267.093h-89.003z"],"attrs":[{"fill":"rgb(100, 65, 164)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["twitch"],"grid":0},"attrs":[{"fill":"rgb(100, 65, 164)"}],"properties":{"id":830,"order":27,"prevSize":32,"code":59706,"name":"twitch"},"setIdx":16,"setId":1,"iconIdx":114},{"icon":{"paths":["M1022.037 194.944c-37.76 16.597-78.080 27.904-120.533 33.067 43.264-26.069 76.544-67.157 92.288-116.181-40.576 23.68-85.547 40.917-133.419 50.517-38.229-40.917-92.715-66.517-153.216-66.517-115.925 0-209.92 93.995-209.92 209.792 0 16.64 1.92 32.64 5.419 47.957-174.507-8.235-329.173-92.032-432.683-218.709-18.219 30.805-28.416 66.603-28.416 105.6 0 72.96 37.12 137.088 93.355 174.763-34.432-1.109-66.816-10.581-95.061-26.283v2.603c0 101.76 72.235 186.624 168.363 205.952-17.621 4.736-36.224 7.296-55.296 7.296-13.397 0-26.24-1.28-39.083-3.669 26.923 83.328 104.32 144.085 196.437 145.792-71.68 56.277-162.517 89.813-260.352 89.813-16.64 0-33.237-0.981-49.92-2.859 93.397 59.477 203.435 94.251 322.432 94.251 386.304 0 597.291-319.829 597.291-596.736 0-8.917 0-17.92-0.64-26.88 41.003-29.397 76.8-66.56 104.96-108.715z"],"attrs":[{"fill":"rgb(29, 161, 242)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["twitter"],"grid":0},"attrs":[{"fill":"rgb(29, 161, 242)"}],"properties":{"id":831,"order":26,"prevSize":32,"code":59707,"name":"twitter"},"setIdx":16,"setId":1,"iconIdx":115},{"icon":{"paths":["M0 512v512h1024v-1024h-1024zM825.216 471.211c26.027 6.485 45.824 18.048 64.043 36.907 9.429 10.069 23.424 28.416 24.533 32.853 0.341 1.28-44.203 31.147-71.168 47.915-0.981 0.64-4.907-3.584-9.259-10.069-13.227-19.2-27.008-27.477-48.128-28.928-31.061-2.133-51.029 14.123-50.859 41.259-0.021 0.475-0.034 1.031-0.034 1.59 0 6.444 1.624 12.51 4.484 17.809l-0.098-0.199c6.827 14.123 19.541 22.613 59.307 39.808 73.344 31.573 104.704 52.352 124.203 81.92 21.76 32.981 26.667 85.675 11.861 124.843-16.213 42.581-56.533 71.509-113.28 81.067-17.536 3.115-59.136 2.645-77.995-0.768-41.131-7.339-80.128-27.648-104.192-54.315-9.429-10.368-27.819-37.547-26.667-39.467 0.469-0.683 4.693-3.285 9.387-6.016 4.608-2.603 21.803-12.544 38.059-21.973l29.44-17.067 6.187 9.131c8.619 13.141 27.435 31.189 38.827 37.205 32.683 17.237 77.525 14.805 99.627-5.035 8.22-6.956 13.403-17.28 13.403-28.814 0-0.67-0.018-1.337-0.052-1.998l0.004 0.093c0-11.861-1.493-17.067-7.68-26.027-7.936-11.349-24.192-20.907-70.357-40.96-52.821-22.741-75.563-36.864-96.384-59.307-12.556-14.254-22.22-31.382-27.871-50.244l-0.246-0.956c-3.883-14.464-4.864-50.731-1.792-65.323 10.88-51.072 49.408-86.613 105.003-97.195 18.048-3.413 59.989-2.133 77.696 2.261zM584.832 513.963l0.341 41.941h-133.333v378.709h-94.293v-378.709h-133.205v-41.131c0-22.784 0.469-41.813 1.109-42.24 0.512-0.683 81.621-1.024 179.925-0.853l178.987 0.512z"],"attrs":[{"fill":"rgb(0, 122, 204)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["typescript"],"grid":0},"attrs":[{"fill":"rgb(0, 122, 204)"}],"properties":{"id":833,"order":337,"prevSize":32,"name":"typescript","code":59813},"setIdx":16,"setId":1,"iconIdx":116},{"icon":{"paths":["M512 0c-191.915 128-255.915 128-448 128 0 640.085 0 640.085 448 896 448-255.915 448-255.915 448-896-191.915 0-255.915 0-448-128zM254.123 318.805h64.512v193.536c0 56.405 8.107 64.341 64.512 64.341 56.448 0 64.512-8.107 64.512-64.512v-193.365h64.341v32.725c26.537-20.383 60.212-32.68 96.758-32.725l0.010-0c88.902 0.339 160.868 72.365 161.109 161.257l0 0.023c-0.363 88.883-72.38 160.825-161.257 161.067l-0.023 0c-44.872-0.104-85.407-18.586-114.489-48.312l-0.029-0.030c-19.797 32.853-56.107 48.341-110.933 48.341-88.704 0-129.024-40.277-129.024-128.981zM608.597 383.317c-0.127-0.001-0.278-0.001-0.429-0.001-53.114 0-96.171 43.057-96.171 96.171 0 0.21 0.001 0.421 0.002 0.631l-0-0.032c-0.001 0.127-0.001 0.278-0.001 0.429 0 53.114 43.057 96.171 96.171 96.171 0.21 0 0.421-0.001 0.631-0.002l-0.032 0c0.127 0.001 0.278 0.001 0.429 0.001 53.114 0 96.171-43.057 96.171-96.171 0-0.21-0.001-0.421-0.002-0.631l0 0.032c0.001-0.127 0.001-0.278 0.001-0.429 0-53.114-43.057-96.171-96.171-96.171-0.21 0-0.421 0.001-0.631 0.002l0.032-0z"],"attrs":[{"fill":"rgb(128, 0, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["ublockorigin"],"grid":0},"attrs":[{"fill":"rgb(128, 0, 0)"}],"properties":{"id":838,"order":338,"prevSize":32,"name":"ublockorigin","code":59814},"setIdx":16,"setId":1,"iconIdx":117},{"icon":{"paths":["M320 288v-288h384v288zM704 448h320v576h-1024v-576h320v288h384z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["unsplash"],"grid":0},"attrs":[],"properties":{"id":846,"order":82,"prevSize":32,"code":59708,"name":"unsplash"},"setIdx":16,"setId":1,"iconIdx":118},{"icon":{"paths":["M1023.019 273.749c-4.48 99.755-74.197 236.501-208.811 409.984-139.435 181.205-257.109 271.787-353.707 271.787-60.117 0-109.995-55.211-151.595-165.589l-81.835-303.531c-30.677-110.251-63.488-165.461-98.645-165.461-7.637 0-34.389 16.128-80.256 48.299l-48.171-62.165c50.56-44.544 100.309-88.917 149.376-133.461 67.371-58.368 117.973-88.96 151.637-92.117 79.659-7.68 128.683 46.933 147.072 163.755 19.84 125.995 33.664 204.331 41.429 234.965 22.997 104.533 48.256 156.757 75.776 156.757 21.419 0 53.589-33.963 96.64-101.76 42.837-67.797 65.707-119.339 68.779-154.795 6.144-58.496-16.853-87.936-68.864-87.936-24.491 0-49.792 5.163-75.819 16.683 50.603-165.035 146.517-245.632 288.512-240.512 105.515 2.56 154.795 70.997 149.035 204.672z"],"attrs":[{"fill":"rgb(26, 183, 234)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["vimeo"],"grid":0},"attrs":[{"fill":"rgb(26, 183, 234)"}],"properties":{"id":859,"order":46,"prevSize":32,"code":59709,"name":"vimeo"},"setIdx":16,"setId":1,"iconIdx":119},{"icon":{"paths":["M744.32 367.915c-16.512-6.229-42.24-12.843-74.24-12.843-81.92 0-139.733 41.301-140.16 100.48-0.512 43.52 41.131 68.011 72.576 82.603 32.299 14.933 43.093 24.32 43.008 37.76-0.213 20.352-25.813 29.568-49.579 29.568-32.683 0-50.603-4.565-78.123-16l-10.197-4.736-11.563 68.181c19.883 8.32 55.723 15.445 92.8 16 87.083 0 144-41.003 144.683-104.064 0.683-34.688-21.76-61.013-69.163-82.688-28.757-14.080-46.677-23.509-46.677-37.803 0-12.629 15.317-26.112 47.317-26.112 27.52-0.427 46.763 5.504 62.080 11.648l7.68 3.456 11.563-65.877zM956.928 360.661h-64c-19.925 0-34.816 5.419-43.563 25.216l-123.093 278.784h87.083l17.408-45.653 106.24 0.085c2.603 10.667 10.24 45.568 10.24 45.568h76.757zM412.16 358.101h82.901l-51.84 304.171h-82.944l51.883-304.256zM201.429 525.739l8.619 42.24 81.109-207.317h87.851l-130.603 303.573h-87.637l-71.68-257.109c-1.493-4.395-3.328-7.381-7.68-10.112-24.235-12.672-51.328-22.997-81.408-30.165l1.067-6.4h133.589c18.091 0.683 32.683 6.4 37.675 25.771l29.099 139.648zM854.571 556.757l33.067-85.077c-0.427 0.853 6.827-17.579 11.008-29.013l5.675 26.24 19.157 87.765h-68.907z"],"attrs":[{"fill":"rgb(20, 39, 135)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["visa"],"grid":0},"attrs":[{"fill":"rgb(20, 39, 135)"}],"properties":{"id":862,"order":24,"prevSize":32,"code":59710,"name":"visa"},"setIdx":16,"setId":1,"iconIdx":120},{"icon":{"paths":["M669.184 0h-314.368c-286.891 0-354.816 67.925-354.816 354.816v314.368c0 286.891 67.925 354.816 354.816 354.816h314.368c286.891 0 354.816-67.925 354.816-354.816v-314.368c0-286.891-68.651-354.816-354.816-354.816zM826.709 730.581h-74.411c-28.16 0-36.864-22.4-87.467-73.685-44.075-42.667-63.573-48.427-74.411-48.427-15.189 0-19.541 4.352-19.541 25.301v67.2c0 18.091-5.76 28.928-53.461 28.928-78.763 0-166.229-47.701-227.627-136.619-92.501-130.048-117.845-227.627-117.845-247.851 0-10.837 4.352-20.949 25.301-20.949h74.411c18.773 0 26.027 8.661 33.28 28.885 36.821 106.24 98.261 199.467 123.563 199.467 9.387 0 13.739-4.352 13.739-28.16v-109.909c-2.901-50.603-29.653-54.912-29.653-72.96 0-8.704 7.253-17.365 18.773-17.365h117.077c15.915 0 21.675 8.661 21.675 27.435v148.181c0 15.872 7.253 21.675 11.563 21.675 9.387 0 17.365-5.803 34.688-23.125 53.504-59.989 91.776-152.491 91.776-152.491 5.077-10.837 13.739-20.949 32.555-20.949h74.411c22.4 0 27.477 11.52 22.4 27.435-9.387 43.392-100.437 171.989-100.437 171.989-7.936 13.013-10.837 18.773 0 33.28 7.936 10.837 33.963 33.237 51.328 53.461 31.787 36.139 56.32 66.475 62.848 87.467 7.253 20.907-3.627 31.744-24.533 31.787z"],"attrs":[{"fill":"rgb(70, 128, 194)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["vk"],"grid":0},"attrs":[{"fill":"rgb(70, 128, 194)"}],"properties":{"id":865,"order":23,"prevSize":32,"code":59711,"name":"vk"},"setIdx":16,"setId":1,"iconIdx":121},{"icon":{"paths":["M1024 68.693h-424.107l-87.893 151.467-87.893-151.467h-424.107l512 886.613zM512 600.747l-291.84-505.6h189.013l102.827 178.347 102.827-178.347h189.013z"],"attrs":[{"fill":"rgb(79, 192, 141)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["vue-dot-js"],"grid":0},"attrs":[{"fill":"rgb(79, 192, 141)"}],"properties":{"id":870,"order":47,"prevSize":32,"code":59712,"name":"vue-dot-js"},"setIdx":16,"setId":1,"iconIdx":122},{"icon":{"paths":["M746.581 613.632c-12.843-6.4-75.392-36.992-87.040-41.216-11.648-4.309-20.181-6.4-28.715 6.4-8.405 12.587-32.896 41.131-40.277 49.579-7.467 8.32-14.891 8.96-27.563 3.2-12.8-6.4-53.888-19.84-102.528-63.36-37.888-33.92-63.317-75.52-70.827-88.32-7.424-12.8-0.811-19.84 5.547-26.24 5.803-5.76 12.843-14.72 19.243-22.315 6.229-7.723 8.277-12.843 12.672-21.163 4.267-8.96 2.091-16-1.067-22.357-3.2-6.4-28.672-69.12-39.339-94.123-10.24-24.917-20.779-21.76-28.672-21.76-7.339-0.64-15.829-0.64-24.363-0.64s-22.315 3.157-34.005 15.317c-11.648 12.8-44.587 43.52-44.587 105.6s45.653 122.24 52.011 131.2c6.357 8.32 89.813 136.32 217.6 191.36 30.464 12.8 54.187 20.48 72.704 26.837 30.464 9.685 58.24 8.32 80.213 5.163 24.491-3.883 75.392-30.763 86.016-60.843 10.88-30.080 10.88-55.040 7.68-60.8-3.157-5.76-11.52-8.96-24.32-14.72zM514.603 928h-0.683c-75.52 0-150.357-20.48-215.68-58.88l-15.36-9.131-160 41.6 42.88-155.52-10.197-16c-42.24-67.243-64.683-144.683-64.683-224.427 0-232.32 190.080-421.76 424.192-421.76 113.237 0 219.52 44.16 299.563 124.16 80 79.317 124.117 185.6 124.117 298.24-0.171 232.277-190.293 421.76-423.893 421.76zM875.52 147.157c-97.28-94.037-225.28-147.157-361.6-147.157-280.832 0-509.483 227.584-509.611 507.435 0 89.429 23.424 176.64 68.053 253.653l-72.363 262.912 270.293-70.485c74.496 40.235 158.293 61.611 243.627 61.739h0.256c280.96 0 509.696-227.669 509.824-507.563 0-135.509-52.907-263.040-149.12-358.869z"],"attrs":[{"fill":"rgb(37, 211, 102)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["whatsapp"],"grid":0},"attrs":[{"fill":"rgb(37, 211, 102)"}],"properties":{"id":881,"order":81,"prevSize":32,"code":59713,"name":"whatsapp"},"setIdx":16,"setId":1,"iconIdx":123},{"icon":{"paths":["M0 147.157l416-57.557v403.243h-416zM467.157 83.157l556.843-83.157v486.4h-556.843zM0 537.6h416v403.243l-416-57.685zM467.157 537.6h556.843v486.4l-550.4-76.843z"],"attrs":[{"fill":"rgb(0, 120, 214)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["windows"],"grid":0},"attrs":[{"fill":"rgb(0, 120, 214)"}],"properties":{"id":887,"order":73,"prevSize":32,"code":59714,"name":"windows"},"setIdx":16,"setId":1,"iconIdx":124},{"icon":{"paths":["M1002.453 264.747c-12.365-43.307-45.781-76.722-88.183-88.866l-0.905-0.222c-79.787-21.376-400.896-21.376-400.896-21.376s-320.299-0.427-400.896 21.376c-43.307 12.365-76.722 45.781-88.866 88.183l-0.222 0.905c-14.173 72.978-22.281 156.904-22.281 242.723 0 1.743 0.003 3.484 0.010 5.225l-0.001-0.268c-0.004 1.198-0.006 2.617-0.006 4.035 0 85.813 8.107 169.732 23.598 251.033l-1.32-8.327c12.365 43.307 45.781 76.722 88.183 88.866l0.905 0.222c79.701 21.419 400.896 21.419 400.896 21.419s320.256 0 400.896-21.419c43.307-12.365 76.722-45.781 88.866-88.183l0.222-0.905c13.59-71.472 21.364-153.686 21.364-237.715 0-3.173-0.011-6.344-0.033-9.513l0.003 0.486c0.024-2.951 0.037-6.439 0.037-9.929 0-84.041-7.776-166.267-22.648-245.996l1.278 8.245zM409.984 665.643v-306.901l267.264 153.685z"],"attrs":[{"fill":"rgb(255, 0, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["youtube"],"grid":0},"attrs":[{"fill":"rgb(255, 0, 0)"}],"properties":{"id":920,"order":22,"prevSize":32,"code":59715,"name":"youtube"},"setIdx":16,"setId":1,"iconIdx":125},{"icon":{"paths":["M512 0c-283.093 0-512 229.248-512 512.64 0 56.96 9.728 111.232 26.368 162.56h152.619v-430.763l333.013 333.483 333.013-333.44v430.72h152.619c16.597-51.328 26.368-105.6 26.368-162.56 0-283.307-228.907-512.64-512-512.64zM435.712 653.099l-145.792-145.963v270.976h-214.912c90.112 147.285 252.587 245.888 436.992 245.888s348.245-98.603 437.12-245.931h-215.040v-270.976l-144.469 145.963-76.288 76.373-77.397-76.373z"],"attrs":[{"fill":"rgb(255, 102, 0)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["monero"],"grid":0,"colorPermutations":{"24620121124714726125510201":[{"f":0}]}},"attrs":[{"fill":"rgb(255, 102, 0)"}],"properties":{"order":1,"id":6,"prevSize":32,"code":59716,"name":"monero"},"setIdx":16,"setId":1,"iconIdx":126},{"icon":{"paths":["M509.611 766.72l-314.197-185.6 314.155 442.88 314.453-442.88-314.539 185.6zM514.389 0l-314.283 521.515 314.24 185.771 314.24-185.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["ethereum"],"grid":0,"colorPermutations":{"24620121124714726125510201":[{}]}},"attrs":[{}],"properties":{"order":1,"id":5,"prevSize":32,"code":59717,"name":"ethereum"},"setIdx":16,"setId":1,"iconIdx":127},{"icon":{"paths":["M1008.555 635.904c-68.352 274.347-346.155 441.173-620.459 372.736-274.176-67.84-441.173-346.24-372.651-620.16 68.267-274.56 346.155-441.515 620.288-373.205 274.347 68.48 441.259 346.24 372.821 620.715zM737.621 439.083c10.24-67.84-41.557-104.533-112.64-129.28l23.040-91.861-56.107-14.080-22.4 89.899c-14.72-3.712-30.080-7.125-45.397-10.667l22.443-90.752-56.32-14.080-23.040 92.373c-12.16-2.859-24.107-5.632-35.84-8.533l-77.44-19.2-14.933 60.032c0 0 41.6 9.6 40.747 10.069 22.827 5.803 26.88 20.736 26.24 32.683l-63.019 252.587c-3.2 7.083-10.24 17.323-26.197 13.397 0.64 0.853-40.96-10.24-40.96-10.24l-28.16 64.427 72.96 18.176 39.68 10.325-23.040 93.44 56.32 13.952 23.040-92.587c15.36 4.267 30.080 8.107 44.8 11.648l-21.76 91.904 56.32 14.080 23.253-93.44c95.573 18.219 167.68 10.965 197.973-75.691 24.32-69.845-1.28-110.080-51.925-136.363 36.437-8.235 64-32.427 71.68-82.347zM609.195 619.136c-17.237 69.973-134.699 32-172.8 22.613l30.72-123.733c38.229 9.813 160.299 28.587 142.080 101.12zM626.688 438.229c-15.787 63.573-113.579 31.36-145.28 23.467l27.904-112.64c31.744 7.68 133.845 22.357 117.333 88.917z"],"attrs":[{"fill":"rgb(247, 147, 26)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["bitcoin"],"grid":0,"colorPermutations":{"241104131481362121":[{"f":0}],"24620121124714726125510201":[{"f":2}]}},"attrs":[{"fill":"rgb(247, 147, 26)"}],"properties":{"order":1,"id":4,"prevSize":32,"code":59718,"name":"bitcoin"},"setIdx":16,"setId":1,"iconIdx":128},{"icon":{"paths":["M98.987 0c-54.659 0.024-98.962 44.328-98.987 98.984v826.029c0.024 54.659 44.328 98.962 98.984 98.987h826.029c54.669 0 98.987-44.318 98.987-98.987v0-826.027c0-54.669-44.318-98.987-98.987-98.987v0zM491.861 169.813l-96.853 401.28c-1.636 6.763-2.752 14.649-3.105 22.733l-0.009 0.265c-0.037 0.611-0.058 1.326-0.058 2.046 0 5.976 1.44 11.616 3.993 16.591l-0.095-0.205c3.238 5.736 8.146 10.204 14.059 12.81l0.191 0.075c6.699 3.285 16.128 5.376 28.203 6.272l-20.907 85.675c-32.939 0-58.88-4.267-77.653-12.8-18.816-8.661-32.299-20.352-40.405-35.243-7.505-13.857-11.916-30.337-11.916-47.847 0-1.179 0.020-2.354 0.060-3.523l-0.005 0.17c0.213-19.285 2.901-39.808 8.021-61.653l88.491-369.92zM658.261 335.701c26.027 0 48.427 3.925 67.243 11.819 18.773 7.893 34.219 18.688 46.293 32.427 12.075 13.653 21.035 29.696 26.837 48.043s8.704 37.973 8.704 58.837v0.043c0 33.877-5.547 64.853-16.725 92.971-11.12 28.254-26.815 52.444-46.408 72.865l0.072-0.076c-19.624 20.189-43.273 36.35-69.665 47.201l-1.375 0.5c-27.648 11.392-57.728 17.067-90.197 17.067-15.787 0-31.573-1.408-47.36-4.181l-31.36 126.123h-103.125l115.627-482.048c18.56-5.547 39.851-10.581 63.744-14.976 22.564-4.212 48.524-6.622 75.046-6.622 0.932 0 1.862 0.003 2.793 0.009l-0.143-0.001zM645.035 422.784c-0.354-0.002-0.772-0.004-1.191-0.004-14.384 0-28.411 1.524-41.93 4.42l1.308-0.235-48.768 202.752c7.893 1.877 17.621 2.773 29.227 2.773 18.133 0 34.645-3.371 49.493-10.112 15.003-6.804 27.664-16.337 37.86-28.069l0.113-0.133c10.411-12.075 18.56-26.581 24.363-43.52 5.526-16.132 8.716-34.719 8.716-54.051 0-0.723-0.004-1.445-0.013-2.165l0.001 0.109c0-19.968-4.437-36.907-13.227-50.859-8.832-13.909-24.149-20.907-45.952-20.907z"],"attrs":[{"fill":"rgb(246, 201, 21)"}],"isMulticolor":false,"isMulticolor2":false,"tags":["liberapay"],"grid":0,"colorPermutations":{"241104131481362121":[{"f":0}],"24620121124714726125510201":[{"f":1}]}},"attrs":[{"fill":"rgb(246, 201, 21)"}],"properties":{"order":1,"id":3,"prevSize":32,"code":59719,"name":"liberapay"},"setIdx":16,"setId":1,"iconIdx":129},{"icon":{"paths":["M656.469 22.357c-203.264 0-368.64 165.376-368.64 368.64 0 202.667 165.376 367.488 368.64 367.488 202.667 0 367.531-164.864 367.531-367.488 0-203.264-164.864-368.64-367.531-368.64zM0.128 1004.245h180.053v-981.888h-180.053z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["patreon"],"grid":0,"colorPermutations":{"241104131481362121":[],"24620121124714726125510201":[]}},"attrs":[],"properties":{"order":77,"id":2,"prevSize":32,"name":"patreon","code":59720},"setIdx":16,"setId":1,"iconIdx":130},{"icon":{"paths":["M128 0v512l384-256zM128 512v512l384-256zM512 256v512l384-256z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["peertube"],"grid":0,"colorPermutations":{"241104131481362121":[],"24620121124714726125510201":[]}},"attrs":[],"properties":{"order":78,"id":1,"prevSize":32,"name":"peertube","code":59721},"setIdx":16,"setId":1,"iconIdx":131},{"icon":{"paths":["M989.568 336.171c0-222.123-145.536-287.232-145.536-287.232-73.387-33.707-199.424-47.872-330.283-48.939h-3.243c-130.901 1.067-256.853 15.232-330.24 48.939 0 0-145.536 65.109-145.536 287.232 0 50.859-0.981 111.701 0.64 176.171 5.291 217.259 39.851 431.317 240.683 484.48 92.587 24.491 172.117 29.653 236.16 26.112 116.139-6.4 181.333-41.472 181.333-41.472l-3.84-84.267c0 0-82.987 26.155-176.171 22.997-92.373-3.157-189.824-9.941-204.757-123.349-1.305-9.295-2.050-20.032-2.050-30.944 0-0.296 0.001-0.592 0.002-0.889v0.046c0 0 90.667 22.187 205.525 27.435 70.229 3.2 136.107-4.139 203.008-12.075 128.299-15.317 240-94.379 254.037-166.613 22.059-113.707 20.267-277.632 20.267-277.632zM817.877 622.421h-106.539v-261.077c0-55.040-23.168-82.944-69.461-82.944-51.2 0-76.885 33.109-76.885 98.645v142.891h-105.941v-142.933c0-65.536-25.685-98.645-76.885-98.645-46.293 0-69.461 27.947-69.461 82.944v261.077h-106.539v-268.928c0-54.997 13.995-98.688 42.112-130.987 29.013-32.341 66.944-48.896 114.091-48.896 54.528 0 95.829 20.949 123.136 62.891l26.496 44.501 26.539-44.501c27.307-41.941 68.608-62.891 123.136-62.891 47.104 0 85.077 16.555 114.091 48.896 28.075 32.299 42.069 75.989 42.069 130.987z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["mastodon"],"grid":0,"colorPermutations":{"241104131481362121":[],"24620121124714726125510201":[]}},"attrs":[],"properties":{"order":79,"id":0,"prevSize":32,"name":"mastodon","code":59722},"setIdx":16,"setId":1,"iconIdx":132},{"icon":{"paths":["M258.278 446.542l-146.532-253.802c93.818-117.464 238.234-192.74 400.254-192.74 187.432 0 351.31 100.736 440.532 251h-417.77c-7.504-0.65-15.092-1-22.762-1-121.874 0-224.578 83.644-253.722 196.542zM695.306 325h293.46c22.74 57.93 35.234 121.004 35.234 187 0 280.826-226.1 508.804-506.186 511.926l209.394-362.678c29.48-42.378 46.792-93.826 46.792-149.248 0-73.17-30.164-139.42-78.694-187zM326 512c0-102.56 83.44-186 186-186s186 83.44 186 186c0 102.56-83.44 186-186 186s-186-83.44-186-186zM582.182 764.442l-146.578 253.878c-246.532-36.884-435.604-249.516-435.604-506.32 0-91.218 23.884-176.846 65.696-251.024l209.030 362.054c41.868 89.112 132.476 150.97 237.274 150.97 24.3 0 47.836-3.34 70.182-9.558z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["chrome","browser","internet","brand"],"defaultCode":60121,"grid":16},"attrs":[],"properties":{"ligatures":"chrome, browser","name":"chrome","id":473,"order":410,"prevSize":32,"code":60121},"setIdx":16,"setId":1,"iconIdx":133},{"icon":{"paths":["M1022.526 334.14l-11.86 76.080c0 0-16.954-140.856-37.732-193.514-31.846-80.688-46.014-80.040-46.108-79.922 21.33 54.204 17.462 83.324 17.462 83.324s-37.792-102.998-137.712-135.768c-110.686-36.282-170.57-26.364-177.488-24.486-1.050-0.008-2.064-0.010-3.030-0.010 0.818 0.062 1.612 0.146 2.426 0.212-0.034 0.020-0.090 0.042-0.082 0.052 0.45 0.548 122.306 21.302 143.916 50.996 0 0-51.76 0-103.272 14.842-2.328 0.666 189.524 23.964 228.746 215.674 0 0-21.030-43.876-47.040-51.328 17.106 52.036 12.714 150.776-3.576 199.85-2.096 6.312-4.24-27.282-36.328-41.75 10.28 73.646-0.616 190.456-51.708 222.632-3.982 2.504 32.030-115.31 7.242-69.762-142.708 218.802-311.404 100.972-387.248 49.11 38.866 8.462 112.654-1.318 145.314-25.612 0.042-0.030 0.078-0.056 0.118-0.086 35.468-24.252 56.472-41.964 75.334-37.772 18.874 4.214 31.438-14.726 16.78-31.53-14.676-16.838-50.314-39.978-98.524-27.366-34 8.904-76.134 46.522-140.448 8.432-49.364-29.25-54.012-53.546-54.45-70.376 1.218-5.966 2.754-11.536 4.576-16.624 5.682-15.87 22.912-20.658 32.494-24.438 16.256 2.792 30.262 7.862 44.968 15.406 0.19-4.894 0.252-11.39-0.018-18.76 1.41-2.802 0.538-11.252-1.722-21.58-1.302-10.308-3.42-20.974-6.752-30.692 0.012-0.002 0.020-0.010 0.030-0.014 0.056-0.018 0.108-0.040 0.156-0.070 0.078-0.044 0.146-0.112 0.208-0.19 0.012-0.020 0.030-0.034 0.044-0.052 0.082-0.124 0.154-0.272 0.198-0.466 1.020-4.618 12.022-13.524 25.718-23.1 12.272-8.58 26.702-17.696 38.068-24.752 10.060-6.248 17.72-10.882 19.346-12.098 0.618-0.466 1.358-1.012 2.164-1.636 0.15-0.116 0.3-0.232 0.454-0.354 0.094-0.074 0.19-0.148 0.286-0.226 5.41-4.308 13.484-12.448 15.178-29.578 0.004-0.042 0.010-0.080 0.012-0.122 0.050-0.504 0.092-1.014 0.13-1.534 0.028-0.362 0.050-0.726 0.072-1.096 0.014-0.284 0.032-0.566 0.044-0.856 0.030-0.674 0.050-1.364 0.060-2.064 0-0.040 0.002-0.076 0.004-0.116 0.022-1.658-0.006-3.386-0.104-5.202-0.054-1.014-0.126-1.93-0.298-2.762-0.008-0.044-0.018-0.092-0.028-0.136-0.018-0.082-0.036-0.164-0.058-0.244-0.036-0.146-0.076-0.292-0.122-0.43-0.006-0.018-0.010-0.032-0.016-0.046-0.052-0.16-0.112-0.314-0.174-0.464-0.004-0.006-0.004-0.010-0.006-0.016-1.754-4.108-8.32-5.658-35.442-6.118-0.026-0.002-0.050-0.002-0.076-0.002v0c-11.066-0.188-25.538-0.194-44.502-0.118-33.25 0.134-51.628-32.504-57.494-45.132 8.040-44.46 31.276-76.142 69.45-97.626 0.722-0.406 0.58-0.742-0.274-0.978 7.464-4.514-90.246-0.124-135.186 57.036-39.888-9.914-74.654-9.246-104.616-2.214-5.754-0.162-12.924-0.88-21.434-2.652-19.924-18.056-48.448-51.402-49.976-91.208 0 0-0.092 0.072-0.252 0.204-0.020-0.382-0.056-0.76-0.072-1.142 0 0-60.716 46.664-51.628 173.882-0.022 2.036-0.064 3.986-0.12 5.874-16.432 22.288-24.586 41.020-25.192 45.156-14.56 29.644-29.334 74.254-41.356 141.98 0 0 8.408-26.666 25.284-56.866-12.412 38.022-22.164 97.156-16.436 185.856 0 0 1.514-19.666 6.874-47.994 4.186 55.010 22.518 122.924 68.858 202.788 88.948 153.32 225.67 230.74 376.792 242.616 26.836 2.212 54.050 2.264 81.424 0.186 2.516-0.178 5.032-0.364 7.55-0.574 30.964-2.174 62.134-6.852 93.238-14.366 425.172-102.798 378.942-616.198 378.942-616.198z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["firefox","browser","internet","brand"],"defaultCode":60122,"grid":16},"attrs":[],"properties":{"ligatures":"firefox, browser2","name":"firefox","id":474,"order":411,"prevSize":32,"code":60122},"setIdx":16,"setId":1,"iconIdx":134},{"icon":{"paths":["M966.8 233.6c0 3.2-1 6.2-3 9-2 2.6-4.2 4-6.8 4-20 2-36.4 8.4-49 19.2-12.8 10.8-25.8 31.8-39.2 62.4l-206.4 465.4c-1.4 4.4-5.2 6.4-11.4 6.4-4.8 0-8.6-2.2-11.4-6.4l-115.8-242-133.2 242c-2.8 4.4-6.4 6.4-11.4 6.4-6 0-9.8-2.2-11.8-6.4l-202.6-465.2c-12.6-28.8-26-49-40-60.4s-33.6-18.6-58.6-21.2c-2.2 0-4.2-1.2-6-3.4-2-2.2-2.8-4.8-2.8-7.8 0-7.6 2.2-11.4 6.4-11.4 18 0 37 0.8 56.8 2.4 18.4 1.6 35.6 2.4 51.8 2.4 16.4 0 36-0.8 58.4-2.4 23.4-1.6 44.2-2.4 62.4-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.4 11.2-4 11.2c-18 1.4-32.4 6-42.8 13.8s-15.6 18-15.6 30.8c0 6.4 2.2 14.6 6.4 24.2l167.4 378.4 95.2-179.6-88.6-185.8c-16-33.2-29-54.6-39.2-64.2s-25.8-15.4-46.6-17.6c-2 0-3.6-1.2-5.4-3.4s-2.6-4.8-2.6-7.8c0-7.6 1.8-11.4 5.6-11.4 18 0 34.6 0.8 49.8 2.4 14.6 1.6 30 2.4 46.6 2.4 16.2 0 33.2-0.8 51.4-2.4 18.6-1.6 37-2.4 55-2.4 4.4 0 6.4 3.8 6.4 11.4s-1.2 11.2-4 11.2c-36.2 2.4-54.2 12.8-54.2 30.8 0 8 4.2 20.6 12.6 37.6l58.6 119 58.4-108.8c8-15.4 12.2-28.4 12.2-38.8 0-24.8-18-38-54.2-39.6-3.2 0-4.8-3.8-4.8-11.2 0-2.8 0.8-5.2 2.4-7.6s3.2-3.6 4.8-3.6c13 0 28.8 0.8 47.8 2.4 18 1.6 33 2.4 44.6 2.4 8.4 0 20.6-0.8 36.8-2 20.4-1.8 37.6-2.8 51.4-2.8 3.2 0 4.8 3.2 4.8 9.6 0 8.6-3 13-8.8 13-21 2.2-38 8-50.8 17.4s-28.8 30.8-48 64.4l-78.2 143.2 105.2 214.4 155.4-361.4c5.4-13.2 8-25.4 8-36.4 0-26.4-18-40.4-54.2-42.2-3.2 0-4.8-3.8-4.8-11.2 0-7.6 2.4-11.4 7.2-11.4 13.2 0 28.8 0.8 47 2.4 16.8 1.6 30.8 2.4 42 2.4 12 0 25.6-0.8 41.2-2.4 16.2-1.6 30.8-2.4 43.8-2.4 4 0 6 3.2 6 9.6z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["wikipedia","brand"],"grid":16},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":32,"name":"wikipedia","code":60009},"setIdx":16,"setId":1,"iconIdx":135},{"icon":{"paths":["M1024 590.444l-512-397.426-512 397.428v-162.038l512-397.426 512 397.428zM896 576v384h-256v-256h-256v256h-256v-384l384-288z"],"tags":["home","house"],"defaultCode":59648,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"home, house","name":"home","order":175,"id":1,"prevSize":32,"code":59723},"setIdx":16,"setId":1,"iconIdx":136},{"icon":{"paths":["M0 1024h512v-1024h-512v1024zM320 128h128v128h-128v-128zM320 384h128v128h-128v-128zM320 640h128v128h-128v-128zM64 128h128v128h-128v-128zM64 384h128v128h-128v-128zM64 640h128v128h-128v-128zM576 320h448v64h-448zM576 1024h128v-256h192v256h128v-576h-448z"],"tags":["office","buildings","work"],"defaultCode":59651,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"office, buildings","name":"office","order":217,"id":4,"prevSize":32,"code":59724},"setIdx":16,"setId":1,"iconIdx":137},{"icon":{"paths":["M896 256v-128h-896v704c0 35.346 28.654 64 64 64h864c53.022 0 96-42.978 96-96v-544h-128zM832 832h-768v-640h768v640zM128 320h640v64h-640zM512 448h256v64h-256zM512 576h256v64h-256zM512 704h192v64h-192zM128 448h320v320h-320z"],"tags":["newspaper","news","paper"],"defaultCode":59652,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"newspaper, news","name":"newspaper","order":218,"id":5,"prevSize":32,"code":59725},"setIdx":16,"setId":1,"iconIdx":138},{"icon":{"paths":["M864 0c88.364 0 160 71.634 160 160 0 36.020-11.91 69.258-32 96l-64 64-224-224 64-64c26.742-20.090 59.978-32 96-32zM64 736l-64 288 288-64 592-592-224-224-592 592zM715.578 363.578l-448 448-55.156-55.156 448-448 55.156 55.156z"],"tags":["pencil","write","edit"],"defaultCode":59653,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pencil, write","name":"pencil","order":233,"id":6,"prevSize":32,"code":59726},"setIdx":16,"setId":1,"iconIdx":139},{"icon":{"paths":["M384 640l128-64 448-448-64-64-448 448-64 128zM289.3 867.098c-31.632-66.728-65.666-100.762-132.396-132.394l99.096-272.792 128-77.912 384-384h-192l-384 384-192 640 640-192 384-384v-192l-384 384-77.912 128z"],"tags":["pencil","write","edit"],"defaultCode":59654,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pencil2, write2","name":"pencil2","order":231,"id":7,"prevSize":32,"code":59727},"setIdx":16,"setId":1,"iconIdx":140},{"icon":{"paths":["M0 1024c128-384 463-1024 1024-1024-263 211-384 704-576 704s-192 0-192 0l-192 320h-64z"],"tags":["quill","feather","write","edit"],"defaultCode":59655,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"quill, feather","name":"quill","order":230,"id":8,"prevSize":32,"code":59728},"setIdx":16,"setId":1,"iconIdx":141},{"icon":{"paths":["M1018.17 291.89l-286.058-286.058c-9.334-9.334-21.644-7.234-27.356 4.666l-38.354 79.904 267.198 267.198 79.904-38.354c11.9-5.712 14-18.022 4.666-27.356z","M615.384 135.384l-263.384 21.95c-17.5 2.166-32.080 5.898-37.090 28.752-0.006 0.024-0.012 0.042-0.018 0.066-71.422 343.070-314.892 677.848-314.892 677.848l57.374 57.374 271.986-271.99c-5.996-12.53-9.36-26.564-9.36-41.384 0-53.020 42.98-96 96-96s96 42.98 96 96-42.98 96-96 96c-14.82 0-28.852-3.364-41.384-9.36l-271.988 271.986 57.372 57.374c0 0 334.778-243.47 677.848-314.892 0.024-0.006 0.042-0.012 0.066-0.018 22.854-5.010 26.586-19.59 28.752-37.090l21.95-263.384-273.232-273.232z"],"tags":["pen","write","edit"],"defaultCode":59656,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pen, write3","name":"pen","order":232,"id":9,"prevSize":32,"code":59729},"setIdx":16,"setId":1,"iconIdx":142},{"icon":{"paths":["M986.51 37.49c-49.988-49.986-131.032-49.986-181.020 0l-172.118 172.118-121.372-121.372-135.764 135.764 106.426 106.426-472.118 472.118c-8.048 8.048-11.468 18.958-10.3 29.456h-0.244v160c0 17.674 14.328 32 32 32h160c0 0 2.664 0 4 0 9.212 0 18.426-3.516 25.456-10.544l472.118-472.118 106.426 106.426 135.764-135.764-121.372-121.372 172.118-172.118c49.986-49.988 49.986-131.032 0-181.020zM173.090 960h-109.090v-109.090l469.574-469.572 109.088 109.088-469.572 469.574z"],"tags":["eyedropper","color","color-picker","sample"],"defaultCode":59658,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eyedropper, color","name":"eyedropper","order":229,"id":11,"prevSize":32,"code":59730},"setIdx":16,"setId":1,"iconIdx":143},{"icon":{"paths":["M864.626 473.162c-65.754-183.44-205.11-348.15-352.626-473.162-147.516 125.012-286.87 289.722-352.626 473.162-40.664 113.436-44.682 236.562 12.584 345.4 65.846 125.14 198.632 205.438 340.042 205.438s274.196-80.298 340.040-205.44c57.27-108.838 53.25-231.962 12.586-345.398zM738.764 758.956c-43.802 83.252-132.812 137.044-226.764 137.044-55.12 0-108.524-18.536-152.112-50.652 13.242 1.724 26.632 2.652 40.112 2.652 117.426 0 228.668-67.214 283.402-171.242 44.878-85.292 40.978-173.848 23.882-244.338 14.558 28.15 26.906 56.198 36.848 83.932 22.606 63.062 40.024 156.34-5.368 242.604z"],"tags":["droplet","color","water"],"defaultCode":59659,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"droplet, color2","name":"droplet","order":228,"id":12,"prevSize":32,"code":59731},"setIdx":16,"setId":1,"iconIdx":144},{"icon":{"paths":["M1024 576v-384h-192v-64c0-35.2-28.8-64-64-64h-704c-35.2 0-64 28.8-64 64v192c0 35.2 28.8 64 64 64h704c35.2 0 64-28.8 64-64v-64h128v256h-576v128h-32c-17.674 0-32 14.326-32 32v320c0 17.674 14.326 32 32 32h128c17.674 0 32-14.326 32-32v-320c0-17.674-14.326-32-32-32h-32v-64h576zM768 192h-704v-64h704v64z"],"tags":["paint-format","format","color"],"defaultCode":59660,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paint-format, format","name":"paint-format","order":227,"id":13,"prevSize":32,"code":59732},"setIdx":16,"setId":1,"iconIdx":145},{"icon":{"paths":["M959.884 128c0.040 0.034 0.082 0.076 0.116 0.116v767.77c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.772c0.034-0.040 0.076-0.082 0.114-0.114h895.77zM960 64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64v0z","M832 288c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z","M896 832h-768v-128l224-384 256 320h64l224-192z"],"tags":["image","picture","photo","graphic"],"defaultCode":59661,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"image, picture","name":"image","order":226,"id":14,"prevSize":32,"code":59733},"setIdx":16,"setId":1,"iconIdx":146},{"icon":{"width":1152,"paths":["M1088 128h-64v-64c0-35.2-28.8-64-64-64h-896c-35.2 0-64 28.8-64 64v768c0 35.2 28.8 64 64 64h64v64c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-768c0-35.2-28.8-64-64-64zM128 192v640h-63.886c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v63.884h-768c-35.2 0-64 28.8-64 64v0zM1088 959.884c-0.034 0.040-0.076 0.082-0.116 0.116h-895.77c-0.040-0.034-0.082-0.076-0.114-0.116v-767.77c0.034-0.040 0.076-0.082 0.114-0.114h895.77c0.040 0.034 0.082 0.076 0.116 0.116v767.768z","M960 352c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.98 96 96z","M1024 896h-768v-128l224-384 256 320h64l224-192z"],"tags":["images","pictures","photos","graphics"],"defaultCode":59662,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"images, pictures","name":"images","order":225,"id":15,"prevSize":32,"code":59734},"setIdx":16,"setId":1,"iconIdx":147},{"icon":{"paths":["M304 608c0 114.876 93.124 208 208 208s208-93.124 208-208-93.124-208-208-208-208 93.124-208 208zM960 256h-224c-16-64-32-128-96-128h-256c-64 0-80 64-96 128h-224c-35.2 0-64 28.8-64 64v576c0 35.2 28.8 64 64 64h896c35.2 0 64-28.8 64-64v-576c0-35.2-28.8-64-64-64zM512 892c-156.85 0-284-127.148-284-284 0-156.85 127.15-284 284-284 156.852 0 284 127.15 284 284 0 156.852-127.146 284-284 284zM960 448h-128v-64h128v64z"],"tags":["camera","photo","picture","image"],"defaultCode":59663,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"camera, photo","name":"camera","order":224,"id":16,"prevSize":32,"code":59735},"setIdx":16,"setId":1,"iconIdx":148},{"icon":{"paths":["M288 576h-64v448h64c17.6 0 32-14.4 32-32v-384c0-17.6-14.4-32-32-32z","M736 576c-17.602 0-32 14.4-32 32v384c0 17.6 14.398 32 32 32h64v-448h-64z","M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512c0 61.412 10.83 120.29 30.656 174.848-19.478 33.206-30.656 71.87-30.656 113.152 0 112.846 83.448 206.188 192 221.716v-443.418c-31.914 4.566-61.664 15.842-87.754 32.378-5.392-26.718-8.246-54.364-8.246-82.676 0-229.75 186.25-416 416-416s416 186.25 416 416c0 28.314-2.83 55.968-8.22 82.696-26.1-16.546-55.854-27.848-87.78-32.418v443.44c108.548-15.532 192-108.874 192-221.714 0-41.274-11.178-79.934-30.648-113.138 19.828-54.566 30.648-113.452 30.648-174.866z"],"tags":["headphones","headset","music","audio"],"defaultCode":59664,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"headphones, headset","name":"headphones","order":216,"id":17,"prevSize":32,"code":59736},"setIdx":16,"setId":1,"iconIdx":149},{"icon":{"paths":["M960 0h64v736c0 88.366-100.29 160-224 160s-224-71.634-224-160c0-88.368 100.29-160 224-160 62.684 0 119.342 18.4 160 48.040v-368.040l-512 113.778v494.222c0 88.366-100.288 160-224 160s-224-71.634-224-160c0-88.368 100.288-160 224-160 62.684 0 119.342 18.4 160 48.040v-624.040l576-128z"],"tags":["music","song","audio","sound","note"],"defaultCode":59665,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"music, song","name":"music","order":214,"id":18,"prevSize":32,"code":59737},"setIdx":16,"setId":1,"iconIdx":150},{"icon":{"paths":["M981.188 160.108c-143.632-20.65-302.332-32.108-469.186-32.108-166.86 0-325.556 11.458-469.194 32.108-27.53 107.726-42.808 226.75-42.808 351.892 0 125.14 15.278 244.166 42.808 351.89 143.638 20.652 302.336 32.11 469.194 32.11 166.854 0 325.552-11.458 469.186-32.11 27.532-107.724 42.812-226.75 42.812-351.89 0-125.142-15.28-244.166-42.812-351.892zM384.002 704v-384l320 192-320 192z"],"tags":["play","video","movie"],"defaultCode":59666,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"play, video","name":"play-yt","order":215,"id":19,"prevSize":32,"code":59738},"setIdx":16,"setId":1,"iconIdx":151},{"icon":{"paths":["M0 128v768h1024v-768h-1024zM192 832h-128v-128h128v128zM192 576h-128v-128h128v128zM192 320h-128v-128h128v128zM768 832h-512v-640h512v640zM960 832h-128v-128h128v128zM960 576h-128v-128h128v128zM960 320h-128v-128h128v128zM384 320v384l256-192z"],"tags":["film","video","movie","tape","play"],"defaultCode":59667,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"film, video2","name":"film","order":220,"id":20,"prevSize":32,"code":59739},"setIdx":16,"setId":1,"iconIdx":152},{"icon":{"paths":["M384 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM0 288c0-88.366 71.634-160 160-160s160 71.634 160 160c0 88.366-71.634 160-160 160s-160-71.634-160-160zM768 608v-96c0-35.2-28.8-64-64-64h-640c-35.2 0-64 28.8-64 64v320c0 35.2 28.8 64 64 64h640c35.2 0 64-28.8 64-64v-96l256 160v-448l-256 160zM640 768h-512v-192h512v192z"],"tags":["video-camera","video","media","film","movie"],"defaultCode":59668,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"video-camera, video3","name":"video-camera","order":219,"id":21,"prevSize":32,"code":59740},"setIdx":16,"setId":1,"iconIdx":153},{"icon":{"paths":["M964.73 178.804c-93.902-109.45-233.21-178.804-388.73-178.804-282.77 0-512 229.23-512 512s229.23 512 512 512c155.52 0 294.828-69.356 388.728-178.804l-324.728-333.196 324.73-333.196zM704 120.602c39.432 0 71.398 31.964 71.398 71.398 0 39.432-31.966 71.398-71.398 71.398s-71.398-31.966-71.398-71.398c0-39.432 31.966-71.398 71.398-71.398z"],"tags":["pacman","game","arcade"],"defaultCode":59670,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pacman, game2","name":"pacman","order":221,"id":23,"prevSize":32,"code":59741},"setIdx":16,"setId":1,"iconIdx":154},{"icon":{"width":1280,"paths":["M640 576c105.87 0 201.87 43.066 271.402 112.598l-90.468 90.468c-46.354-46.356-110.356-75.066-180.934-75.066s-134.578 28.71-180.934 75.066l-90.468-90.468c69.532-69.532 165.532-112.598 271.402-112.598zM187.452 507.452c120.88-120.88 281.598-187.452 452.548-187.452s331.668 66.572 452.55 187.452l-90.51 90.508c-96.706-96.704-225.28-149.96-362.040-149.96-136.762 0-265.334 53.256-362.038 149.962l-90.51-90.51zM988.784 134.438c106.702 45.132 202.516 109.728 284.782 191.996v0l-90.508 90.508c-145.056-145.056-337.92-224.942-543.058-224.942-205.14 0-398 79.886-543.058 224.942l-90.51-90.51c82.268-82.266 178.082-146.862 284.784-191.994 110.504-46.738 227.852-70.438 348.784-70.438s238.278 23.7 348.784 70.438zM576 896c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z"],"tags":["connection","wifi","wave"],"defaultCode":59675,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"connection, wifi","name":"wifi","order":222,"id":28,"prevSize":32,"code":59742},"setIdx":16,"setId":1,"iconIdx":155},{"icon":{"paths":["M480 704c88.366 0 160-71.634 160-160v-384c0-88.366-71.634-160-160-160s-160 71.634-160 160v384c0 88.366 71.636 160 160 160zM704 448v96c0 123.71-100.29 224-224 224-123.712 0-224-100.29-224-224v-96h-64v96c0 148.238 112.004 270.3 256 286.22v129.78h-128v64h320v-64h-128v-129.78c143.994-15.92 256-137.982 256-286.22v-96h-64z"],"tags":["mic","microphone","voice","audio"],"defaultCode":59678,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mic, microphone","name":"mic","order":223,"id":31,"prevSize":32,"code":59743},"setIdx":16,"setId":1,"iconIdx":156},{"icon":{"paths":["M896 128v832h-672c-53.026 0-96-42.98-96-96s42.974-96 96-96h608v-768h-640c-70.398 0-128 57.6-128 128v768c0 70.4 57.602 128 128 128h768v-896h-64z","M224.056 832v0c-0.018 0.002-0.038 0-0.056 0-17.672 0-32 14.326-32 32s14.328 32 32 32c0.018 0 0.038-0.002 0.056-0.002v0.002h607.89v-64h-607.89z"],"tags":["book","read","reading"],"defaultCode":59679,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"book, read","name":"book","order":237,"id":32,"prevSize":32,"code":59744},"setIdx":16,"setId":1,"iconIdx":157},{"icon":{"width":1152,"paths":["M224 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM192 320h-128v-64h128v64z","M544 128h-192c-17.6 0-32 14.4-32 32v704c0 17.6 14.4 32 32 32h192c17.6 0 32-14.4 32-32v-704c0-17.6-14.4-32-32-32zM512 320h-128v-64h128v64z","M765.088 177.48l-171.464 86.394c-15.716 7.918-22.096 27.258-14.178 42.976l287.978 571.548c7.918 15.718 27.258 22.098 42.976 14.178l171.464-86.392c15.716-7.92 22.096-27.26 14.178-42.974l-287.978-571.55c-7.92-15.718-27.26-22.1-42.976-14.18z"],"tags":["books","library","archive"],"defaultCode":59680,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"books, library","name":"books","order":213,"id":33,"prevSize":32,"code":59745},"setIdx":16,"setId":1,"iconIdx":158},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"tags":["file-empty","file","document","paper","page","new","empty","blank"],"defaultCode":59684,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-empty, file3","name":"file-empty","order":212,"id":37,"prevSize":32,"code":59746},"setIdx":16,"setId":1,"iconIdx":159},{"icon":{"paths":["M917.806 357.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-368c-44.114 0-80 35.888-80 80v736c0 44.112 35.886 80 80 80h608c44.112 0 80-35.888 80-80v-496c0-14.332-4.372-39.35-42.194-90.924zM785.374 302.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-608c-8.672 0-16-7.328-16-16v-736c0-8.672 7.328-16 16-16 0 0 367.956-0.002 368 0v224c0 17.672 14.324 32 32 32h224v496z","M602.924 42.196c-51.574-37.822-76.592-42.196-90.924-42.196h-368c-44.112 0-80 35.888-80 80v736c0 38.632 27.528 70.958 64 78.39v-814.39c0-8.672 7.328-16 16-16h486.876c-9.646-7.92-19.028-15.26-27.952-21.804z"],"tags":["files-empty","files","documents","papers","pages"],"defaultCode":59685,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"files-empty, files","name":"files-empty","order":211,"id":38,"prevSize":32,"code":59747},"setIdx":16,"setId":1,"iconIdx":160},{"icon":{"paths":["M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z","M736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z","M736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z","M736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z"],"tags":["file-text","file","document","list","paper","page"],"defaultCode":59686,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-text2, file4","name":"file-text2","order":210,"id":39,"prevSize":32,"code":59748},"setIdx":16,"setId":1,"iconIdx":161},{"icon":{"paths":["M832 896h-640v-128l192-320 263 320 185-128v256z","M832 480c0 53.020-42.98 96-96 96-53.022 0-96-42.98-96-96s42.978-96 96-96c53.020 0 96 42.98 96 96z","M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"tags":["file-picture","file","document","file-image"],"defaultCode":59687,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-picture, file5","name":"file-picture","order":209,"id":40,"prevSize":32,"code":59749},"setIdx":16,"setId":1,"iconIdx":162},{"icon":{"paths":["M917.806 229.076c-22.21-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.886 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.982 17.78 50.678 41.878 81.374 72.572v0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.324 32 32 32h224v624z","M756.288 391.252c-7.414-6.080-17.164-8.514-26.562-6.632l-320 64c-14.958 2.994-25.726 16.126-25.726 31.38v236.876c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-229.766l256-51.202v133.842c-18.832-8.174-40.678-12.876-64-12.876-70.692 0-128 42.98-128 96s57.308 96 128 96 128-42.98 128-96v-319.998c0-9.586-4.298-18.668-11.712-24.748z"],"tags":["file-music","file","document","file-song","file-audio"],"defaultCode":59688,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-music, file6","name":"file-music","order":208,"id":41,"prevSize":32,"code":59750},"setIdx":16,"setId":1,"iconIdx":163},{"icon":{"paths":["M384 384l320 224-320 224v-448z","M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z"],"tags":["file-play","file","document","file-media","file-video"],"defaultCode":59689,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-play, file7","name":"file-play","order":207,"id":42,"prevSize":32,"code":59751},"setIdx":16,"setId":1,"iconIdx":164},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.594-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.882 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.32 32 32 32h224v624z","M256 512h320v320h-320v-320z","M576 640l192-128v320l-192-128z"],"tags":["file-video","file","document","file-camera"],"defaultCode":59690,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-video, file8","name":"file-video","order":206,"id":43,"prevSize":32,"code":59752},"setIdx":16,"setId":1,"iconIdx":165},{"icon":{"paths":["M917.806 229.076c-22.208-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.884 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924v0 0zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.98 17.78 50.678 41.878 81.374 72.572v0 0zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.322 32 32 32h224v624z","M256 64h128v64h-128v-64z","M384 128h128v64h-128v-64z","M256 192h128v64h-128v-64z","M384 256h128v64h-128v-64z","M256 320h128v64h-128v-64z","M384 384h128v64h-128v-64z","M256 448h128v64h-128v-64z","M384 512h128v64h-128v-64z","M256 848c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-80v-64h-128v272zM448 768v64h-128v-64h128z"],"tags":["file-zip","file","document","file-compressed","file-type","file-format"],"defaultCode":59691,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"file-zip, file9","name":"file-zip","order":205,"id":44,"prevSize":32,"code":59753},"setIdx":16,"setId":1,"iconIdx":166},{"icon":{"paths":["M640 256v-256h-448l-192 192v576h384v256h640v-768h-384zM192 90.51v101.49h-101.49l101.49-101.49zM64 704v-448h192v-192h320v192l-192 192v256h-320zM576 346.51v101.49h-101.49l101.49-101.49zM960 960h-512v-448h192v-192h320v640z"],"tags":["copy","duplicate","files","pages","papers","documents"],"defaultCode":59692,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"copy, duplicate","name":"copy","order":281,"id":45,"prevSize":32,"code":59793},"setIdx":16,"setId":1,"iconIdx":167},{"icon":{"paths":["M704 128h-128v-64c0-35.2-28.8-64-64-64h-128c-35.204 0-64 28.8-64 64v64h-128v128h512v-128zM512 128h-128v-63.886c0.034-0.038 0.072-0.078 0.114-0.114h127.768c0.042 0.036 0.082 0.076 0.118 0.114v63.886zM832 320v-160c0-17.6-14.4-32-32-32h-64v64h32v128h-192l-192 192v256h-256v-576h32v-64h-64c-17.602 0-32 14.4-32 32v640c0 17.6 14.398 32 32 32h288v192h640v-704h-192zM576 410.51v101.49h-101.49l101.49-101.49zM960 960h-512v-384h192v-192h320v576z"],"tags":["paste","clipboard-file"],"defaultCode":59693,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paste, clipboard-file","name":"paste","order":282,"id":46,"prevSize":32,"code":59797},"setIdx":16,"setId":1,"iconIdx":168},{"icon":{"paths":["M448 128l128 128h448v704h-1024v-832z"],"tags":["folder","directory","category","browse"],"defaultCode":59695,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder, directory","name":"folder","order":236,"id":48,"prevSize":32,"code":59754},"setIdx":16,"setId":1,"iconIdx":169},{"icon":{"paths":["M832 960l192-512h-832l-192 512zM128 384l-128 576v-832h288l128 128h416v128z"],"tags":["folder-open","directory","category","browse"],"defaultCode":59696,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-open, directory2","name":"folder-open","order":176,"id":49,"prevSize":32,"code":59755},"setIdx":16,"setId":1,"iconIdx":170},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-128v128h-128v-128h-128v-128h128v-128h128v128h128v128z"],"tags":["folder-plus","directory","folder-add"],"defaultCode":59697,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-plus, directory3","name":"folder-plus","order":177,"id":50,"prevSize":32,"code":59756},"setIdx":16,"setId":1,"iconIdx":171},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM704 704h-384v-128h384v128z"],"tags":["folder-minus","directory","folder-remove"],"defaultCode":59698,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-minus, directory4","name":"folder-minus","order":178,"id":51,"prevSize":32,"code":59757},"setIdx":16,"setId":1,"iconIdx":172},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 864l-224-224h160v-256h128v256h160l-224 224z"],"tags":["folder-download","directory","folder-save"],"defaultCode":59699,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-download, directory5","name":"folder-download","order":303,"id":52,"prevSize":32,"code":59815},"setIdx":16,"setId":1,"iconIdx":173},{"icon":{"paths":["M576 256l-128-128h-448v832h1024v-704h-448zM512 480l224 224h-160v256h-128v-256h-160l224-224z"],"tags":["folder-upload","directory","folder-load"],"defaultCode":59700,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"folder-upload, directory6","name":"folder-upload","order":304,"id":53,"prevSize":32,"code":59816},"setIdx":16,"setId":1,"iconIdx":174},{"icon":{"paths":["M976 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM736 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z"],"tags":["price-tag"],"defaultCode":59701,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"price-tag","name":"price-tag","order":203,"id":54,"prevSize":32,"code":59758},"setIdx":16,"setId":1,"iconIdx":175},{"icon":{"width":1280,"paths":["M1232 0h-384c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l476.118-476.118c18.666-18.666 33.94-55.54 33.94-81.94v-384c0-26.4-21.6-48-48-48zM992 384c-53.020 0-96-42.98-96-96s42.98-96 96-96 96 42.98 96 96-42.98 96-96 96z","M128 544l544-544h-80c-26.4 0-63.274 15.274-81.942 33.942l-476.116 476.116c-18.668 18.668-18.668 49.214 0 67.882l412.118 412.118c18.668 18.668 49.214 18.668 67.882 0l30.058-30.058-416-416z"],"tags":["price-tags"],"defaultCode":59702,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"price-tags","name":"price-tags","order":204,"id":55,"prevSize":32,"code":59759},"setIdx":16,"setId":1,"iconIdx":176},{"icon":{"paths":["M0 128h128v640h-128zM192 128h64v640h-64zM320 128h64v640h-64zM512 128h64v640h-64zM768 128h64v640h-64zM960 128h64v640h-64zM640 128h32v640h-32zM448 128h32v640h-32zM864 128h32v640h-32zM0 832h64v64h-64zM192 832h64v64h-64zM320 832h64v64h-64zM640 832h64v64h-64zM960 832h64v64h-64zM768 832h128v64h-128zM448 832h128v64h-128z"],"tags":["barcode"],"defaultCode":59703,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"barcode","name":"barcode","order":305,"id":56,"prevSize":32,"code":59817},"setIdx":16,"setId":1,"iconIdx":177},{"icon":{"paths":["M320 64h-256v256h256v-256zM384 0v0 384h-384v-384h384zM128 128h128v128h-128zM960 64h-256v256h256v-256zM1024 0v0 384h-384v-384h384zM768 128h128v128h-128zM320 704h-256v256h256v-256zM384 640v0 384h-384v-384h384zM128 768h128v128h-128zM448 0h64v64h-64zM512 64h64v64h-64zM448 128h64v64h-64zM512 192h64v64h-64zM448 256h64v64h-64zM512 320h64v64h-64zM448 384h64v64h-64zM448 512h64v64h-64zM512 576h64v64h-64zM448 640h64v64h-64zM512 704h64v64h-64zM448 768h64v64h-64zM512 832h64v64h-64zM448 896h64v64h-64zM512 960h64v64h-64zM960 512h64v64h-64zM64 512h64v64h-64zM128 448h64v64h-64zM0 448h64v64h-64zM256 448h64v64h-64zM320 512h64v64h-64zM384 448h64v64h-64zM576 512h64v64h-64zM640 448h64v64h-64zM704 512h64v64h-64zM768 448h64v64h-64zM832 512h64v64h-64zM896 448h64v64h-64zM960 640h64v64h-64zM576 640h64v64h-64zM640 576h64v64h-64zM704 640h64v64h-64zM832 640h64v64h-64zM896 576h64v64h-64zM960 768h64v64h-64zM576 768h64v64h-64zM640 704h64v64h-64zM768 704h64v64h-64zM832 768h64v64h-64zM896 704h64v64h-64zM960 896h64v64h-64zM640 832h64v64h-64zM704 896h64v64h-64zM768 832h64v64h-64zM832 896h64v64h-64zM640 960h64v64h-64zM768 960h64v64h-64zM896 960h64v64h-64z"],"tags":["qrcode"],"defaultCode":59704,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"qrcode","name":"qrcode","order":234,"id":57,"prevSize":32,"code":59760},"setIdx":16,"setId":1,"iconIdx":178},{"icon":{"paths":["M575.996 320l127.998 127.998-255.994 255.994-127.998-127.998zM1001.526 297.504l-73.516-73.516-32.008 32.008c-16.378 16.38-39.010 26.51-64 26.51-49.988 0-90.514-40.522-90.514-90.51 0-25.002 10.14-47.638 26.534-64.018l31.988-31.986-73.518-73.516c-29.968-29.968-79.008-29.968-108.976 0l-595.040 595.038c-29.966 29.968-29.966 79.010 0 108.976l73.52 73.518 31.962-31.964c16.382-16.406 39.030-26.552 64.044-26.552 49.988 0 90.51 40.524 90.51 90.51 0 25.006-10.14 47.64-26.534 64.022l-31.984 31.986 73.516 73.518c29.966 29.966 79.008 29.966 108.976 0l595.040-595.040c29.964-29.976 29.964-79.016 0-108.984zM448.002 831.996l-256-256 384-384 256 256-384 384z"],"tags":["ticket","theater","cinema"],"defaultCode":59705,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"ticket, theater","name":"ticket","order":235,"id":58,"prevSize":32,"code":59761},"setIdx":16,"setId":1,"iconIdx":179},{"icon":{"paths":["M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z","M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"],"tags":["cart","purchase","ecommerce","shopping"],"defaultCode":59706,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cart, purchase","name":"cart","order":202,"id":59,"prevSize":32,"code":59762},"setIdx":16,"setId":1,"iconIdx":180},{"icon":{"paths":["M928 128h-832c-52.8 0-96 43.2-96 96v576c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-576c0-52.8-43.2-96-96-96zM96 192h832c17.346 0 32 14.654 32 32v96h-896v-96c0-17.346 14.654-32 32-32zM928 832h-832c-17.346 0-32-14.654-32-32v-288h896v288c0 17.346-14.654 32-32 32zM128 640h64v128h-64zM256 640h64v128h-64zM384 640h64v128h-64z"],"tags":["credit-card","money","payment","ecommerce"],"defaultCode":59711,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"credit-card, money5","name":"credit-card","order":201,"id":64,"prevSize":32,"code":59763},"setIdx":16,"setId":1,"iconIdx":181},{"icon":{"paths":["M704 640c-64 64-64 128-128 128s-128-64-192-128-128-128-128-192 64-64 128-128-128-256-192-256-192 192-192 192c0 128 131.5 387.5 256 512s384 256 512 256c0 0 192-128 192-192s-192-256-256-192z"],"tags":["phone","telephone","contact","support","call"],"defaultCode":59714,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"phone, telephone","name":"phone","order":179,"id":67,"prevSize":32,"code":59764},"setIdx":16,"setId":1,"iconIdx":182},{"icon":{"paths":["M1017.378 575.994c8.004 55.482 13.216 131.392-11.664 160.446-41.142 48.044-301.712 48.044-301.712-48.042 0-48.398 42.856-80.134 1.712-128.178-40.472-47.262-113.026-48.030-193.714-48.042-80.686 0.012-153.242 0.78-193.714 48.042-41.142 48.046 1.714 79.78 1.714 128.178 0 96.086-260.57 96.086-301.714 48.044-24.878-29.054-19.668-104.964-11.662-160.446 6.16-37.038 21.724-76.996 71.548-127.994 0-0.002 0.002-0.002 0.002-0.004 74.738-69.742 187.846-126.738 429.826-127.968v-0.030c1.344 0 2.664 0.010 4 0.014 1.338-0.004 2.656-0.014 4-0.014v0.028c241.98 1.23 355.088 58.226 429.826 127.968 0.002 0.002 0.002 0.004 0.002 0.004 49.824 50.996 65.39 90.954 71.55 127.994z"],"tags":["phone-hang-up","telephone","contact","support","call"],"defaultCode":59715,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"phone-hang-up, telephone2","name":"phone-hang-up","order":296,"id":68,"prevSize":32,"code":59819},"setIdx":16,"setId":1,"iconIdx":183},{"icon":{"paths":["M192 0v1024h768v-1024h-768zM576 256.33c70.51 0 127.67 57.16 127.67 127.67s-57.16 127.67-127.67 127.67-127.67-57.16-127.67-127.67 57.16-127.67 127.67-127.67v0zM768 768h-384v-64c0-70.696 57.306-128 128-128v0h128c70.696 0 128 57.304 128 128v64z","M64 64h96v192h-96v-192z","M64 320h96v192h-96v-192z","M64 576h96v192h-96v-192z","M64 832h96v192h-96v-192z"],"tags":["address-book","contact","book","contacts"],"defaultCode":59716,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"address-book, contact","name":"address-book","order":297,"id":69,"prevSize":32,"code":59821},"setIdx":16,"setId":1,"iconIdx":184},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 512c-106.040 0-192-85.96-192-192s85.96-192 192-192 192 85.96 192 192-85.96 192-192 192z"],"tags":["location","map-marker","pin"],"defaultCode":59719,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"location, map-marker","name":"location","order":180,"id":72,"prevSize":32,"code":59765},"setIdx":16,"setId":1,"iconIdx":185},{"icon":{"paths":["M512 0c-176.732 0-320 143.268-320 320 0 320 320 704 320 704s320-384 320-704c0-176.732-143.27-320-320-320zM512 516c-108.248 0-196-87.752-196-196s87.752-196 196-196 196 87.752 196 196-87.752 196-196 196zM388 320c0-68.483 55.517-124 124-124s124 55.517 124 124c0 68.483-55.517 124-124 124s-124-55.517-124-124z"],"tags":["location","map-marker","pin"],"defaultCode":59720,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"location2, map-marker2","name":"location2","order":181,"id":73,"prevSize":32,"code":59766},"setIdx":16,"setId":1,"iconIdx":186},{"icon":{"paths":["M544.010 1024.004c-2.296 0-4.622-0.25-6.94-0.764-14.648-3.25-25.070-16.238-25.070-31.24v-480h-480c-15.002 0-27.992-10.422-31.24-25.070-3.25-14.646 4.114-29.584 17.708-35.928l960-448c12.196-5.688 26.644-3.144 36.16 6.372 9.516 9.514 12.060 23.966 6.372 36.16l-448 960c-5.342 11.44-16.772 18.47-28.99 18.47zM176.242 448h367.758c17.674 0 32 14.328 32 32v367.758l349.79-749.546-749.548 349.788z"],"tags":["compass","direction","location"],"defaultCode":59721,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"compass, direction","name":"compass","order":199,"id":74,"prevSize":32,"code":59767},"setIdx":16,"setId":1,"iconIdx":187},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM96 512c0-229.75 186.25-416 416-416 109.574 0 209.232 42.386 283.534 111.628l-411.534 176.372-176.372 411.534c-69.242-74.302-111.628-173.96-111.628-283.534zM585.166 585.166l-256.082 109.75 109.75-256.082 146.332 146.332zM512 928c-109.574 0-209.234-42.386-283.532-111.628l411.532-176.372 176.372-411.532c69.242 74.298 111.628 173.958 111.628 283.532 0 229.75-186.25 416-416 416z"],"tags":["compass","direction","location"],"defaultCode":59722,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"compass2, direction2","name":"compass2","order":198,"id":75,"prevSize":32,"code":59768},"setIdx":16,"setId":1,"iconIdx":188},{"icon":{"paths":["M0 192l320-128v768l-320 128z","M384 32l320 192v736l-320-160z","M768 224l256-192v768l-256 192z"],"tags":["map","guide"],"defaultCode":59723,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"map, guide","name":"map","order":197,"id":76,"prevSize":32,"code":59769},"setIdx":16,"setId":1,"iconIdx":189},{"icon":{"paths":["M672 192l-320-128-352 128v768l352-128 320 128 352-128v-768l-352 128zM384 145.73l256 102.4v630.138l-256-102.398v-630.14zM64 236.828l256-93.090v631.8l-256 93.088v-631.798zM960 787.172l-256 93.092v-631.8l256-93.090v631.798z"],"tags":["map","guide"],"defaultCode":59724,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"map2, guide2","name":"map2","order":200,"id":77,"prevSize":32,"code":59770},"setIdx":16,"setId":1,"iconIdx":190},{"icon":{"paths":["M658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"tags":["clock","time","schedule"],"defaultCode":59726,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"clock, time2","name":"clock","order":182,"id":79,"prevSize":32,"code":59771},"setIdx":16,"setId":1,"iconIdx":191},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM658.744 749.256l-210.744-210.746v-282.51h128v229.49l173.256 173.254-90.512 90.512z"],"tags":["clock","time","schedule"],"defaultCode":59727,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"clock2, time3","name":"clock2","order":183,"id":80,"prevSize":32,"code":59772},"setIdx":16,"setId":1,"iconIdx":192},{"icon":{"paths":["M512 128c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448-200.576-448-448-448zM512 936c-198.824 0-360-161.178-360-360 0-198.824 161.176-360 360-360 198.822 0 360 161.176 360 360 0 198.822-161.178 360-360 360zM934.784 287.174c16.042-28.052 25.216-60.542 25.216-95.174 0-106.040-85.96-192-192-192-61.818 0-116.802 29.222-151.92 74.596 131.884 27.236 245.206 105.198 318.704 212.578v0zM407.92 74.596c-35.116-45.374-90.102-74.596-151.92-74.596-106.040 0-192 85.96-192 192 0 34.632 9.174 67.122 25.216 95.174 73.5-107.38 186.822-185.342 318.704-212.578z","M512 576v-256h-64v320h256v-64z"],"tags":["alarm","time","clock"],"defaultCode":59728,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"alarm, time4","name":"alarm","order":184,"id":81,"prevSize":32,"code":59773},"setIdx":16,"setId":1,"iconIdx":193},{"icon":{"paths":["M1025.5 800c0-288-256-224-256-448 0-18.56-1.788-34.42-5.048-47.928-16.83-113.018-92.156-203.72-189.772-231.36 0.866-3.948 1.32-8.032 1.32-12.21 0-33.278-28.8-60.502-64-60.502s-64 27.224-64 60.5c0 4.18 0.456 8.264 1.32 12.21-109.47 30.998-190.914 141.298-193.254 273.442-0.040 1.92-0.066 3.864-0.066 5.846 0 224.002-256 160.002-256 448.002 0 76.226 170.59 139.996 398.97 156.080 21.524 40.404 64.056 67.92 113.030 67.92s91.508-27.516 113.030-67.92c228.38-16.084 398.97-79.854 398.97-156.080 0-0.228-0.026-0.456-0.028-0.682l1.528 0.682zM826.246 854.096c-54.23 14.47-118.158 24.876-186.768 30.648-5.704-65.418-60.582-116.744-127.478-116.744s-121.774 51.326-127.478 116.744c-68.608-5.772-132.538-16.178-186.768-30.648-74.63-19.914-110.31-42.19-123.368-54.096 13.058-11.906 48.738-34.182 123.368-54.096 86.772-23.152 198.372-35.904 314.246-35.904s227.474 12.752 314.246 35.904c74.63 19.914 110.31 42.19 123.368 54.096-13.058 11.906-48.738 34.182-123.368 54.096z"],"tags":["bell","alarm","notification"],"defaultCode":59729,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bell, alarm2","name":"bell","order":185,"id":82,"prevSize":32,"code":59774},"setIdx":16,"setId":1,"iconIdx":194},{"icon":{"paths":["M320 384h128v128h-128zM512 384h128v128h-128zM704 384h128v128h-128zM128 768h128v128h-128zM320 768h128v128h-128zM512 768h128v128h-128zM320 576h128v128h-128zM512 576h128v128h-128zM704 576h128v128h-128zM128 576h128v128h-128zM832 0v64h-128v-64h-448v64h-128v-64h-128v1024h960v-1024h-128zM896 960h-832v-704h832v704z"],"tags":["calendar","date","schedule","time","day"],"defaultCode":59731,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"calendar, date","name":"calendar","order":244,"id":84,"prevSize":32,"code":59775},"setIdx":16,"setId":1,"iconIdx":195},{"icon":{"paths":["M256 64h512v128h-512v-128z","M960 256h-896c-35.2 0-64 28.8-64 64v320c0 35.2 28.794 64 64 64h192v256h512v-256h192c35.2 0 64-28.8 64-64v-320c0-35.2-28.8-64-64-64zM128 448c-35.346 0-64-28.654-64-64s28.654-64 64-64 64 28.654 64 64-28.652 64-64 64zM704 896h-384v-320h384v320z"],"tags":["printer","print"],"defaultCode":59732,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"printer, print","name":"printer","order":243,"id":85,"prevSize":32,"code":59776},"setIdx":16,"setId":1,"iconIdx":196},{"icon":{"width":1152,"paths":["M1088 128h-1024c-35.2 0-64 28.8-64 64v640c0 35.2 28.8 64 64 64h1024c35.2 0 64-28.8 64-64v-640c0-35.2-28.8-64-64-64zM640 256h128v128h-128v-128zM832 448v128h-128v-128h128zM448 256h128v128h-128v-128zM640 448v128h-128v-128h128zM256 256h128v128h-128v-128zM448 448v128h-128v-128h128zM128 256h64v128h-64v-128zM128 448h128v128h-128v-128zM192 768h-64v-128h64v128zM768 768h-512v-128h512v128zM1024 768h-192v-128h192v128zM1024 576h-128v-128h128v128zM1024 384h-192v-128h192v128z"],"tags":["keyboard","typing","type"],"defaultCode":59733,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"keyboard, typing","name":"keyboard","order":242,"id":86,"prevSize":32,"code":59777},"setIdx":16,"setId":1,"iconIdx":197},{"icon":{"paths":["M0 64v640h1024v-640h-1024zM960 640h-896v-512h896v512zM672 768h-320l-32 128-64 64h512l-64-64z"],"tags":["display","screen","monitor","computer","desktop","pc"],"defaultCode":59734,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"display, screen","name":"display","order":241,"id":87,"prevSize":32,"code":59778},"setIdx":16,"setId":1,"iconIdx":198},{"icon":{"paths":["M768 0h-576c-35.2 0-64 28.798-64 64v896c0 35.2 28.798 64 64 64h576c35.2 0 64-28.8 64-64v-896c0-35.202-28.8-64-64-64zM480 977.782c-27.492 0-49.782-22.29-49.782-49.782s22.29-49.782 49.782-49.782 49.782 22.29 49.782 49.782-22.29 49.782-49.782 49.782zM768 832h-576v-704h576v704z"],"tags":["mobile","cell-phone","handheld","tablet","phablet"],"defaultCode":59737,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"mobile2, cell-phone2","name":"mobile","order":240,"id":90,"prevSize":32,"code":59779},"setIdx":16,"setId":1,"iconIdx":199},{"icon":{"paths":["M800 0h-640c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h640c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM480 992c-17.672 0-32-14.326-32-32s14.328-32 32-32 32 14.326 32 32-14.328 32-32 32zM768 896h-576v-768h576v768z"],"tags":["tablet","mobile"],"defaultCode":59738,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tablet, mobile3","name":"tablet","order":301,"id":91,"prevSize":32,"code":59822},"setIdx":16,"setId":1,"iconIdx":200},{"icon":{"paths":["M981.188 288.108c-88.808-12.768-183.382-22.016-282.076-27.22l164.888-164.888-64-64-224.558 224.556c-21.006-0.368-42.156-0.556-63.442-0.556v0l-256-256-64 64 194.196 194.196c-120.922 4.242-236.338 14.524-343.386 29.912-27.532 107.726-42.81 226.752-42.81 351.892s15.278 244.166 42.804 351.89c143.642 20.652 302.34 32.11 469.196 32.11s325.55-11.458 469.188-32.11c27.534-107.724 42.812-226.75 42.812-351.89s-15.278-244.166-42.812-351.892zM863.892 874.594c-107.73 13.766-226.75 21.406-351.892 21.406s-244.166-7.64-351.892-21.406c-20.648-71.816-32.108-151.166-32.108-234.594 0-83.43 11.458-162.78 32.108-234.596 107.726-13.766 226.75-21.404 351.892-21.404 125.136 0 244.162 7.638 351.886 21.404 20.656 71.816 32.114 151.166 32.114 234.596 0 83.428-11.458 162.778-32.108 234.594z"],"tags":["tv","television","show"],"defaultCode":59739,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tv, television","name":"tv","order":302,"id":92,"prevSize":32,"code":59823},"setIdx":16,"setId":1,"iconIdx":201},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM512 832l-320-256h192v-192h256v192h192l-320 256zM154.51 192l64-64h586.978l64 64h-714.978z"],"tags":["box-add","box","download","storage","inbox","archive"],"defaultCode":59742,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"box-add, box3","name":"box-add","order":238,"id":95,"prevSize":32,"code":59780},"setIdx":16,"setId":1,"iconIdx":202},{"icon":{"paths":["M832 64h-640l-192 192v672c0 17.674 14.326 32 32 32h960c17.672 0 32-14.326 32-32v-672l-192-192zM640 640v192h-256v-192h-192l320-256 320 256h-192zM154.51 192l64-64h586.976l64 64h-714.976z"],"tags":["box-remove","box","upload","storage","outbox","archive"],"defaultCode":59743,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"box-remove, box4","name":"box-remove","order":239,"id":96,"prevSize":32,"code":59781},"setIdx":16,"setId":1,"iconIdx":203},{"icon":{"paths":["M896 0h-896v1024h1024v-896l-128-128zM512 128h128v256h-128v-256zM896 896h-768v-768h64v320h576v-320h74.978l53.022 53.018v714.982z"],"tags":["floppy-disk","save"],"defaultCode":59746,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"floppy-disk, save2","name":"floppy-disk","order":186,"id":99,"prevSize":32,"code":59782},"setIdx":16,"setId":1,"iconIdx":204},{"icon":{"paths":["M512 64c-141.384 0-269.376 57.32-362.032 149.978l-149.968-149.978v384h384l-143.532-143.522c69.496-69.492 165.492-112.478 271.532-112.478 212.068 0 384 171.924 384 384 0 114.696-50.292 217.636-130.018 288l84.666 96c106.302-93.816 173.352-231.076 173.352-384 0-282.77-229.23-512-512-512z"],"tags":["undo","ccw","arrow"],"defaultCode":59749,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"undo, ccw","name":"undo","order":318,"id":102,"prevSize":32,"code":59824},"setIdx":16,"setId":1,"iconIdx":205},{"icon":{"paths":["M0 576c0 152.924 67.048 290.184 173.35 384l84.666-96c-79.726-70.364-130.016-173.304-130.016-288 0-212.076 171.93-384 384-384 106.042 0 202.038 42.986 271.53 112.478l-143.53 143.522h384v-384l-149.97 149.978c-92.654-92.658-220.644-149.978-362.030-149.978-282.77 0-512 229.23-512 512z"],"tags":["redo","cw","arrow"],"defaultCode":59750,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"redo, cw","name":"redo","order":317,"id":103,"prevSize":32,"code":59825},"setIdx":16,"setId":1,"iconIdx":206},{"icon":{"paths":["M761.862 1024c113.726-206.032 132.888-520.306-313.862-509.824v253.824l-384-384 384-384v248.372c534.962-13.942 594.57 472.214 313.862 775.628z"],"tags":["undo","left","arrow-left"],"defaultCode":59751,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"undo2, left","name":"undo-arrow","order":313,"id":104,"prevSize":32,"code":59827},"setIdx":16,"setId":1,"iconIdx":207},{"icon":{"paths":["M576 248.372v-248.372l384 384-384 384v-253.824c-446.75-10.482-427.588 303.792-313.86 509.824-280.712-303.414-221.1-789.57 313.86-775.628z"],"tags":["redo","right","arrow-right"],"defaultCode":59752,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"redo2, right","name":"redo-arrow","order":314,"id":105,"prevSize":32,"code":59828},"setIdx":16,"setId":1,"iconIdx":208},{"icon":{"paths":["M262.14 0c-113.728 206.032-132.89 520.304 313.86 509.824v-253.824l384 384-384 384v-248.372c-534.96 13.942-594.572-472.214-313.86-775.628z"],"tags":["forward","right","arrow-right"],"defaultCode":59753,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"forward, right2","name":"forward-arrow","order":315,"id":106,"prevSize":32,"code":59830},"setIdx":16,"setId":1,"iconIdx":209},{"icon":{"paths":["M448 775.628v248.372l-384-384 384-384v253.824c446.75 10.48 427.588-303.792 313.862-509.824 280.71 303.414 221.1 789.57-313.862 775.628z"],"tags":["reply","left","arrow-left"],"defaultCode":59754,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"reply, left2","name":"reply-arrow","order":316,"id":107,"prevSize":32,"code":59831},"setIdx":16,"setId":1,"iconIdx":210},{"icon":{"paths":["M512 64c282.77 0 512 186.25 512 416 0 229.752-229.23 416-512 416-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"tags":["bubble","comment","chat","talk"],"defaultCode":59755,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubble, comment","name":"bubble","order":187,"id":108,"prevSize":32,"code":59783},"setIdx":16,"setId":1,"iconIdx":211},{"icon":{"width":1152,"paths":["M1088 901.166c0 45.5 26.028 84.908 64 104.184v15.938c-10.626 1.454-21.472 2.224-32.5 2.224-68.008 0-129.348-28.528-172.722-74.264-26.222 6.982-54.002 10.752-82.778 10.752-159.058 0-288-114.616-288-256s128.942-256 288-256c159.058 0 288 114.616 288 256 0 55.348-19.764 106.592-53.356 148.466-6.824 14.824-10.644 31.312-10.644 48.7zM512 0c278.458 0 504.992 180.614 511.836 405.52-49.182-21.92-103.586-33.52-159.836-33.52-95.56 0-185.816 33.446-254.138 94.178-70.846 62.972-109.862 147.434-109.862 237.822 0 44.672 9.544 87.888 27.736 127.788-5.228 0.126-10.468 0.212-15.736 0.212-27.156 0-53.81-1.734-79.824-5.044-109.978 109.978-241.25 129.7-368.176 132.596v-26.916c68.536-33.578 128-94.74 128-164.636 0-9.754-0.758-19.33-2.164-28.696-115.796-76.264-189.836-192.754-189.836-323.304 0-229.75 229.23-416 512-416z"],"tags":["bubbles","comments","chat","talk"],"defaultCode":59756,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubbles, comments","name":"bubbles","order":188,"id":109,"prevSize":32,"code":59784},"setIdx":16,"setId":1,"iconIdx":212},{"icon":{"width":1152,"paths":["M480 0v0c265.096 0 480 173.914 480 388.448s-214.904 388.448-480 388.448c-25.458 0-50.446-1.62-74.834-4.71-103.106 102.694-222.172 121.108-341.166 123.814v-25.134c64.252-31.354 116-88.466 116-153.734 0-9.106-0.712-18.048-2.030-26.794-108.558-71.214-177.97-179.988-177.97-301.89 0-214.534 214.904-388.448 480-388.448zM996 870.686c0 55.942 36.314 104.898 92 131.772v21.542c-103.126-2.318-197.786-18.102-287.142-106.126-21.14 2.65-42.794 4.040-64.858 4.040-95.47 0-183.408-25.758-253.614-69.040 144.674-0.506 281.26-46.854 384.834-130.672 52.208-42.252 93.394-91.826 122.414-147.348 30.766-58.866 46.366-121.582 46.366-186.406 0-10.448-0.45-20.836-1.258-31.168 72.57 59.934 117.258 141.622 117.258 231.676 0 104.488-60.158 197.722-154.24 258.764-1.142 7.496-1.76 15.16-1.76 22.966z"],"tags":["bubbles","comments","chat","talk"],"defaultCode":59757,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bubbles2, comments2","name":"bubbles2","order":189,"id":110,"prevSize":32,"code":59785},"setIdx":16,"setId":1,"iconIdx":213},{"icon":{"paths":["M576 706.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z"],"tags":["user","profile","avatar","person","member"],"defaultCode":59761,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"user, profile2","name":"user","order":306,"id":114,"prevSize":32,"code":59832},"setIdx":16,"setId":1,"iconIdx":214},{"icon":{"width":1152,"paths":["M768 770.612v-52.78c70.498-39.728 128-138.772 128-237.832 0-159.058 0-288-192-288s-192 128.942-192 288c0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h896c0-128.968-166.898-235.64-384-253.388z","M327.196 795.328c55.31-36.15 124.080-63.636 199.788-80.414-15.054-17.784-28.708-37.622-40.492-59.020-30.414-55.234-46.492-116.058-46.492-175.894 0-86.042 0-167.31 30.6-233.762 29.706-64.504 83.128-104.496 159.222-119.488-16.914-76.48-61.94-126.75-181.822-126.75-192 0-192 128.942-192 288 0 99.060 57.502 198.104 128 237.832v52.78c-217.102 17.748-384 124.42-384 253.388h279.006c14.518-12.91 30.596-25.172 48.19-36.672z"],"tags":["users","group","team","members","community","collaborate"],"defaultCode":59762,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"users, group","name":"users","order":307,"id":115,"prevSize":32,"code":59837},"setIdx":16,"setId":1,"iconIdx":215},{"icon":{"paths":["M225 448c123.712 0 224 100.29 224 224 0 123.712-100.288 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.634 11.636-22.252 24.016-31.83 37.020 11.438-1.8 23.16-2.746 35.104-2.746zM801 448c123.71 0 224 100.29 224 224 0 123.712-100.29 224-224 224s-224-100.288-224-224l-1-32c0-247.424 200.576-448 448-448v128c-85.474 0-165.834 33.286-226.274 93.726-11.636 11.636-22.254 24.016-31.832 37.020 11.44-1.8 23.16-2.746 35.106-2.746z"],"tags":["quotes-left","ldquo"],"defaultCode":59767,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"quotes-left, ldquo","name":"quotes-left","order":311,"id":120,"prevSize":32,"code":59838},"setIdx":16,"setId":1,"iconIdx":216},{"icon":{"paths":["M800 640c-123.712 0-224-100.29-224-224 0-123.712 100.288-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.634-11.636 22.252-24.016 31.83-37.020-11.438 1.8-23.16 2.746-35.104 2.746zM224 640c-123.71 0-224-100.29-224-224 0-123.712 100.29-224 224-224s224 100.288 224 224l1 32c0 247.424-200.576 448-448 448v-128c85.474 0 165.834-33.286 226.274-93.726 11.636-11.636 22.254-24.016 31.832-37.020-11.44 1.8-23.16 2.746-35.106 2.746z"],"tags":["quotes-right","rdquo"],"defaultCode":59768,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"quotes-right, rdquo","name":"quotes-right","order":312,"id":121,"prevSize":32,"code":59839},"setIdx":16,"setId":1,"iconIdx":217},{"icon":{"paths":["M384 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM655.53 240.47c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM832 512c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM719.53 783.53c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM448.002 896c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM176.472 783.53c0 0 0 0 0 0 0-35.346 28.654-64 64-64s64 28.654 64 64c0 0 0 0 0 0 0 35.346-28.654 64-64 64s-64-28.654-64-64zM144.472 240.47c0 0 0 0 0 0 0-53.019 42.981-96 96-96s96 42.981 96 96c0 0 0 0 0 0 0 53.019-42.981 96-96 96s-96-42.981-96-96zM56 512c0-39.765 32.235-72 72-72s72 32.235 72 72c0 39.765-32.235 72-72 72s-72-32.235-72-72z"],"tags":["spinner","loading","loading-wheel","busy","wait"],"defaultCode":59770,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"spinner, loading2","name":"spinner","order":319,"id":123,"prevSize":32,"code":59840},"setIdx":16,"setId":1,"iconIdx":218},{"icon":{"paths":["M1024 512c-1.278-66.862-15.784-133.516-42.576-194.462-26.704-61-65.462-116.258-113.042-161.92-47.552-45.696-103.944-81.82-164.984-105.652-61.004-23.924-126.596-35.352-191.398-33.966-64.81 1.282-129.332 15.374-188.334 41.356-59.048 25.896-112.542 63.47-156.734 109.576-44.224 46.082-79.16 100.708-102.186 159.798-23.114 59.062-34.128 122.52-32.746 185.27 1.286 62.76 14.964 125.148 40.134 182.206 25.088 57.1 61.476 108.828 106.11 151.548 44.61 42.754 97.472 76.504 154.614 98.72 57.118 22.304 118.446 32.902 179.142 31.526 60.708-1.29 120.962-14.554 176.076-38.914 55.15-24.282 105.116-59.48 146.366-102.644 41.282-43.14 73.844-94.236 95.254-149.43 13.034-33.458 21.88-68.4 26.542-103.798 1.246 0.072 2.498 0.12 3.762 0.12 35.346 0 64-28.652 64-64 0-1.796-0.094-3.572-0.238-5.332h0.238zM922.306 681.948c-23.472 53.202-57.484 101.4-99.178 141.18-41.67 39.81-91 71.186-144.244 91.79-53.228 20.678-110.29 30.452-166.884 29.082-56.604-1.298-112.596-13.736-163.82-36.474-51.25-22.666-97.684-55.49-135.994-95.712-38.338-40.198-68.528-87.764-88.322-139.058-19.87-51.284-29.228-106.214-27.864-160.756 1.302-54.552 13.328-108.412 35.254-157.69 21.858-49.3 53.498-93.97 92.246-130.81 38.73-36.868 84.53-65.87 133.874-84.856 49.338-19.060 102.136-28.006 154.626-26.644 52.5 1.306 104.228 12.918 151.562 34.034 47.352 21.050 90.256 51.502 125.624 88.782 35.396 37.258 63.21 81.294 81.39 128.688 18.248 47.392 26.782 98.058 25.424 148.496h0.238c-0.144 1.76-0.238 3.536-0.238 5.332 0 33.012 24.992 60.174 57.086 63.624-6.224 34.822-16.53 68.818-30.78 100.992z"],"tags":["spinner","loading","loading-wheel","busy","wait"],"defaultCode":59771,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"spinner2, loading3","name":"spinner2","order":321,"id":124,"prevSize":32,"code":59841},"setIdx":16,"setId":1,"iconIdx":219},{"icon":{"paths":["M512 303.096c-32.964 0-59.686-26.724-59.686-59.686v-179.060c0-32.964 26.722-59.686 59.686-59.686 32.962 0 59.688 26.722 59.688 59.686v179.060c0 32.964-26.726 59.686-59.688 59.686z","M512 996.956c-20.602 0-37.304-16.702-37.304-37.304v-179.060c0-20.602 16.702-37.304 37.304-37.304 20.604 0 37.304 16.704 37.304 37.304v179.060c0 20.602-16.7 37.304-37.304 37.304z","M377.756 335.36c-19.34 0-38.146-10.034-48.512-27.988l-89.53-155.070c-15.452-26.764-6.282-60.986 20.482-76.438 26.762-15.45 60.986-6.284 76.438 20.482l89.53 155.072c15.452 26.764 6.282 60.986-20.482 76.438-8.81 5.084-18.432 7.504-27.926 7.504z","M735.856 933.256c-11.602 0-22.886-6.022-29.108-16.792l-89.53-155.070c-9.27-16.056-3.77-36.592 12.29-45.864 16.056-9.264 36.59-3.77 45.864 12.292l89.532 155.068c9.27 16.058 3.768 36.592-12.292 45.864-5.286 3.048-11.060 4.502-16.756 4.502z","M279.344 429.94c-8.86 0-17.838-2.256-26.064-7.006l-155.072-89.53c-24.978-14.422-33.538-46.362-19.116-71.342 14.42-24.978 46.364-33.538 71.342-19.116l155.070 89.53c24.98 14.422 33.538 46.362 19.116 71.34-9.668 16.756-27.226 26.124-45.276 26.124z","M899.648 765.674c-5.064 0-10.196-1.29-14.894-4.004l-155.068-89.53c-14.274-8.24-19.164-26.494-10.924-40.768 8.242-14.276 26.496-19.166 40.766-10.924l155.070 89.532c14.274 8.24 19.164 26.492 10.924 40.766-5.53 9.574-15.562 14.928-25.874 14.928z","M243.41 560.496h-179.060c-26.784 0-48.496-21.712-48.496-48.496s21.712-48.496 48.496-48.496h179.060c26.784 0 48.496 21.712 48.496 48.496s-21.712 48.496-48.496 48.496z","M959.65 541.844c-0.002 0 0 0 0 0h-179.060c-16.482-0.002-29.844-13.364-29.844-29.844s13.364-29.844 29.844-29.844c0.002 0 0 0 0 0h179.060c16.482 0 29.844 13.362 29.844 29.844 0 16.48-13.364 29.844-29.844 29.844z","M124.366 780.598c-15.472 0-30.518-8.028-38.81-22.39-12.362-21.41-5.026-48.79 16.384-61.148l155.072-89.532c21.41-12.368 48.79-5.028 61.15 16.384 12.362 21.412 5.026 48.79-16.384 61.15l-155.072 89.53c-7.050 4.070-14.748 6.006-22.34 6.006z","M744.632 407.552c-10.314 0-20.346-5.352-25.874-14.926-8.24-14.274-3.35-32.526 10.924-40.768l155.070-89.528c14.272-8.236 32.526-3.352 40.768 10.922 8.24 14.274 3.35 32.526-10.924 40.768l-155.070 89.528c-4.7 2.714-9.83 4.004-14.894 4.004z","M288.136 940.716c-6.962 0-14.016-1.774-20.48-5.504-19.626-11.332-26.35-36.428-15.020-56.054l89.53-155.070c11.33-19.628 36.426-26.352 56.054-15.022 19.626 11.332 26.35 36.43 15.020 56.054l-89.53 155.072c-7.598 13.166-21.392 20.524-35.574 20.524z","M646.266 309.242c-5.062 0-10.196-1.29-14.894-4.002-14.274-8.242-19.164-26.494-10.924-40.766l89.534-155.070c8.24-14.274 26.492-19.166 40.766-10.922 14.274 8.242 19.164 26.494 10.924 40.766l-89.532 155.070c-5.53 9.57-15.56 14.924-25.874 14.924z"],"tags":["spinner","loading","loading-wheel","busy","wait"],"defaultCode":59772,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"spinner3, loading4","name":"spinner3","order":320,"id":125,"prevSize":32,"code":59842},"setIdx":16,"setId":1,"iconIdx":220},{"icon":{"paths":["M64 0h384v64h-384zM576 0h384v64h-384zM952 320h-56v-256h-256v256h-256v-256h-256v256h-56c-39.6 0-72 32.4-72 72v560c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-376h128v376c0 39.6 32.4 72 72 72h304c39.6 0 72-32.4 72-72v-560c0-39.6-32.4-72-72-72zM348 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32zM544 512h-64c-17.6 0-32-14.4-32-32s14.4-32 32-32h64c17.6 0 32 14.4 32 32s-14.4 32-32 32zM924 960h-248c-19.8 0-36-14.4-36-32s16.2-32 36-32h248c19.8 0 36 14.4 36 32s-16.2 32-36 32z"],"tags":["binoculars","lookup","search","find"],"defaultCode":59781,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"binoculars, lookup","name":"binoculars","order":196,"id":134,"prevSize":32,"code":59786},"setIdx":16,"setId":1,"iconIdx":221},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256z"],"tags":["search","magnifier","magnifying-glass","inspect","find"],"defaultCode":59782,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"search, magnifier","name":"search","order":322,"id":135,"prevSize":32,"code":59843},"setIdx":16,"setId":1,"iconIdx":222},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM448 192h-128v128h-128v128h128v128h128v-128h128v-128h-128z"],"tags":["zoom-in","magnifier","magnifier-plus","enlarge"],"defaultCode":59783,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"zoom-in, magnifier2","name":"zoom-in","order":195,"id":136,"prevSize":32,"code":59787},"setIdx":16,"setId":1,"iconIdx":223},{"icon":{"paths":["M992.262 871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926 57.256-67.068 91.842-154.078 91.842-249.176 0-212.078-171.922-384-384-384-212.076 0-384 171.922-384 384s171.922 384 384 384c95.098 0 182.108-34.586 249.176-91.844-1 21.662 9.36 48.478 31.926 73.552l206.294 242.552c35.322 39.246 93.022 42.554 128.22 7.356s31.892-92.898-7.354-128.22zM384 640c-141.384 0-256-114.616-256-256s114.616-256 256-256 256 114.616 256 256-114.614 256-256 256zM192 320h384v128h-384z"],"tags":["zoom-out","magnifier","magnifier-minus","reduce"],"defaultCode":59784,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"zoom-out, magnifier3","name":"zoom-out","order":194,"id":137,"prevSize":32,"code":59788},"setIdx":16,"setId":1,"iconIdx":224},{"icon":{"paths":["M1024 0h-416l160 160-192 192 96 96 192-192 160 160z","M1024 1024v-416l-160 160-192-192-96 96 192 192-160 160z","M0 1024h416l-160-160 192-192-96-96-192 192-160-160z","M0 0v416l160-160 192 192 96-96-192-192 160-160z"],"tags":["enlarge","expand","maximize","fullscreen"],"defaultCode":59785,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enlarge, expand","name":"enlarge","order":193,"id":138,"prevSize":32,"code":59789},"setIdx":16,"setId":1,"iconIdx":225},{"icon":{"paths":["M576 448h416l-160-160 192-192-96-96-192 192-160-160z","M576 576v416l160-160 192 192 96-96-192-192 160-160z","M448 575.996h-416l160 160-192 192 96 96 192-192 160 160z","M448 448v-416l-160 160-192-192-96 96 192 192-160 160z"],"tags":["shrink","collapse","minimize","contract"],"defaultCode":59786,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shrink, collapse","name":"shrink","order":192,"id":139,"prevSize":32,"code":59790},"setIdx":16,"setId":1,"iconIdx":226},{"icon":{"paths":["M1024 0v416l-160-160-192 192-96-96 192-192-160-160zM448 672l-192 192 160 160h-416v-416l160 160 192-192z"],"tags":["enlarge","expand","maximize","fullscreen"],"defaultCode":59787,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enlarge2, expand2","name":"enlarge2","order":190,"id":140,"prevSize":32,"code":59791},"setIdx":16,"setId":1,"iconIdx":227},{"icon":{"paths":["M448 576v416l-160-160-192 192-96-96 192-192-160-160zM1024 96l-192 192 160 160h-416v-416l160 160 192-192z"],"tags":["shrink","collapse","minimize","contract"],"defaultCode":59788,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shrink2, collapse2","name":"shrink2","order":191,"id":141,"prevSize":32,"code":59792},"setIdx":16,"setId":1,"iconIdx":228},{"icon":{"paths":["M448 128v-16c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576zM256 256v-128h128v128h-128zM832 432c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-576v128h576v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h192v-128h-192v-16zM640 576v-128h128v128h-128zM448 752c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v16h-192v128h192v16c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-16h576v-128h-576v-16zM256 896v-128h128v128h-128z"],"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59794,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"equalizer, sliders","name":"equalizer","order":245,"id":147,"prevSize":32,"code":59794},"setIdx":16,"setId":1,"iconIdx":229},{"icon":{"paths":["M896 448h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576zM768 256h128v128h-128v-128zM592 832c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-576h-128v576h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v192h128v-192h16zM448 640h128v128h-128v-128zM272 448c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h-128v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v576h128v-576h16zM128 256h128v128h-128v-128z"],"tags":["equalizer","sliders","settings","preferences","dashboard","control"],"defaultCode":59795,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"equalizer2, sliders2","name":"equalizer2","order":246,"id":148,"prevSize":32,"code":59795},"setIdx":16,"setId":1,"iconIdx":230},{"icon":{"paths":["M933.79 610.25c-53.726-93.054-21.416-212.304 72.152-266.488l-100.626-174.292c-28.75 16.854-62.176 26.518-97.846 26.518-107.536 0-194.708-87.746-194.708-195.99h-201.258c0.266 33.41-8.074 67.282-25.958 98.252-53.724 93.056-173.156 124.702-266.862 70.758l-100.624 174.292c28.97 16.472 54.050 40.588 71.886 71.478 53.638 92.908 21.512 211.92-71.708 266.224l100.626 174.292c28.65-16.696 61.916-26.254 97.4-26.254 107.196 0 194.144 87.192 194.7 194.958h201.254c-0.086-33.074 8.272-66.57 25.966-97.218 53.636-92.906 172.776-124.594 266.414-71.012l100.626-174.29c-28.78-16.466-53.692-40.498-71.434-71.228zM512 719.332c-114.508 0-207.336-92.824-207.336-207.334 0-114.508 92.826-207.334 207.336-207.334 114.508 0 207.332 92.826 207.332 207.334-0.002 114.51-92.824 207.334-207.332 207.334z"],"tags":["cog","gear","preferences","settings","generate","control","options"],"defaultCode":59796,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cog, gear","name":"cog","order":247,"id":149,"prevSize":32,"code":59796},"setIdx":16,"setId":1,"iconIdx":231},{"icon":{"paths":["M1024 576v-64h-193.29c-5.862-72.686-31.786-139.026-71.67-192.25h161.944l70.060-280.24-62.090-15.522-57.94 231.76h-174.68c-0.892-0.694-1.796-1.374-2.698-2.056 6.71-19.502 10.362-40.422 10.362-62.194 0.002-105.76-85.958-191.498-191.998-191.498s-192 85.738-192 191.5c0 21.772 3.65 42.692 10.362 62.194-0.9 0.684-1.804 1.362-2.698 2.056h-174.68l-57.94-231.76-62.090 15.522 70.060 280.24h161.944c-39.884 53.222-65.806 119.562-71.668 192.248h-193.29v64h193.37c3.802 45.664 15.508 88.812 33.638 127.75h-123.992l-70.060 280.238 62.090 15.524 57.94-231.762h112.354c58.692 78.032 147.396 127.75 246.66 127.75s187.966-49.718 246.662-127.75h112.354l57.94 231.762 62.090-15.524-70.060-280.238h-123.992c18.13-38.938 29.836-82.086 33.636-127.75h193.37z"],"tags":["bug","virus","error"],"defaultCode":59801,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bug, virus","name":"bug","order":251,"id":154,"prevSize":32,"code":59801},"setIdx":16,"setId":1,"iconIdx":232},{"icon":{"paths":["M448 576v-448c-247.424 0-448 200.576-448 448s200.576 448 448 448 448-200.576 448-448c0-72.034-17.028-140.084-47.236-200.382l-400.764 200.382zM912.764 247.618c-73.552-146.816-225.374-247.618-400.764-247.618v448l400.764-200.382z"],"tags":["pie-chart","stats","statistics","graph"],"defaultCode":59802,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pie-chart, stats","name":"pie-chart","order":295,"id":155,"prevSize":32,"code":59844},"setIdx":16,"setId":1,"iconIdx":233},{"icon":{"paths":["M128 896h896v128h-1024v-1024h128zM288 832c-53.020 0-96-42.98-96-96s42.98-96 96-96c2.828 0 5.622 0.148 8.388 0.386l103.192-171.986c-9.84-15.070-15.58-33.062-15.58-52.402 0-53.020 42.98-96 96-96s96 42.98 96 96c0 19.342-5.74 37.332-15.58 52.402l103.192 171.986c2.766-0.238 5.56-0.386 8.388-0.386 2.136 0 4.248 0.094 6.35 0.23l170.356-298.122c-10.536-15.408-16.706-34.036-16.706-54.11 0-53.020 42.98-96 96-96s96 42.98 96 96c0 53.020-42.98 96-96 96-2.14 0-4.248-0.094-6.35-0.232l-170.356 298.124c10.536 15.406 16.706 34.036 16.706 54.11 0 53.020-42.98 96-96 96s-96-42.98-96-96c0-19.34 5.74-37.332 15.578-52.402l-103.19-171.984c-2.766 0.238-5.56 0.386-8.388 0.386s-5.622-0.146-8.388-0.386l-103.192 171.986c9.84 15.068 15.58 33.060 15.58 52.4 0 53.020-42.98 96-96 96z"],"tags":["stats-dots","stats","plot","statistics","chart"],"defaultCode":59803,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stats-dots, stats2","name":"stats-dots","order":294,"id":156,"prevSize":32,"code":59845},"setIdx":16,"setId":1,"iconIdx":234},{"icon":{"paths":["M0 832h1024v128h-1024zM128 576h128v192h-128zM320 320h128v448h-128zM512 512h128v256h-128zM704 128h128v640h-128z"],"tags":["stats-bars","stats","statistics","chart"],"defaultCode":59804,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stats-bars, stats3","name":"stats-bars","order":323,"id":157,"prevSize":32,"code":59846},"setIdx":16,"setId":1,"iconIdx":235},{"icon":{"paths":["M832 192v-128h-640v128h-192v128c0 106.038 85.958 192 192 192 20.076 0 39.43-3.086 57.62-8.802 46.174 66.008 116.608 113.796 198.38 130.396v198.406h-64c-70.694 0-128 57.306-128 128h512c0-70.694-57.306-128-128-128h-64v-198.406c81.772-16.6 152.206-64.386 198.38-130.396 18.19 5.716 37.544 8.802 57.62 8.802 106.042 0 192-85.962 192-192v-128h-192zM192 436c-63.962 0-116-52.038-116-116v-64h116v64c0 40.186 7.43 78.632 20.954 114.068-6.802 1.246-13.798 1.932-20.954 1.932zM948 320c0 63.962-52.038 116-116 116-7.156 0-14.152-0.686-20.954-1.932 13.524-35.436 20.954-73.882 20.954-114.068v-64h116v64z"],"tags":["trophy","cup","prize","award","winner","tournament"],"defaultCode":59806,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"trophy, cup","name":"trophy","order":252,"id":159,"prevSize":32,"code":59806},"setIdx":16,"setId":1,"iconIdx":236},{"icon":{"paths":["M771.516 320c18.126-12.88 35.512-27.216 51.444-43.148 33.402-33.402 55.746-74.5 62.912-115.722 7.858-45.186-3.672-87.14-31.63-115.1-22.3-22.298-52.51-34.086-87.364-34.086-49.632 0-101.922 23.824-143.46 65.362-66.476 66.476-105.226 158.238-126.076 223.722-15.44-65.802-46.206-154.644-106.018-214.458-32.094-32.092-73.114-48.57-111.846-48.57-31.654 0-61.78 11.004-84.26 33.486-49.986 49.988-43.232 137.786 15.086 196.104 20.792 20.792 45.098 38.062 70.72 52.412h-217.024v256h64v448h768v-448.002h64v-256h-188.484zM674.326 128.218c27.724-27.724 62.322-44.274 92.55-44.274 10.7 0 25.708 2.254 36.45 12.998 26.030 26.028 11.412 86.308-31.28 128.998-43.946 43.946-103.060 74.168-154.432 94.060h-50.672c18.568-57.548 52.058-136.456 107.384-191.782zM233.934 160.89c-0.702-9.12-0.050-26.248 12.196-38.494 10.244-10.244 23.788-12.396 33.348-12.396v0c21.258 0 43.468 10.016 60.932 27.48 33.872 33.872 61.766 87.772 80.668 155.876 0.51 1.84 1.008 3.67 1.496 5.486-1.816-0.486-3.646-0.984-5.486-1.496-68.104-18.904-122.002-46.798-155.874-80.67-15.828-15.826-25.77-36.16-27.28-55.786zM448 960h-256v-416h256v416zM448 512h-320v-128h320v128zM832 960h-256v-416h256v416zM896 512h-320v-128h320v128z"],"tags":["gift","present","box"],"defaultCode":59807,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"gift, present","name":"gift","order":253,"id":160,"prevSize":32,"code":59807},"setIdx":16,"setId":1,"iconIdx":237},{"icon":{"paths":["M1011.328 134.496c-110.752-83.928-281.184-134.034-455.91-134.034-216.12 0-392.226 75.456-483.16 207.020-42.708 61.79-66.33 134.958-70.208 217.474-3.454 73.474 8.884 154.726 36.684 242.146 94.874-284.384 359.82-507.102 665.266-507.102 0 0-285.826 75.232-465.524 308.192-0.112 0.138-2.494 3.090-6.614 8.698-36.080 48.278-67.538 103.162-91.078 165.328-39.87 94.83-76.784 224.948-76.784 381.782h128c0 0-19.43-122.222 14.36-262.79 55.89 7.556 105.858 11.306 150.852 11.306 117.678 0 201.37-25.46 263.388-80.124 55.568-48.978 86.198-114.786 118.624-184.456 49.524-106.408 105.654-227.010 268.654-320.152 9.33-5.332 15.362-14.992 16.056-25.716s-4.040-21.080-12.606-27.572z"],"tags":["leaf","nature","plant","tea","green","vegan","vegetarian"],"defaultCode":59812,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"leaf, nature","name":"leaf","order":248,"id":165,"prevSize":32,"code":59812},"setIdx":16,"setId":1,"iconIdx":238},{"icon":{"paths":["M956.29 804.482l-316.29-527.024v-213.458h32c17.6 0 32-14.4 32-32s-14.4-32-32-32h-320c-17.6 0-32 14.4-32 32s14.4 32 32 32h32v213.458l-316.288 527.024c-72.442 120.734-16.512 219.518 124.288 219.518h640c140.8 0 196.73-98.784 124.29-219.518zM241.038 640l206.962-344.938v-231.062h128v231.062l206.964 344.938h-541.926z"],"tags":["lab","beta","beaker","test","experiment"],"defaultCode":59818,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"lab, beta","name":"lab","order":250,"id":171,"prevSize":32,"code":59818},"setIdx":16,"setId":1,"iconIdx":239},{"icon":{"paths":["M128 320v640c0 35.2 28.8 64 64 64h576c35.2 0 64-28.8 64-64v-640h-704zM320 896h-64v-448h64v448zM448 896h-64v-448h64v448zM576 896h-64v-448h64v448zM704 896h-64v-448h64v448z","M848 128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4 0-48 21.6-48 48v80h-208c-26.4 0-48 21.6-48 48v80h832v-80c0-26.4-21.6-48-48-48zM576 128h-192v-63.198h192v63.198z"],"tags":["bin","trashcan","remove","delete","recycle","dispose"],"defaultCode":59820,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bin, trashcan","name":"bin","order":249,"id":173,"prevSize":32,"code":59820},"setIdx":16,"setId":1,"iconIdx":240},{"icon":{"paths":["M192 1024h640l64-704h-768zM640 128v-128h-256v128h-320v192l64-64h768l64 64v-192h-320zM576 128h-128v-64h128v64z"],"tags":["bin","trashcan","remove","delete","recycle","dispose"],"defaultCode":59821,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bin2, trashcan2","name":"bin-alt","order":324,"id":174,"prevSize":32,"code":59847},"setIdx":16,"setId":1,"iconIdx":241},{"icon":{"paths":["M416 96c0-53.018 42.98-96 96-96s96 42.982 96 96c0 53.020-42.98 96-96 96s-96-42.98-96-96z","M640 320l329.596-142.172-23.77-59.424-401.826 137.596h-64l-401.826-137.596-23.77 59.424 329.596 142.172v256l-131.27 424.57 59.84 22.7 185.716-415.27h27.428l185.716 415.27 59.84-22.7-131.27-424.57z"],"tags":["accessibility"],"defaultCode":59826,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"accessibility","name":"accessibility","order":273,"id":179,"prevSize":32,"code":59826},"setIdx":16,"setId":1,"iconIdx":242},{"icon":{"paths":["M384 0l-384 512h384l-256 512 896-640h-512l384-384z"],"tags":["power","lightning","bolt","electricity"],"defaultCode":59829,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"power, lightning","name":"power","order":272,"id":182,"prevSize":32,"code":59829},"setIdx":16,"setId":1,"iconIdx":243},{"icon":{"paths":["M640 146.588v135.958c36.206 15.804 69.5 38.408 98.274 67.18 60.442 60.44 93.726 140.8 93.726 226.274s-33.286 165.834-93.726 226.274c-60.44 60.44-140.798 93.726-226.274 93.726s-165.834-33.286-226.274-93.726c-60.44-60.44-93.726-140.8-93.726-226.274s33.286-165.834 93.726-226.274c28.774-28.774 62.068-51.378 98.274-67.182v-135.956c-185.048 55.080-320 226.472-320 429.412 0 247.424 200.578 448 448 448 247.424 0 448-200.576 448-448 0-202.94-134.95-374.332-320-429.412zM448 0h128v512h-128z"],"tags":["switch"],"defaultCode":59830,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"switch","name":"switch","order":330,"id":183,"prevSize":32,"code":59848},"setIdx":16,"setId":1,"iconIdx":244},{"icon":{"paths":["M1024 282.5l-90.506-90.5-178.746 178.752-101.5-101.502 178.75-178.75-90.5-90.5-178.75 178.75-114.748-114.75-86.626 86.624 512.002 512 86.624-86.622-114.752-114.752 178.752-178.75z","M794.040 673.79l-443.824-443.824c-95.818 114.904-204.52 292.454-129.396 445.216l-132.248 132.248c-31.112 31.114-31.112 82.024 0 113.136l14.858 14.858c31.114 31.114 82.026 31.114 113.138 0l132.246-132.244c152.764 75.132 330.318-33.566 445.226-129.39z"],"tags":["power-cord","plugin","extension"],"defaultCode":59831,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"power-cord, plugin","name":"power-cord","order":329,"id":184,"prevSize":32,"code":59854},"setIdx":16,"setId":1,"iconIdx":245},{"icon":{"paths":["M384 832h640v128h-640zM384 448h640v128h-640zM384 64h640v128h-640zM192 0v256h-64v-192h-64v-64zM128 526v50h128v64h-192v-146l128-60v-50h-128v-64h192v146zM256 704v320h-192v-64h128v-64h-128v-64h128v-64h-128v-64z"],"tags":["list-numbered","options"],"defaultCode":59833,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list-numbered, options","name":"list-numbered","order":271,"id":186,"prevSize":32,"code":59833},"setIdx":16,"setId":1,"iconIdx":246},{"icon":{"paths":["M0 0h256v256h-256zM384 64h640v128h-640zM0 384h256v256h-256zM384 448h640v128h-640zM0 768h256v256h-256zM384 832h640v128h-640z"],"tags":["list","todo","bullet","menu","options"],"defaultCode":59834,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list, todo","name":"list-check","order":270,"id":187,"prevSize":32,"code":59834},"setIdx":16,"setId":1,"iconIdx":247},{"icon":{"paths":["M384 64h640v128h-640v-128zM384 448h640v128h-640v-128zM384 832h640v128h-640v-128zM0 128c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM0 896c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128z"],"tags":["list","todo","bullet","menu","options"],"defaultCode":59835,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"list2, todo2","name":"list-bullet","order":269,"id":188,"prevSize":32,"code":59835},"setIdx":16,"setId":1,"iconIdx":248},{"icon":{"paths":["M976 768h-16v-208c0-61.756-50.242-112-112-112h-272v-128h16c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-160c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h16v128h-272c-61.756 0-112 50.244-112 112v208h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48h-16v-192h256v192h-16c-26.4 0-48 21.6-48 48v160c0 26.4 21.6 48 48 48h160c26.4 0 48-21.6 48-48v-160c0-26.4-21.6-48-48-48zM192 960h-128v-128h128v128zM576 960h-128v-128h128v128zM448 256v-128h128v128h-128zM960 960h-128v-128h128v128z"],"tags":["tree","branches","inheritance"],"defaultCode":59836,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tree, branches","name":"tree","order":268,"id":189,"prevSize":32,"code":59836},"setIdx":16,"setId":1,"iconIdx":249},{"icon":{"paths":["M1024 657.542c0-82.090-56.678-150.9-132.996-169.48-3.242-128.7-108.458-232.062-237.862-232.062-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.874-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848l656.262-0.012c96.138-0.184 174.008-78.212 174.008-174.446z"],"tags":["cloud","weather"],"defaultCode":59841,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud, weather","name":"cloud","order":290,"id":194,"prevSize":32,"code":59855},"setIdx":16,"setId":1,"iconIdx":250},{"icon":{"paths":["M891.004 360.060c-3.242-128.698-108.458-232.060-237.862-232.060-75.792 0-143.266 35.494-186.854 90.732-24.442-31.598-62.69-51.96-105.708-51.96-73.81 0-133.642 59.876-133.642 133.722 0 6.436 0.48 12.76 1.364 18.954-11.222-2.024-22.766-3.138-34.57-3.138-106.998-0.002-193.732 86.786-193.732 193.842 0 107.062 86.734 193.848 193.73 193.848h91.76l226.51 234.51 226.51-234.51 111.482-0.012c96.138-0.184 174.008-78.21 174.008-174.446 0-82.090-56.678-150.9-132.996-169.482zM512 832l-192-192h128v-192h128v192h128l-192 192z"],"tags":["cloud-download","cloud","save","download"],"defaultCode":59842,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-download, cloud2","name":"cloud-download","order":291,"id":195,"prevSize":32,"code":59856},"setIdx":16,"setId":1,"iconIdx":251},{"icon":{"paths":["M892.268 386.49c2.444-11.11 3.732-22.648 3.732-34.49 0-88.366-71.634-160-160-160-14.222 0-28.014 1.868-41.132 5.352-24.798-77.352-97.29-133.352-182.868-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.622-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.388 114.616 256 256 256h128v192h256v-192h224c88.366 0 160-71.632 160-160 0-78.72-56.854-144.162-131.732-157.51zM576 640v192h-128v-192h-160l224-224 224 224h-160z"],"tags":["cloud-upload","cloud","load","upload"],"defaultCode":59843,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-upload, cloud3","name":"cloud-upload","order":292,"id":196,"prevSize":32,"code":59857},"setIdx":16,"setId":1,"iconIdx":252},{"icon":{"paths":["M892.268 514.49c2.442-11.108 3.732-22.646 3.732-34.49 0-88.366-71.634-160-160-160-14.224 0-28.014 1.868-41.134 5.352-24.796-77.352-97.288-133.352-182.866-133.352-87.348 0-161.054 58.336-184.326 138.17-22.742-6.62-46.792-10.17-71.674-10.17-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256h608c88.366 0 160-71.632 160-160 0-78.718-56.854-144.16-131.732-157.51zM416 768l-160-160 64-64 96 96 224-224 64 64-288 288z"],"tags":["cloud-check","cloud","synced"],"defaultCode":59844,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cloud-check, cloud4","name":"cloud-check","order":293,"id":197,"prevSize":32,"code":59862},"setIdx":16,"setId":1,"iconIdx":253},{"icon":{"paths":["M736 448l-256 256-256-256h160v-384h192v384zM480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64z"],"tags":["download","save","store"],"defaultCode":59847,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"download3, save5","name":"download","order":288,"id":200,"prevSize":32,"code":59868},"setIdx":16,"setId":1,"iconIdx":254},{"icon":{"paths":["M480 704h-480v256h960v-256h-480zM896 832h-128v-64h128v64zM224 320l256-256 256 256h-160v320h-192v-320z"],"tags":["upload","load","open"],"defaultCode":59848,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"upload3, load3","name":"upload","order":289,"id":201,"prevSize":32,"code":59869},"setIdx":16,"setId":1,"iconIdx":255},{"icon":{"paths":["M480 64c-265.096 0-480 214.904-480 480 0 265.098 214.904 480 480 480 265.098 0 480-214.902 480-480 0-265.096-214.902-480-480-480zM751.59 704c8.58-40.454 13.996-83.392 15.758-128h127.446c-3.336 44.196-13.624 87.114-30.68 128h-112.524zM208.41 384c-8.58 40.454-13.996 83.392-15.758 128h-127.444c3.336-44.194 13.622-87.114 30.678-128h112.524zM686.036 384c9.614 40.962 15.398 83.854 17.28 128h-191.316v-128h174.036zM512 320v-187.338c14.59 4.246 29.044 11.37 43.228 21.37 26.582 18.74 52.012 47.608 73.54 83.486 14.882 24.802 27.752 52.416 38.496 82.484h-155.264zM331.232 237.516c21.528-35.878 46.956-64.748 73.54-83.486 14.182-10 28.638-17.124 43.228-21.37v187.34h-155.264c10.746-30.066 23.616-57.68 38.496-82.484zM448 384v128h-191.314c1.88-44.146 7.666-87.038 17.278-128h174.036zM95.888 704c-17.056-40.886-27.342-83.804-30.678-128h127.444c1.762 44.608 7.178 87.546 15.758 128h-112.524zM256.686 576h191.314v128h-174.036c-9.612-40.96-15.398-83.854-17.278-128zM448 768v187.34c-14.588-4.246-29.044-11.372-43.228-21.37-26.584-18.74-52.014-47.61-73.54-83.486-14.882-24.804-27.75-52.418-38.498-82.484h155.266zM628.768 850.484c-21.528 35.876-46.958 64.746-73.54 83.486-14.184 9.998-28.638 17.124-43.228 21.37v-187.34h155.266c-10.746 30.066-23.616 57.68-38.498 82.484zM512 704v-128h191.314c-1.88 44.146-7.666 87.040-17.28 128h-174.034zM767.348 512c-1.762-44.608-7.178-87.546-15.758-128h112.524c17.056 40.886 27.344 83.806 30.68 128h-127.446zM830.658 320h-95.9c-18.638-58.762-44.376-110.294-75.316-151.428 42.536 20.34 81.058 47.616 114.714 81.272 21.48 21.478 40.362 44.938 56.502 70.156zM185.844 249.844c33.658-33.658 72.18-60.932 114.714-81.272-30.942 41.134-56.676 92.666-75.316 151.428h-95.898c16.138-25.218 35.022-48.678 56.5-70.156zM129.344 768h95.898c18.64 58.762 44.376 110.294 75.318 151.43-42.536-20.34-81.058-47.616-114.714-81.274-21.48-21.478-40.364-44.938-56.502-70.156zM774.156 838.156c-33.656 33.658-72.18 60.934-114.714 81.274 30.942-41.134 56.678-92.668 75.316-151.43h95.9c-16.14 25.218-35.022 48.678-56.502 70.156z"],"tags":["sphere","globe","internet"],"defaultCode":59849,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sphere, globe","name":"sphere","order":257,"id":202,"prevSize":32,"code":59849},"setIdx":16,"setId":1,"iconIdx":256},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 960.002c-62.958 0-122.872-13.012-177.23-36.452l233.148-262.29c5.206-5.858 8.082-13.422 8.082-21.26v-96c0-17.674-14.326-32-32-32-112.99 0-232.204-117.462-233.374-118.626-6-6.002-14.14-9.374-22.626-9.374h-128c-17.672 0-32 14.328-32 32v192c0 12.122 6.848 23.202 17.69 28.622l110.31 55.156v187.886c-116.052-80.956-192-215.432-192-367.664 0-68.714 15.49-133.806 43.138-192h116.862c8.488 0 16.626-3.372 22.628-9.372l128-128c6-6.002 9.372-14.14 9.372-22.628v-77.412c40.562-12.074 83.518-18.588 128-18.588 70.406 0 137.004 16.26 196.282 45.2-4.144 3.502-8.176 7.164-12.046 11.036-36.266 36.264-56.236 84.478-56.236 135.764s19.97 99.5 56.236 135.764c36.434 36.432 85.218 56.264 135.634 56.26 3.166 0 6.342-0.080 9.518-0.236 13.814 51.802 38.752 186.656-8.404 372.334-0.444 1.744-0.696 3.488-0.842 5.224-81.324 83.080-194.7 134.656-320.142 134.656z"],"tags":["earth","globe","language","web","internet","sphere","planet"],"defaultCode":59850,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"earth, globe2","name":"earth","order":256,"id":203,"prevSize":32,"code":59850},"setIdx":16,"setId":1,"iconIdx":257},{"icon":{"paths":["M440.236 635.766c-13.31 0-26.616-5.076-36.77-15.23-95.134-95.136-95.134-249.934 0-345.070l192-192c46.088-46.086 107.36-71.466 172.534-71.466s126.448 25.38 172.536 71.464c95.132 95.136 95.132 249.934 0 345.070l-87.766 87.766c-20.308 20.308-53.23 20.308-73.54 0-20.306-20.306-20.306-53.232 0-73.54l87.766-87.766c54.584-54.586 54.584-143.404 0-197.99-26.442-26.442-61.6-41.004-98.996-41.004s-72.552 14.562-98.996 41.006l-192 191.998c-54.586 54.586-54.586 143.406 0 197.992 20.308 20.306 20.306 53.232 0 73.54-10.15 10.152-23.462 15.23-36.768 15.23z","M256 1012c-65.176 0-126.45-25.38-172.534-71.464-95.134-95.136-95.134-249.934 0-345.070l87.764-87.764c20.308-20.306 53.234-20.306 73.54 0 20.308 20.306 20.308 53.232 0 73.54l-87.764 87.764c-54.586 54.586-54.586 143.406 0 197.992 26.44 26.44 61.598 41.002 98.994 41.002s72.552-14.562 98.998-41.006l192-191.998c54.584-54.586 54.584-143.406 0-197.992-20.308-20.308-20.306-53.232 0-73.54 20.306-20.306 53.232-20.306 73.54 0.002 95.132 95.134 95.132 249.932 0.002 345.068l-192.002 192c-46.090 46.088-107.364 71.466-172.538 71.466z"],"tags":["link","chain","url","uri","anchor"],"defaultCode":59851,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"link, chain","name":"link","order":254,"id":204,"prevSize":32,"code":59851},"setIdx":16,"setId":1,"iconIdx":258},{"icon":{"paths":["M0 0h128v1024h-128v-1024z","M832 643.002c82.624 0 154.57-19.984 192-49.5v-512c-37.43 29.518-109.376 49.502-192 49.502s-154.57-19.984-192-49.502v512c37.43 29.516 109.376 49.5 192 49.5z","M608 32.528c-46.906-19.94-115.52-32.528-192-32.528-96.396 0-180.334 19.984-224 49.502v512c43.666-29.518 127.604-49.502 224-49.502 76.48 0 145.094 12.588 192 32.528v-512z"],"tags":["flag","report","mark"],"defaultCode":59852,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"flag, report","name":"flag","order":267,"id":205,"prevSize":32,"code":59852},"setIdx":16,"setId":1,"iconIdx":259},{"icon":{"paths":["M665.832 327.048l-64.952-64.922-324.81 324.742c-53.814 53.792-53.814 141.048 0 194.844 53.804 53.792 141.060 53.792 194.874 0l389.772-389.708c89.714-89.662 89.714-235.062 0-324.726-89.666-89.704-235.112-89.704-324.782 0l-409.23 409.178c-0.29 0.304-0.612 0.576-0.876 0.846-125.102 125.096-125.102 327.856 0 452.906 125.054 125.056 327.868 125.056 452.988 0 0.274-0.274 0.516-0.568 0.82-0.876l0.032 0.034 279.332-279.292-64.986-64.92-279.33 279.262c-0.296 0.268-0.564 0.57-0.846 0.844-89.074 89.058-233.98 89.058-323.076 0-89.062-89.042-89.062-233.922 0-322.978 0.304-0.304 0.604-0.582 0.888-0.846l-0.046-0.060 409.28-409.166c53.712-53.738 141.144-53.738 194.886 0 53.712 53.734 53.712 141.148 0 194.84l-389.772 389.7c-17.936 17.922-47.054 17.922-64.972 0-17.894-17.886-17.894-47.032 0-64.92l324.806-324.782z"],"tags":["attachment","paperclip"],"defaultCode":59853,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"attachment, paperclip","name":"attachment","order":255,"id":206,"prevSize":32,"code":59853},"setIdx":16,"setId":1,"iconIdx":260},{"icon":{"paths":["M512 192c-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.312 0 416.876-130.042 512-320-95.116-189.958-288.688-320-512-320zM764.45 361.704c60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.858-25.486-252.452-73.704-60.158-38.372-111.138-89.772-149.432-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.86-7.3-9.96 27.328-15.41 56.822-15.41 87.596 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-30.774-5.452-60.268-15.408-87.598 3.978 2.378 7.938 4.802 11.858 7.302v0zM512 416c0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96 96 42.982 96 96z"],"tags":["eye","views","vision","visit"],"defaultCode":59854,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye, views","name":"eye","order":325,"id":207,"prevSize":32,"code":59870},"setIdx":16,"setId":1,"iconIdx":261},{"icon":{"paths":["M1024 128h-128v-128h-128v128h-128v128h128v128h128v-128h128z","M863.862 446.028c18.436 20.478 35.192 42.53 50.022 65.972-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-0.692-0.018-1.38-0.024-2.072-109.284-28.138-190.298-126.63-191.932-244.31-21.026-2.38-42.394-3.618-64.044-3.618-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-17.64-35.23-38.676-68.394-62.65-99.054-29.28 17.178-62.272 28.71-97.488 33.082zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96z"],"tags":["eye-plus","views","vision","visit"],"defaultCode":59855,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-plus, views2","name":"eye-plus","order":328,"id":208,"prevSize":32,"code":59871},"setIdx":16,"setId":1,"iconIdx":262},{"icon":{"paths":["M640 128h384v128h-384v-128z","M870.32 320h-294.32v-124.388c-21.014-2.376-42.364-3.612-64-3.612-223.318 0-416.882 130.042-512 320 95.118 189.958 288.682 320 512 320 223.31 0 416.876-130.042 512-320-37.396-74.686-90.020-140.1-153.68-192zM416 320c53.020 0 96 42.982 96 96 0 53.020-42.98 96-96 96s-96-42.98-96-96 42.98-96 96-96zM764.448 662.296c-75.594 48.218-162.89 73.704-252.448 73.704-89.56 0-176.86-25.486-252.454-73.704-60.156-38.372-111.136-89.772-149.43-150.296 38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 141.382 114.616 256 256 256 141.38 0 256-114.618 256-256 0-30.774-5.454-60.268-15.408-87.598 3.976 2.378 7.938 4.802 11.858 7.302 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296z"],"tags":["eye-minus","views","vision","visit"],"defaultCode":59856,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-minus, views3","name":"eye-minus","order":327,"id":209,"prevSize":32,"code":59872},"setIdx":16,"setId":1,"iconIdx":263},{"icon":{"paths":["M945.942 14.058c-18.746-18.744-49.136-18.744-67.882 0l-202.164 202.164c-51.938-15.754-106.948-24.222-163.896-24.222-223.318 0-416.882 130.042-512 320 41.122 82.124 100.648 153.040 173.022 207.096l-158.962 158.962c-18.746 18.746-18.746 49.136 0 67.882 9.372 9.374 21.656 14.060 33.94 14.060s24.568-4.686 33.942-14.058l864-864c18.744-18.746 18.744-49.138 0-67.884zM416 320c42.24 0 78.082 27.294 90.92 65.196l-121.724 121.724c-37.902-12.838-65.196-48.68-65.196-90.92 0-53.020 42.98-96 96-96zM110.116 512c38.292-60.524 89.274-111.924 149.434-150.296 3.918-2.5 7.876-4.922 11.862-7.3-9.962 27.328-15.412 56.822-15.412 87.596 0 54.89 17.286 105.738 46.7 147.418l-60.924 60.924c-52.446-36.842-97.202-83.882-131.66-138.342z","M768 442c0-27.166-4.256-53.334-12.102-77.898l-321.808 321.808c24.568 7.842 50.742 12.090 77.91 12.090 141.382 0 256-114.618 256-256z","M830.026 289.974l-69.362 69.362c1.264 0.786 2.53 1.568 3.786 2.368 60.162 38.374 111.142 89.774 149.434 150.296-38.292 60.522-89.274 111.922-149.436 150.296-75.594 48.218-162.89 73.704-252.448 73.704-38.664 0-76.902-4.76-113.962-14.040l-76.894 76.894c59.718 21.462 123.95 33.146 190.856 33.146 223.31 0 416.876-130.042 512-320-45.022-89.916-112.118-166.396-193.974-222.026z"],"tags":["eye-blocked","views","vision","visit","banned","blocked","forbidden","private"],"defaultCode":59857,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eye-blocked, views4","name":"eye-blocked","order":326,"id":210,"prevSize":32,"code":59873},"setIdx":16,"setId":1,"iconIdx":264},{"icon":{"paths":["M192 0v1024l320-320 320 320v-1024z"],"tags":["bookmark","ribbon"],"defaultCode":59858,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bookmark, ribbon","name":"bookmark","order":265,"id":211,"prevSize":32,"code":59858},"setIdx":16,"setId":1,"iconIdx":265},{"icon":{"paths":["M256 128v896l320-320 320 320v-896zM768 0h-640v896l64-64v-768h576z"],"tags":["bookmarks","ribbons"],"defaultCode":59859,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bookmarks, ribbons","name":"bookmarks","order":266,"id":212,"prevSize":32,"code":59859},"setIdx":16,"setId":1,"iconIdx":266},{"icon":{"paths":["M512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.348 0-64-28.654-64-64s28.652-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.258c24.992 24.99 24.992 65.516 0 90.508-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.99-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.518-24.992 90.508 0 24.994 24.994 24.994 65.52 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0s-24.994-65.518 0-90.508l45.256-45.258z","M512 256c-141.384 0-256 114.616-256 256 0 141.382 114.616 256 256 256 141.382 0 256-114.618 256-256 0-141.384-114.616-256-256-256zM512 672c-88.366 0-160-71.634-160-160s71.634-160 160-160 160 71.634 160 160-71.634 160-160 160z"],"tags":["sun","weather"],"defaultCode":59860,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sun, weather2","name":"sun","order":264,"id":213,"prevSize":32,"code":59860},"setIdx":16,"setId":1,"iconIdx":267},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM128 512c0-212.078 171.922-384 384-384v768c-212.078 0-384-171.922-384-384z"],"tags":["contrast"],"defaultCode":59861,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"contrast","name":"contrast","order":263,"id":214,"prevSize":32,"code":59861},"setIdx":16,"setId":1,"iconIdx":268},{"icon":{"paths":["M512 256c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.616-256-256-256zM512 672v-320c88.224 0 160 71.776 160 160s-71.776 160-160 160zM512 832c35.346 0 64 28.654 64 64v64c0 35.346-28.654 64-64 64s-64-28.654-64-64v-64c0-35.346 28.654-64 64-64zM512 192c-35.346 0-64-28.654-64-64v-64c0-35.346 28.654-64 64-64s64 28.654 64 64v64c0 35.346-28.654 64-64 64zM960 448c35.346 0 64 28.654 64 64s-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64zM192 512c0 35.346-28.654 64-64 64h-64c-35.346 0-64-28.654-64-64s28.654-64 64-64h64c35.346 0 64 28.654 64 64zM828.784 738.274l45.256 45.256c24.992 24.992 24.992 65.516 0 90.51-24.994 24.992-65.518 24.992-90.51 0l-45.256-45.256c-24.992-24.992-24.992-65.516 0-90.51 24.994-24.992 65.518-24.992 90.51 0zM195.216 285.726l-45.256-45.256c-24.994-24.994-24.994-65.516 0-90.51s65.516-24.994 90.51 0l45.256 45.256c24.994 24.994 24.994 65.516 0 90.51s-65.516 24.994-90.51 0zM828.784 285.726c-24.992 24.992-65.516 24.992-90.51 0-24.992-24.994-24.992-65.516 0-90.51l45.256-45.254c24.992-24.994 65.516-24.994 90.51 0 24.992 24.994 24.992 65.516 0 90.51l-45.256 45.254zM195.216 738.274c24.992-24.992 65.516-24.992 90.508 0 24.994 24.994 24.994 65.518 0 90.51l-45.254 45.256c-24.994 24.992-65.516 24.992-90.51 0-24.994-24.994-24.994-65.518 0-90.51l45.256-45.256z"],"tags":["brightness-contrast"],"defaultCode":59862,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"brightness-contrast","name":"brightness-contrast","order":331,"id":215,"prevSize":32,"code":59874},"setIdx":16,"setId":1,"iconIdx":269},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-223.462 117.48 42.676-248.83-180.786-176.222 249.84-36.304 111.732-226.396 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"tags":["star-empty","rate","star","favorite","bookmark"],"defaultCode":59863,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-empty, rate","name":"star-empty","order":260,"id":216,"prevSize":32,"code":59863},"setIdx":16,"setId":1,"iconIdx":270},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538zM512 753.498l-0.942 0.496 0.942-570.768 111.736 226.396 249.836 36.304-180.788 176.222 42.678 248.83-223.462-117.48z"],"tags":["star-half","rate","star"],"defaultCode":59864,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-half, rate2","name":"star-half","order":261,"id":217,"prevSize":32,"code":59864},"setIdx":16,"setId":1,"iconIdx":271},{"icon":{"paths":["M1024 397.050l-353.78-51.408-158.22-320.582-158.216 320.582-353.784 51.408 256 249.538-60.432 352.352 316.432-166.358 316.432 166.358-60.434-352.352 256.002-249.538z"],"tags":["star-full","rate","star","favorite","bookmark"],"defaultCode":59865,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"star-full, rate3","name":"star-full","order":262,"id":218,"prevSize":32,"code":59865},"setIdx":16,"setId":1,"iconIdx":272},{"icon":{"paths":["M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z"],"tags":["heart","like","love","favorite"],"defaultCode":59866,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"heart, like","name":"heart","order":258,"id":219,"prevSize":32,"code":59866},"setIdx":16,"setId":1,"iconIdx":273},{"icon":{"paths":["M755.188 64c148.382 0 268.812 120.44 268.812 268.832 0 292.21-315.824 382.842-511.978 679.418-207.522-298.424-512.022-377.572-512.022-679.418 0-148.392 120.426-268.832 268.808-268.832 60.354 0 115.99 27.53 160.796 67.834l-77.604 124.166 224 128-128 320 352-384-224-128 61.896-92.846c35.42-21.768 75.21-35.154 117.292-35.154z"],"tags":["heart-broken","heart","like","love"],"defaultCode":59867,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"heart-broken, heart2","name":"heart-broken","order":259,"id":220,"prevSize":32,"code":59867},"setIdx":16,"setId":1,"iconIdx":274},{"icon":{"paths":["M512 92.774l429.102 855.226h-858.206l429.104-855.226zM512 0c-22.070 0-44.14 14.882-60.884 44.648l-437.074 871.112c-33.486 59.532-5 108.24 63.304 108.24h869.308c68.3 0 96.792-48.708 63.3-108.24h0.002l-437.074-871.112c-16.742-29.766-38.812-44.648-60.882-44.648v0z","M576 832c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64z","M512 704c-35.346 0-64-28.654-64-64v-192c0-35.346 28.654-64 64-64s64 28.654 64 64v192c0 35.346-28.654 64-64 64z"],"tags":["warning","sign"],"defaultCode":59911,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"warning, sign","name":"warning","order":285,"id":264,"prevSize":32,"code":59911},"setIdx":16,"setId":1,"iconIdx":275},{"icon":{"paths":["M512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512zM448 704h128v128h-128zM448 192h128v384h-128z"],"tags":["notification","warning","notice","note","exclamation"],"defaultCode":59912,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"notification, warning2","name":"notification","order":286,"id":265,"prevSize":32,"code":59912},"setIdx":16,"setId":1,"iconIdx":276},{"icon":{"paths":["M448 704h128v128h-128zM704 256c35.346 0 64 28.654 64 64v192l-192 128h-128v-64l192-128v-64h-320v-128h384zM512 96c-111.118 0-215.584 43.272-294.156 121.844s-121.844 183.038-121.844 294.156c0 111.118 43.272 215.584 121.844 294.156s183.038 121.844 294.156 121.844c111.118 0 215.584-43.272 294.156-121.844s121.844-183.038 121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512 0v0c282.77 0 512 229.23 512 512s-229.23 512-512 512c-282.77 0-512-229.23-512-512s229.23-512 512-512z"],"tags":["question","help","support"],"defaultCode":59913,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"question, help","name":"question","order":287,"id":266,"prevSize":32,"code":59913},"setIdx":16,"setId":1,"iconIdx":277},{"icon":{"paths":["M992 384h-352v-352c0-17.672-14.328-32-32-32h-192c-17.672 0-32 14.328-32 32v352h-352c-17.672 0-32 14.328-32 32v192c0 17.672 14.328 32 32 32h352v352c0 17.672 14.328 32 32 32h192c17.672 0 32-14.328 32-32v-352h352c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32z"],"tags":["plus","add","sum"],"defaultCode":59914,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"plus, add","name":"plus","order":146,"id":267,"prevSize":32,"code":59914},"setIdx":16,"setId":1,"iconIdx":278},{"icon":{"paths":["M0 416v192c0 17.672 14.328 32 32 32h960c17.672 0 32-14.328 32-32v-192c0-17.672-14.328-32-32-32h-960c-17.672 0-32 14.328-32 32z"],"tags":["minus","subtract","minimize","line"],"defaultCode":59915,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"minus, subtract","name":"minus","order":147,"id":268,"prevSize":32,"code":59915},"setIdx":16,"setId":1,"iconIdx":279},{"icon":{"paths":["M448 304c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32z","M640 768h-256v-64h64v-192h-64v-64h192v256h64z","M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z"],"tags":["info","information"],"defaultCode":59916,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"info, information","name":"info","order":148,"id":269,"prevSize":32,"code":59916},"setIdx":16,"setId":1,"iconIdx":280},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z","M672 256l-160 160-160-160-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z"],"tags":["cancel-circle","close","remove","delete"],"defaultCode":59917,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cancel-circle, close","name":"cancel-circle","order":149,"id":270,"prevSize":32,"code":59917},"setIdx":16,"setId":1,"iconIdx":281},{"icon":{"paths":["M874.040 149.96c-96.706-96.702-225.28-149.96-362.040-149.96s-265.334 53.258-362.040 149.96c-96.702 96.706-149.96 225.28-149.96 362.040s53.258 265.334 149.96 362.040c96.706 96.702 225.28 149.96 362.040 149.96s265.334-53.258 362.040-149.96c96.702-96.706 149.96-225.28 149.96-362.040s-53.258-265.334-149.96-362.040zM896 512c0 82.814-26.354 159.588-71.112 222.38l-535.266-535.268c62.792-44.758 139.564-71.112 222.378-71.112 211.738 0 384 172.262 384 384zM128 512c0-82.814 26.354-159.586 71.112-222.378l535.27 535.268c-62.794 44.756-139.568 71.11-222.382 71.11-211.738 0-384-172.262-384-384z"],"tags":["blocked","forbidden","denied","banned"],"defaultCode":59918,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"blocked, forbidden","name":"blocked","order":150,"id":271,"prevSize":32,"code":59918},"setIdx":16,"setId":1,"iconIdx":282},{"icon":{"paths":["M1014.662 822.66c-0.004-0.004-0.008-0.008-0.012-0.010l-310.644-310.65 310.644-310.65c0.004-0.004 0.008-0.006 0.012-0.010 3.344-3.346 5.762-7.254 7.312-11.416 4.246-11.376 1.824-24.682-7.324-33.83l-146.746-146.746c-9.148-9.146-22.45-11.566-33.828-7.32-4.16 1.55-8.070 3.968-11.418 7.31 0 0.004-0.004 0.006-0.008 0.010l-310.648 310.652-310.648-310.65c-0.004-0.004-0.006-0.006-0.010-0.010-3.346-3.342-7.254-5.76-11.414-7.31-11.38-4.248-24.682-1.826-33.83 7.32l-146.748 146.748c-9.148 9.148-11.568 22.452-7.322 33.828 1.552 4.16 3.97 8.072 7.312 11.416 0.004 0.002 0.006 0.006 0.010 0.010l310.65 310.648-310.65 310.652c-0.002 0.004-0.006 0.006-0.008 0.010-3.342 3.346-5.76 7.254-7.314 11.414-4.248 11.376-1.826 24.682 7.322 33.83l146.748 146.746c9.15 9.148 22.452 11.568 33.83 7.322 4.16-1.552 8.070-3.97 11.416-7.312 0.002-0.004 0.006-0.006 0.010-0.010l310.648-310.65 310.648 310.65c0.004 0.002 0.008 0.006 0.012 0.008 3.348 3.344 7.254 5.762 11.414 7.314 11.378 4.246 24.684 1.826 33.828-7.322l146.746-146.748c9.148-9.148 11.57-22.454 7.324-33.83-1.552-4.16-3.97-8.068-7.314-11.414z"],"tags":["cross","cancel","close","quit","remove"],"defaultCode":59919,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"cross, cancel","name":"cross","order":151,"id":272,"prevSize":32,"code":59919},"setIdx":16,"setId":1,"iconIdx":283},{"icon":{"paths":["M864 128l-480 480-224-224-160 160 384 384 640-640z"],"tags":["checkmark","tick","correct","accept","ok"],"defaultCode":59920,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkmark, tick","name":"checkmark","order":136,"id":273,"prevSize":32,"code":59920},"setIdx":16,"setId":1,"iconIdx":284},{"icon":{"paths":["M397.434 917.696l-397.868-391.6 197.378-194.27 200.49 197.332 429.62-422.852 197.378 194.27-626.998 617.12zM107.912 526.096l289.524 284.962 518.656-510.482-89.036-87.632-429.62 422.852-200.49-197.334-89.034 87.634z"],"tags":["checkmark","tick","correct","accept","ok"],"defaultCode":59921,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkmark2, tick2","name":"checkmark-outline","order":135,"id":274,"prevSize":32,"code":59921},"setIdx":16,"setId":1,"iconIdx":285},{"icon":{"paths":["M384 512h-320v-128h320v-128l192 192-192 192zM1024 0v832l-384 192v-192h-384v-256h64v192h320v-576l256-128h-576v256h-64v-320z"],"tags":["enter","signin","login"],"defaultCode":59923,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"enter, signin","name":"enter","order":138,"id":276,"prevSize":32,"code":59923},"setIdx":16,"setId":1,"iconIdx":286},{"icon":{"paths":["M768 640v-128h-320v-128h320v-128l192 192zM704 576v256h-320v192l-384-192v-832h704v320h-64v-256h-512l256 128v576h256v-192z"],"tags":["exit","signout","logout","quit","close"],"defaultCode":59924,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"exit, signout","name":"exit","order":137,"id":277,"prevSize":32,"code":59924},"setIdx":16,"setId":1,"iconIdx":287},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM384 288l384 224-384 224z"],"tags":["play","player"],"defaultCode":59925,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"play2, player","name":"play-circle","order":139,"id":278,"prevSize":32,"code":59925},"setIdx":16,"setId":1,"iconIdx":288},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 320h128v384h-128zM576 320h128v384h-128z"],"tags":["pause","player"],"defaultCode":59926,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pause, player2","name":"pause-circle","order":140,"id":279,"prevSize":32,"code":59926},"setIdx":16,"setId":1,"iconIdx":289},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 320h384v384h-384z"],"tags":["stop","player"],"defaultCode":59927,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stop, player3","name":"stop-circle","order":141,"id":280,"prevSize":32,"code":59927},"setIdx":16,"setId":1,"iconIdx":290},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z","M448 512l256-192v384z","M320 320h128v384h-128v-384z"],"tags":["previous","player"],"defaultCode":59928,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"previous, player4","name":"previous-circle","order":142,"id":281,"prevSize":32,"code":59928},"setIdx":16,"setId":1,"iconIdx":291},{"icon":{"paths":["M512 0c282.77 0 512 229.23 512 512s-229.23 512-512 512-512-229.23-512-512 229.23-512 512-512zM512 928c229.75 0 416-186.25 416-416s-186.25-416-416-416-416 186.25-416 416 186.25 416 416 416z","M576 512l-256-192v384z","M704 320h-128v384h128v-384z"],"tags":["next","player"],"defaultCode":59929,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"next, player5","name":"next-circle","order":143,"id":282,"prevSize":32,"code":59929},"setIdx":16,"setId":1,"iconIdx":292},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416zM704 672l-224-160 224-160zM448 672l-224-160 224-160z"],"tags":["backward","player"],"defaultCode":59930,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"backward, player6","name":"backward-circle","order":144,"id":283,"prevSize":32,"code":59930},"setIdx":16,"setId":1,"iconIdx":293},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416zM320 352l224 160-224 160zM576 352l224 160-224 160z"],"tags":["forward","player"],"defaultCode":59931,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"forward2, player7","name":"forward-circle","order":340,"id":284,"prevSize":32,"code":59931},"setIdx":16,"setId":1,"iconIdx":294},{"icon":{"paths":["M192 128l640 384-640 384z"],"tags":["play","player"],"defaultCode":59932,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"play3, player8","name":"play","order":125,"id":285,"prevSize":32,"code":59932},"setIdx":16,"setId":1,"iconIdx":295},{"icon":{"paths":["M128 128h320v768h-320zM576 128h320v768h-320z"],"tags":["pause","player"],"defaultCode":59933,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"pause2, player9","name":"pause","order":126,"id":286,"prevSize":32,"code":59933},"setIdx":16,"setId":1,"iconIdx":296},{"icon":{"paths":["M128 128h768v768h-768z"],"tags":["stop","player","square"],"defaultCode":59934,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stop2, player10","name":"stop","order":127,"id":287,"prevSize":32,"code":59934},"setIdx":16,"setId":1,"iconIdx":297},{"icon":{"paths":["M576 160v320l320-320v704l-320-320v320l-352-352z"],"tags":["backward","player"],"defaultCode":59935,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"backward2, player11","name":"backward","order":128,"id":288,"prevSize":32,"code":59935},"setIdx":16,"setId":1,"iconIdx":298},{"icon":{"paths":["M512 864v-320l-320 320v-704l320 320v-320l352 352z"],"tags":["forward","player"],"defaultCode":59936,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"forward3, player12","name":"forward","order":134,"id":289,"prevSize":32,"code":59936},"setIdx":16,"setId":1,"iconIdx":299},{"icon":{"paths":["M128 896v-768h128v352l320-320v320l320-320v704l-320-320v320l-320-320v352z"],"tags":["first","player"],"defaultCode":59937,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"first, player13","name":"first","order":133,"id":290,"prevSize":32,"code":59937},"setIdx":16,"setId":1,"iconIdx":300},{"icon":{"paths":["M896 128v768h-128v-352l-320 320v-320l-320 320v-704l320 320v-320l320 320v-352z"],"tags":["last","player"],"defaultCode":59938,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"last, player14","name":"last","order":132,"id":291,"prevSize":32,"code":59938},"setIdx":16,"setId":1,"iconIdx":301},{"icon":{"paths":["M256 896v-768h128v352l320-320v704l-320-320v352z"],"tags":["previous","player"],"defaultCode":59939,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"previous2, player15","name":"previous","order":131,"id":292,"prevSize":32,"code":59939},"setIdx":16,"setId":1,"iconIdx":302},{"icon":{"paths":["M768 128v768h-128v-352l-320 320v-704l320 320v-352z"],"tags":["next","player"],"defaultCode":59940,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"next2, player16","name":"next","order":129,"id":293,"prevSize":32,"code":59940},"setIdx":16,"setId":1,"iconIdx":303},{"icon":{"paths":["M0 768h1024v128h-1024zM512 128l512 512h-1024z"],"tags":["eject","player"],"defaultCode":59941,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"eject, player17","name":"eject","order":130,"id":294,"prevSize":32,"code":59941},"setIdx":16,"setId":1,"iconIdx":304},{"icon":{"width":1088,"paths":["M890.040 922.040c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.746-18.744-49.136 0-67.882 87.638-87.642 135.904-204.16 135.904-328.1 0-123.938-48.266-240.458-135.904-328.098-18.744-18.746-18.744-49.138 0-67.882s49.138-18.744 67.882 0c105.77 105.772 164.022 246.4 164.022 395.98s-58.252 290.208-164.022 395.98c-9.372 9.372-21.656 14.058-33.94 14.058zM719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.568-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-high","volume","audio","speaker","player"],"defaultCode":59942,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-high, volume","name":"volume-high","order":97,"id":295,"prevSize":32,"code":59942},"setIdx":16,"setId":1,"iconIdx":305},{"icon":{"paths":["M719.53 831.53c-12.286 0-24.566-4.686-33.942-14.056-18.744-18.744-18.744-49.136 0-67.882 131.006-131.006 131.006-344.17 0-475.176-18.744-18.746-18.744-49.138 0-67.882 18.744-18.742 49.138-18.744 67.882 0 81.594 81.59 126.53 190.074 126.53 305.466 0 115.39-44.936 223.876-126.53 305.47-9.372 9.374-21.656 14.060-33.94 14.060v0zM549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-medium","volume","audio","speaker","player"],"defaultCode":59943,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-medium, volume2","name":"volume-medium","order":98,"id":296,"prevSize":32,"code":59943},"setIdx":16,"setId":1,"iconIdx":306},{"icon":{"paths":["M549.020 741.020c-12.286 0-24.566-4.686-33.942-14.058-18.746-18.746-18.746-49.134 0-67.88 81.1-81.1 81.1-213.058 0-294.156-18.746-18.746-18.746-49.138 0-67.882s49.136-18.744 67.882 0c118.53 118.53 118.53 311.392 0 429.922-9.372 9.368-21.656 14.054-33.94 14.054z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-low","volume","audio","speaker","player"],"defaultCode":59944,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-low, volume3","name":"volume-low","order":99,"id":297,"prevSize":32,"code":59944},"setIdx":16,"setId":1,"iconIdx":307},{"icon":{"paths":["M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-mute","volume","audio","speaker","player"],"defaultCode":59945,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-mute, volume4","name":"volume-mute","order":100,"id":298,"prevSize":32,"code":59945},"setIdx":16,"setId":1,"iconIdx":308},{"icon":{"paths":["M960 619.148v84.852h-84.852l-107.148-107.148-107.148 107.148h-84.852v-84.852l107.148-107.148-107.148-107.148v-84.852h84.852l107.148 107.148 107.148-107.148h84.852v84.852l-107.148 107.148 107.148 107.148z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-mute","volume","audio","player"],"defaultCode":59946,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-mute2, volume5","name":"volume-mute2","order":95,"id":299,"prevSize":32,"code":59946},"setIdx":16,"setId":1,"iconIdx":309},{"icon":{"paths":["M1024 576h-192v192h-128v-192h-192v-128h192v-192h128v192h192v128z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-increase","volume","audio","speaker","player"],"defaultCode":59947,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-increase, volume6","name":"volume-increase","order":94,"id":300,"prevSize":32,"code":59947},"setIdx":16,"setId":1,"iconIdx":310},{"icon":{"paths":["M512 448h512v128h-512v-128z","M416.006 960c-8.328 0-16.512-3.25-22.634-9.374l-246.626-246.626h-114.746c-17.672 0-32-14.326-32-32v-320c0-17.672 14.328-32 32-32h114.746l246.626-246.628c9.154-9.154 22.916-11.89 34.874-6.936 11.958 4.952 19.754 16.622 19.754 29.564v832c0 12.944-7.796 24.612-19.754 29.564-3.958 1.64-8.118 2.436-12.24 2.436z"],"tags":["volume-decrease","volume","audio","speaker","player"],"defaultCode":59948,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"volume-decrease, volume7","name":"volume-decrease","order":93,"id":301,"prevSize":32,"code":59948},"setIdx":16,"setId":1,"iconIdx":311},{"icon":{"paths":["M128 320h640v192l256-256-256-256v192h-768v384h128zM896 704h-640v-192l-256 256 256 256v-192h768v-384h-128z"],"tags":["loop","repeat","player"],"defaultCode":59949,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop, repeat","name":"loop","order":121,"id":302,"prevSize":32,"code":59949},"setIdx":16,"setId":1,"iconIdx":312},{"icon":{"paths":["M889.68 166.32c-93.608-102.216-228.154-166.32-377.68-166.32-282.77 0-512 229.23-512 512h96c0-229.75 186.25-416 416-416 123.020 0 233.542 53.418 309.696 138.306l-149.696 149.694h352v-352l-134.32 134.32z","M928 512c0 229.75-186.25 416-416 416-123.020 0-233.542-53.418-309.694-138.306l149.694-149.694h-352v352l134.32-134.32c93.608 102.216 228.154 166.32 377.68 166.32 282.77 0 512-229.23 512-512h-96z"],"tags":["loop","repeat","player","reload","refresh","update","synchronize","arrows"],"defaultCode":59950,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"loop2, repeat2","name":"loop2","order":122,"id":303,"prevSize":32,"code":59950},"setIdx":16,"setId":1,"iconIdx":313},{"icon":{"paths":["M783.988 752.012c-64.104 0-124.372-24.96-169.7-70.288l-102.288-102.282-102.276 102.27c-45.332 45.336-105.6 70.3-169.706 70.3-64.118 0-124.39-24.964-169.722-70.3-45.332-45.334-70.296-105.604-70.296-169.712s24.964-124.38 70.296-169.714c45.334-45.332 105.608-70.296 169.714-70.296 64.108 0 124.38 24.964 169.712 70.296l102.278 102.276 102.276-102.276c45.332-45.332 105.604-70.298 169.712-70.298 64.112 0 124.384 24.966 169.71 70.298 45.338 45.334 70.302 105.606 70.302 169.714 0 64.112-24.964 124.382-70.3 169.71-45.326 45.336-105.598 70.302-169.712 70.302zM681.72 614.288c27.322 27.31 63.64 42.354 102.268 42.352 38.634 0 74.958-15.044 102.276-42.362 27.316-27.322 42.364-63.644 42.364-102.278s-15.046-74.956-42.364-102.274c-27.32-27.318-63.64-42.364-102.276-42.364-38.632 0-74.956 15.044-102.278 42.364l-102.268 102.274 102.278 102.288zM240.012 367.362c-38.634 0-74.956 15.044-102.274 42.364-27.32 27.318-42.364 63.64-42.364 102.274 0 38.632 15.044 74.954 42.364 102.276 27.32 27.316 63.642 42.364 102.274 42.364 38.634 0 74.956-15.044 102.272-42.362l102.276-102.278-102.276-102.274c-27.318-27.32-63.64-42.366-102.272-42.364v0z"],"tags":["infinite"],"defaultCode":59951,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"infinite","name":"infinite","order":123,"id":304,"prevSize":32,"code":59951},"setIdx":16,"setId":1,"iconIdx":314},{"icon":{"paths":["M768 704h-101.49l-160-160 160-160h101.49v160l224-224-224-224v160h-128c-16.974 0-33.252 6.744-45.254 18.746l-178.746 178.744-178.746-178.746c-12-12-28.28-18.744-45.254-18.744h-192v128h165.49l160 160-160 160h-165.49v128h192c16.974 0 33.252-6.742 45.254-18.746l178.746-178.744 178.746 178.744c12.002 12.004 28.28 18.746 45.254 18.746h128v160l224-224-224-224v160z"],"tags":["shuffle","random","player"],"defaultCode":59952,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shuffle, random","name":"shuffle","order":124,"id":305,"prevSize":32,"code":59952},"setIdx":16,"setId":1,"iconIdx":315},{"icon":{"paths":["M0 736l256-256 544 544 224-224-544-544 255.998-256h-735.998v736z"],"tags":["arrow-up-left","up-left","arrow-top-left"],"defaultCode":59953,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up-left, up-left","name":"arrow-up-left","order":108,"id":306,"prevSize":32,"code":59953},"setIdx":16,"setId":1,"iconIdx":316},{"icon":{"paths":["M512 32l-480 480h288v512h384v-512h288z"],"tags":["arrow-up","up","upload","top"],"defaultCode":59954,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up, up","name":"arrow-up","order":107,"id":307,"prevSize":32,"code":11014},"setIdx":16,"setId":1,"iconIdx":317},{"icon":{"paths":["M288 0l256 256-544 544 224 224 544-544 256 255.998v-735.998h-736z"],"tags":["arrow-up-right","up-right","arrow-top-right"],"defaultCode":59955,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-up-right, up-right","name":"arrow-up-right","order":106,"id":308,"prevSize":32,"code":59955},"setIdx":16,"setId":1,"iconIdx":318},{"icon":{"paths":["M992 512l-480-480v288h-512v384h512v288z"],"tags":["arrow-right","right","next"],"defaultCode":59956,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-right, right3","name":"arrow-right","order":105,"id":309,"prevSize":32,"code":59956},"setIdx":16,"setId":1,"iconIdx":319},{"icon":{"paths":["M1024 288l-256 256-544-544-224 224 544 544-255.998 256h735.998v-736z"],"tags":["arrow-down-right","down-right","arrow-bottom-right"],"defaultCode":59957,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down-right, down-right","name":"arrow-down-right","order":104,"id":310,"prevSize":32,"code":59957},"setIdx":16,"setId":1,"iconIdx":320},{"icon":{"paths":["M512 992l480-480h-288v-512h-384v512h-288z"],"tags":["arrow-down","down","download","bottom"],"defaultCode":59958,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down, down","name":"arrow-down","order":103,"id":311,"prevSize":32,"code":59958},"setIdx":16,"setId":1,"iconIdx":321},{"icon":{"paths":["M736 1024l-256-256 544-544-224-224-544 544-256-255.998v735.998h736z"],"tags":["arrow-down-left","down-left","arrow-bottom-left"],"defaultCode":59959,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-down-left, down-left","name":"arrow-down-left","order":102,"id":312,"prevSize":32,"code":59959},"setIdx":16,"setId":1,"iconIdx":322},{"icon":{"paths":["M32 512l480 480v-288h512v-384h-512v-288z"],"tags":["arrow-left","left","previous"],"defaultCode":59960,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"arrow-left, left3","name":"arrow-left","order":101,"id":313,"prevSize":32,"code":59960},"setIdx":16,"setId":1,"iconIdx":323},{"icon":{"paths":["M0 512c0 282.77 229.23 512 512 512s512-229.23 512-512-229.23-512-512-512-512 229.23-512 512zM928 512c0 229.75-186.25 416-416 416s-416-186.25-416-416 186.25-416 416-416 416 186.25 416 416z","M706.744 669.256l90.512-90.512-285.256-285.254-285.254 285.256 90.508 90.508 194.746-194.744z"],"tags":["circle-up","up","circle-top","arrow"],"defaultCode":59969,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-up, up3","name":"circle-up","order":109,"id":322,"prevSize":32,"code":59969},"setIdx":16,"setId":1,"iconIdx":324},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 928c-229.75 0-416-186.25-416-416s186.25-416 416-416 416 186.25 416 416-186.25 416-416 416z","M354.744 706.744l90.512 90.512 285.254-285.256-285.256-285.254-90.508 90.508 194.744 194.746z"],"tags":["circle-right","right","circle-next","arrow"],"defaultCode":59970,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-right, right5","name":"circle-right","order":110,"id":323,"prevSize":32,"code":59970},"setIdx":16,"setId":1,"iconIdx":325},{"icon":{"paths":["M1024 512c0-282.77-229.23-512-512-512s-512 229.23-512 512 229.23 512 512 512 512-229.23 512-512zM96 512c0-229.75 186.25-416 416-416s416 186.25 416 416-186.25 416-416 416-416-186.25-416-416z","M317.256 354.744l-90.512 90.512 285.256 285.254 285.254-285.256-90.508-90.508-194.746 194.744z"],"tags":["circle-down","down","circle-bottom","arrow"],"defaultCode":59971,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-down, down3","name":"circle-down","order":111,"id":324,"prevSize":32,"code":59971},"setIdx":16,"setId":1,"iconIdx":326},{"icon":{"paths":["M512 1024c282.77 0 512-229.23 512-512s-229.23-512-512-512-512 229.23-512 512 229.23 512 512 512zM512 96c229.75 0 416 186.25 416 416s-186.25 416-416 416-416-186.25-416-416 186.25-416 416-416z","M669.256 317.256l-90.512-90.512-285.254 285.256 285.256 285.254 90.508-90.508-194.744-194.746z"],"tags":["circle-left","left","circle-previous","arrow"],"defaultCode":59972,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"circle-left, left5","name":"circle-left","order":112,"id":325,"prevSize":32,"code":59972},"setIdx":16,"setId":1,"iconIdx":327},{"icon":{"paths":["M960 0h64v512h-64v-512z","M0 512h64v512h-64v-512z","M320 704h704v128h-704v160l-224-224 224-224v160z","M704 320h-704v-128h704v-160l224 224-224 224z"],"tags":["tab","arrows"],"defaultCode":59973,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tab, arrows","name":"tab","order":113,"id":326,"prevSize":32,"code":59973},"setIdx":16,"setId":1,"iconIdx":328},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M928 1024h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.404-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.404 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32z","M1020.622 401.686l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.156-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.808-7.902 22.216-27.124 14.312-42.93zM723.778 255.996l76.22-152.446 76.224 152.446h-152.444z"],"tags":["sort-alpha-asc","arrange","alphabetic"],"defaultCode":59976,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-alpha-asc, arrange","name":"sort-alpha-asc","order":114,"id":329,"prevSize":32,"code":59976},"setIdx":16,"setId":1,"iconIdx":329},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M928 448h-256c-11.8 0-22.644-6.496-28.214-16.9-5.566-10.406-4.958-23.030 1.59-32.85l222.832-334.25h-196.208c-17.672 0-32-14.328-32-32s14.328-32 32-32h256c11.8 0 22.644 6.496 28.214 16.9 5.566 10.406 4.958 23.030-1.59 32.85l-222.83 334.25h196.206c17.672 0 32 14.328 32 32s-14.328 32-32 32z","M1020.622 977.69l-192.002-384c-5.42-10.842-16.502-17.69-28.622-17.69-12.122 0-23.202 6.848-28.624 17.69l-191.996 384c-7.904 15.806-1.496 35.030 14.31 42.932 4.594 2.296 9.476 3.386 14.288 3.386 11.736 0 23.040-6.484 28.644-17.698l55.158-110.31h216.446l55.156 110.31c7.902 15.806 27.124 22.21 42.932 14.31 15.806-7.902 22.214-27.124 14.31-42.93zM723.778 832l76.22-152.446 76.226 152.446h-152.446z"],"tags":["sort-alpha-desc","arrange","alphabetic"],"defaultCode":59977,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-alpha-desc, arrange2","name":"sort-alpha-desc","order":115,"id":330,"prevSize":32,"code":59977},"setIdx":16,"setId":1,"iconIdx":330},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M864 448c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32z","M928 576h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 640h128v128h-128v-128z"],"tags":["sort-numeric-asc","arrange"],"defaultCode":59978,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-numeric-asc, arrange3","name":"sort-numeric-asc","order":116,"id":331,"prevSize":32,"code":59978},"setIdx":16,"setId":1,"iconIdx":331},{"icon":{"paths":["M320 768v-768h-128v768h-160l224 224 224-224h-160z","M864 1024c-17.674 0-32-14.328-32-32v-352h-32c-17.674 0-32-14.328-32-32s14.326-32 32-32h64c17.674 0 32 14.328 32 32v384c0 17.672-14.326 32-32 32z","M928 0h-192c-17.674 0-32 14.326-32 32v192c0 17.674 14.326 32 32 32h160v128h-160c-17.674 0-32 14.326-32 32s14.326 32 32 32h192c17.674 0 32-14.326 32-32v-384c0-17.674-14.326-32-32-32zM768 64h128v128h-128v-128z"],"tags":["sort-numberic-desc","arrange"],"defaultCode":59979,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sort-numberic-desc, arrange4","name":"sort-numberic-desc","order":117,"id":332,"prevSize":32,"code":59979},"setIdx":16,"setId":1,"iconIdx":332},{"icon":{"paths":["M736 896c-88.224 0-160-71.776-160-160v-96h-128v96c0 88.224-71.776 160-160 160s-160-71.776-160-160 71.776-160 160-160h96v-128h-96c-88.224 0-160-71.776-160-160s71.776-160 160-160 160 71.776 160 160v96h128v-96c0-88.224 71.776-160 160-160s160 71.776 160 160-71.776 160-160 160h-96v128h96c88.224 0 160 71.776 160 160s-71.774 160-160 160zM640 640v96c0 52.934 43.066 96 96 96s96-43.066 96-96-43.066-96-96-96h-96zM288 640c-52.934 0-96 43.066-96 96s43.066 96 96 96 96-43.066 96-96v-96h-96zM448 576h128v-128h-128v128zM640 384h96c52.934 0 96-43.066 96-96s-43.066-96-96-96-96 43.066-96 96v96zM288 192c-52.934 0-96 43.066-96 96s43.066 96 96 96h96v-96c0-52.934-43.064-96-96-96z"],"tags":["command","cmd"],"defaultCode":59982,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"command, cmd","name":"command","order":118,"id":335,"prevSize":32,"code":59982},"setIdx":16,"setId":1,"iconIdx":333},{"icon":{"paths":["M672 896h-320c-17.672 0-32-14.326-32-32v-352h-128c-12.942 0-24.612-7.796-29.564-19.754-4.954-11.958-2.214-25.722 6.936-34.874l320-320c12.498-12.496 32.758-12.496 45.254 0l320 320c9.152 9.152 11.89 22.916 6.938 34.874s-16.62 19.754-29.564 19.754h-128v352c0 17.674-14.326 32-32 32zM384 832h256v-352c0-17.672 14.326-32 32-32h82.744l-242.744-242.746-242.744 242.746h82.744c17.672 0 32 14.328 32 32v352z"],"tags":["shift"],"defaultCode":59983,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"shift","name":"shift","order":119,"id":336,"prevSize":32,"code":59983},"setIdx":16,"setId":1,"iconIdx":334},{"icon":{"paths":["M736.014 448c-8.908 0-17.77-3.698-24.096-10.928l-199.918-228.478-199.918 228.478c-11.636 13.3-31.856 14.65-45.154 3.010-13.3-11.638-14.648-31.854-3.010-45.154l224-256c6.076-6.944 14.854-10.928 24.082-10.928s18.006 3.984 24.082 10.928l224 256c11.638 13.3 10.292 33.516-3.010 45.154-6.070 5.312-13.582 7.918-21.058 7.918z"],"tags":["ctrl","control"],"defaultCode":59984,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"ctrl, control","name":"ctrl","order":158,"id":337,"prevSize":32,"code":59984},"setIdx":16,"setId":1,"iconIdx":335},{"icon":{"paths":["M928 832h-256c-12.646 0-24.106-7.448-29.242-19.004l-247.554-556.996h-299.204c-17.672 0-32-14.328-32-32s14.328-32 32-32h320c12.646 0 24.106 7.448 29.242 19.004l247.556 556.996h235.202c17.674 0 32 14.326 32 32s-14.326 32-32 32z","M928 256h-320c-17.674 0-32-14.328-32-32s14.326-32 32-32h320c17.674 0 32 14.328 32 32s-14.326 32-32 32z"],"tags":["opt","option","alt"],"defaultCode":59985,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"opt, option","name":"opt","order":120,"id":338,"prevSize":32,"code":59985},"setIdx":16,"setId":1,"iconIdx":336},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM448 794.51l-237.254-237.256 90.51-90.508 146.744 146.744 306.746-306.746 90.508 90.51-397.254 397.256z"],"tags":["checkbox-checked","checkbox","tick","checked","selected"],"defaultCode":59986,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkbox-checked, checkbox","name":"checkbox-checked","order":157,"id":339,"prevSize":32,"code":59986},"setIdx":16,"setId":1,"iconIdx":337},{"icon":{"paths":["M896 0h-768c-70.4 0-128 57.6-128 128v768c0 70.4 57.6 128 128 128h768c70.4 0 128-57.6 128-128v-768c0-70.4-57.6-128-128-128zM896 896h-768v-768h768v768z"],"tags":["checkbox-unchecked","checkbox","unchecked","square"],"defaultCode":59987,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"checkbox-unchecked, checkbox2","name":"checkbox-unchecked","order":156,"id":340,"prevSize":32,"code":59987},"setIdx":16,"setId":1,"iconIdx":338},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM320 512c0-106.039 85.961-192 192-192s192 85.961 192 192c0 106.039-85.961 192-192 192s-192-85.961-192-192z"],"tags":["radio-checked","radio-button"],"defaultCode":59988,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"radio-checked, radio-button","name":"radio-checked","order":155,"id":341,"prevSize":32,"code":59988},"setIdx":16,"setId":1,"iconIdx":339},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 640c-70.692 0-128-57.306-128-128 0-70.692 57.308-128 128-128 70.694 0 128 57.308 128 128 0 70.694-57.306 128-128 128z"],"tags":["radio-checked","radio-button"],"defaultCode":59989,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"radio-checked2, radio-button2","name":"radio-checked-alt","order":336,"id":342,"prevSize":32,"code":59989},"setIdx":16,"setId":1,"iconIdx":340},{"icon":{"paths":["M512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512 512-229.23 512-512-229.23-512-512-512zM512 896c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384z"],"tags":["radio-unchecked","radio-button","circle"],"defaultCode":59990,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"radio-unchecked, radio-button3","name":"radio-unchecked","order":283,"id":343,"prevSize":32,"code":59990},"setIdx":16,"setId":1,"iconIdx":341},{"icon":{"paths":["M832 256l192-192-64-64-192 192h-448v-192h-128v192h-192v128h192v512h512v192h128v-192h192v-128h-192v-448zM320 320h320l-320 320v-320zM384 704l320-320v320h-320z"],"tags":["crop","resize","cut"],"defaultCode":59991,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"crop, resize","name":"crop","order":284,"id":344,"prevSize":32,"code":59991},"setIdx":16,"setId":1,"iconIdx":342},{"icon":{"paths":["M913.826 679.694c-66.684-104.204-181.078-150.064-255.51-102.434-6.428 4.116-12.334 8.804-17.744 13.982l-79.452-124.262 183.462-287.972c15.016-27.73 20.558-60.758 13.266-93.974-6.972-31.75-24.516-58.438-48.102-77.226l-12.278-7.808-217.468 340.114-217.47-340.114-12.276 7.806c-23.586 18.79-41.13 45.476-48.1 77.226-7.292 33.216-1.75 66.244 13.264 93.974l183.464 287.972-79.454 124.262c-5.41-5.178-11.316-9.868-17.744-13.982-74.432-47.63-188.826-1.77-255.51 102.434-66.68 104.2-60.398 227.286 14.032 274.914 74.43 47.632 188.824 1.77 255.508-102.432l164.286-257.87 164.288 257.872c66.684 104.202 181.078 150.064 255.508 102.432 74.428-47.63 80.71-170.716 14.030-274.914zM234.852 800.43c-30.018 46.904-68.534 69.726-94.572 75.446-0.004 0-0.004 0-0.004 0-8.49 1.868-20.294 3.010-28.324-2.128-8.898-5.694-14.804-20.748-15.8-40.276-1.616-31.644 9.642-68.836 30.888-102.034 30.014-46.906 68.53-69.726 94.562-75.444 8.496-1.866 20.308-3.010 28.336 2.126 8.898 5.694 14.802 20.75 15.798 40.272 1.618 31.65-9.64 68.84-30.884 102.038zM480 512c-17.672 0-32-14.328-32-32s14.328-32 32-32 32 14.328 32 32-14.328 32-32 32zM863.85 833.47c-0.996 19.528-6.902 34.582-15.8 40.276-8.030 5.138-19.834 3.996-28.324 2.128 0 0 0 0-0.004 0-26.040-5.718-64.554-28.542-94.572-75.446-21.244-33.198-32.502-70.388-30.884-102.038 0.996-19.522 6.9-34.578 15.798-40.272 8.028-5.136 19.84-3.992 28.336-2.126 26.034 5.716 64.548 28.538 94.562 75.444 21.246 33.198 32.502 70.39 30.888 102.034z"],"tags":["scissors","cut"],"defaultCode":59994,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"scissors, cut","name":"scissors","order":274,"id":347,"prevSize":32,"code":59994},"setIdx":16,"setId":1,"iconIdx":343},{"icon":{"paths":["M512 0c-282.77 0-512 71.634-512 160v96l384 384v320c0 35.346 57.306 64 128 64 70.692 0 128-28.654 128-64v-320l384-384v-96c0-88.366-229.23-160-512-160zM94.384 138.824c23.944-13.658 57.582-26.62 97.278-37.488 87.944-24.076 201.708-37.336 320.338-37.336 118.628 0 232.394 13.26 320.338 37.336 39.696 10.868 73.334 23.83 97.28 37.488 15.792 9.006 24.324 16.624 28.296 21.176-3.972 4.552-12.506 12.168-28.296 21.176-23.946 13.658-57.584 26.62-97.28 37.488-87.942 24.076-201.708 37.336-320.338 37.336s-232.394-13.26-320.338-37.336c-39.696-10.868-73.334-23.83-97.278-37.488-15.792-9.008-24.324-16.624-28.298-21.176 3.974-4.552 12.506-12.168 28.298-21.176z"],"tags":["filter","funnel"],"defaultCode":59995,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"filter, funnel","name":"filter","order":152,"id":348,"prevSize":32,"code":59995},"setIdx":16,"setId":1,"iconIdx":344},{"icon":{"paths":["M768 871.822c0-0.040 0.002-0.076 0.002-0.116l-0.344-436.562-127.492 6.19h-251.93v-21.494c0-81.542 5.8-162.976 17.24-194.716 7.896-21.948 22.598-41.744 43.698-58.836 20.618-16.702 41.178-25.17 61.11-25.17 16.772 0 30.702 2.878 41.402 8.554 15.026 8.562 29.716 22.964 43.67 42.818 36.95 52.504 51.99 66.454 60.094 72.376 13.804 10.094 30.512 15.212 49.658 15.212 18.668 0 34.962-6.97 48.436-20.714 13.372-13.636 20.15-30.682 20.15-50.666 0-21.452-8.916-44.204-26.502-67.622-17.184-22.888-43.708-41.742-78.834-56.032-34.322-13.964-72.94-21.044-114.778-21.044-60.716 0-116.012 14.596-164.356 43.384-48.424 28.834-85.558 68.952-110.37 119.24-22.994 46.604-21.334 134.706-22.732 214.712h-125.732v71.402h125.598v324.668c0 71.666-21.906 91.008-30.216 101.324-11.436 14.202-32.552 29.104-60.444 29.104h-38.654v56.166h385.326v-56.168h-6.708c-91.144 0-117.020-9.832-117.020-120.842 0-0.018 0-0.034 0-0.048l-0.038-334.206h140.204c74.404 0 91.496 3.444 95.392 4.924 4.706 1.79 10.798 4.832 13.084 9.144 0.868 1.684 5.194 25.008 5.194 82.972v250.67c0 58.454-7.124 77.896-11.45 84.402-9.248 14.194-20.41 22.066-54.66 22.904v56.248h293.61v-55.846c-91.608 0-101.608-9.82-101.608-96.332z"],"tags":["ligature","typography","font"],"defaultCode":59997,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"ligature, typography","name":"ligature","order":275,"id":350,"prevSize":32,"code":59997},"setIdx":16,"setId":1,"iconIdx":345},{"icon":{"paths":["M896 768h128l-160 192-160-192h128v-512h-128l160-192 160 192h-128zM640 64v256l-64-128h-192v704h128v64h-384v-64h128v-704h-192l-64 128v-256z"],"tags":["text-height","wysiwyg"],"defaultCode":59999,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"text-height, wysiwyg","name":"text-height","order":333,"id":352,"prevSize":32,"code":59999},"setIdx":16,"setId":1,"iconIdx":346},{"icon":{"paths":["M256 896v128l-192-160 192-160v128h512v-128l192 160-192 160v-128zM832 64v256l-64-128h-192v448h128v64h-384v-64h128v-448h-192l-64 128v-256z"],"tags":["text-width","wysiwyg"],"defaultCode":60000,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"text-width, wysiwyg2","name":"text-width","order":334,"id":353,"prevSize":32,"code":60000},"setIdx":16,"setId":1,"iconIdx":347},{"icon":{"paths":["M64 512h384v128h-128v384h-128v-384h-128zM960 256h-251.75v768h-136.5v-768h-251.75v-128h640z"],"tags":["font-size","wysiwyg"],"defaultCode":60001,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"font-size, wysiwyg3","name":"font-size","order":167,"id":354,"prevSize":32,"code":60001},"setIdx":16,"setId":1,"iconIdx":348},{"icon":{"paths":["M707.88 484.652c37.498-44.542 60.12-102.008 60.12-164.652 0-141.16-114.842-256-256-256h-320v896h384c141.158 0 256-114.842 256-256 0-92.956-49.798-174.496-124.12-219.348zM384 192h101.5c55.968 0 101.5 57.42 101.5 128s-45.532 128-101.5 128h-101.5v-256zM543 832h-159v-256h159c58.45 0 106 57.42 106 128s-47.55 128-106 128z"],"tags":["bold","wysiwyg"],"defaultCode":60002,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"bold, wysiwyg4","name":"bold","order":276,"id":355,"prevSize":32,"code":60002},"setIdx":16,"setId":1,"iconIdx":349},{"icon":{"paths":["M704 64h128v416c0 159.058-143.268 288-320 288-176.73 0-320-128.942-320-288v-416h128v416c0 40.166 18.238 78.704 51.354 108.506 36.896 33.204 86.846 51.494 140.646 51.494s103.75-18.29 140.646-51.494c33.116-29.802 51.354-68.34 51.354-108.506v-416zM192 832h640v128h-640z"],"tags":["underline","wysiwyg"],"defaultCode":60003,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"underline, wysiwyg5","name":"underline","order":277,"id":356,"prevSize":32,"code":60003},"setIdx":16,"setId":1,"iconIdx":350},{"icon":{"paths":["M896 64v64h-128l-320 768h128v64h-448v-64h128l320-768h-128v-64z"],"tags":["italic","wysiwyg"],"defaultCode":60004,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"italic, wysiwyg6","name":"italic","order":278,"id":357,"prevSize":32,"code":60004},"setIdx":16,"setId":1,"iconIdx":351},{"icon":{"paths":["M1024 512v64h-234.506c27.504 38.51 42.506 82.692 42.506 128 0 70.878-36.66 139.026-100.58 186.964-59.358 44.518-137.284 69.036-219.42 69.036-82.138 0-160.062-24.518-219.42-69.036-63.92-47.938-100.58-116.086-100.58-186.964h128c0 69.382 87.926 128 192 128s192-58.618 192-128c0-69.382-87.926-128-192-128h-512v-64h299.518c-2.338-1.654-4.656-3.324-6.938-5.036-63.92-47.94-100.58-116.086-100.58-186.964s36.66-139.024 100.58-186.964c59.358-44.518 137.282-69.036 219.42-69.036 82.136 0 160.062 24.518 219.42 69.036 63.92 47.94 100.58 116.086 100.58 186.964h-128c0-69.382-87.926-128-192-128s-192 58.618-192 128c0 69.382 87.926 128 192 128 78.978 0 154.054 22.678 212.482 64h299.518z"],"tags":["strikethrough","wysiwyg"],"defaultCode":60005,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"strikethrough, wysiwyg7","name":"strikethrough","order":279,"id":358,"prevSize":32,"code":60005},"setIdx":16,"setId":1,"iconIdx":352},{"icon":{"paths":["M704 896h256l64-128v256h-384v-214.214c131.112-56.484 224-197.162 224-361.786 0-214.432-157.598-382.266-352-382.266-194.406 0-352 167.832-352 382.266 0 164.624 92.886 305.302 224 361.786v214.214h-384v-256l64 128h256v-32.59c-187.63-66.46-320-227.402-320-415.41 0-247.424 229.23-448 512-448s512 200.576 512 448c0 188.008-132.37 348.95-320 415.41v32.59z"],"tags":["omega","wysiwyg","symbols"],"defaultCode":60006,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"omega, wysiwyg8","name":"omega","order":335,"id":359,"prevSize":32,"code":60006},"setIdx":16,"setId":1,"iconIdx":353},{"icon":{"paths":["M941.606 734.708l44.394-94.708h38l-64 384h-960v-74.242l331.546-391.212-331.546-331.546v-227h980l44 256h-34.376l-18.72-38.88c-35.318-73.364-61.904-89.12-138.904-89.12h-662l353.056 353.056-297.42 350.944h542.364c116.008 0 146.648-41.578 173.606-97.292z"],"tags":["sigma","wysiwyg","symbols"],"defaultCode":60007,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"sigma, wysiwyg9","name":"sigma","order":153,"id":360,"prevSize":32,"code":60007},"setIdx":16,"setId":1,"iconIdx":354},{"icon":{"paths":["M0 192v704h1024v-704h-1024zM384 640v-128h256v128h-256zM640 704v128h-256v-128h256zM640 320v128h-256v-128h256zM320 320v128h-256v-128h256zM64 512h256v128h-256v-128zM704 512h256v128h-256v-128zM704 448v-128h256v128h-256zM64 704h256v128h-256v-128zM704 832v-128h256v128h-256z"],"tags":["table","wysiwyg"],"defaultCode":60016,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"table, wysiwyg18","name":"table","order":166,"id":369,"prevSize":32,"code":60016},"setIdx":16,"setId":1,"iconIdx":355},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM384 640v-192h256v192h-256zM640 704v192h-256v-192h256zM640 192v192h-256v-192h256zM320 192v192h-256v-192h256zM64 448h256v192h-256v-192zM704 448h256v192h-256v-192zM704 384v-192h256v192h-256zM64 704h256v192h-256v-192zM704 896v-192h256v192h-256z"],"tags":["table","wysiwyg"],"defaultCode":60017,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"table2, wysiwyg19","name":"table2","order":165,"id":370,"prevSize":32,"code":60017},"setIdx":16,"setId":1,"iconIdx":356},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h640v128h-640zM0 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-left","wysiwyg","align-left","left"],"defaultCode":60023,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-left, wysiwyg25","name":"paragraph-left","order":159,"id":376,"prevSize":32,"code":60023},"setIdx":16,"setId":1,"iconIdx":357},{"icon":{"paths":["M0 64h1024v128h-1024zM192 256h640v128h-640zM192 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-center","wysiwyg","align-center","center"],"defaultCode":60024,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-center, wysiwyg26","name":"paragraph-center","order":160,"id":377,"prevSize":32,"code":60024},"setIdx":16,"setId":1,"iconIdx":358},{"icon":{"paths":["M0 64h1024v128h-1024zM384 256h640v128h-640zM384 640h640v128h-640zM0 448h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-right","wysiwyg","align-right","right"],"defaultCode":60025,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-right, wysiwyg27","name":"paragraph-right","order":161,"id":378,"prevSize":32,"code":60025},"setIdx":16,"setId":1,"iconIdx":359},{"icon":{"paths":["M0 64h1024v128h-1024zM0 256h1024v128h-1024zM0 448h1024v128h-1024zM0 640h1024v128h-1024zM0 832h1024v128h-1024z"],"tags":["paragraph-justify","wysiwyg","justify"],"defaultCode":60026,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paragraph-justify, wysiwyg28","name":"paragraph-justify","order":162,"id":379,"prevSize":32,"code":60026},"setIdx":16,"setId":1,"iconIdx":360},{"icon":{"paths":["M256 640c0 0 58.824-192 384-192v192l384-256-384-256v192c-256 0-384 159.672-384 320zM704 768h-576v-384h125.876c10.094-11.918 20.912-23.334 32.488-34.18 43.964-41.19 96.562-72.652 156.114-93.82h-442.478v640h832v-268.624l-128 85.334v55.29z"],"tags":["share","out","external","outside"],"defaultCode":60029,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"share, out","name":"share-out","order":332,"id":382,"prevSize":32,"code":60029},"setIdx":16,"setId":1,"iconIdx":361},{"icon":{"paths":["M576 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z"],"tags":["embed","code","html","xml"],"defaultCode":60031,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"embed, code","name":"embed","order":163,"id":384,"prevSize":32,"code":60031},"setIdx":16,"setId":1,"iconIdx":362},{"icon":{"width":1280,"paths":["M832 736l96 96 320-320-320-320-96 96 224 224z","M448 288l-96-96-320 320 320 320 96-96-224-224z","M701.298 150.519l69.468 18.944-191.987 704.026-69.468-18.944 191.987-704.026z"],"tags":["embed","code","html","xml"],"defaultCode":60032,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"embed2, code2","name":"embed-slash","order":164,"id":385,"prevSize":32,"code":60032},"setIdx":16,"setId":1,"iconIdx":363},{"icon":{"paths":["M0 64v896h1024v-896h-1024zM960 896h-896v-768h896v768zM896 192h-768v640h768v-640zM448 512h-64v64h-64v64h-64v-64h64v-64h64v-64h-64v-64h-64v-64h64v64h64v64h64v64zM704 640h-192v-64h192v64z"],"tags":["terminal","console","cmd","command-line"],"defaultCode":60033,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"terminal, console","name":"terminal","order":280,"id":386,"prevSize":32,"code":60033},"setIdx":16,"setId":1,"iconIdx":364},{"icon":{"paths":["M864 704c-45.16 0-85.92 18.738-115.012 48.83l-431.004-215.502c1.314-8.252 2.016-16.706 2.016-25.328s-0.702-17.076-2.016-25.326l431.004-215.502c29.092 30.090 69.852 48.828 115.012 48.828 88.366 0 160-71.634 160-160s-71.634-160-160-160-160 71.634-160 160c0 8.622 0.704 17.076 2.016 25.326l-431.004 215.504c-29.092-30.090-69.852-48.83-115.012-48.83-88.366 0-160 71.636-160 160 0 88.368 71.634 160 160 160 45.16 0 85.92-18.738 115.012-48.828l431.004 215.502c-1.312 8.25-2.016 16.704-2.016 25.326 0 88.368 71.634 160 160 160s160-71.632 160-160c0-88.364-71.634-160-160-160z"],"tags":["share","social"],"defaultCode":60034,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"share2, social","name":"share","order":168,"id":387,"prevSize":32,"code":60034},"setIdx":16,"setId":1,"iconIdx":365},{"icon":{"paths":["M512 0c-282.8 0-512 229.2-512 512s229.2 512 512 512 512-229.2 512-512-229.2-512-512-512zM763.6 351l-84 395.8c-5.8 28.2-22.8 34.8-46.4 21.8l-128-94.6-61.4 59.8c-7.2 7-12.8 12.8-25.6 12.8-16.6 0-13.8-6.2-19.4-22l-43.6-143.2-126.6-39.4c-27.4-8.4-27.6-27.2 6.2-40.6l493.2-190.4c22.4-10.2 44.2 5.4 35.6 40z"],"tags":["telegram","brand","social"],"defaultCode":60053,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"telegram","ligatures":"telegram, brand15","order":74,"id":406,"prevSize":32,"code":60053},"setIdx":16,"setId":1,"iconIdx":366},{"icon":{"paths":["M136.294 750.93c-75.196 0-136.292 61.334-136.292 136.076 0 75.154 61.1 135.802 136.292 135.802 75.466 0 136.494-60.648 136.494-135.802-0.002-74.742-61.024-136.076-136.494-136.076zM0.156 347.93v196.258c127.784 0 247.958 49.972 338.458 140.512 90.384 90.318 140.282 211.036 140.282 339.3h197.122c-0.002-372.82-303.282-676.070-675.862-676.070zM0.388 0v196.356c455.782 0 826.756 371.334 826.756 827.644h196.856c0-564.47-459.254-1024-1023.612-1024z"],"tags":["feed","rss","social"],"defaultCode":60059,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"feed2, rss","name":"rss","order":169,"id":412,"prevSize":32,"code":60059},"setIdx":16,"setId":1,"iconIdx":367},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM279 831.2c-48 0-87-38.6-87-86.6 0-47.6 39-86.8 87-86.8 48.2 0 87 39.2 87 86.8 0 48-39 86.6-87 86.6zM497.4 832c0-81.8-31.8-158.8-89.4-216.4-57.8-57.8-134.4-89.6-216-89.6v-125.2c237.6 0 431.2 193.4 431.2 431.2h-125.8zM719.6 832c0-291-236.6-528-527.4-528v-125.2c360 0 653 293.2 653 653.2h-125.6z"],"tags":["feed","rss","social"],"defaultCode":60060,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"feed3, rss2","name":"rss-square","order":170,"id":413,"prevSize":32,"code":60060},"setIdx":16,"setId":1,"iconIdx":368},{"icon":{"paths":["M512 1024c-282.4 0-512-229.6-512-512s229.6-512 512-512c282.4 0 512 229.6 512 512s-229.6 512-512 512v0zM943.8 582c-15-4.8-135.4-40.6-272.4-18.6 57.2 157.2 80.4 285.2 85 311.8 98-66.4 168-171.4 187.4-293.2v0zM682.8 915.2c-6.6-38.4-31.8-172-93.2-331.6-1 0.4-2 0.6-2.8 1-246.8 86-335.4 257-343.2 273 74.2 57.8 167.4 92.4 268.4 92.4 60.6 0 118.4-12.4 170.8-34.8v0zM187 805c10-17 130-215.6 355.4-288.6 5.6-1.8 11.4-3.6 17.2-5.2-11-24.8-23-49.8-35.4-74.2-218.2 65.4-430.2 62.6-449.4 62.4-0.2 4.4-0.2 8.8-0.2 13.4 0 112.2 42.6 214.8 112.4 292.2v0zM84 423c19.6 0.2 199.8 1 404.4-53.2-72.4-128.8-150.6-237.2-162.2-253-122.4 57.8-214 170.6-242.2 306.2v0zM409.6 87.4c12 16.2 91.6 124.4 163.2 256 155.6-58.2 221.4-146.8 229.2-158-77.2-68.6-178.8-110.2-290-110.2-35.2 0.2-69.6 4.4-102.4 12.2v0zM850.6 236.2c-9.2 12.4-82.6 106.4-244.2 172.4 10.2 20.8 20 42 29 63.4 3.2 7.6 6.4 15 9.4 22.6 145.6-18.2 290.2 11 304.6 14-1-103.2-38-198-98.8-272.4v0z"],"tags":["dribbble","brand","social"],"defaultCode":60071,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"dribbble, brand31","name":"dribbble","order":17,"id":424,"prevSize":32,"code":60071},"setIdx":16,"setId":1,"iconIdx":369},{"icon":{"paths":["M404.2 448.6c13-9.4 19.2-25 19.2-46.6 0-12-2-21.8-6.2-29.4-4.4-7.6-10-13.6-17.4-17.8-7.2-4.4-15.4-7.4-24.8-9-9.2-1.8-19-2.6-29-2.6h-105.4v119.6h114c20 0.2 36.6-4.6 49.6-14.2z","M422 556.6c-14.8-11.2-34.4-16.8-58.8-16.8h-122.6v141h120.2c11.2 0 21.6-1 31.6-3.2s19-5.6 26.6-10.8c7.6-5 13.8-11.8 18.4-20.4s6.8-19.8 6.8-33.2c0-26.4-7.4-45.2-22.2-56.6z","M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM671.2 269.4h207.4v50.6h-207.4v-50.6zM541.6 686.4c-10 19-23.6 34.4-40.4 46.4-17 12-36.4 20.8-58.2 26.6-21.6 5.8-44 8.6-66.8 8.6h-248.2v-511.8h241.2c24.4 0 46.6 2.2 66.8 6.4 20 4.2 37.2 11.4 51.6 21.2 14.2 9.8 25.4 22.8 33.4 39 7.8 16 11.8 36.2 11.8 60 0 25.8-5.8 47.2-17.6 64.4s-29 31.2-52.2 42.2c31.6 9 54.8 25 70.2 47.6 15.6 22.8 23.2 50.2 23.2 82.2 0.2 26.2-4.8 48.6-14.8 67.2zM959.4 607.2h-267.4c0 29.2 10 57 25.2 72 15.2 14.8 37.2 22.4 65.8 22.4 20.6 0 38.2-5.2 53.2-15.6 14.8-10.4 23.8-21.4 27.2-32.8h89.6c-14.4 44.6-36.2 76.4-66 95.6-29.4 19.2-65.4 28.8-107.2 28.8-29.2 0-55.4-4.8-79-14-23.6-9.4-43.2-22.6-59.8-39.8-16.2-17.2-28.6-37.8-37.6-61.8-8.8-23.8-13.4-50.4-13.4-79 0-27.8 4.6-53.6 13.6-77.6 9.2-24 22-44.8 38.8-62 16.8-17.4 36.8-31.2 60-41.4 23.2-10 48.8-15 77.2-15 31.4 0 58.8 6 82.4 18.4 23.4 12.2 42.6 28.6 57.8 49.2s25.8 44 32.6 70.4c6.6 26 8.8 53.4 7 82.2z","M776.6 463.8c-16.2 0-29.8 2.8-40.4 8.4s-19.2 12.4-25.8 20.4c-6.6 8.2-11 16.8-13.6 26.2-2.6 9-4.2 17.2-4.6 24.4h165.6c-2.4-26-11.4-45.2-23.4-58.6-12.4-13.6-32.8-20.8-57.8-20.8z"],"tags":["behance","brand","social"],"defaultCode":60073,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"behance","ligatures":"behance2, brand33","order":15,"id":426,"prevSize":32,"code":60073},"setIdx":16,"setId":1,"iconIdx":370},{"icon":{"paths":["M829 186.2v-186.2h-186.2l-18.6 18.8-88 167.4-27.6 18.6h-313.6v255.6h172.4l15.4 18.6-187.8 358.8v186.2h186.2l18.6-18.8 88-167.4 27.6-18.6h313.6v-255.6h-172.4l-15.4-18.8z"],"tags":["deviantart","brand","social"],"defaultCode":60074,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"deviantart, brand34","name":"deviantart","order":16,"id":427,"prevSize":32,"code":60074},"setIdx":16,"setId":1,"iconIdx":371},{"icon":{"paths":["M928 0h-832c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h832c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM731.8 824.6c-30.2 14.2-57.6 24.2-82 30-24.4 5.6-51 8.6-79.4 8.6-32.4 0-51.4-4-76.2-12.2s-46-19.8-63.6-34.8c-17.6-15.2-29.6-31.2-36.4-48.2s-10.2-41.6-10.2-74v-247.8h-96v-100c27.8-9 60-22 79.6-38.8 19.8-16.8 35.8-37 47.6-60.6 12-23.6 20.2-53.6 24.8-90h100.4v163.2h163.6v126.2h-163.4v181.2c0 41-0.6 64.6 3.8 76.2s15.2 23.6 27 30.4c15.6 9.4 33.6 14 53.6 14 35.8 0 71.4-11.6 106.8-34.8v111.4z"],"tags":["tumblr","brand","social"],"defaultCode":60090,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"tumblr2, brand50","name":"tumblr","order":19,"id":443,"prevSize":32,"code":60090},"setIdx":16,"setId":1,"iconIdx":372},{"icon":{"paths":["M256 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM640 640c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM643.112 776.778c16.482-12.986 40.376-10.154 53.364 6.332s10.152 40.378-6.334 53.366c-45.896 36.158-115.822 59.524-178.142 59.524-62.322 0-132.248-23.366-178.144-59.522-16.486-12.99-19.32-36.882-6.332-53.368 12.99-16.482 36.882-19.318 53.366-6.332 26.422 20.818 78.722 43.222 131.11 43.222s104.688-22.404 131.112-43.222zM1024 512c0-70.692-57.308-128-128-128-48.116 0-89.992 26.57-111.852 65.82-65.792-35.994-145.952-59.246-233.28-64.608l76.382-171.526 146.194 42.2c13.152 37.342 48.718 64.114 90.556 64.114 53.020 0 96-42.98 96-96s-42.98-96-96-96c-36.56 0-68.342 20.442-84.554 50.514l-162.906-47.024c-18.224-5.258-37.538 3.722-45.252 21.052l-103.77 233.026c-85.138 5.996-163.262 29.022-227.636 64.236-21.864-39.25-63.766-65.804-111.882-65.804-70.692 0-128 57.308-128 128 0 52.312 31.402 97.254 76.372 117.102-8.070 24.028-12.372 49.104-12.372 74.898 0 176.73 200.576 320 448 320 247.422 0 448-143.27 448-320 0-25.792-4.3-50.862-12.368-74.886 44.97-19.85 76.368-64.802 76.368-117.114zM864 188c19.882 0 36 16.118 36 36s-16.118 36-36 36-36-16.118-36-36 16.118-36 36-36zM64 512c0-35.29 28.71-64 64-64 25.508 0 47.572 15.004 57.846 36.646-33.448 25.366-61.166 54.626-81.666 86.738-23.524-9.47-40.18-32.512-40.18-59.384zM512 948c-205.45 0-372-109.242-372-244s166.55-244 372-244c205.45 0 372 109.242 372 244s-166.55 244-372 244zM919.82 571.384c-20.5-32.112-48.218-61.372-81.666-86.738 10.276-21.642 32.338-36.646 57.846-36.646 35.29 0 64 28.71 64 64 0 26.872-16.656 49.914-40.18 59.384z"],"tags":["reddit","brand","social"],"defaultCode":60102,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"reddit, brand61","name":"reddit","order":171,"id":455,"prevSize":32,"code":60102},"setIdx":16,"setId":1,"iconIdx":373},{"icon":{"paths":["M1024 640v384h-1024v-384h128v256h768v-256zM192 704h640v128h-640zM207.152 565.466l27.698-124.964 624.832 138.496-27.698 124.964zM279.658 308.558l54.092-116.006 580.032 270.464-54.092 116.006zM991.722 361.476l-77.922 101.55-507.746-389.608 56.336-73.418h58.244z"],"tags":["stackoverflow","brand","social"],"defaultCode":60112,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"stackoverflow, brand71","name":"stackoverflow","order":92,"id":465,"prevSize":32,"code":60112},"setIdx":16,"setId":1,"iconIdx":374},{"icon":{"paths":["M512 68.4c-245 0-443.6 198.6-443.6 443.6 0 188 117 348.4 282 413-3.8-35-7.4-89 1.6-127.2 8-34.6 52-220.4 52-220.4s-13.2-26.6-13.2-65.8c0-61.6 35.8-107.8 80.2-107.8 37.8 0 56.2 28.4 56.2 62.4 0 38-24.2 95-36.8 147.6-10.6 44.2 22 80.2 65.6 80.2 78.8 0 139.4-83.2 139.4-203.2 0-106.2-76.4-180.4-185.2-180.4-126.2 0-200.2 94.6-200.2 192.6 0 38.2 14.6 79 33 101.2 3.6 4.4 4.2 8.2 3 12.8-3.4 14-10.8 44.2-12.4 50.4-2 8.2-6.4 9.8-14.8 6-55.4-25.8-90-106.8-90-171.8 0-140 101.6-268.4 293-268.4 153.8 0 273.4 109.6 273.4 256.2 0 152.8-96.4 276-230.2 276-45 0-87.2-23.4-101.6-51 0 0-22.2 84.6-27.6 105.4-10 38.6-37 86.8-55.2 116.2 41.6 12.8 85.6 19.8 131.4 19.8 245 0 443.6-198.6 443.6-443.6 0-245.2-198.6-443.8-443.6-443.8z"],"tags":["pinterest","brand","social"],"defaultCode":60113,"grid":16,"attrs":[]},"attrs":[],"properties":{"name":"pinterest","ligatures":"pinterest, brand72","order":18,"id":466,"prevSize":32,"code":60113},"setIdx":16,"setId":1,"iconIdx":375},{"icon":{"paths":["M367.562 0c-243.358 0-367.562 140.162-367.562 401.856v0 549.034l238.39-238.628v-278.896c0-108.416 28.73-177.406 125.118-192.894v0c33.672-6.584 103.75-4.278 148.306-4.278v0 165.596c0 1.51 0.208 4.206 0.594 5.586v0c1.87 6.704 7.93 11.616 15.116 11.63v0c4.062 0.008 7.868-2.104 11.79-5.97v0l413.122-412.974-584.874-0.062zM785.61 311.746v278.89c0 108.414-28.736 177.414-125.116 192.894v0c-33.672 6.582-103.756 4.278-148.312 4.278v0-165.594c0-1.5-0.206-4.204-0.594-5.582v0c-1.864-6.712-7.922-11.622-15.112-11.63v0c-4.064-0.008-7.866 2.112-11.79 5.966v0l-413.124 412.966 584.874 0.066c243.354 0 367.564-140.168 367.564-401.852v0-549.028l-238.39 238.626z"],"tags":["flattr","brand","donate","social"],"defaultCode":60117,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"flattr, brand76","name":"flattr","order":10,"id":470,"prevSize":32,"code":60117},"setIdx":16,"setId":1,"iconIdx":376},{"icon":{"paths":["M930 308.6c-47.8 212.2-195.4 324.2-428 324.2h-77.4l-53.8 341.6h-64.8l-3.4 22c-2.2 14.6 9 27.6 23.6 27.6h165.6c19.6 0 36.2-14.2 39.4-33.6l1.6-8.4 31.2-197.8 2-10.8c3-19.4 19.8-33.6 39.4-33.6h24.6c160.4 0 286-65.2 322.8-253.6 13.8-71.6 8.6-132.4-22.8-177.6z","M831 77.2c-47.4-54-133.2-77.2-242.8-77.2h-318.2c-22.4 0-41.6 16.2-45 38.4l-132.6 840.4c-2.6 16.6 10.2 31.6 27 31.6h196.6l49.4-313-1.6 9.8c3.4-22.2 22.4-38.4 44.8-38.4h93.4c183.4 0 327-74.4 369-290 1.2-6.4 2.4-12.6 3.2-18.6 12.4-79.6 0-134-43.2-183z"],"tags":["paypal","brand","donate"],"defaultCode":60120,"grid":16,"attrs":[]},"attrs":[],"properties":{"ligatures":"paypal, brand79","name":"paypal","codes":[61234],"order":9,"id":473,"prevSize":32,"code":60120},"setIdx":16,"setId":1,"iconIdx":377},{"icon":{"paths":["M912.571 516c0 26.286-4 46.286-12 60.571-6.857 12.571-17.714 20-29.714 20-8.571 0-16.571-1.714-23.429-5.143v-128c14.857-15.429 28-17.143 32.571-17.143 21.714 0 32.571 24 32.571 69.714zM1162.857 495.429h-62.857c2.286-38.286 12.571-56 32-56s29.714 18.286 30.857 56zM272 572.571c0-48-29.143-68-76.571-85.143v0c-25.143-9.143-38.857-16.571-38.857-28 0-9.714 8-14.857 21.714-14.857 26.286 0 52.571 9.714 70.857 18.857l10.286-64c-14.286-6.857-44-18.286-85.143-18.286-29.143 0-53.143 7.429-70.286 21.714-18.286 14.857-27.429 36.571-27.429 62.286 0 46.857 28.571 67.429 75.429 84 29.714 10.857 40 18.286 40 30.286 0 11.429-9.714 17.714-27.429 17.714-21.714 0-57.714-10.857-81.143-24.571l-10.286 64.571c20 11.429 57.143 23.429 96 23.429 30.857 0 56-7.429 73.714-21.143 19.429-15.429 29.143-37.714 29.143-66.857zM440.571 449.714l10.857-63.429h-54.857v-77.143l-73.714 12-10.286 65.143-26.286 4.571-9.714 58.857h35.429v125.143c0 32.571 8.571 54.857 25.143 68.571 14.286 11.429 34.857 17.143 63.429 17.143 22.286 0 35.429-4 45.143-6.286v-67.429c-5.143 1.143-17.143 4-25.143 4-16.571 0-24-9.143-24-28.571v-112.571h44zM621.143 464v-79.429c-5.714-1.143-10.857-1.714-16-1.714-24 0-43.429 12.571-50.857 35.429l-5.714-32h-74.857v269.143h85.714v-174.857c10.857-13.143 26.286-17.714 46.857-17.714 4.571 0 9.143 0 14.857 1.143zM642.286 655.429h85.714v-269.143h-85.714v269.143zM997.714 513.143c0-45.714-8.571-80.571-25.714-102.286-15.429-20-36.571-29.714-63.429-29.714-24.571 0-46.286 10.286-66.857 32l-4.571-26.857h-75.429v368.571l85.714-14.286v-86.286c13.143 4 26.857 6.286 38.857 6.286 21.143 0 52.571-5.714 76.571-32 23.429-25.143 34.857-64 34.857-115.429zM730.286 314.286c0-25.143-20-45.143-45.143-45.143s-45.143 20-45.143 45.143 20 45.714 45.143 45.714 45.143-20.571 45.143-45.714zM1243.429 518.286c0-42.857-9.143-76.571-27.429-100.571-18.857-24-46.857-36.571-82.286-36.571-73.143 0-118.286 53.714-118.286 140.571 0 48 12 84.571 36 107.429 21.143 21.143 52 31.429 92 31.429 36.571 0 70.286-8.571 91.429-22.857l-9.143-58.857c-21.143 11.429-45.714 17.714-73.143 17.714-16.571 0-28-3.429-36-10.857-9.143-7.429-14.286-20-16-37.714h141.714c0.571-4 1.143-23.429 1.143-29.714zM1316.571 146.286v731.429c0 40-33.143 73.143-73.143 73.143h-1170.286c-40 0-73.143-33.143-73.143-73.143v-731.429c0-40 33.143-73.143 73.143-73.143h1170.286c40 0 73.143 33.143 73.143 73.143z"],"attrs":[{}],"width":1317,"isMulticolor":false,"isMulticolor2":false,"tags":["cc-stripe"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":0,"prevSize":28,"name":"stripe","code":59974},"setIdx":16,"setId":1,"iconIdx":378},{"icon":{"paths":["M464.571 742.286l259.429-259.429c14.286-14.286 14.286-37.143 0-51.429l-58.286-58.286c-14.286-14.286-37.143-14.286-51.429 0l-175.429 175.429-175.429-175.429c-14.286-14.286-37.143-14.286-51.429 0l-58.286 58.286c-14.286 14.286-14.286 37.143 0 51.429l259.429 259.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-circle-down"],"grid":14},"attrs":[{}],"properties":{"order":1,"id":7,"prevSize":28,"name":"chevron-circle-down","code":59648},"setIdx":16,"setId":1,"iconIdx":379},{"icon":{"paths":["M665.714 650.857l58.286-58.286c14.286-14.286 14.286-37.143 0-51.429l-259.429-259.429c-14.286-14.286-37.143-14.286-51.429 0l-259.429 259.429c-14.286 14.286-14.286 37.143 0 51.429l58.286 58.286c14.286 14.286 37.143 14.286 51.429 0l175.429-175.429 175.429 175.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-circle-up"],"grid":14},"attrs":[{}],"properties":{"order":2,"id":6,"prevSize":28,"name":"chevron-circle-up","code":59798},"setIdx":16,"setId":1,"iconIdx":380},{"icon":{"paths":["M409.714 797.143l259.429-259.429c14.286-14.286 14.286-37.143 0-51.429l-259.429-259.429c-14.286-14.286-37.143-14.286-51.429 0l-58.286 58.286c-14.286 14.286-14.286 37.143 0 51.429l175.429 175.429-175.429 175.429c-14.286 14.286-14.286 37.143 0 51.429l58.286 58.286c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-circle-right"],"grid":14},"attrs":[{}],"properties":{"order":3,"id":5,"prevSize":28,"name":"chevron-circle-right","code":59799},"setIdx":16,"setId":1,"iconIdx":381},{"icon":{"paths":["M519.429 797.143l58.286-58.286c14.286-14.286 14.286-37.143 0-51.429l-175.429-175.429 175.429-175.429c14.286-14.286 14.286-37.143 0-51.429l-58.286-58.286c-14.286-14.286-37.143-14.286-51.429 0l-259.429 259.429c-14.286 14.286-14.286 37.143 0 51.429l259.429 259.429c14.286 14.286 37.143 14.286 51.429 0zM877.714 512c0 242.286-196.571 438.857-438.857 438.857s-438.857-196.571-438.857-438.857 196.571-438.857 438.857-438.857 438.857 196.571 438.857 438.857z"],"attrs":[{}],"width":878,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-circle-left"],"grid":14},"attrs":[{}],"properties":{"order":4,"id":4,"prevSize":28,"name":"chevron-circle-left","code":59800},"setIdx":16,"setId":1,"iconIdx":382},{"icon":{"paths":["M632.571 501.143l-424 424c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.857c-14.286-14.286-14.286-37.143 0-51.429l303.429-303.429-303.429-303.429c-14.286-14.286-14.286-37.143 0-51.429l94.857-94.857c14.286-14.286 37.143-14.286 51.429 0l424 424c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":695,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-right"],"grid":14},"attrs":[{}],"properties":{"order":5,"id":3,"prevSize":28,"name":"chevron-right","code":59802},"setIdx":16,"setId":1,"iconIdx":383},{"icon":{"paths":["M669.143 172l-303.429 303.429 303.429 303.429c14.286 14.286 14.286 37.143 0 51.429l-94.857 94.857c-14.286 14.286-37.143 14.286-51.429 0l-424-424c-14.286-14.286-14.286-37.143 0-51.429l424-424c14.286-14.286 37.143-14.286 51.429 0l94.857 94.857c14.286 14.286 14.286 37.143 0 51.429z"],"attrs":[{}],"width":768,"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-left"],"grid":14},"attrs":[{}],"properties":{"order":6,"id":2,"prevSize":28,"name":"chevron-left","code":59803},"setIdx":16,"setId":1,"iconIdx":384},{"icon":{"paths":["M961.714 461.714l-424 423.429c-14.286 14.286-37.143 14.286-51.429 0l-424-423.429c-14.286-14.286-14.286-37.714 0-52l94.857-94.286c14.286-14.286 37.143-14.286 51.429 0l303.429 303.429 303.429-303.429c14.286-14.286 37.143-14.286 51.429 0l94.857 94.286c14.286 14.286 14.286 37.714 0 52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-down"],"grid":14},"attrs":[{}],"properties":{"order":7,"id":1,"prevSize":28,"name":"chevron-down","code":59804},"setIdx":16,"setId":1,"iconIdx":385},{"icon":{"paths":["M961.714 760.571l-94.857 94.286c-14.286 14.286-37.143 14.286-51.429 0l-303.429-303.429-303.429 303.429c-14.286 14.286-37.143 14.286-51.429 0l-94.857-94.286c-14.286-14.286-14.286-37.714 0-52l424-423.429c14.286-14.286 37.143-14.286 51.429 0l424 423.429c14.286 14.286 14.286 37.714 0 52z"],"attrs":[{}],"isMulticolor":false,"isMulticolor2":false,"tags":["chevron-up"],"grid":14},"attrs":[{}],"properties":{"order":8,"id":0,"prevSize":28,"name":"chevron-up","code":59805},"setIdx":16,"setId":1,"iconIdx":386},{"icon":{"paths":["M512.48 603.552l-130.304-106.976-283.584 334.816h828.032l-283.616-338.144-130.528 110.304zM957.632 192.608h-890.080l445.056 374.336 445.024-374.336zM662.56 476.384l297.312 354.688v-606.464l-297.312 251.776zM64.128 224.608v606.464l297.312-354.688-297.312-251.776z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["envelope","email","mail","letter","contact"],"grid":32},"attrs":[],"properties":{"id":274,"order":299,"prevSize":32,"name":"envelope","code":59808},"setIdx":16,"setId":1,"iconIdx":387},{"icon":{"paths":["M644.448 605.888l313.184-255.968-445.632-314.656-444.48 314.656 314.368 257.024 262.56-1.056zM395.52 637.952l-296.928 350.784h828.032l-299.616-348.8-231.488-1.984zM662.56 633.696l297.312 354.688v-606.464l-297.312 251.776zM64.128 381.92v606.464l297.312-354.688-297.312-251.776z"],"attrs":[],"isMulticolor":false,"isMulticolor2":false,"tags":["envelope","email","mail","letter","contact"],"grid":32},"attrs":[],"properties":{"id":275,"order":300,"prevSize":32,"name":"envelope-open","code":59809},"setIdx":16,"setId":1,"iconIdx":388}],"height":1024,"metadata":{"name":"brz9","url":"https://ed.brz9.dev/proj/icons","designer":"edbrz9","designerURL":"https://ed.brz9.dev/","license":"SIL Open Font License (OFL) version 1.1","licenseURL":"https://openfontlicense.org/"},"preferences":{"showGlyphs":true,"showQuickUse":true,"showQuickUse2":true,"showSVGs":true,"fontPref":{"prefix":"brz9-icon-","metadata":{"fontFamily":"brz9","majorVersion":2,"minorVersion":6,"fontURL":"https://ed.brz9.dev/proj/icons","license":"SIL Open Font License (OFL) version 1.1","licenseURL":"https://openfontlicense.org/","designerURL":"https://ed.brz9.dev/","designer":"edbrz9"},"metrics":{"emSize":1024,"baseline":6.25,"whitespace":50},"embed":false,"noie8":true,"ie7":false,"showMetrics":true,"showMetadata":true,"showVersion":true,"showSelector":false},"imagePref":{"prefix":"brz9-icon-","png":true,"useClassSelector":true,"color":0,"bgColor":16777215,"classSelector":".icon","name":"brz9","height":32,"columns":16,"margin":16},"historySize":50,"showCodes":true,"gridSize":16}} \ No newline at end of file diff --git a/fonts/brz9-v2.6/style.css b/fonts/brz9-v2.6/style.css new file mode 100644 index 00000000..57e32dec --- /dev/null +++ b/fonts/brz9-v2.6/style.css @@ -0,0 +1,1709 @@ +@font-face { + font-family: 'brz9'; + src: + url('fonts/brz9.ttf?7m2yi6') format('truetype'), + url('fonts/brz9.woff?7m2yi6') format('woff'), + url('fonts/brz9.svg?7m2yi6#brz9') format('svg'); + font-weight: normal; + font-style: normal; + font-display: block; +} + +[class^="brz9-icon-"], [class*=" brz9-icon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'brz9' !important; + speak: never; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.brz9-icon-n8n:before { + content: "\ea32"; + color: #ea4b71; +} +.brz9-icon-minio .path1:before { + content: "\ea6b"; + color: rgb(248, 230, 234); +} +.brz9-icon-minio .path2:before { + content: "\ea6c"; + margin-left: -0.4951171875em; + color: rgb(245, 219, 224); +} +.brz9-icon-minio .path3:before { + content: "\ea6d"; + margin-left: -0.4951171875em; + color: rgb(243, 213, 218); +} +.brz9-icon-minio .path4:before { + content: "\ea6e"; + margin-left: -0.4951171875em; + color: rgb(240, 205, 211); +} +.brz9-icon-minio .path5:before { + content: "\ea6f"; + margin-left: -0.4951171875em; + color: rgb(238, 195, 203); +} +.brz9-icon-minio .path6:before { + content: "\ea72"; + margin-left: -0.4951171875em; + color: rgb(236, 187, 196); +} +.brz9-icon-minio .path7:before { + content: "\ea73"; + margin-left: -0.4951171875em; + color: rgb(231, 168, 180); +} +.brz9-icon-minio .path8:before { + content: "\ea74"; + margin-left: -0.4951171875em; + color: rgb(226, 151, 164); +} +.brz9-icon-minio .path9:before { + content: "\ea75"; + margin-left: -0.4951171875em; + color: rgb(224, 142, 157); +} +.brz9-icon-minio .path10:before { + content: "\ea76"; + margin-left: -0.4951171875em; + color: rgb(221, 133, 149); +} +.brz9-icon-minio .path11:before { + content: "\ea7b"; + margin-left: -0.4951171875em; + color: rgb(217, 117, 135); +} +.brz9-icon-minio .path12:before { + content: "\ea7c"; + margin-left: -0.4951171875em; + color: rgb(213, 102, 122); +} +.brz9-icon-minio .path13:before { + content: "\ea7e"; + margin-left: -0.4951171875em; + color: rgb(210, 91, 112); +} +.brz9-icon-minio .path14:before { + content: "\ea83"; + margin-left: -0.4951171875em; + color: rgb(208, 85, 107); +} +.brz9-icon-minio .path15:before { + content: "\ea84"; + margin-left: -0.4951171875em; + color: rgb(206, 75, 98); +} +.brz9-icon-minio .path16:before { + content: "\ea85"; + margin-left: -0.4951171875em; + color: rgb(203, 66, 91); +} +.brz9-icon-minio .path17:before { + content: "\ea86"; + margin-left: -0.4951171875em; + color: rgb(201, 57, 83); +} +.brz9-icon-minio .path18:before { + content: "\ea87"; + margin-left: -0.4951171875em; + color: rgb(199, 50, 77); +} +.brz9-icon-minio .path19:before { + content: "\ea88"; + margin-left: -0.4951171875em; + color: rgb(198, 43, 71); +} +.brz9-icon-eelv .path1:before { + content: "\ea89"; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path2:before { + content: "\ea8a"; + margin-left: -1.021484375em; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path3:before { + content: "\ea8b"; + margin-left: -1.021484375em; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path4:before { + content: "\ea8c"; + margin-left: -1.021484375em; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path5:before { + content: "\ea8d"; + margin-left: -1.021484375em; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path6:before { + content: "\ea8e"; + margin-left: -1.021484375em; + color: rgb(255, 204, 0); +} +.brz9-icon-eelv .path7:before { + content: "\ea8f"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-eelv .path8:before { + content: "\ea90"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-eelv .path9:before { + content: "\ea91"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-eelv .path10:before { + content: "\ea92"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-eelv .path11:before { + content: "\ea93"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-eelv .path12:before { + content: "\ea94"; + margin-left: -1.021484375em; + color: rgb(255, 237, 0); +} +.brz9-icon-lr .path1:before { + content: "\ea96"; + color: rgb(20, 60, 119); +} +.brz9-icon-lr .path2:before { + content: "\ea97"; + margin-left: -0.8076171875em; + color: rgb(238, 39, 34); +} +.brz9-icon-lr .path3:before { + content: "\ea98"; + margin-left: -0.8076171875em; + color: rgb(20, 60, 119); +} +.brz9-icon-ancap_flag .path1:before { + content: "\ea99"; + color: rgb(0, 0, 0); +} +.brz9-icon-ancap_flag .path2:before { + content: "\ea9a"; + margin-left: -1.5em; + color: rgb(253, 253, 0); +} +.brz9-icon-ancom_flag .path1:before { + content: "\ea9d"; + color: rgb(255, 17, 17); +} +.brz9-icon-ancom_flag .path2:before { + content: "\ea9e"; + margin-left: -1.5em; + color: rgb(0, 0, 0); +} +.brz9-icon-anarchy:before { + content: "\ea9f"; + color: #cc0001; +} +.brz9-icon-rn .path1:before { + content: "\eaa0"; + color: rgb(255, 255, 255); +} +.brz9-icon-rn .path2:before { + content: "\eaa1"; + margin-left: -0.9443359375em; + color: rgb(27, 70, 119); +} +.brz9-icon-rn .path3:before { + content: "\eaa2"; + margin-left: -0.9443359375em; + color: rgb(196, 18, 45); +} +.brz9-icon-rn .path4:before { + content: "\eaa3"; + margin-left: -0.9443359375em; + color: rgb(27, 70, 119); +} +.brz9-icon-rn .path5:before { + content: "\eaa4"; + margin-left: -0.9443359375em; + color: rgb(27, 70, 119); +} +.brz9-icon-cgt .path1:before { + content: "\eaa5"; + color: rgb(210, 0, 18); +} +.brz9-icon-cgt .path2:before { + content: "\eaa6"; + margin-left: -0.78515625em; + color: rgb(255, 255, 255); +} +.brz9-icon-cgt .path3:before { + content: "\eaa8"; + margin-left: -0.78515625em; + color: rgb(255, 255, 255); +} +.brz9-icon-cgt .path4:before { + content: "\eaab"; + margin-left: -0.78515625em; + color: rgb(255, 255, 255); +} +.brz9-icon-cgt .path5:before { + content: "\eaac"; + margin-left: -0.78515625em; + color: rgb(255, 217, 0); +} +.brz9-icon-cgt .path6:before { + content: "\eaad"; + margin-left: -0.78515625em; + color: rgb(255, 217, 0); +} +.brz9-icon-cgt .path7:before { + content: "\eaae"; + margin-left: -0.78515625em; + color: rgb(255, 217, 0); +} +.brz9-icon-cgt .path8:before { + content: "\eaaf"; + margin-left: -0.78515625em; + color: rgb(255, 217, 0); +} +.brz9-icon-cgt .path9:before { + content: "\eab0"; + margin-left: -0.78515625em; + color: rgb(255, 217, 0); +} +.brz9-icon-cgt .path10:before { + content: "\eab1"; + margin-left: -0.78515625em; + color: rgb(254, 234, 0); +} +.brz9-icon-mistral .path1:before { + content: "\eab2"; + color: rgb(255, 216, 0); +} +.brz9-icon-mistral .path2:before { + content: "\eab3"; + margin-left: -1.41796875em; + color: rgb(255, 216, 0); +} +.brz9-icon-mistral .path3:before { + content: "\eab4"; + margin-left: -1.41796875em; + color: rgb(255, 175, 0); +} +.brz9-icon-mistral .path4:before { + content: "\eab5"; + margin-left: -1.41796875em; + color: rgb(255, 175, 0); +} +.brz9-icon-mistral .path5:before { + content: "\eab6"; + margin-left: -1.41796875em; + color: rgb(255, 130, 5); +} +.brz9-icon-mistral .path6:before { + content: "\eab7"; + margin-left: -1.41796875em; + color: rgb(250, 80, 15); +} +.brz9-icon-mistral .path7:before { + content: "\eab8"; + margin-left: -1.41796875em; + color: rgb(250, 80, 15); +} +.brz9-icon-mistral .path8:before { + content: "\eab9"; + margin-left: -1.41796875em; + color: rgb(250, 80, 15); +} +.brz9-icon-mistral .path9:before { + content: "\eabb"; + margin-left: -1.41796875em; + color: rgb(225, 5, 0); +} +.brz9-icon-mistral .path10:before { + content: "\eabc"; + margin-left: -1.41796875em; + color: rgb(225, 5, 0); +} +.brz9-icon-elasticsearch .path1:before { + content: "\eabd"; + color: rgb(255, 255, 255); +} +.brz9-icon-elasticsearch .path2:before { + content: "\eabe"; + margin-left: -1em; + color: rgb(244, 189, 25); +} +.brz9-icon-elasticsearch .path3:before { + content: "\eabf"; + margin-left: -1em; + color: rgb(60, 190, 177); +} +.brz9-icon-elasticsearch .path4:before { + content: "\eac0"; + margin-left: -1em; + color: rgb(233, 71, 140); +} +.brz9-icon-elasticsearch .path5:before { + content: "\eac1"; + margin-left: -1em; + color: rgb(44, 69, 143); +} +.brz9-icon-elasticsearch .path6:before { + content: "\eac2"; + margin-left: -1em; + color: rgb(149, 198, 61); +} +.brz9-icon-elasticsearch .path7:before { + content: "\eac3"; + margin-left: -1em; + color: rgb(23, 102, 85); +} +.brz9-icon-meta:before { + content: "\eac4"; +} +.brz9-icon-meilisearch:before { + content: "\eac5"; + color: #ff639a; +} +.brz9-icon-grok:before { + content: "\eac7"; +} +.brz9-icon-bun:before { + content: "\eac8"; +} +.brz9-icon-bun_col .path1:before { + content: "\eac9"; + color: rgb(0, 0, 0); +} +.brz9-icon-bun_col .path2:before { + content: "\eaca"; + margin-left: -1.142578125em; + color: rgb(251, 240, 223); +} +.brz9-icon-bun_col .path3:before { + content: "\eacb"; + margin-left: -1.142578125em; + color: rgb(246, 222, 206); +} +.brz9-icon-bun_col .path4:before { + content: "\eacc"; + margin-left: -1.142578125em; + color: rgb(255, 254, 252); +} +.brz9-icon-bun_col .path5:before { + content: "\eacd"; + margin-left: -1.142578125em; + color: rgb(204, 190, 167); +} +.brz9-icon-bun_col .path6:before { + content: "\eace"; + margin-left: -1.142578125em; + color: rgb(0, 0, 0); +} +.brz9-icon-bun_col .path7:before { + content: "\eacf"; + margin-left: -1.142578125em; + color: rgb(183, 20, 34); +} +.brz9-icon-bun_col .path8:before { + content: "\ead2"; + margin-left: -1.142578125em; + color: rgb(255, 97, 100); +} +.brz9-icon-bun_col .path9:before { + content: "\ead3"; + margin-left: -1.142578125em; + color: rgb(0, 0, 0); +} +.brz9-icon-bun_col .path10:before { + content: "\ead4"; + margin-left: -1.142578125em; + color: rgb(0, 0, 0); +} +.brz9-icon-bun_col .path11:before { + content: "\ead6"; + margin-left: -1.142578125em; + color: rgb(254, 187, 208); +} +.brz9-icon-bun_col .path12:before { + content: "\ead7"; + margin-left: -1.142578125em; + color: rgb(254, 187, 208); +} +.brz9-icon-bun_col .path13:before { + content: "\eadb"; + margin-left: -1.142578125em; + color: rgb(0, 0, 0); +} +.brz9-icon-bun_col .path14:before { + content: "\eadc"; + margin-left: -1.142578125em; + color: rgb(255, 255, 255); +} +.brz9-icon-deepseek:before { + content: "\eadd"; + color: #4d6bfe; +} +.brz9-icon-qwen:before { + content: "\eade"; + color: #654eee; +} +.brz9-icon-ollama:before { + content: "\eadf"; +} +.brz9-icon-mcp:before { + content: "\eae0"; +} +.brz9-icon-qobuz:before { + content: "\eae1"; +} +.brz9-icon-deezer:before { + content: "\ea6a"; + color: #a238ff; +} +.brz9-icon-ulule:before { + content: "\ea3e"; +} +.brz9-icon-faumar:before { + content: "\ea3f"; +} +.brz9-icon-pcf:before { + content: "\ea40"; + color: #e4002b; +} +.brz9-icon-ps:before { + content: "\ea47"; +} +.brz9-icon-lfi:before { + content: "\ea4c"; + color: #c84529; +} +.brz9-icon-leaflet:before { + content: "\ea4d"; +} +.brz9-icon-osm:before { + content: "\ea58"; +} +.brz9-icon-pinecone:before { + content: "\ea59"; +} +.brz9-icon-weaviate:before { + content: "\ea5c"; + color: #05b460; +} +.brz9-icon-zig:before { + content: "\ea5e"; + color: #f7a41d; +} +.brz9-icon-htmx:before { + content: "\ea68"; +} +.brz9-icon-fastapi:before { + content: "\ea3c"; + color: #05998b; +} +.brz9-icon-dash:before { + content: "\ea3d"; + color: #008de4; +} +.brz9-icon-affinitydesigner:before { + content: "\ea00"; +} +.brz9-icon-affinitypublisher:before { + content: "\ea02"; +} +.brz9-icon-affinityphoto:before { + content: "\ea03"; +} +.brz9-icon-pexels:before { + content: "\ea04"; +} +.brz9-icon-kick:before { + content: "\ea05"; + color: #53fc18; +} +.brz9-icon-threads:before { + content: "\ea06"; +} +.brz9-icon-adobe:before { + content: "\ea12"; + color: #f00; +} +.brz9-icon-linkedin:before { + content: "\ea39"; + color: #0077b5; +} +.brz9-icon-x:before { + content: "\ea3a"; +} +.brz9-icon-woocommerce:before { + content: "\ea3b"; + color: #9b5c8f; +} +.brz9-icon-openai:before { + content: "\e9fd"; +} +.brz9-icon-yunohost:before { + content: "\e9fc"; +} +.brz9-icon-pixelfed:before { + content: "\e9ff"; +} +.brz9-icon-c:before { + content: "\ea01"; + color: #a8b9cc; +} +.brz9-icon-dropbox:before { + content: "\e9e7"; + color: #0061ff; +} +.brz9-icon-jupyter:before { + content: "\e9e6"; + color: #f37626; +} +.brz9-icon-nextcloud:before { + content: "\e9fb"; + color: #0082c9; +} +.brz9-icon-wordpress:before { + content: "\e9fe"; + color: #21759b; +} +.brz9-icon-tipeee:before { + content: "\e9e5"; +} +.brz9-icon-medium:before { + content: "\e9e4"; +} +.brz9-icon-gpl:before { + content: "\e9e8"; +} +.brz9-icon-lgpl:before { + content: "\e9e9"; +} +.brz9-icon-agpl:before { + content: "\e9ea"; +} +.brz9-icon-wtfpl:before { + content: "\e9eb"; +} +.brz9-icon-amicale:before { + content: "\e9ec"; +} +.brz9-icon-cc-zero:before { + content: "\e9ed"; +} +.brz9-icon-cc-sa:before { + content: "\e9ee"; +} +.brz9-icon-cc-nd:before { + content: "\e9ef"; +} +.brz9-icon-cc-nc:before { + content: "\e9f0"; +} +.brz9-icon-cc-remix:before { + content: "\e9f1"; +} +.brz9-icon-cc-by:before { + content: "\e9f2"; +} +.brz9-icon-cc-share:before { + content: "\e9f3"; +} +.brz9-icon-ltc:before { + content: "\e9f4"; +} +.brz9-icon-discord:before { + content: "\e9f5"; +} +.brz9-icon-ofl:before { + content: "\e9f6"; +} +.brz9-icon-cc:before { + content: "\e9f7"; +} +.brz9-icon-bsd:before { + content: "\e9f8"; +} +.brz9-icon-mit:before { + content: "\e9f9"; +} +.brz9-icon-void:before { + content: "\e9fa"; +} +.brz9-icon-svelte:before { + content: "\e9e3"; + color: #ff3e00; +} +.brz9-icon-airplayaudio:before { + content: "\e901"; +} +.brz9-icon-airplayvideo:before { + content: "\e902"; +} +.brz9-icon-angular:before { + content: "\e903"; +} +.brz9-icon-apple:before { + content: "\e904"; +} +.brz9-icon-applemusic:before { + content: "\e905"; +} +.brz9-icon-applepay:before { + content: "\e906"; +} +.brz9-icon-archlinux:before { + content: "\e907"; +} +.brz9-icon-arduino:before { + content: "\e908"; +} +.brz9-icon-bandcamp:before { + content: "\e909"; +} +.brz9-icon-blender:before { + content: "\e90a"; +} +.brz9-icon-blogger:before { + content: "\e90b"; +} +.brz9-icon-css3:before { + content: "\e90c"; + color: #1572b6; +} +.brz9-icon-debian:before { + content: "\e90d"; + color: #a81d33; +} +.brz9-icon-diaspora:before { + content: "\e90e"; +} +.brz9-icon-docker:before { + content: "\e90f"; + color: #1488c6; +} +.brz9-icon-facebook:before { + content: "\e910"; + color: #1877f2; +} +.brz9-icon-fedora:before { + content: "\e911"; + color: #294172; +} +.brz9-icon-feedly:before { + content: "\e912"; + color: #2bb24c; +} +.brz9-icon-freebsd:before { + content: "\e913"; + color: #ab2b28; +} +.brz9-icon-gentoo:before { + content: "\e914"; + color: #54487a; +} +.brz9-icon-git:before { + content: "\e915"; + color: #f05032; +} +.brz9-icon-gitea:before { + content: "\e916"; + color: #609926; +} +.brz9-icon-github:before { + content: "\e917"; +} +.brz9-icon-gitlab:before { + content: "\e918"; + color: #fca121; +} +.brz9-icon-gnu:before { + content: "\e919"; + color: #a42e2b; +} +.brz9-icon-gpg:before { + content: "\e91a"; + color: #0093dd; +} +.brz9-icon-go:before { + content: "\e91b"; + color: #00add8; +} +.brz9-icon-html5:before { + content: "\e91c"; + color: #e34f26; +} +.brz9-icon-inkscape:before { + content: "\e91d"; +} +.brz9-icon-instagram:before { + content: "\e91e"; + color: #e4405f; +} +.brz9-icon-javascript:before { + content: "\e91f"; + color: #f7df1e; +} +.brz9-icon-linuxmint:before { + content: "\e920"; + color: #87cf3e; +} +.brz9-icon-manjaro:before { + content: "\e921"; + color: #35bf5c; +} +.brz9-icon-mastercard:before { + content: "\e9a2"; + color: #eb001b; +} +.brz9-icon-messenger:before { + content: "\e922"; + color: #00b2ff; +} +.brz9-icon-notion:before { + content: "\e923"; +} +.brz9-icon-npm:before { + content: "\e924"; + color: #cb3837; +} +.brz9-icon-php:before { + content: "\e925"; + color: #777bb4; +} +.brz9-icon-pocket:before { + content: "\e926"; + color: #ef3f56; +} +.brz9-icon-postgresql:before { + content: "\e927"; + color: #336791; +} +.brz9-icon-python:before { + content: "\e928"; + color: #3776ab; +} +.brz9-icon-quora:before { + content: "\e929"; + color: #b92b27; +} +.brz9-icon-raspberrypi:before { + content: "\e9a3"; + color: #c51a4a; +} +.brz9-icon-react:before { + content: "\e92a"; + color: #61dafb; +} +.brz9-icon-redhat:before { + content: "\e92b"; + color: #e00; +} +.brz9-icon-riot:before { + content: "\e92c"; + color: #368bd6; +} +.brz9-icon-ruby:before { + content: "\e92d"; + color: #cc342d; +} +.brz9-icon-rust:before { + content: "\e92e"; +} +.brz9-icon-signal:before { + content: "\e92f"; + color: #2592e9; +} +.brz9-icon-skype:before { + content: "\e930"; + color: #00aff0; +} +.brz9-icon-slack:before { + content: "\e931"; + color: #4a154b; +} +.brz9-icon-soundcloud:before { + content: "\e932"; + color: #f30; +} +.brz9-icon-spotify:before { + content: "\e933"; + color: #1ed760; +} +.brz9-icon-stackoverflow1:before { + content: "\e934"; + color: #fe7a16; +} +.brz9-icon-steam:before { + content: "\e935"; +} +.brz9-icon-tidal:before { + content: "\e936"; +} +.brz9-icon-tiktok:before { + content: "\e937"; +} +.brz9-icon-tor:before { + content: "\e938"; + color: #7e4798; +} +.brz9-icon-tripadvisor:before { + content: "\e939"; + color: #00af87; +} +.brz9-icon-twitch:before { + content: "\e93a"; + color: #6441a4; +} +.brz9-icon-twitter:before { + content: "\e93b"; + color: #1da1f2; +} +.brz9-icon-typescript:before { + content: "\e9a5"; + color: #007acc; +} +.brz9-icon-ublockorigin:before { + content: "\e9a6"; + color: #800000; +} +.brz9-icon-unsplash:before { + content: "\e93c"; +} +.brz9-icon-vimeo:before { + content: "\e93d"; + color: #1ab7ea; +} +.brz9-icon-visa:before { + content: "\e93e"; + color: #142787; +} +.brz9-icon-vk:before { + content: "\e93f"; + color: #4680c2; +} +.brz9-icon-vue-dot-js:before { + content: "\e940"; + color: #4fc08d; +} +.brz9-icon-whatsapp:before { + content: "\e941"; + color: #25d366; +} +.brz9-icon-windows:before { + content: "\e942"; + color: #0078d6; +} +.brz9-icon-youtube:before { + content: "\e943"; + color: #f00; +} +.brz9-icon-monero:before { + content: "\e944"; + color: #f60; +} +.brz9-icon-ethereum:before { + content: "\e945"; +} +.brz9-icon-bitcoin:before { + content: "\e946"; + color: #f7931a; +} +.brz9-icon-liberapay:before { + content: "\e947"; + color: #f6c915; +} +.brz9-icon-patreon:before { + content: "\e948"; +} +.brz9-icon-peertube:before { + content: "\e949"; +} +.brz9-icon-mastodon:before { + content: "\e94a"; +} +.brz9-icon-chrome:before { + content: "\ead9"; +} +.brz9-icon-firefox:before { + content: "\eada"; +} +.brz9-icon-wikipedia:before { + content: "\ea69"; +} +.brz9-icon-home:before { + content: "\e94b"; +} +.brz9-icon-office:before { + content: "\e94c"; +} +.brz9-icon-newspaper:before { + content: "\e94d"; +} +.brz9-icon-pencil:before { + content: "\e94e"; +} +.brz9-icon-pencil2:before { + content: "\e94f"; +} +.brz9-icon-quill:before { + content: "\e950"; +} +.brz9-icon-pen:before { + content: "\e951"; +} +.brz9-icon-eyedropper:before { + content: "\e952"; +} +.brz9-icon-droplet:before { + content: "\e953"; +} +.brz9-icon-paint-format:before { + content: "\e954"; +} +.brz9-icon-image:before { + content: "\e955"; +} +.brz9-icon-images:before { + content: "\e956"; +} +.brz9-icon-camera:before { + content: "\e957"; +} +.brz9-icon-headphones:before { + content: "\e958"; +} +.brz9-icon-music:before { + content: "\e959"; +} +.brz9-icon-play-yt:before { + content: "\e95a"; +} +.brz9-icon-film:before { + content: "\e95b"; +} +.brz9-icon-video-camera:before { + content: "\e95c"; +} +.brz9-icon-pacman:before { + content: "\e95d"; +} +.brz9-icon-wifi:before { + content: "\e95e"; +} +.brz9-icon-mic:before { + content: "\e95f"; +} +.brz9-icon-book:before { + content: "\e960"; +} +.brz9-icon-books:before { + content: "\e961"; +} +.brz9-icon-file-empty:before { + content: "\e962"; +} +.brz9-icon-files-empty:before { + content: "\e963"; +} +.brz9-icon-file-text2:before { + content: "\e964"; +} +.brz9-icon-file-picture:before { + content: "\e965"; +} +.brz9-icon-file-music:before { + content: "\e966"; +} +.brz9-icon-file-play:before { + content: "\e967"; +} +.brz9-icon-file-video:before { + content: "\e968"; +} +.brz9-icon-file-zip:before { + content: "\e969"; +} +.brz9-icon-copy:before { + content: "\e991"; +} +.brz9-icon-paste:before { + content: "\e995"; +} +.brz9-icon-folder:before { + content: "\e96a"; +} +.brz9-icon-folder-open:before { + content: "\e96b"; +} +.brz9-icon-folder-plus:before { + content: "\e96c"; +} +.brz9-icon-folder-minus:before { + content: "\e96d"; +} +.brz9-icon-folder-download:before { + content: "\e9a7"; +} +.brz9-icon-folder-upload:before { + content: "\e9a8"; +} +.brz9-icon-price-tag:before { + content: "\e96e"; +} +.brz9-icon-price-tags:before { + content: "\e96f"; +} +.brz9-icon-barcode:before { + content: "\e9a9"; +} +.brz9-icon-qrcode:before { + content: "\e970"; +} +.brz9-icon-ticket:before { + content: "\e971"; +} +.brz9-icon-cart:before { + content: "\e972"; +} +.brz9-icon-credit-card:before { + content: "\e973"; +} +.brz9-icon-phone:before { + content: "\e974"; +} +.brz9-icon-phone-hang-up:before { + content: "\e9ab"; +} +.brz9-icon-address-book:before { + content: "\e9ad"; +} +.brz9-icon-location:before { + content: "\e975"; +} +.brz9-icon-location2:before { + content: "\e976"; +} +.brz9-icon-compass:before { + content: "\e977"; +} +.brz9-icon-compass2:before { + content: "\e978"; +} +.brz9-icon-map:before { + content: "\e979"; +} +.brz9-icon-map2:before { + content: "\e97a"; +} +.brz9-icon-clock:before { + content: "\e97b"; +} +.brz9-icon-clock2:before { + content: "\e97c"; +} +.brz9-icon-alarm:before { + content: "\e97d"; +} +.brz9-icon-bell:before { + content: "\e97e"; +} +.brz9-icon-calendar:before { + content: "\e97f"; +} +.brz9-icon-printer:before { + content: "\e980"; +} +.brz9-icon-keyboard:before { + content: "\e981"; +} +.brz9-icon-display:before { + content: "\e982"; +} +.brz9-icon-mobile:before { + content: "\e983"; +} +.brz9-icon-tablet:before { + content: "\e9ae"; +} +.brz9-icon-tv:before { + content: "\e9af"; +} +.brz9-icon-box-add:before { + content: "\e984"; +} +.brz9-icon-box-remove:before { + content: "\e985"; +} +.brz9-icon-floppy-disk:before { + content: "\e986"; +} +.brz9-icon-undo:before { + content: "\e9b0"; +} +.brz9-icon-redo:before { + content: "\e9b1"; +} +.brz9-icon-undo-arrow:before { + content: "\e9b3"; +} +.brz9-icon-redo-arrow:before { + content: "\e9b4"; +} +.brz9-icon-forward-arrow:before { + content: "\e9b6"; +} +.brz9-icon-reply-arrow:before { + content: "\e9b7"; +} +.brz9-icon-bubble:before { + content: "\e987"; +} +.brz9-icon-bubbles:before { + content: "\e988"; +} +.brz9-icon-bubbles2:before { + content: "\e989"; +} +.brz9-icon-user:before { + content: "\e9b8"; +} +.brz9-icon-users:before { + content: "\e9bd"; +} +.brz9-icon-quotes-left:before { + content: "\e9be"; +} +.brz9-icon-quotes-right:before { + content: "\e9bf"; +} +.brz9-icon-spinner:before { + content: "\e9c0"; +} +.brz9-icon-spinner2:before { + content: "\e9c1"; +} +.brz9-icon-spinner3:before { + content: "\e9c2"; +} +.brz9-icon-binoculars:before { + content: "\e98a"; +} +.brz9-icon-search:before { + content: "\e9c3"; +} +.brz9-icon-zoom-in:before { + content: "\e98b"; +} +.brz9-icon-zoom-out:before { + content: "\e98c"; +} +.brz9-icon-enlarge:before { + content: "\e98d"; +} +.brz9-icon-shrink:before { + content: "\e98e"; +} +.brz9-icon-enlarge2:before { + content: "\e98f"; +} +.brz9-icon-shrink2:before { + content: "\e990"; +} +.brz9-icon-equalizer:before { + content: "\e992"; +} +.brz9-icon-equalizer2:before { + content: "\e993"; +} +.brz9-icon-cog:before { + content: "\e994"; +} +.brz9-icon-bug:before { + content: "\e999"; +} +.brz9-icon-pie-chart:before { + content: "\e9c4"; +} +.brz9-icon-stats-dots:before { + content: "\e9c5"; +} +.brz9-icon-stats-bars:before { + content: "\e9c6"; +} +.brz9-icon-trophy:before { + content: "\e99e"; +} +.brz9-icon-gift:before { + content: "\e99f"; +} +.brz9-icon-leaf:before { + content: "\e9a4"; +} +.brz9-icon-lab:before { + content: "\e9aa"; +} +.brz9-icon-bin:before { + content: "\e9ac"; +} +.brz9-icon-bin-alt:before { + content: "\e9c7"; +} +.brz9-icon-accessibility:before { + content: "\e9b2"; +} +.brz9-icon-power:before { + content: "\e9b5"; +} +.brz9-icon-switch:before { + content: "\e9c8"; +} +.brz9-icon-power-cord:before { + content: "\e9ce"; +} +.brz9-icon-list-numbered:before { + content: "\e9b9"; +} +.brz9-icon-list-check:before { + content: "\e9ba"; +} +.brz9-icon-list-bullet:before { + content: "\e9bb"; +} +.brz9-icon-tree:before { + content: "\e9bc"; +} +.brz9-icon-cloud:before { + content: "\e9cf"; +} +.brz9-icon-cloud-download:before { + content: "\e9d0"; +} +.brz9-icon-cloud-upload:before { + content: "\e9d1"; +} +.brz9-icon-cloud-check:before { + content: "\e9d6"; +} +.brz9-icon-download:before { + content: "\e9dc"; +} +.brz9-icon-upload:before { + content: "\e9dd"; +} +.brz9-icon-sphere:before { + content: "\e9c9"; +} +.brz9-icon-earth:before { + content: "\e9ca"; +} +.brz9-icon-link:before { + content: "\e9cb"; +} +.brz9-icon-flag:before { + content: "\e9cc"; +} +.brz9-icon-attachment:before { + content: "\e9cd"; +} +.brz9-icon-eye:before { + content: "\e9de"; +} +.brz9-icon-eye-plus:before { + content: "\e9df"; +} +.brz9-icon-eye-minus:before { + content: "\e9e0"; +} +.brz9-icon-eye-blocked:before { + content: "\e9e1"; +} +.brz9-icon-bookmark:before { + content: "\e9d2"; +} +.brz9-icon-bookmarks:before { + content: "\e9d3"; +} +.brz9-icon-sun:before { + content: "\e9d4"; +} +.brz9-icon-contrast:before { + content: "\e9d5"; +} +.brz9-icon-brightness-contrast:before { + content: "\e9e2"; +} +.brz9-icon-star-empty:before { + content: "\e9d7"; +} +.brz9-icon-star-half:before { + content: "\e9d8"; +} +.brz9-icon-star-full:before { + content: "\e9d9"; +} +.brz9-icon-heart:before { + content: "\e9da"; +} +.brz9-icon-heart-broken:before { + content: "\e9db"; +} +.brz9-icon-warning:before { + content: "\ea07"; +} +.brz9-icon-notification:before { + content: "\ea08"; +} +.brz9-icon-question:before { + content: "\ea09"; +} +.brz9-icon-plus:before { + content: "\ea0a"; +} +.brz9-icon-minus:before { + content: "\ea0b"; +} +.brz9-icon-info:before { + content: "\ea0c"; +} +.brz9-icon-cancel-circle:before { + content: "\ea0d"; +} +.brz9-icon-blocked:before { + content: "\ea0e"; +} +.brz9-icon-cross:before { + content: "\ea0f"; +} +.brz9-icon-checkmark:before { + content: "\ea10"; +} +.brz9-icon-checkmark-outline:before { + content: "\ea11"; +} +.brz9-icon-enter:before { + content: "\ea13"; +} +.brz9-icon-exit:before { + content: "\ea14"; +} +.brz9-icon-play-circle:before { + content: "\ea15"; +} +.brz9-icon-pause-circle:before { + content: "\ea16"; +} +.brz9-icon-stop-circle:before { + content: "\ea17"; +} +.brz9-icon-previous-circle:before { + content: "\ea18"; +} +.brz9-icon-next-circle:before { + content: "\ea19"; +} +.brz9-icon-backward-circle:before { + content: "\ea1a"; +} +.brz9-icon-forward-circle:before { + content: "\ea1b"; +} +.brz9-icon-play:before { + content: "\ea1c"; +} +.brz9-icon-pause:before { + content: "\ea1d"; +} +.brz9-icon-stop:before { + content: "\ea1e"; +} +.brz9-icon-backward:before { + content: "\ea1f"; +} +.brz9-icon-forward:before { + content: "\ea20"; +} +.brz9-icon-first:before { + content: "\ea21"; +} +.brz9-icon-last:before { + content: "\ea22"; +} +.brz9-icon-previous:before { + content: "\ea23"; +} +.brz9-icon-next:before { + content: "\ea24"; +} +.brz9-icon-eject:before { + content: "\ea25"; +} +.brz9-icon-volume-high:before { + content: "\ea26"; +} +.brz9-icon-volume-medium:before { + content: "\ea27"; +} +.brz9-icon-volume-low:before { + content: "\ea28"; +} +.brz9-icon-volume-mute:before { + content: "\ea29"; +} +.brz9-icon-volume-mute2:before { + content: "\ea2a"; +} +.brz9-icon-volume-increase:before { + content: "\ea2b"; +} +.brz9-icon-volume-decrease:before { + content: "\ea2c"; +} +.brz9-icon-loop:before { + content: "\ea2d"; +} +.brz9-icon-loop2:before { + content: "\ea2e"; +} +.brz9-icon-infinite:before { + content: "\ea2f"; +} +.brz9-icon-shuffle:before { + content: "\ea30"; +} +.brz9-icon-arrow-up-left:before { + content: "\ea31"; +} +.brz9-icon-arrow-up:before { + content: "\2b06"; +} +.brz9-icon-arrow-up-right:before { + content: "\ea33"; +} +.brz9-icon-arrow-right:before { + content: "\ea34"; +} +.brz9-icon-arrow-down-right:before { + content: "\ea35"; +} +.brz9-icon-arrow-down:before { + content: "\ea36"; +} +.brz9-icon-arrow-down-left:before { + content: "\ea37"; +} +.brz9-icon-arrow-left:before { + content: "\ea38"; +} +.brz9-icon-circle-up:before { + content: "\ea41"; +} +.brz9-icon-circle-right:before { + content: "\ea42"; +} +.brz9-icon-circle-down:before { + content: "\ea43"; +} +.brz9-icon-circle-left:before { + content: "\ea44"; +} +.brz9-icon-tab:before { + content: "\ea45"; +} +.brz9-icon-sort-alpha-asc:before { + content: "\ea48"; +} +.brz9-icon-sort-alpha-desc:before { + content: "\ea49"; +} +.brz9-icon-sort-numeric-asc:before { + content: "\ea4a"; +} +.brz9-icon-sort-numberic-desc:before { + content: "\ea4b"; +} +.brz9-icon-command:before { + content: "\ea4e"; +} +.brz9-icon-shift:before { + content: "\ea4f"; +} +.brz9-icon-ctrl:before { + content: "\ea50"; +} +.brz9-icon-opt:before { + content: "\ea51"; +} +.brz9-icon-checkbox-checked:before { + content: "\ea52"; +} +.brz9-icon-checkbox-unchecked:before { + content: "\ea53"; +} +.brz9-icon-radio-checked:before { + content: "\ea54"; +} +.brz9-icon-radio-checked-alt:before { + content: "\ea55"; +} +.brz9-icon-radio-unchecked:before { + content: "\ea56"; +} +.brz9-icon-crop:before { + content: "\ea57"; +} +.brz9-icon-scissors:before { + content: "\ea5a"; +} +.brz9-icon-filter:before { + content: "\ea5b"; +} +.brz9-icon-ligature:before { + content: "\ea5d"; +} +.brz9-icon-text-height:before { + content: "\ea5f"; +} +.brz9-icon-text-width:before { + content: "\ea60"; +} +.brz9-icon-font-size:before { + content: "\ea61"; +} +.brz9-icon-bold:before { + content: "\ea62"; +} +.brz9-icon-underline:before { + content: "\ea63"; +} +.brz9-icon-italic:before { + content: "\ea64"; +} +.brz9-icon-strikethrough:before { + content: "\ea65"; +} +.brz9-icon-omega:before { + content: "\ea66"; +} +.brz9-icon-sigma:before { + content: "\ea67"; +} +.brz9-icon-table:before { + content: "\ea70"; +} +.brz9-icon-table2:before { + content: "\ea71"; +} +.brz9-icon-paragraph-left:before { + content: "\ea77"; +} +.brz9-icon-paragraph-center:before { + content: "\ea78"; +} +.brz9-icon-paragraph-right:before { + content: "\ea79"; +} +.brz9-icon-paragraph-justify:before { + content: "\ea7a"; +} +.brz9-icon-share-out:before { + content: "\ea7d"; +} +.brz9-icon-embed:before { + content: "\ea7f"; +} +.brz9-icon-embed-slash:before { + content: "\ea80"; +} +.brz9-icon-terminal:before { + content: "\ea81"; +} +.brz9-icon-share:before { + content: "\ea82"; +} +.brz9-icon-telegram:before { + content: "\ea95"; +} +.brz9-icon-rss:before { + content: "\ea9b"; +} +.brz9-icon-rss-square:before { + content: "\ea9c"; +} +.brz9-icon-dribbble:before { + content: "\eaa7"; +} +.brz9-icon-behance:before { + content: "\eaa9"; +} +.brz9-icon-deviantart:before { + content: "\eaaa"; +} +.brz9-icon-tumblr:before { + content: "\eaba"; +} +.brz9-icon-reddit:before { + content: "\eac6"; +} +.brz9-icon-stackoverflow:before { + content: "\ead0"; +} +.brz9-icon-pinterest:before { + content: "\ead1"; +} +.brz9-icon-flattr:before { + content: "\ead5"; +} +.brz9-icon-paypal:before { + content: "\ead8"; +} +.brz9-icon-stripe:before { + content: "\ea46"; +} +.brz9-icon-chevron-circle-down:before { + content: "\e900"; +} +.brz9-icon-chevron-circle-up:before { + content: "\e996"; +} +.brz9-icon-chevron-circle-right:before { + content: "\e997"; +} +.brz9-icon-chevron-circle-left:before { + content: "\e998"; +} +.brz9-icon-chevron-right:before { + content: "\e99a"; +} +.brz9-icon-chevron-left:before { + content: "\e99b"; +} +.brz9-icon-chevron-down:before { + content: "\e99c"; +} +.brz9-icon-chevron-up:before { + content: "\e99d"; +} +.brz9-icon-envelope:before { + content: "\e9a0"; +} +.brz9-icon-envelope-open:before { + content: "\e9a1"; +} diff --git a/fonts/serv/._Canobis-Regular.otf b/fonts/serv/._Canobis-Regular.otf old mode 100755 new mode 100644 diff --git a/fonts/serv/Arturito.ttf b/fonts/serv/Arturito.ttf old mode 100755 new mode 100644 diff --git a/fonts/serv/Boston.ttf b/fonts/serv/Boston.ttf old mode 100755 new mode 100644 diff --git a/fonts/serv/Canobis-Regular.otf b/fonts/serv/Canobis-Regular.otf old mode 100755 new mode 100644 diff --git a/fonts/serv/Montreau.otf b/fonts/serv/Montreau.otf old mode 100755 new mode 100644 diff --git a/fonts/serv/NIM.ttf b/fonts/serv/NIM.ttf old mode 100755 new mode 100644 diff --git a/fonts/serv/list.sh b/fonts/serv/list.sh old mode 100755 new mode 100644 diff --git a/gif/._b99_jake_i_suppose_thats_true.gif b/gif/._b99_jake_i_suppose_thats_true.gif new file mode 100644 index 00000000..1cc62ac6 Binary files /dev/null and b/gif/._b99_jake_i_suppose_thats_true.gif differ diff --git a/gif/._parks_and_rec_ron_i_do_not_lie.gif b/gif/._parks_and_rec_ron_i_do_not_lie.gif new file mode 100644 index 00000000..afb30dbb Binary files /dev/null and b/gif/._parks_and_rec_ron_i_do_not_lie.gif differ diff --git a/gif/._parks_and_rec_ron_i_have_a_permit.gif b/gif/._parks_and_rec_ron_i_have_a_permit.gif new file mode 100644 index 00000000..da623907 Binary files /dev/null and b/gif/._parks_and_rec_ron_i_have_a_permit.gif differ diff --git a/gif/._parks_and_rec_ron_please_and_thank_you.gif b/gif/._parks_and_rec_ron_please_and_thank_you.gif new file mode 100644 index 00000000..5c105b13 Binary files /dev/null and b/gif/._parks_and_rec_ron_please_and_thank_you.gif differ diff --git a/gif/._the_office_am_i_a_hero.gif b/gif/._the_office_am_i_a_hero.gif new file mode 100644 index 00000000..30f23a53 Binary files /dev/null and b/gif/._the_office_am_i_a_hero.gif differ diff --git a/gif/._the_office_jim_hiding.gif b/gif/._the_office_jim_hiding.gif new file mode 100644 index 00000000..c6af35dd Binary files /dev/null and b/gif/._the_office_jim_hiding.gif differ diff --git a/gif/._the_office_thank_you_01.gif b/gif/._the_office_thank_you_01.gif new file mode 100644 index 00000000..fceefa8c Binary files /dev/null and b/gif/._the_office_thank_you_01.gif differ diff --git a/gif/._the_office_thank_you_02.gif b/gif/._the_office_thank_you_02.gif new file mode 100644 index 00000000..d6f4f8af Binary files /dev/null and b/gif/._the_office_thank_you_02.gif differ diff --git a/gif/._the_office_thats_what_she_said_01.gif b/gif/._the_office_thats_what_she_said_01.gif new file mode 100644 index 00000000..f780f654 Binary files /dev/null and b/gif/._the_office_thats_what_she_said_01.gif differ diff --git a/gif/._the_office_thats_what_she_said_02.gif b/gif/._the_office_thats_what_she_said_02.gif new file mode 100644 index 00000000..25b1ec4e Binary files /dev/null and b/gif/._the_office_thats_what_she_said_02.gif differ diff --git a/gif/._the_office_thats_what_she_said_03.gif b/gif/._the_office_thats_what_she_said_03.gif new file mode 100644 index 00000000..da42f024 Binary files /dev/null and b/gif/._the_office_thats_what_she_said_03.gif differ diff --git a/js/._anime.js b/js/._anime.js new file mode 100644 index 00000000..ba1d15ad Binary files /dev/null and b/js/._anime.js differ diff --git a/js/._htmx.min.js b/js/._htmx.min.js new file mode 100644 index 00000000..ff05fa65 Binary files /dev/null and b/js/._htmx.min.js differ diff --git a/maplibre/fonts/._Archive b/maplibre/fonts/._Archive new file mode 100644 index 00000000..1ef4d725 Binary files /dev/null and b/maplibre/fonts/._Archive differ diff --git a/maplibre/fonts/._Axis b/maplibre/fonts/._Axis new file mode 100644 index 00000000..7cc82949 Binary files /dev/null and b/maplibre/fonts/._Axis differ diff --git a/maplibre/fonts/._HermanoAltoRound b/maplibre/fonts/._HermanoAltoRound new file mode 100644 index 00000000..4acdaea7 Binary files /dev/null and b/maplibre/fonts/._HermanoAltoRound differ diff --git a/maplibre/fonts/._InterBlack b/maplibre/fonts/._InterBlack new file mode 100644 index 00000000..44f5089c Binary files /dev/null and b/maplibre/fonts/._InterBlack differ diff --git a/maplibre/fonts/._InterBlackItalic b/maplibre/fonts/._InterBlackItalic new file mode 100644 index 00000000..eab97e9d Binary files /dev/null and b/maplibre/fonts/._InterBlackItalic differ diff --git a/maplibre/fonts/._InterBold b/maplibre/fonts/._InterBold new file mode 100644 index 00000000..848c35fe Binary files /dev/null and b/maplibre/fonts/._InterBold differ diff --git a/maplibre/fonts/._InterBoldItalic b/maplibre/fonts/._InterBoldItalic new file mode 100644 index 00000000..941fa5c0 Binary files /dev/null and b/maplibre/fonts/._InterBoldItalic differ diff --git a/maplibre/fonts/._InterExtraBold b/maplibre/fonts/._InterExtraBold new file mode 100644 index 00000000..c76a1067 Binary files /dev/null and b/maplibre/fonts/._InterExtraBold differ diff --git a/maplibre/fonts/._InterExtraBoldItalic b/maplibre/fonts/._InterExtraBoldItalic new file mode 100644 index 00000000..7752fde4 Binary files /dev/null and b/maplibre/fonts/._InterExtraBoldItalic differ diff --git a/maplibre/fonts/._InterExtraLight b/maplibre/fonts/._InterExtraLight new file mode 100644 index 00000000..23c4f630 Binary files /dev/null and b/maplibre/fonts/._InterExtraLight differ diff --git a/maplibre/fonts/._InterExtraLightItalic b/maplibre/fonts/._InterExtraLightItalic new file mode 100644 index 00000000..7fe5f3ac Binary files /dev/null and b/maplibre/fonts/._InterExtraLightItalic differ diff --git a/maplibre/fonts/._InterItalic b/maplibre/fonts/._InterItalic new file mode 100644 index 00000000..822253ca Binary files /dev/null and b/maplibre/fonts/._InterItalic differ diff --git a/maplibre/fonts/._InterLight b/maplibre/fonts/._InterLight new file mode 100644 index 00000000..f5d6c857 Binary files /dev/null and b/maplibre/fonts/._InterLight differ diff --git a/maplibre/fonts/._InterLightItalic b/maplibre/fonts/._InterLightItalic new file mode 100644 index 00000000..7227b90f Binary files /dev/null and b/maplibre/fonts/._InterLightItalic differ diff --git a/maplibre/fonts/._InterMedium b/maplibre/fonts/._InterMedium new file mode 100644 index 00000000..66ccaced Binary files /dev/null and b/maplibre/fonts/._InterMedium differ diff --git a/maplibre/fonts/._InterMediumItalic b/maplibre/fonts/._InterMediumItalic new file mode 100644 index 00000000..8b30629b Binary files /dev/null and b/maplibre/fonts/._InterMediumItalic differ diff --git a/maplibre/fonts/._InterRegular b/maplibre/fonts/._InterRegular new file mode 100644 index 00000000..faa2f076 Binary files /dev/null and b/maplibre/fonts/._InterRegular differ diff --git a/maplibre/fonts/._InterSemiBold b/maplibre/fonts/._InterSemiBold new file mode 100644 index 00000000..88260394 Binary files /dev/null and b/maplibre/fonts/._InterSemiBold differ diff --git a/maplibre/fonts/._InterSemiBoldItalic b/maplibre/fonts/._InterSemiBoldItalic new file mode 100644 index 00000000..bddbb6d1 Binary files /dev/null and b/maplibre/fonts/._InterSemiBoldItalic differ diff --git a/maplibre/fonts/._InterThin b/maplibre/fonts/._InterThin new file mode 100644 index 00000000..d94cf43b Binary files /dev/null and b/maplibre/fonts/._InterThin differ diff --git a/maplibre/fonts/._InterThinItalic b/maplibre/fonts/._InterThinItalic new file mode 100644 index 00000000..327e7b2d Binary files /dev/null and b/maplibre/fonts/._InterThinItalic differ diff --git a/maplibre/fonts/._LEMONMILKBold b/maplibre/fonts/._LEMONMILKBold new file mode 100644 index 00000000..f5658999 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKBold differ diff --git a/maplibre/fonts/._LEMONMILKBoldItalic b/maplibre/fonts/._LEMONMILKBoldItalic new file mode 100644 index 00000000..4c07a798 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKBoldItalic differ diff --git a/maplibre/fonts/._LEMONMILKLight b/maplibre/fonts/._LEMONMILKLight new file mode 100644 index 00000000..25a471e4 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKLight differ diff --git a/maplibre/fonts/._LEMONMILKLightItalic b/maplibre/fonts/._LEMONMILKLightItalic new file mode 100644 index 00000000..0ab8fa95 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKLightItalic differ diff --git a/maplibre/fonts/._LEMONMILKMedium b/maplibre/fonts/._LEMONMILKMedium new file mode 100644 index 00000000..ef68ac38 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKMedium differ diff --git a/maplibre/fonts/._LEMONMILKMediumItalic b/maplibre/fonts/._LEMONMILKMediumItalic new file mode 100644 index 00000000..39b0e4a1 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKMediumItalic differ diff --git a/maplibre/fonts/._LEMONMILKRegular b/maplibre/fonts/._LEMONMILKRegular new file mode 100644 index 00000000..a3ba1d78 Binary files /dev/null and b/maplibre/fonts/._LEMONMILKRegular differ diff --git a/maplibre/fonts/._LEMONMILKRegularItalic b/maplibre/fonts/._LEMONMILKRegularItalic new file mode 100644 index 00000000..dd73e9bc Binary files /dev/null and b/maplibre/fonts/._LEMONMILKRegularItalic differ diff --git a/maplibre/fonts/._MonTrappist b/maplibre/fonts/._MonTrappist new file mode 100644 index 00000000..8c71fc75 Binary files /dev/null and b/maplibre/fonts/._MonTrappist differ diff --git a/maplibre/fonts/._RobotoBlack b/maplibre/fonts/._RobotoBlack new file mode 100644 index 00000000..45dd6b16 Binary files /dev/null and b/maplibre/fonts/._RobotoBlack differ diff --git a/maplibre/fonts/._RobotoBlackItalic b/maplibre/fonts/._RobotoBlackItalic new file mode 100644 index 00000000..b723bd3d Binary files /dev/null and b/maplibre/fonts/._RobotoBlackItalic differ diff --git a/maplibre/fonts/._RobotoBold b/maplibre/fonts/._RobotoBold new file mode 100644 index 00000000..76b5540d Binary files /dev/null and b/maplibre/fonts/._RobotoBold differ diff --git a/maplibre/fonts/._RobotoBoldItalic b/maplibre/fonts/._RobotoBoldItalic new file mode 100644 index 00000000..844912c3 Binary files /dev/null and b/maplibre/fonts/._RobotoBoldItalic differ diff --git a/maplibre/fonts/._RobotoItalic b/maplibre/fonts/._RobotoItalic new file mode 100644 index 00000000..48558079 Binary files /dev/null and b/maplibre/fonts/._RobotoItalic differ diff --git a/maplibre/fonts/._RobotoLight b/maplibre/fonts/._RobotoLight new file mode 100644 index 00000000..c4ba29d0 Binary files /dev/null and b/maplibre/fonts/._RobotoLight differ diff --git a/maplibre/fonts/._RobotoLightItalic b/maplibre/fonts/._RobotoLightItalic new file mode 100644 index 00000000..7425df93 Binary files /dev/null and b/maplibre/fonts/._RobotoLightItalic differ diff --git a/maplibre/fonts/._RobotoRegular b/maplibre/fonts/._RobotoRegular new file mode 100644 index 00000000..2edca881 Binary files /dev/null and b/maplibre/fonts/._RobotoRegular differ diff --git a/maplibre/fonts/Archive/._0-255.pbf b/maplibre/fonts/Archive/._0-255.pbf new file mode 100644 index 00000000..07be199a Binary files /dev/null and b/maplibre/fonts/Archive/._0-255.pbf differ diff --git a/maplibre/fonts/Archive/._1024-1279.pbf b/maplibre/fonts/Archive/._1024-1279.pbf new file mode 100644 index 00000000..44514fe6 Binary files /dev/null and b/maplibre/fonts/Archive/._1024-1279.pbf differ diff --git a/maplibre/fonts/Archive/._10240-10495.pbf b/maplibre/fonts/Archive/._10240-10495.pbf new file mode 100644 index 00000000..c5208869 Binary files /dev/null and b/maplibre/fonts/Archive/._10240-10495.pbf differ diff --git a/maplibre/fonts/Archive/._10496-10751.pbf b/maplibre/fonts/Archive/._10496-10751.pbf new file mode 100644 index 00000000..1144b475 Binary files /dev/null and b/maplibre/fonts/Archive/._10496-10751.pbf differ diff --git a/maplibre/fonts/Archive/._10752-11007.pbf b/maplibre/fonts/Archive/._10752-11007.pbf new file mode 100644 index 00000000..1aa6774b Binary files /dev/null and b/maplibre/fonts/Archive/._10752-11007.pbf differ diff --git a/maplibre/fonts/Archive/._11008-11263.pbf b/maplibre/fonts/Archive/._11008-11263.pbf new file mode 100644 index 00000000..dab649a3 Binary files /dev/null and b/maplibre/fonts/Archive/._11008-11263.pbf differ diff --git a/maplibre/fonts/Archive/._11264-11519.pbf b/maplibre/fonts/Archive/._11264-11519.pbf new file mode 100644 index 00000000..539c56fd Binary files /dev/null and b/maplibre/fonts/Archive/._11264-11519.pbf differ diff --git a/maplibre/fonts/Archive/._11520-11775.pbf b/maplibre/fonts/Archive/._11520-11775.pbf new file mode 100644 index 00000000..8ac1c8d7 Binary files /dev/null and b/maplibre/fonts/Archive/._11520-11775.pbf differ diff --git a/maplibre/fonts/Archive/._11776-12031.pbf b/maplibre/fonts/Archive/._11776-12031.pbf new file mode 100644 index 00000000..39b7a726 Binary files /dev/null and b/maplibre/fonts/Archive/._11776-12031.pbf differ diff --git a/maplibre/fonts/Archive/._12032-12287.pbf b/maplibre/fonts/Archive/._12032-12287.pbf new file mode 100644 index 00000000..01962f2e Binary files /dev/null and b/maplibre/fonts/Archive/._12032-12287.pbf differ diff --git a/maplibre/fonts/Archive/._12288-12543.pbf b/maplibre/fonts/Archive/._12288-12543.pbf new file mode 100644 index 00000000..2dc0fe5b Binary files /dev/null and b/maplibre/fonts/Archive/._12288-12543.pbf differ diff --git a/maplibre/fonts/Archive/._12544-12799.pbf b/maplibre/fonts/Archive/._12544-12799.pbf new file mode 100644 index 00000000..9df10ddf Binary files /dev/null and b/maplibre/fonts/Archive/._12544-12799.pbf differ diff --git a/maplibre/fonts/Archive/._1280-1535.pbf b/maplibre/fonts/Archive/._1280-1535.pbf new file mode 100644 index 00000000..631fd464 Binary files /dev/null and b/maplibre/fonts/Archive/._1280-1535.pbf differ diff --git a/maplibre/fonts/Archive/._12800-13055.pbf b/maplibre/fonts/Archive/._12800-13055.pbf new file mode 100644 index 00000000..f18dfdeb Binary files /dev/null and b/maplibre/fonts/Archive/._12800-13055.pbf differ diff --git a/maplibre/fonts/Archive/._13056-13311.pbf b/maplibre/fonts/Archive/._13056-13311.pbf new file mode 100644 index 00000000..6d3c7ed9 Binary files /dev/null and b/maplibre/fonts/Archive/._13056-13311.pbf differ diff --git a/maplibre/fonts/Archive/._13312-13567.pbf b/maplibre/fonts/Archive/._13312-13567.pbf new file mode 100644 index 00000000..c1ba41af Binary files /dev/null and b/maplibre/fonts/Archive/._13312-13567.pbf differ diff --git a/maplibre/fonts/Archive/._13568-13823.pbf b/maplibre/fonts/Archive/._13568-13823.pbf new file mode 100644 index 00000000..f371e6f9 Binary files /dev/null and b/maplibre/fonts/Archive/._13568-13823.pbf differ diff --git a/maplibre/fonts/Archive/._13824-14079.pbf b/maplibre/fonts/Archive/._13824-14079.pbf new file mode 100644 index 00000000..e7a9cdc9 Binary files /dev/null and b/maplibre/fonts/Archive/._13824-14079.pbf differ diff --git a/maplibre/fonts/Archive/._14080-14335.pbf b/maplibre/fonts/Archive/._14080-14335.pbf new file mode 100644 index 00000000..62cd022b Binary files /dev/null and b/maplibre/fonts/Archive/._14080-14335.pbf differ diff --git a/maplibre/fonts/Archive/._14336-14591.pbf b/maplibre/fonts/Archive/._14336-14591.pbf new file mode 100644 index 00000000..0a06b191 Binary files /dev/null and b/maplibre/fonts/Archive/._14336-14591.pbf differ diff --git a/maplibre/fonts/Archive/._14592-14847.pbf b/maplibre/fonts/Archive/._14592-14847.pbf new file mode 100644 index 00000000..f659cb0b Binary files /dev/null and b/maplibre/fonts/Archive/._14592-14847.pbf differ diff --git a/maplibre/fonts/Archive/._14848-15103.pbf b/maplibre/fonts/Archive/._14848-15103.pbf new file mode 100644 index 00000000..a1994b74 Binary files /dev/null and b/maplibre/fonts/Archive/._14848-15103.pbf differ diff --git a/maplibre/fonts/Archive/._15104-15359.pbf b/maplibre/fonts/Archive/._15104-15359.pbf new file mode 100644 index 00000000..29dd12cd Binary files /dev/null and b/maplibre/fonts/Archive/._15104-15359.pbf differ diff --git a/maplibre/fonts/Archive/._1536-1791.pbf b/maplibre/fonts/Archive/._1536-1791.pbf new file mode 100644 index 00000000..9bce520f Binary files /dev/null and b/maplibre/fonts/Archive/._1536-1791.pbf differ diff --git a/maplibre/fonts/Archive/._15360-15615.pbf b/maplibre/fonts/Archive/._15360-15615.pbf new file mode 100644 index 00000000..5fdde953 Binary files /dev/null and b/maplibre/fonts/Archive/._15360-15615.pbf differ diff --git a/maplibre/fonts/Archive/._15616-15871.pbf b/maplibre/fonts/Archive/._15616-15871.pbf new file mode 100644 index 00000000..520f0c25 Binary files /dev/null and b/maplibre/fonts/Archive/._15616-15871.pbf differ diff --git a/maplibre/fonts/Archive/._15872-16127.pbf b/maplibre/fonts/Archive/._15872-16127.pbf new file mode 100644 index 00000000..db19710d Binary files /dev/null and b/maplibre/fonts/Archive/._15872-16127.pbf differ diff --git a/maplibre/fonts/Archive/._16128-16383.pbf b/maplibre/fonts/Archive/._16128-16383.pbf new file mode 100644 index 00000000..25d340b1 Binary files /dev/null and b/maplibre/fonts/Archive/._16128-16383.pbf differ diff --git a/maplibre/fonts/Archive/._16384-16639.pbf b/maplibre/fonts/Archive/._16384-16639.pbf new file mode 100644 index 00000000..bd2fd905 Binary files /dev/null and b/maplibre/fonts/Archive/._16384-16639.pbf differ diff --git a/maplibre/fonts/Archive/._16640-16895.pbf b/maplibre/fonts/Archive/._16640-16895.pbf new file mode 100644 index 00000000..44d25f5b Binary files /dev/null and b/maplibre/fonts/Archive/._16640-16895.pbf differ diff --git a/maplibre/fonts/Archive/._16896-17151.pbf b/maplibre/fonts/Archive/._16896-17151.pbf new file mode 100644 index 00000000..306096d3 Binary files /dev/null and b/maplibre/fonts/Archive/._16896-17151.pbf differ diff --git a/maplibre/fonts/Archive/._17152-17407.pbf b/maplibre/fonts/Archive/._17152-17407.pbf new file mode 100644 index 00000000..734b4af1 Binary files /dev/null and b/maplibre/fonts/Archive/._17152-17407.pbf differ diff --git a/maplibre/fonts/Archive/._17408-17663.pbf b/maplibre/fonts/Archive/._17408-17663.pbf new file mode 100644 index 00000000..ae872302 Binary files /dev/null and b/maplibre/fonts/Archive/._17408-17663.pbf differ diff --git a/maplibre/fonts/Archive/._17664-17919.pbf b/maplibre/fonts/Archive/._17664-17919.pbf new file mode 100644 index 00000000..10220da8 Binary files /dev/null and b/maplibre/fonts/Archive/._17664-17919.pbf differ diff --git a/maplibre/fonts/Archive/._1792-2047.pbf b/maplibre/fonts/Archive/._1792-2047.pbf new file mode 100644 index 00000000..5656e65e Binary files /dev/null and b/maplibre/fonts/Archive/._1792-2047.pbf differ diff --git a/maplibre/fonts/Archive/._17920-18175.pbf b/maplibre/fonts/Archive/._17920-18175.pbf new file mode 100644 index 00000000..e83834c6 Binary files /dev/null and b/maplibre/fonts/Archive/._17920-18175.pbf differ diff --git a/maplibre/fonts/Archive/._18176-18431.pbf b/maplibre/fonts/Archive/._18176-18431.pbf new file mode 100644 index 00000000..cf2d755a Binary files /dev/null and b/maplibre/fonts/Archive/._18176-18431.pbf differ diff --git a/maplibre/fonts/Archive/._18432-18687.pbf b/maplibre/fonts/Archive/._18432-18687.pbf new file mode 100644 index 00000000..d0873c49 Binary files /dev/null and b/maplibre/fonts/Archive/._18432-18687.pbf differ diff --git a/maplibre/fonts/Archive/._18688-18943.pbf b/maplibre/fonts/Archive/._18688-18943.pbf new file mode 100644 index 00000000..54373346 Binary files /dev/null and b/maplibre/fonts/Archive/._18688-18943.pbf differ diff --git a/maplibre/fonts/Archive/._18944-19199.pbf b/maplibre/fonts/Archive/._18944-19199.pbf new file mode 100644 index 00000000..f7bc61f4 Binary files /dev/null and b/maplibre/fonts/Archive/._18944-19199.pbf differ diff --git a/maplibre/fonts/Archive/._19200-19455.pbf b/maplibre/fonts/Archive/._19200-19455.pbf new file mode 100644 index 00000000..639d6e71 Binary files /dev/null and b/maplibre/fonts/Archive/._19200-19455.pbf differ diff --git a/maplibre/fonts/Archive/._19456-19711.pbf b/maplibre/fonts/Archive/._19456-19711.pbf new file mode 100644 index 00000000..356687cc Binary files /dev/null and b/maplibre/fonts/Archive/._19456-19711.pbf differ diff --git a/maplibre/fonts/Archive/._19712-19967.pbf b/maplibre/fonts/Archive/._19712-19967.pbf new file mode 100644 index 00000000..29112366 Binary files /dev/null and b/maplibre/fonts/Archive/._19712-19967.pbf differ diff --git a/maplibre/fonts/Archive/._19968-20223.pbf b/maplibre/fonts/Archive/._19968-20223.pbf new file mode 100644 index 00000000..9d9a4a0a Binary files /dev/null and b/maplibre/fonts/Archive/._19968-20223.pbf differ diff --git a/maplibre/fonts/Archive/._20224-20479.pbf b/maplibre/fonts/Archive/._20224-20479.pbf new file mode 100644 index 00000000..a757fab0 Binary files /dev/null and b/maplibre/fonts/Archive/._20224-20479.pbf differ diff --git a/maplibre/fonts/Archive/._2048-2303.pbf b/maplibre/fonts/Archive/._2048-2303.pbf new file mode 100644 index 00000000..40681f04 Binary files /dev/null and b/maplibre/fonts/Archive/._2048-2303.pbf differ diff --git a/maplibre/fonts/Archive/._20480-20735.pbf b/maplibre/fonts/Archive/._20480-20735.pbf new file mode 100644 index 00000000..670ae71d Binary files /dev/null and b/maplibre/fonts/Archive/._20480-20735.pbf differ diff --git a/maplibre/fonts/Archive/._20736-20991.pbf b/maplibre/fonts/Archive/._20736-20991.pbf new file mode 100644 index 00000000..155841fb Binary files /dev/null and b/maplibre/fonts/Archive/._20736-20991.pbf differ diff --git a/maplibre/fonts/Archive/._20992-21247.pbf b/maplibre/fonts/Archive/._20992-21247.pbf new file mode 100644 index 00000000..518e7b72 Binary files /dev/null and b/maplibre/fonts/Archive/._20992-21247.pbf differ diff --git a/maplibre/fonts/Archive/._21248-21503.pbf b/maplibre/fonts/Archive/._21248-21503.pbf new file mode 100644 index 00000000..44da0331 Binary files /dev/null and b/maplibre/fonts/Archive/._21248-21503.pbf differ diff --git a/maplibre/fonts/Archive/._21504-21759.pbf b/maplibre/fonts/Archive/._21504-21759.pbf new file mode 100644 index 00000000..085cfb6b Binary files /dev/null and b/maplibre/fonts/Archive/._21504-21759.pbf differ diff --git a/maplibre/fonts/Archive/._21760-22015.pbf b/maplibre/fonts/Archive/._21760-22015.pbf new file mode 100644 index 00000000..52b66811 Binary files /dev/null and b/maplibre/fonts/Archive/._21760-22015.pbf differ diff --git a/maplibre/fonts/Archive/._22016-22271.pbf b/maplibre/fonts/Archive/._22016-22271.pbf new file mode 100644 index 00000000..915b9fbd Binary files /dev/null and b/maplibre/fonts/Archive/._22016-22271.pbf differ diff --git a/maplibre/fonts/Archive/._22272-22527.pbf b/maplibre/fonts/Archive/._22272-22527.pbf new file mode 100644 index 00000000..04bdbaf1 Binary files /dev/null and b/maplibre/fonts/Archive/._22272-22527.pbf differ diff --git a/maplibre/fonts/Archive/._22528-22783.pbf b/maplibre/fonts/Archive/._22528-22783.pbf new file mode 100644 index 00000000..fc353de1 Binary files /dev/null and b/maplibre/fonts/Archive/._22528-22783.pbf differ diff --git a/maplibre/fonts/Archive/._22784-23039.pbf b/maplibre/fonts/Archive/._22784-23039.pbf new file mode 100644 index 00000000..1262fd7c Binary files /dev/null and b/maplibre/fonts/Archive/._22784-23039.pbf differ diff --git a/maplibre/fonts/Archive/._2304-2559.pbf b/maplibre/fonts/Archive/._2304-2559.pbf new file mode 100644 index 00000000..8977e699 Binary files /dev/null and b/maplibre/fonts/Archive/._2304-2559.pbf differ diff --git a/maplibre/fonts/Archive/._23040-23295.pbf b/maplibre/fonts/Archive/._23040-23295.pbf new file mode 100644 index 00000000..44c1cffd Binary files /dev/null and b/maplibre/fonts/Archive/._23040-23295.pbf differ diff --git a/maplibre/fonts/Archive/._23296-23551.pbf b/maplibre/fonts/Archive/._23296-23551.pbf new file mode 100644 index 00000000..79d82076 Binary files /dev/null and b/maplibre/fonts/Archive/._23296-23551.pbf differ diff --git a/maplibre/fonts/Archive/._23552-23807.pbf b/maplibre/fonts/Archive/._23552-23807.pbf new file mode 100644 index 00000000..912f6544 Binary files /dev/null and b/maplibre/fonts/Archive/._23552-23807.pbf differ diff --git a/maplibre/fonts/Archive/._23808-24063.pbf b/maplibre/fonts/Archive/._23808-24063.pbf new file mode 100644 index 00000000..82473eaa Binary files /dev/null and b/maplibre/fonts/Archive/._23808-24063.pbf differ diff --git a/maplibre/fonts/Archive/._24064-24319.pbf b/maplibre/fonts/Archive/._24064-24319.pbf new file mode 100644 index 00000000..649da53b Binary files /dev/null and b/maplibre/fonts/Archive/._24064-24319.pbf differ diff --git a/maplibre/fonts/Archive/._24320-24575.pbf b/maplibre/fonts/Archive/._24320-24575.pbf new file mode 100644 index 00000000..7fb236aa Binary files /dev/null and b/maplibre/fonts/Archive/._24320-24575.pbf differ diff --git a/maplibre/fonts/Archive/._24576-24831.pbf b/maplibre/fonts/Archive/._24576-24831.pbf new file mode 100644 index 00000000..a27325f0 Binary files /dev/null and b/maplibre/fonts/Archive/._24576-24831.pbf differ diff --git a/maplibre/fonts/Archive/._24832-25087.pbf b/maplibre/fonts/Archive/._24832-25087.pbf new file mode 100644 index 00000000..b49b1540 Binary files /dev/null and b/maplibre/fonts/Archive/._24832-25087.pbf differ diff --git a/maplibre/fonts/Archive/._25088-25343.pbf b/maplibre/fonts/Archive/._25088-25343.pbf new file mode 100644 index 00000000..5fbefca6 Binary files /dev/null and b/maplibre/fonts/Archive/._25088-25343.pbf differ diff --git a/maplibre/fonts/Archive/._25344-25599.pbf b/maplibre/fonts/Archive/._25344-25599.pbf new file mode 100644 index 00000000..e67eee54 Binary files /dev/null and b/maplibre/fonts/Archive/._25344-25599.pbf differ diff --git a/maplibre/fonts/Archive/._256-511.pbf b/maplibre/fonts/Archive/._256-511.pbf new file mode 100644 index 00000000..71972df8 Binary files /dev/null and b/maplibre/fonts/Archive/._256-511.pbf differ diff --git a/maplibre/fonts/Archive/._2560-2815.pbf b/maplibre/fonts/Archive/._2560-2815.pbf new file mode 100644 index 00000000..fae98f4b Binary files /dev/null and b/maplibre/fonts/Archive/._2560-2815.pbf differ diff --git a/maplibre/fonts/Archive/._25600-25855.pbf b/maplibre/fonts/Archive/._25600-25855.pbf new file mode 100644 index 00000000..0c371468 Binary files /dev/null and b/maplibre/fonts/Archive/._25600-25855.pbf differ diff --git a/maplibre/fonts/Archive/._25856-26111.pbf b/maplibre/fonts/Archive/._25856-26111.pbf new file mode 100644 index 00000000..9cf5cb16 Binary files /dev/null and b/maplibre/fonts/Archive/._25856-26111.pbf differ diff --git a/maplibre/fonts/Archive/._26112-26367.pbf b/maplibre/fonts/Archive/._26112-26367.pbf new file mode 100644 index 00000000..8e8a5f10 Binary files /dev/null and b/maplibre/fonts/Archive/._26112-26367.pbf differ diff --git a/maplibre/fonts/Archive/._26368-26623.pbf b/maplibre/fonts/Archive/._26368-26623.pbf new file mode 100644 index 00000000..d1c10863 Binary files /dev/null and b/maplibre/fonts/Archive/._26368-26623.pbf differ diff --git a/maplibre/fonts/Archive/._26624-26879.pbf b/maplibre/fonts/Archive/._26624-26879.pbf new file mode 100644 index 00000000..5f41981c Binary files /dev/null and b/maplibre/fonts/Archive/._26624-26879.pbf differ diff --git a/maplibre/fonts/Archive/._26880-27135.pbf b/maplibre/fonts/Archive/._26880-27135.pbf new file mode 100644 index 00000000..f46ff582 Binary files /dev/null and b/maplibre/fonts/Archive/._26880-27135.pbf differ diff --git a/maplibre/fonts/Archive/._27136-27391.pbf b/maplibre/fonts/Archive/._27136-27391.pbf new file mode 100644 index 00000000..5c1d5afe Binary files /dev/null and b/maplibre/fonts/Archive/._27136-27391.pbf differ diff --git a/maplibre/fonts/Archive/._27392-27647.pbf b/maplibre/fonts/Archive/._27392-27647.pbf new file mode 100644 index 00000000..fd8c0580 Binary files /dev/null and b/maplibre/fonts/Archive/._27392-27647.pbf differ diff --git a/maplibre/fonts/Archive/._27648-27903.pbf b/maplibre/fonts/Archive/._27648-27903.pbf new file mode 100644 index 00000000..47996b3c Binary files /dev/null and b/maplibre/fonts/Archive/._27648-27903.pbf differ diff --git a/maplibre/fonts/Archive/._27904-28159.pbf b/maplibre/fonts/Archive/._27904-28159.pbf new file mode 100644 index 00000000..759bedb7 Binary files /dev/null and b/maplibre/fonts/Archive/._27904-28159.pbf differ diff --git a/maplibre/fonts/Archive/._2816-3071.pbf b/maplibre/fonts/Archive/._2816-3071.pbf new file mode 100644 index 00000000..7255bb00 Binary files /dev/null and b/maplibre/fonts/Archive/._2816-3071.pbf differ diff --git a/maplibre/fonts/Archive/._28160-28415.pbf b/maplibre/fonts/Archive/._28160-28415.pbf new file mode 100644 index 00000000..957ecace Binary files /dev/null and b/maplibre/fonts/Archive/._28160-28415.pbf differ diff --git a/maplibre/fonts/Archive/._28416-28671.pbf b/maplibre/fonts/Archive/._28416-28671.pbf new file mode 100644 index 00000000..771f4094 Binary files /dev/null and b/maplibre/fonts/Archive/._28416-28671.pbf differ diff --git a/maplibre/fonts/Archive/._28672-28927.pbf b/maplibre/fonts/Archive/._28672-28927.pbf new file mode 100644 index 00000000..aad2064a Binary files /dev/null and b/maplibre/fonts/Archive/._28672-28927.pbf differ diff --git a/maplibre/fonts/Archive/._28928-29183.pbf b/maplibre/fonts/Archive/._28928-29183.pbf new file mode 100644 index 00000000..ed97a942 Binary files /dev/null and b/maplibre/fonts/Archive/._28928-29183.pbf differ diff --git a/maplibre/fonts/Archive/._29184-29439.pbf b/maplibre/fonts/Archive/._29184-29439.pbf new file mode 100644 index 00000000..794de636 Binary files /dev/null and b/maplibre/fonts/Archive/._29184-29439.pbf differ diff --git a/maplibre/fonts/Archive/._29440-29695.pbf b/maplibre/fonts/Archive/._29440-29695.pbf new file mode 100644 index 00000000..dc2425e9 Binary files /dev/null and b/maplibre/fonts/Archive/._29440-29695.pbf differ diff --git a/maplibre/fonts/Archive/._29696-29951.pbf b/maplibre/fonts/Archive/._29696-29951.pbf new file mode 100644 index 00000000..6cee131e Binary files /dev/null and b/maplibre/fonts/Archive/._29696-29951.pbf differ diff --git a/maplibre/fonts/Archive/._29952-30207.pbf b/maplibre/fonts/Archive/._29952-30207.pbf new file mode 100644 index 00000000..594d8e8f Binary files /dev/null and b/maplibre/fonts/Archive/._29952-30207.pbf differ diff --git a/maplibre/fonts/Archive/._30208-30463.pbf b/maplibre/fonts/Archive/._30208-30463.pbf new file mode 100644 index 00000000..e47cac23 Binary files /dev/null and b/maplibre/fonts/Archive/._30208-30463.pbf differ diff --git a/maplibre/fonts/Archive/._30464-30719.pbf b/maplibre/fonts/Archive/._30464-30719.pbf new file mode 100644 index 00000000..6b80bdf0 Binary files /dev/null and b/maplibre/fonts/Archive/._30464-30719.pbf differ diff --git a/maplibre/fonts/Archive/._3072-3327.pbf b/maplibre/fonts/Archive/._3072-3327.pbf new file mode 100644 index 00000000..fbbb19bd Binary files /dev/null and b/maplibre/fonts/Archive/._3072-3327.pbf differ diff --git a/maplibre/fonts/Archive/._30720-30975.pbf b/maplibre/fonts/Archive/._30720-30975.pbf new file mode 100644 index 00000000..cd79c30a Binary files /dev/null and b/maplibre/fonts/Archive/._30720-30975.pbf differ diff --git a/maplibre/fonts/Archive/._30976-31231.pbf b/maplibre/fonts/Archive/._30976-31231.pbf new file mode 100644 index 00000000..276b3948 Binary files /dev/null and b/maplibre/fonts/Archive/._30976-31231.pbf differ diff --git a/maplibre/fonts/Archive/._31232-31487.pbf b/maplibre/fonts/Archive/._31232-31487.pbf new file mode 100644 index 00000000..ef218dd8 Binary files /dev/null and b/maplibre/fonts/Archive/._31232-31487.pbf differ diff --git a/maplibre/fonts/Archive/._31488-31743.pbf b/maplibre/fonts/Archive/._31488-31743.pbf new file mode 100644 index 00000000..e17f687f Binary files /dev/null and b/maplibre/fonts/Archive/._31488-31743.pbf differ diff --git a/maplibre/fonts/Archive/._31744-31999.pbf b/maplibre/fonts/Archive/._31744-31999.pbf new file mode 100644 index 00000000..a1093558 Binary files /dev/null and b/maplibre/fonts/Archive/._31744-31999.pbf differ diff --git a/maplibre/fonts/Archive/._32000-32255.pbf b/maplibre/fonts/Archive/._32000-32255.pbf new file mode 100644 index 00000000..36958425 Binary files /dev/null and b/maplibre/fonts/Archive/._32000-32255.pbf differ diff --git a/maplibre/fonts/Archive/._32256-32511.pbf b/maplibre/fonts/Archive/._32256-32511.pbf new file mode 100644 index 00000000..c96815c8 Binary files /dev/null and b/maplibre/fonts/Archive/._32256-32511.pbf differ diff --git a/maplibre/fonts/Archive/._32512-32767.pbf b/maplibre/fonts/Archive/._32512-32767.pbf new file mode 100644 index 00000000..91d7109d Binary files /dev/null and b/maplibre/fonts/Archive/._32512-32767.pbf differ diff --git a/maplibre/fonts/Archive/._32768-33023.pbf b/maplibre/fonts/Archive/._32768-33023.pbf new file mode 100644 index 00000000..6d69ff3f Binary files /dev/null and b/maplibre/fonts/Archive/._32768-33023.pbf differ diff --git a/maplibre/fonts/Archive/._33024-33279.pbf b/maplibre/fonts/Archive/._33024-33279.pbf new file mode 100644 index 00000000..f88bc68c Binary files /dev/null and b/maplibre/fonts/Archive/._33024-33279.pbf differ diff --git a/maplibre/fonts/Archive/._3328-3583.pbf b/maplibre/fonts/Archive/._3328-3583.pbf new file mode 100644 index 00000000..939ab199 Binary files /dev/null and b/maplibre/fonts/Archive/._3328-3583.pbf differ diff --git a/maplibre/fonts/Archive/._33280-33535.pbf b/maplibre/fonts/Archive/._33280-33535.pbf new file mode 100644 index 00000000..23041d49 Binary files /dev/null and b/maplibre/fonts/Archive/._33280-33535.pbf differ diff --git a/maplibre/fonts/Archive/._33536-33791.pbf b/maplibre/fonts/Archive/._33536-33791.pbf new file mode 100644 index 00000000..6a24b286 Binary files /dev/null and b/maplibre/fonts/Archive/._33536-33791.pbf differ diff --git a/maplibre/fonts/Archive/._33792-34047.pbf b/maplibre/fonts/Archive/._33792-34047.pbf new file mode 100644 index 00000000..31aaa4bb Binary files /dev/null and b/maplibre/fonts/Archive/._33792-34047.pbf differ diff --git a/maplibre/fonts/Archive/._34048-34303.pbf b/maplibre/fonts/Archive/._34048-34303.pbf new file mode 100644 index 00000000..04acfaa3 Binary files /dev/null and b/maplibre/fonts/Archive/._34048-34303.pbf differ diff --git a/maplibre/fonts/Archive/._34304-34559.pbf b/maplibre/fonts/Archive/._34304-34559.pbf new file mode 100644 index 00000000..f2e05153 Binary files /dev/null and b/maplibre/fonts/Archive/._34304-34559.pbf differ diff --git a/maplibre/fonts/Archive/._34560-34815.pbf b/maplibre/fonts/Archive/._34560-34815.pbf new file mode 100644 index 00000000..c4c2cbf9 Binary files /dev/null and b/maplibre/fonts/Archive/._34560-34815.pbf differ diff --git a/maplibre/fonts/Archive/._34816-35071.pbf b/maplibre/fonts/Archive/._34816-35071.pbf new file mode 100644 index 00000000..e0e5dfdf Binary files /dev/null and b/maplibre/fonts/Archive/._34816-35071.pbf differ diff --git a/maplibre/fonts/Archive/._35072-35327.pbf b/maplibre/fonts/Archive/._35072-35327.pbf new file mode 100644 index 00000000..9806f12d Binary files /dev/null and b/maplibre/fonts/Archive/._35072-35327.pbf differ diff --git a/maplibre/fonts/Archive/._35328-35583.pbf b/maplibre/fonts/Archive/._35328-35583.pbf new file mode 100644 index 00000000..241c4138 Binary files /dev/null and b/maplibre/fonts/Archive/._35328-35583.pbf differ diff --git a/maplibre/fonts/Archive/._35584-35839.pbf b/maplibre/fonts/Archive/._35584-35839.pbf new file mode 100644 index 00000000..52b1cd5b Binary files /dev/null and b/maplibre/fonts/Archive/._35584-35839.pbf differ diff --git a/maplibre/fonts/Archive/._3584-3839.pbf b/maplibre/fonts/Archive/._3584-3839.pbf new file mode 100644 index 00000000..0f7fe20a Binary files /dev/null and b/maplibre/fonts/Archive/._3584-3839.pbf differ diff --git a/maplibre/fonts/Archive/._35840-36095.pbf b/maplibre/fonts/Archive/._35840-36095.pbf new file mode 100644 index 00000000..aa1ef170 Binary files /dev/null and b/maplibre/fonts/Archive/._35840-36095.pbf differ diff --git a/maplibre/fonts/Archive/._36096-36351.pbf b/maplibre/fonts/Archive/._36096-36351.pbf new file mode 100644 index 00000000..5fdb968c Binary files /dev/null and b/maplibre/fonts/Archive/._36096-36351.pbf differ diff --git a/maplibre/fonts/Archive/._36352-36607.pbf b/maplibre/fonts/Archive/._36352-36607.pbf new file mode 100644 index 00000000..e0a4030c Binary files /dev/null and b/maplibre/fonts/Archive/._36352-36607.pbf differ diff --git a/maplibre/fonts/Archive/._36608-36863.pbf b/maplibre/fonts/Archive/._36608-36863.pbf new file mode 100644 index 00000000..87085304 Binary files /dev/null and b/maplibre/fonts/Archive/._36608-36863.pbf differ diff --git a/maplibre/fonts/Archive/._36864-37119.pbf b/maplibre/fonts/Archive/._36864-37119.pbf new file mode 100644 index 00000000..6682099c Binary files /dev/null and b/maplibre/fonts/Archive/._36864-37119.pbf differ diff --git a/maplibre/fonts/Archive/._37120-37375.pbf b/maplibre/fonts/Archive/._37120-37375.pbf new file mode 100644 index 00000000..e18dcfdd Binary files /dev/null and b/maplibre/fonts/Archive/._37120-37375.pbf differ diff --git a/maplibre/fonts/Archive/._37376-37631.pbf b/maplibre/fonts/Archive/._37376-37631.pbf new file mode 100644 index 00000000..249a64f0 Binary files /dev/null and b/maplibre/fonts/Archive/._37376-37631.pbf differ diff --git a/maplibre/fonts/Archive/._37632-37887.pbf b/maplibre/fonts/Archive/._37632-37887.pbf new file mode 100644 index 00000000..79925bf7 Binary files /dev/null and b/maplibre/fonts/Archive/._37632-37887.pbf differ diff --git a/maplibre/fonts/Archive/._37888-38143.pbf b/maplibre/fonts/Archive/._37888-38143.pbf new file mode 100644 index 00000000..473fc5d6 Binary files /dev/null and b/maplibre/fonts/Archive/._37888-38143.pbf differ diff --git a/maplibre/fonts/Archive/._38144-38399.pbf b/maplibre/fonts/Archive/._38144-38399.pbf new file mode 100644 index 00000000..37ee275c Binary files /dev/null and b/maplibre/fonts/Archive/._38144-38399.pbf differ diff --git a/maplibre/fonts/Archive/._3840-4095.pbf b/maplibre/fonts/Archive/._3840-4095.pbf new file mode 100644 index 00000000..e50e9255 Binary files /dev/null and b/maplibre/fonts/Archive/._3840-4095.pbf differ diff --git a/maplibre/fonts/Archive/._38400-38655.pbf b/maplibre/fonts/Archive/._38400-38655.pbf new file mode 100644 index 00000000..e13e3f13 Binary files /dev/null and b/maplibre/fonts/Archive/._38400-38655.pbf differ diff --git a/maplibre/fonts/Archive/._38656-38911.pbf b/maplibre/fonts/Archive/._38656-38911.pbf new file mode 100644 index 00000000..8e6b9957 Binary files /dev/null and b/maplibre/fonts/Archive/._38656-38911.pbf differ diff --git a/maplibre/fonts/Archive/._38912-39167.pbf b/maplibre/fonts/Archive/._38912-39167.pbf new file mode 100644 index 00000000..60d9131f Binary files /dev/null and b/maplibre/fonts/Archive/._38912-39167.pbf differ diff --git a/maplibre/fonts/Archive/._39168-39423.pbf b/maplibre/fonts/Archive/._39168-39423.pbf new file mode 100644 index 00000000..d8ab986f Binary files /dev/null and b/maplibre/fonts/Archive/._39168-39423.pbf differ diff --git a/maplibre/fonts/Archive/._39424-39679.pbf b/maplibre/fonts/Archive/._39424-39679.pbf new file mode 100644 index 00000000..f5fdf029 Binary files /dev/null and b/maplibre/fonts/Archive/._39424-39679.pbf differ diff --git a/maplibre/fonts/Archive/._39680-39935.pbf b/maplibre/fonts/Archive/._39680-39935.pbf new file mode 100644 index 00000000..91c28075 Binary files /dev/null and b/maplibre/fonts/Archive/._39680-39935.pbf differ diff --git a/maplibre/fonts/Archive/._39936-40191.pbf b/maplibre/fonts/Archive/._39936-40191.pbf new file mode 100644 index 00000000..d5956011 Binary files /dev/null and b/maplibre/fonts/Archive/._39936-40191.pbf differ diff --git a/maplibre/fonts/Archive/._40192-40447.pbf b/maplibre/fonts/Archive/._40192-40447.pbf new file mode 100644 index 00000000..bbff0575 Binary files /dev/null and b/maplibre/fonts/Archive/._40192-40447.pbf differ diff --git a/maplibre/fonts/Archive/._40448-40703.pbf b/maplibre/fonts/Archive/._40448-40703.pbf new file mode 100644 index 00000000..a152133b Binary files /dev/null and b/maplibre/fonts/Archive/._40448-40703.pbf differ diff --git a/maplibre/fonts/Archive/._40704-40959.pbf b/maplibre/fonts/Archive/._40704-40959.pbf new file mode 100644 index 00000000..59e2dc72 Binary files /dev/null and b/maplibre/fonts/Archive/._40704-40959.pbf differ diff --git a/maplibre/fonts/Archive/._4096-4351.pbf b/maplibre/fonts/Archive/._4096-4351.pbf new file mode 100644 index 00000000..871504f0 Binary files /dev/null and b/maplibre/fonts/Archive/._4096-4351.pbf differ diff --git a/maplibre/fonts/Archive/._40960-41215.pbf b/maplibre/fonts/Archive/._40960-41215.pbf new file mode 100644 index 00000000..76459f42 Binary files /dev/null and b/maplibre/fonts/Archive/._40960-41215.pbf differ diff --git a/maplibre/fonts/Archive/._41216-41471.pbf b/maplibre/fonts/Archive/._41216-41471.pbf new file mode 100644 index 00000000..c105828d Binary files /dev/null and b/maplibre/fonts/Archive/._41216-41471.pbf differ diff --git a/maplibre/fonts/Archive/._41472-41727.pbf b/maplibre/fonts/Archive/._41472-41727.pbf new file mode 100644 index 00000000..30f56248 Binary files /dev/null and b/maplibre/fonts/Archive/._41472-41727.pbf differ diff --git a/maplibre/fonts/Archive/._41728-41983.pbf b/maplibre/fonts/Archive/._41728-41983.pbf new file mode 100644 index 00000000..e37a1a4c Binary files /dev/null and b/maplibre/fonts/Archive/._41728-41983.pbf differ diff --git a/maplibre/fonts/Archive/._41984-42239.pbf b/maplibre/fonts/Archive/._41984-42239.pbf new file mode 100644 index 00000000..38d0d3b6 Binary files /dev/null and b/maplibre/fonts/Archive/._41984-42239.pbf differ diff --git a/maplibre/fonts/Archive/._42240-42495.pbf b/maplibre/fonts/Archive/._42240-42495.pbf new file mode 100644 index 00000000..1accb1ff Binary files /dev/null and b/maplibre/fonts/Archive/._42240-42495.pbf differ diff --git a/maplibre/fonts/Archive/._42496-42751.pbf b/maplibre/fonts/Archive/._42496-42751.pbf new file mode 100644 index 00000000..b09f5185 Binary files /dev/null and b/maplibre/fonts/Archive/._42496-42751.pbf differ diff --git a/maplibre/fonts/Archive/._42752-43007.pbf b/maplibre/fonts/Archive/._42752-43007.pbf new file mode 100644 index 00000000..da4bc0a2 Binary files /dev/null and b/maplibre/fonts/Archive/._42752-43007.pbf differ diff --git a/maplibre/fonts/Archive/._43008-43263.pbf b/maplibre/fonts/Archive/._43008-43263.pbf new file mode 100644 index 00000000..bd78f921 Binary files /dev/null and b/maplibre/fonts/Archive/._43008-43263.pbf differ diff --git a/maplibre/fonts/Archive/._43264-43519.pbf b/maplibre/fonts/Archive/._43264-43519.pbf new file mode 100644 index 00000000..f5a67879 Binary files /dev/null and b/maplibre/fonts/Archive/._43264-43519.pbf differ diff --git a/maplibre/fonts/Archive/._4352-4607.pbf b/maplibre/fonts/Archive/._4352-4607.pbf new file mode 100644 index 00000000..ece86d75 Binary files /dev/null and b/maplibre/fonts/Archive/._4352-4607.pbf differ diff --git a/maplibre/fonts/Archive/._43520-43775.pbf b/maplibre/fonts/Archive/._43520-43775.pbf new file mode 100644 index 00000000..fd47fd02 Binary files /dev/null and b/maplibre/fonts/Archive/._43520-43775.pbf differ diff --git a/maplibre/fonts/Archive/._43776-44031.pbf b/maplibre/fonts/Archive/._43776-44031.pbf new file mode 100644 index 00000000..013db06e Binary files /dev/null and b/maplibre/fonts/Archive/._43776-44031.pbf differ diff --git a/maplibre/fonts/Archive/._44032-44287.pbf b/maplibre/fonts/Archive/._44032-44287.pbf new file mode 100644 index 00000000..902c7288 Binary files /dev/null and b/maplibre/fonts/Archive/._44032-44287.pbf differ diff --git a/maplibre/fonts/Archive/._44288-44543.pbf b/maplibre/fonts/Archive/._44288-44543.pbf new file mode 100644 index 00000000..842fefdc Binary files /dev/null and b/maplibre/fonts/Archive/._44288-44543.pbf differ diff --git a/maplibre/fonts/Archive/._44544-44799.pbf b/maplibre/fonts/Archive/._44544-44799.pbf new file mode 100644 index 00000000..eefb5117 Binary files /dev/null and b/maplibre/fonts/Archive/._44544-44799.pbf differ diff --git a/maplibre/fonts/Archive/._44800-45055.pbf b/maplibre/fonts/Archive/._44800-45055.pbf new file mode 100644 index 00000000..3cfca527 Binary files /dev/null and b/maplibre/fonts/Archive/._44800-45055.pbf differ diff --git a/maplibre/fonts/Archive/._45056-45311.pbf b/maplibre/fonts/Archive/._45056-45311.pbf new file mode 100644 index 00000000..7e3c09eb Binary files /dev/null and b/maplibre/fonts/Archive/._45056-45311.pbf differ diff --git a/maplibre/fonts/Archive/._45312-45567.pbf b/maplibre/fonts/Archive/._45312-45567.pbf new file mode 100644 index 00000000..53e02f2e Binary files /dev/null and b/maplibre/fonts/Archive/._45312-45567.pbf differ diff --git a/maplibre/fonts/Archive/._45568-45823.pbf b/maplibre/fonts/Archive/._45568-45823.pbf new file mode 100644 index 00000000..ba3067d8 Binary files /dev/null and b/maplibre/fonts/Archive/._45568-45823.pbf differ diff --git a/maplibre/fonts/Archive/._45824-46079.pbf b/maplibre/fonts/Archive/._45824-46079.pbf new file mode 100644 index 00000000..de434e59 Binary files /dev/null and b/maplibre/fonts/Archive/._45824-46079.pbf differ diff --git a/maplibre/fonts/Archive/._4608-4863.pbf b/maplibre/fonts/Archive/._4608-4863.pbf new file mode 100644 index 00000000..eb8d43f8 Binary files /dev/null and b/maplibre/fonts/Archive/._4608-4863.pbf differ diff --git a/maplibre/fonts/Archive/._46080-46335.pbf b/maplibre/fonts/Archive/._46080-46335.pbf new file mode 100644 index 00000000..877fc970 Binary files /dev/null and b/maplibre/fonts/Archive/._46080-46335.pbf differ diff --git a/maplibre/fonts/Archive/._46336-46591.pbf b/maplibre/fonts/Archive/._46336-46591.pbf new file mode 100644 index 00000000..1b44b71c Binary files /dev/null and b/maplibre/fonts/Archive/._46336-46591.pbf differ diff --git a/maplibre/fonts/Archive/._46592-46847.pbf b/maplibre/fonts/Archive/._46592-46847.pbf new file mode 100644 index 00000000..a86f2a37 Binary files /dev/null and b/maplibre/fonts/Archive/._46592-46847.pbf differ diff --git a/maplibre/fonts/Archive/._46848-47103.pbf b/maplibre/fonts/Archive/._46848-47103.pbf new file mode 100644 index 00000000..316330f0 Binary files /dev/null and b/maplibre/fonts/Archive/._46848-47103.pbf differ diff --git a/maplibre/fonts/Archive/._47104-47359.pbf b/maplibre/fonts/Archive/._47104-47359.pbf new file mode 100644 index 00000000..2d0ecad7 Binary files /dev/null and b/maplibre/fonts/Archive/._47104-47359.pbf differ diff --git a/maplibre/fonts/Archive/._47360-47615.pbf b/maplibre/fonts/Archive/._47360-47615.pbf new file mode 100644 index 00000000..58ab6767 Binary files /dev/null and b/maplibre/fonts/Archive/._47360-47615.pbf differ diff --git a/maplibre/fonts/Archive/._47616-47871.pbf b/maplibre/fonts/Archive/._47616-47871.pbf new file mode 100644 index 00000000..6d345d21 Binary files /dev/null and b/maplibre/fonts/Archive/._47616-47871.pbf differ diff --git a/maplibre/fonts/Archive/._47872-48127.pbf b/maplibre/fonts/Archive/._47872-48127.pbf new file mode 100644 index 00000000..6b2ad455 Binary files /dev/null and b/maplibre/fonts/Archive/._47872-48127.pbf differ diff --git a/maplibre/fonts/Archive/._48128-48383.pbf b/maplibre/fonts/Archive/._48128-48383.pbf new file mode 100644 index 00000000..1d80272d Binary files /dev/null and b/maplibre/fonts/Archive/._48128-48383.pbf differ diff --git a/maplibre/fonts/Archive/._48384-48639.pbf b/maplibre/fonts/Archive/._48384-48639.pbf new file mode 100644 index 00000000..2d37f412 Binary files /dev/null and b/maplibre/fonts/Archive/._48384-48639.pbf differ diff --git a/maplibre/fonts/Archive/._4864-5119.pbf b/maplibre/fonts/Archive/._4864-5119.pbf new file mode 100644 index 00000000..bf70c14e Binary files /dev/null and b/maplibre/fonts/Archive/._4864-5119.pbf differ diff --git a/maplibre/fonts/Archive/._48640-48895.pbf b/maplibre/fonts/Archive/._48640-48895.pbf new file mode 100644 index 00000000..a50e9b09 Binary files /dev/null and b/maplibre/fonts/Archive/._48640-48895.pbf differ diff --git a/maplibre/fonts/Archive/._48896-49151.pbf b/maplibre/fonts/Archive/._48896-49151.pbf new file mode 100644 index 00000000..dae9af1c Binary files /dev/null and b/maplibre/fonts/Archive/._48896-49151.pbf differ diff --git a/maplibre/fonts/Archive/._49152-49407.pbf b/maplibre/fonts/Archive/._49152-49407.pbf new file mode 100644 index 00000000..221fe18d Binary files /dev/null and b/maplibre/fonts/Archive/._49152-49407.pbf differ diff --git a/maplibre/fonts/Archive/._49408-49663.pbf b/maplibre/fonts/Archive/._49408-49663.pbf new file mode 100644 index 00000000..34bda880 Binary files /dev/null and b/maplibre/fonts/Archive/._49408-49663.pbf differ diff --git a/maplibre/fonts/Archive/._49664-49919.pbf b/maplibre/fonts/Archive/._49664-49919.pbf new file mode 100644 index 00000000..b706981b Binary files /dev/null and b/maplibre/fonts/Archive/._49664-49919.pbf differ diff --git a/maplibre/fonts/Archive/._49920-50175.pbf b/maplibre/fonts/Archive/._49920-50175.pbf new file mode 100644 index 00000000..efcace88 Binary files /dev/null and b/maplibre/fonts/Archive/._49920-50175.pbf differ diff --git a/maplibre/fonts/Archive/._50176-50431.pbf b/maplibre/fonts/Archive/._50176-50431.pbf new file mode 100644 index 00000000..f1e39c7b Binary files /dev/null and b/maplibre/fonts/Archive/._50176-50431.pbf differ diff --git a/maplibre/fonts/Archive/._50432-50687.pbf b/maplibre/fonts/Archive/._50432-50687.pbf new file mode 100644 index 00000000..30a84ff5 Binary files /dev/null and b/maplibre/fonts/Archive/._50432-50687.pbf differ diff --git a/maplibre/fonts/Archive/._50688-50943.pbf b/maplibre/fonts/Archive/._50688-50943.pbf new file mode 100644 index 00000000..c81d8645 Binary files /dev/null and b/maplibre/fonts/Archive/._50688-50943.pbf differ diff --git a/maplibre/fonts/Archive/._50944-51199.pbf b/maplibre/fonts/Archive/._50944-51199.pbf new file mode 100644 index 00000000..badeb813 Binary files /dev/null and b/maplibre/fonts/Archive/._50944-51199.pbf differ diff --git a/maplibre/fonts/Archive/._512-767.pbf b/maplibre/fonts/Archive/._512-767.pbf new file mode 100644 index 00000000..63db05f3 Binary files /dev/null and b/maplibre/fonts/Archive/._512-767.pbf differ diff --git a/maplibre/fonts/Archive/._5120-5375.pbf b/maplibre/fonts/Archive/._5120-5375.pbf new file mode 100644 index 00000000..9e361e1b Binary files /dev/null and b/maplibre/fonts/Archive/._5120-5375.pbf differ diff --git a/maplibre/fonts/Archive/._51200-51455.pbf b/maplibre/fonts/Archive/._51200-51455.pbf new file mode 100644 index 00000000..00168fdf Binary files /dev/null and b/maplibre/fonts/Archive/._51200-51455.pbf differ diff --git a/maplibre/fonts/Archive/._51456-51711.pbf b/maplibre/fonts/Archive/._51456-51711.pbf new file mode 100644 index 00000000..a116dcb5 Binary files /dev/null and b/maplibre/fonts/Archive/._51456-51711.pbf differ diff --git a/maplibre/fonts/Archive/._51712-51967.pbf b/maplibre/fonts/Archive/._51712-51967.pbf new file mode 100644 index 00000000..4fb55901 Binary files /dev/null and b/maplibre/fonts/Archive/._51712-51967.pbf differ diff --git a/maplibre/fonts/Archive/._51968-52223.pbf b/maplibre/fonts/Archive/._51968-52223.pbf new file mode 100644 index 00000000..01cb7e4b Binary files /dev/null and b/maplibre/fonts/Archive/._51968-52223.pbf differ diff --git a/maplibre/fonts/Archive/._52224-52479.pbf b/maplibre/fonts/Archive/._52224-52479.pbf new file mode 100644 index 00000000..a15488eb Binary files /dev/null and b/maplibre/fonts/Archive/._52224-52479.pbf differ diff --git a/maplibre/fonts/Archive/._52480-52735.pbf b/maplibre/fonts/Archive/._52480-52735.pbf new file mode 100644 index 00000000..70d5a6c3 Binary files /dev/null and b/maplibre/fonts/Archive/._52480-52735.pbf differ diff --git a/maplibre/fonts/Archive/._52736-52991.pbf b/maplibre/fonts/Archive/._52736-52991.pbf new file mode 100644 index 00000000..e2bf3f20 Binary files /dev/null and b/maplibre/fonts/Archive/._52736-52991.pbf differ diff --git a/maplibre/fonts/Archive/._52992-53247.pbf b/maplibre/fonts/Archive/._52992-53247.pbf new file mode 100644 index 00000000..d1d705cf Binary files /dev/null and b/maplibre/fonts/Archive/._52992-53247.pbf differ diff --git a/maplibre/fonts/Archive/._53248-53503.pbf b/maplibre/fonts/Archive/._53248-53503.pbf new file mode 100644 index 00000000..fc8f4f30 Binary files /dev/null and b/maplibre/fonts/Archive/._53248-53503.pbf differ diff --git a/maplibre/fonts/Archive/._53504-53759.pbf b/maplibre/fonts/Archive/._53504-53759.pbf new file mode 100644 index 00000000..e53a549a Binary files /dev/null and b/maplibre/fonts/Archive/._53504-53759.pbf differ diff --git a/maplibre/fonts/Archive/._5376-5631.pbf b/maplibre/fonts/Archive/._5376-5631.pbf new file mode 100644 index 00000000..a1250b91 Binary files /dev/null and b/maplibre/fonts/Archive/._5376-5631.pbf differ diff --git a/maplibre/fonts/Archive/._53760-54015.pbf b/maplibre/fonts/Archive/._53760-54015.pbf new file mode 100644 index 00000000..c470dfcd Binary files /dev/null and b/maplibre/fonts/Archive/._53760-54015.pbf differ diff --git a/maplibre/fonts/Archive/._54016-54271.pbf b/maplibre/fonts/Archive/._54016-54271.pbf new file mode 100644 index 00000000..4f774544 Binary files /dev/null and b/maplibre/fonts/Archive/._54016-54271.pbf differ diff --git a/maplibre/fonts/Archive/._54272-54527.pbf b/maplibre/fonts/Archive/._54272-54527.pbf new file mode 100644 index 00000000..208dd7f7 Binary files /dev/null and b/maplibre/fonts/Archive/._54272-54527.pbf differ diff --git a/maplibre/fonts/Archive/._54528-54783.pbf b/maplibre/fonts/Archive/._54528-54783.pbf new file mode 100644 index 00000000..94794706 Binary files /dev/null and b/maplibre/fonts/Archive/._54528-54783.pbf differ diff --git a/maplibre/fonts/Archive/._54784-55039.pbf b/maplibre/fonts/Archive/._54784-55039.pbf new file mode 100644 index 00000000..c716900a Binary files /dev/null and b/maplibre/fonts/Archive/._54784-55039.pbf differ diff --git a/maplibre/fonts/Archive/._55040-55295.pbf b/maplibre/fonts/Archive/._55040-55295.pbf new file mode 100644 index 00000000..f066094d Binary files /dev/null and b/maplibre/fonts/Archive/._55040-55295.pbf differ diff --git a/maplibre/fonts/Archive/._55296-55551.pbf b/maplibre/fonts/Archive/._55296-55551.pbf new file mode 100644 index 00000000..db19663c Binary files /dev/null and b/maplibre/fonts/Archive/._55296-55551.pbf differ diff --git a/maplibre/fonts/Archive/._55552-55807.pbf b/maplibre/fonts/Archive/._55552-55807.pbf new file mode 100644 index 00000000..727633f6 Binary files /dev/null and b/maplibre/fonts/Archive/._55552-55807.pbf differ diff --git a/maplibre/fonts/Archive/._55808-56063.pbf b/maplibre/fonts/Archive/._55808-56063.pbf new file mode 100644 index 00000000..183a2c40 Binary files /dev/null and b/maplibre/fonts/Archive/._55808-56063.pbf differ diff --git a/maplibre/fonts/Archive/._56064-56319.pbf b/maplibre/fonts/Archive/._56064-56319.pbf new file mode 100644 index 00000000..13a42775 Binary files /dev/null and b/maplibre/fonts/Archive/._56064-56319.pbf differ diff --git a/maplibre/fonts/Archive/._5632-5887.pbf b/maplibre/fonts/Archive/._5632-5887.pbf new file mode 100644 index 00000000..c1f536b9 Binary files /dev/null and b/maplibre/fonts/Archive/._5632-5887.pbf differ diff --git a/maplibre/fonts/Archive/._56320-56575.pbf b/maplibre/fonts/Archive/._56320-56575.pbf new file mode 100644 index 00000000..d0ada771 Binary files /dev/null and b/maplibre/fonts/Archive/._56320-56575.pbf differ diff --git a/maplibre/fonts/Archive/._56576-56831.pbf b/maplibre/fonts/Archive/._56576-56831.pbf new file mode 100644 index 00000000..60c36d97 Binary files /dev/null and b/maplibre/fonts/Archive/._56576-56831.pbf differ diff --git a/maplibre/fonts/Archive/._56832-57087.pbf b/maplibre/fonts/Archive/._56832-57087.pbf new file mode 100644 index 00000000..c8586681 Binary files /dev/null and b/maplibre/fonts/Archive/._56832-57087.pbf differ diff --git a/maplibre/fonts/Archive/._57088-57343.pbf b/maplibre/fonts/Archive/._57088-57343.pbf new file mode 100644 index 00000000..9c771d53 Binary files /dev/null and b/maplibre/fonts/Archive/._57088-57343.pbf differ diff --git a/maplibre/fonts/Archive/._57344-57599.pbf b/maplibre/fonts/Archive/._57344-57599.pbf new file mode 100644 index 00000000..20a08ff0 Binary files /dev/null and b/maplibre/fonts/Archive/._57344-57599.pbf differ diff --git a/maplibre/fonts/Archive/._57600-57855.pbf b/maplibre/fonts/Archive/._57600-57855.pbf new file mode 100644 index 00000000..fc0d9d13 Binary files /dev/null and b/maplibre/fonts/Archive/._57600-57855.pbf differ diff --git a/maplibre/fonts/Archive/._57856-58111.pbf b/maplibre/fonts/Archive/._57856-58111.pbf new file mode 100644 index 00000000..b8a12349 Binary files /dev/null and b/maplibre/fonts/Archive/._57856-58111.pbf differ diff --git a/maplibre/fonts/Archive/._58112-58367.pbf b/maplibre/fonts/Archive/._58112-58367.pbf new file mode 100644 index 00000000..c1ab2b53 Binary files /dev/null and b/maplibre/fonts/Archive/._58112-58367.pbf differ diff --git a/maplibre/fonts/Archive/._58368-58623.pbf b/maplibre/fonts/Archive/._58368-58623.pbf new file mode 100644 index 00000000..79810062 Binary files /dev/null and b/maplibre/fonts/Archive/._58368-58623.pbf differ diff --git a/maplibre/fonts/Archive/._58624-58879.pbf b/maplibre/fonts/Archive/._58624-58879.pbf new file mode 100644 index 00000000..ebe7db06 Binary files /dev/null and b/maplibre/fonts/Archive/._58624-58879.pbf differ diff --git a/maplibre/fonts/Archive/._5888-6143.pbf b/maplibre/fonts/Archive/._5888-6143.pbf new file mode 100644 index 00000000..8cc76397 Binary files /dev/null and b/maplibre/fonts/Archive/._5888-6143.pbf differ diff --git a/maplibre/fonts/Archive/._58880-59135.pbf b/maplibre/fonts/Archive/._58880-59135.pbf new file mode 100644 index 00000000..7050962e Binary files /dev/null and b/maplibre/fonts/Archive/._58880-59135.pbf differ diff --git a/maplibre/fonts/Archive/._59136-59391.pbf b/maplibre/fonts/Archive/._59136-59391.pbf new file mode 100644 index 00000000..b0269e9e Binary files /dev/null and b/maplibre/fonts/Archive/._59136-59391.pbf differ diff --git a/maplibre/fonts/Archive/._59392-59647.pbf b/maplibre/fonts/Archive/._59392-59647.pbf new file mode 100644 index 00000000..4fd6d534 Binary files /dev/null and b/maplibre/fonts/Archive/._59392-59647.pbf differ diff --git a/maplibre/fonts/Archive/._59648-59903.pbf b/maplibre/fonts/Archive/._59648-59903.pbf new file mode 100644 index 00000000..9fdba017 Binary files /dev/null and b/maplibre/fonts/Archive/._59648-59903.pbf differ diff --git a/maplibre/fonts/Archive/._59904-60159.pbf b/maplibre/fonts/Archive/._59904-60159.pbf new file mode 100644 index 00000000..c8c95468 Binary files /dev/null and b/maplibre/fonts/Archive/._59904-60159.pbf differ diff --git a/maplibre/fonts/Archive/._60160-60415.pbf b/maplibre/fonts/Archive/._60160-60415.pbf new file mode 100644 index 00000000..27601971 Binary files /dev/null and b/maplibre/fonts/Archive/._60160-60415.pbf differ diff --git a/maplibre/fonts/Archive/._60416-60671.pbf b/maplibre/fonts/Archive/._60416-60671.pbf new file mode 100644 index 00000000..5fa8140f Binary files /dev/null and b/maplibre/fonts/Archive/._60416-60671.pbf differ diff --git a/maplibre/fonts/Archive/._60672-60927.pbf b/maplibre/fonts/Archive/._60672-60927.pbf new file mode 100644 index 00000000..b11e4724 Binary files /dev/null and b/maplibre/fonts/Archive/._60672-60927.pbf differ diff --git a/maplibre/fonts/Archive/._60928-61183.pbf b/maplibre/fonts/Archive/._60928-61183.pbf new file mode 100644 index 00000000..2a659be3 Binary files /dev/null and b/maplibre/fonts/Archive/._60928-61183.pbf differ diff --git a/maplibre/fonts/Archive/._61184-61439.pbf b/maplibre/fonts/Archive/._61184-61439.pbf new file mode 100644 index 00000000..9c1d9ec0 Binary files /dev/null and b/maplibre/fonts/Archive/._61184-61439.pbf differ diff --git a/maplibre/fonts/Archive/._6144-6399.pbf b/maplibre/fonts/Archive/._6144-6399.pbf new file mode 100644 index 00000000..faa1cc48 Binary files /dev/null and b/maplibre/fonts/Archive/._6144-6399.pbf differ diff --git a/maplibre/fonts/Archive/._61440-61695.pbf b/maplibre/fonts/Archive/._61440-61695.pbf new file mode 100644 index 00000000..e8c2a3f5 Binary files /dev/null and b/maplibre/fonts/Archive/._61440-61695.pbf differ diff --git a/maplibre/fonts/Archive/._61696-61951.pbf b/maplibre/fonts/Archive/._61696-61951.pbf new file mode 100644 index 00000000..f5be8724 Binary files /dev/null and b/maplibre/fonts/Archive/._61696-61951.pbf differ diff --git a/maplibre/fonts/Archive/._61952-62207.pbf b/maplibre/fonts/Archive/._61952-62207.pbf new file mode 100644 index 00000000..958f5b4d Binary files /dev/null and b/maplibre/fonts/Archive/._61952-62207.pbf differ diff --git a/maplibre/fonts/Archive/._62208-62463.pbf b/maplibre/fonts/Archive/._62208-62463.pbf new file mode 100644 index 00000000..686c0059 Binary files /dev/null and b/maplibre/fonts/Archive/._62208-62463.pbf differ diff --git a/maplibre/fonts/Archive/._62464-62719.pbf b/maplibre/fonts/Archive/._62464-62719.pbf new file mode 100644 index 00000000..bae43510 Binary files /dev/null and b/maplibre/fonts/Archive/._62464-62719.pbf differ diff --git a/maplibre/fonts/Archive/._62720-62975.pbf b/maplibre/fonts/Archive/._62720-62975.pbf new file mode 100644 index 00000000..c64db71f Binary files /dev/null and b/maplibre/fonts/Archive/._62720-62975.pbf differ diff --git a/maplibre/fonts/Archive/._62976-63231.pbf b/maplibre/fonts/Archive/._62976-63231.pbf new file mode 100644 index 00000000..9c4e518b Binary files /dev/null and b/maplibre/fonts/Archive/._62976-63231.pbf differ diff --git a/maplibre/fonts/Archive/._63232-63487.pbf b/maplibre/fonts/Archive/._63232-63487.pbf new file mode 100644 index 00000000..4f83780a Binary files /dev/null and b/maplibre/fonts/Archive/._63232-63487.pbf differ diff --git a/maplibre/fonts/Archive/._63488-63743.pbf b/maplibre/fonts/Archive/._63488-63743.pbf new file mode 100644 index 00000000..b0a5e2e3 Binary files /dev/null and b/maplibre/fonts/Archive/._63488-63743.pbf differ diff --git a/maplibre/fonts/Archive/._63744-63999.pbf b/maplibre/fonts/Archive/._63744-63999.pbf new file mode 100644 index 00000000..0074965b Binary files /dev/null and b/maplibre/fonts/Archive/._63744-63999.pbf differ diff --git a/maplibre/fonts/Archive/._6400-6655.pbf b/maplibre/fonts/Archive/._6400-6655.pbf new file mode 100644 index 00000000..e046681b Binary files /dev/null and b/maplibre/fonts/Archive/._6400-6655.pbf differ diff --git a/maplibre/fonts/Archive/._64000-64255.pbf b/maplibre/fonts/Archive/._64000-64255.pbf new file mode 100644 index 00000000..2ca56d11 Binary files /dev/null and b/maplibre/fonts/Archive/._64000-64255.pbf differ diff --git a/maplibre/fonts/Archive/._64256-64511.pbf b/maplibre/fonts/Archive/._64256-64511.pbf new file mode 100644 index 00000000..866ac604 Binary files /dev/null and b/maplibre/fonts/Archive/._64256-64511.pbf differ diff --git a/maplibre/fonts/Archive/._64512-64767.pbf b/maplibre/fonts/Archive/._64512-64767.pbf new file mode 100644 index 00000000..ecd45588 Binary files /dev/null and b/maplibre/fonts/Archive/._64512-64767.pbf differ diff --git a/maplibre/fonts/Archive/._64768-65023.pbf b/maplibre/fonts/Archive/._64768-65023.pbf new file mode 100644 index 00000000..1e1c1ccd Binary files /dev/null and b/maplibre/fonts/Archive/._64768-65023.pbf differ diff --git a/maplibre/fonts/Archive/._65024-65279.pbf b/maplibre/fonts/Archive/._65024-65279.pbf new file mode 100644 index 00000000..d2941b82 Binary files /dev/null and b/maplibre/fonts/Archive/._65024-65279.pbf differ diff --git a/maplibre/fonts/Archive/._65280-65535.pbf b/maplibre/fonts/Archive/._65280-65535.pbf new file mode 100644 index 00000000..fc73d683 Binary files /dev/null and b/maplibre/fonts/Archive/._65280-65535.pbf differ diff --git a/maplibre/fonts/Archive/._6656-6911.pbf b/maplibre/fonts/Archive/._6656-6911.pbf new file mode 100644 index 00000000..3311a980 Binary files /dev/null and b/maplibre/fonts/Archive/._6656-6911.pbf differ diff --git a/maplibre/fonts/Archive/._6912-7167.pbf b/maplibre/fonts/Archive/._6912-7167.pbf new file mode 100644 index 00000000..43d3e1e6 Binary files /dev/null and b/maplibre/fonts/Archive/._6912-7167.pbf differ diff --git a/maplibre/fonts/Archive/._7168-7423.pbf b/maplibre/fonts/Archive/._7168-7423.pbf new file mode 100644 index 00000000..6dca3d83 Binary files /dev/null and b/maplibre/fonts/Archive/._7168-7423.pbf differ diff --git a/maplibre/fonts/Archive/._7424-7679.pbf b/maplibre/fonts/Archive/._7424-7679.pbf new file mode 100644 index 00000000..a9cc45b4 Binary files /dev/null and b/maplibre/fonts/Archive/._7424-7679.pbf differ diff --git a/maplibre/fonts/Archive/._768-1023.pbf b/maplibre/fonts/Archive/._768-1023.pbf new file mode 100644 index 00000000..98bc7bc1 Binary files /dev/null and b/maplibre/fonts/Archive/._768-1023.pbf differ diff --git a/maplibre/fonts/Archive/._7680-7935.pbf b/maplibre/fonts/Archive/._7680-7935.pbf new file mode 100644 index 00000000..ad9d9a6b Binary files /dev/null and b/maplibre/fonts/Archive/._7680-7935.pbf differ diff --git a/maplibre/fonts/Archive/._7936-8191.pbf b/maplibre/fonts/Archive/._7936-8191.pbf new file mode 100644 index 00000000..10f737eb Binary files /dev/null and b/maplibre/fonts/Archive/._7936-8191.pbf differ diff --git a/maplibre/fonts/Archive/._8192-8447.pbf b/maplibre/fonts/Archive/._8192-8447.pbf new file mode 100644 index 00000000..45d4a339 Binary files /dev/null and b/maplibre/fonts/Archive/._8192-8447.pbf differ diff --git a/maplibre/fonts/Archive/._8448-8703.pbf b/maplibre/fonts/Archive/._8448-8703.pbf new file mode 100644 index 00000000..db9f657b Binary files /dev/null and b/maplibre/fonts/Archive/._8448-8703.pbf differ diff --git a/maplibre/fonts/Archive/._8704-8959.pbf b/maplibre/fonts/Archive/._8704-8959.pbf new file mode 100644 index 00000000..1fd3884e Binary files /dev/null and b/maplibre/fonts/Archive/._8704-8959.pbf differ diff --git a/maplibre/fonts/Archive/._8960-9215.pbf b/maplibre/fonts/Archive/._8960-9215.pbf new file mode 100644 index 00000000..d0316530 Binary files /dev/null and b/maplibre/fonts/Archive/._8960-9215.pbf differ diff --git a/maplibre/fonts/Archive/._9216-9471.pbf b/maplibre/fonts/Archive/._9216-9471.pbf new file mode 100644 index 00000000..d80c9893 Binary files /dev/null and b/maplibre/fonts/Archive/._9216-9471.pbf differ diff --git a/maplibre/fonts/Archive/._9472-9727.pbf b/maplibre/fonts/Archive/._9472-9727.pbf new file mode 100644 index 00000000..99623a3a Binary files /dev/null and b/maplibre/fonts/Archive/._9472-9727.pbf differ diff --git a/maplibre/fonts/Archive/._9728-9983.pbf b/maplibre/fonts/Archive/._9728-9983.pbf new file mode 100644 index 00000000..ffd449bb Binary files /dev/null and b/maplibre/fonts/Archive/._9728-9983.pbf differ diff --git a/maplibre/fonts/Archive/._9984-10239.pbf b/maplibre/fonts/Archive/._9984-10239.pbf new file mode 100644 index 00000000..ae6d0e08 Binary files /dev/null and b/maplibre/fonts/Archive/._9984-10239.pbf differ diff --git a/maplibre/fonts/Axis/._0-255.pbf b/maplibre/fonts/Axis/._0-255.pbf new file mode 100644 index 00000000..21ce2256 Binary files /dev/null and b/maplibre/fonts/Axis/._0-255.pbf differ diff --git a/maplibre/fonts/Axis/._1024-1279.pbf b/maplibre/fonts/Axis/._1024-1279.pbf new file mode 100644 index 00000000..05367f59 Binary files /dev/null and b/maplibre/fonts/Axis/._1024-1279.pbf differ diff --git a/maplibre/fonts/Axis/._10240-10495.pbf b/maplibre/fonts/Axis/._10240-10495.pbf new file mode 100644 index 00000000..34622a8f Binary files /dev/null and b/maplibre/fonts/Axis/._10240-10495.pbf differ diff --git a/maplibre/fonts/Axis/._10496-10751.pbf b/maplibre/fonts/Axis/._10496-10751.pbf new file mode 100644 index 00000000..b8fdec8c Binary files /dev/null and b/maplibre/fonts/Axis/._10496-10751.pbf differ diff --git a/maplibre/fonts/Axis/._10752-11007.pbf b/maplibre/fonts/Axis/._10752-11007.pbf new file mode 100644 index 00000000..7aecfed5 Binary files /dev/null and b/maplibre/fonts/Axis/._10752-11007.pbf differ diff --git a/maplibre/fonts/Axis/._11008-11263.pbf b/maplibre/fonts/Axis/._11008-11263.pbf new file mode 100644 index 00000000..6420e079 Binary files /dev/null and b/maplibre/fonts/Axis/._11008-11263.pbf differ diff --git a/maplibre/fonts/Axis/._11264-11519.pbf b/maplibre/fonts/Axis/._11264-11519.pbf new file mode 100644 index 00000000..91112ab4 Binary files /dev/null and b/maplibre/fonts/Axis/._11264-11519.pbf differ diff --git a/maplibre/fonts/Axis/._11520-11775.pbf b/maplibre/fonts/Axis/._11520-11775.pbf new file mode 100644 index 00000000..11393ff6 Binary files /dev/null and b/maplibre/fonts/Axis/._11520-11775.pbf differ diff --git a/maplibre/fonts/Axis/._11776-12031.pbf b/maplibre/fonts/Axis/._11776-12031.pbf new file mode 100644 index 00000000..85b75969 Binary files /dev/null and b/maplibre/fonts/Axis/._11776-12031.pbf differ diff --git a/maplibre/fonts/Axis/._12032-12287.pbf b/maplibre/fonts/Axis/._12032-12287.pbf new file mode 100644 index 00000000..7c592fc0 Binary files /dev/null and b/maplibre/fonts/Axis/._12032-12287.pbf differ diff --git a/maplibre/fonts/Axis/._12288-12543.pbf b/maplibre/fonts/Axis/._12288-12543.pbf new file mode 100644 index 00000000..b492cb12 Binary files /dev/null and b/maplibre/fonts/Axis/._12288-12543.pbf differ diff --git a/maplibre/fonts/Axis/._12544-12799.pbf b/maplibre/fonts/Axis/._12544-12799.pbf new file mode 100644 index 00000000..5f4ae316 Binary files /dev/null and b/maplibre/fonts/Axis/._12544-12799.pbf differ diff --git a/maplibre/fonts/Axis/._1280-1535.pbf b/maplibre/fonts/Axis/._1280-1535.pbf new file mode 100644 index 00000000..fa80585d Binary files /dev/null and b/maplibre/fonts/Axis/._1280-1535.pbf differ diff --git a/maplibre/fonts/Axis/._12800-13055.pbf b/maplibre/fonts/Axis/._12800-13055.pbf new file mode 100644 index 00000000..f192ba82 Binary files /dev/null and b/maplibre/fonts/Axis/._12800-13055.pbf differ diff --git a/maplibre/fonts/Axis/._13056-13311.pbf b/maplibre/fonts/Axis/._13056-13311.pbf new file mode 100644 index 00000000..2759b86e Binary files /dev/null and b/maplibre/fonts/Axis/._13056-13311.pbf differ diff --git a/maplibre/fonts/Axis/._13312-13567.pbf b/maplibre/fonts/Axis/._13312-13567.pbf new file mode 100644 index 00000000..ed43c4c3 Binary files /dev/null and b/maplibre/fonts/Axis/._13312-13567.pbf differ diff --git a/maplibre/fonts/Axis/._13568-13823.pbf b/maplibre/fonts/Axis/._13568-13823.pbf new file mode 100644 index 00000000..3438601f Binary files /dev/null and b/maplibre/fonts/Axis/._13568-13823.pbf differ diff --git a/maplibre/fonts/Axis/._13824-14079.pbf b/maplibre/fonts/Axis/._13824-14079.pbf new file mode 100644 index 00000000..9ee999c1 Binary files /dev/null and b/maplibre/fonts/Axis/._13824-14079.pbf differ diff --git a/maplibre/fonts/Axis/._14080-14335.pbf b/maplibre/fonts/Axis/._14080-14335.pbf new file mode 100644 index 00000000..c6d1f82f Binary files /dev/null and b/maplibre/fonts/Axis/._14080-14335.pbf differ diff --git a/maplibre/fonts/Axis/._14336-14591.pbf b/maplibre/fonts/Axis/._14336-14591.pbf new file mode 100644 index 00000000..6960d844 Binary files /dev/null and b/maplibre/fonts/Axis/._14336-14591.pbf differ diff --git a/maplibre/fonts/Axis/._14592-14847.pbf b/maplibre/fonts/Axis/._14592-14847.pbf new file mode 100644 index 00000000..bd1d6516 Binary files /dev/null and b/maplibre/fonts/Axis/._14592-14847.pbf differ diff --git a/maplibre/fonts/Axis/._14848-15103.pbf b/maplibre/fonts/Axis/._14848-15103.pbf new file mode 100644 index 00000000..7cb661db Binary files /dev/null and b/maplibre/fonts/Axis/._14848-15103.pbf differ diff --git a/maplibre/fonts/Axis/._15104-15359.pbf b/maplibre/fonts/Axis/._15104-15359.pbf new file mode 100644 index 00000000..9007c7f9 Binary files /dev/null and b/maplibre/fonts/Axis/._15104-15359.pbf differ diff --git a/maplibre/fonts/Axis/._1536-1791.pbf b/maplibre/fonts/Axis/._1536-1791.pbf new file mode 100644 index 00000000..3333c344 Binary files /dev/null and b/maplibre/fonts/Axis/._1536-1791.pbf differ diff --git a/maplibre/fonts/Axis/._15360-15615.pbf b/maplibre/fonts/Axis/._15360-15615.pbf new file mode 100644 index 00000000..a55da498 Binary files /dev/null and b/maplibre/fonts/Axis/._15360-15615.pbf differ diff --git a/maplibre/fonts/Axis/._15616-15871.pbf b/maplibre/fonts/Axis/._15616-15871.pbf new file mode 100644 index 00000000..7655462b Binary files /dev/null and b/maplibre/fonts/Axis/._15616-15871.pbf differ diff --git a/maplibre/fonts/Axis/._15872-16127.pbf b/maplibre/fonts/Axis/._15872-16127.pbf new file mode 100644 index 00000000..b2a73a3e Binary files /dev/null and b/maplibre/fonts/Axis/._15872-16127.pbf differ diff --git a/maplibre/fonts/Axis/._16128-16383.pbf b/maplibre/fonts/Axis/._16128-16383.pbf new file mode 100644 index 00000000..3f48b205 Binary files /dev/null and b/maplibre/fonts/Axis/._16128-16383.pbf differ diff --git a/maplibre/fonts/Axis/._16384-16639.pbf b/maplibre/fonts/Axis/._16384-16639.pbf new file mode 100644 index 00000000..3f4e09e2 Binary files /dev/null and b/maplibre/fonts/Axis/._16384-16639.pbf differ diff --git a/maplibre/fonts/Axis/._16640-16895.pbf b/maplibre/fonts/Axis/._16640-16895.pbf new file mode 100644 index 00000000..f11d94b1 Binary files /dev/null and b/maplibre/fonts/Axis/._16640-16895.pbf differ diff --git a/maplibre/fonts/Axis/._16896-17151.pbf b/maplibre/fonts/Axis/._16896-17151.pbf new file mode 100644 index 00000000..101141e0 Binary files /dev/null and b/maplibre/fonts/Axis/._16896-17151.pbf differ diff --git a/maplibre/fonts/Axis/._17152-17407.pbf b/maplibre/fonts/Axis/._17152-17407.pbf new file mode 100644 index 00000000..a3370b6a Binary files /dev/null and b/maplibre/fonts/Axis/._17152-17407.pbf differ diff --git a/maplibre/fonts/Axis/._17408-17663.pbf b/maplibre/fonts/Axis/._17408-17663.pbf new file mode 100644 index 00000000..538806e8 Binary files /dev/null and b/maplibre/fonts/Axis/._17408-17663.pbf differ diff --git a/maplibre/fonts/Axis/._17664-17919.pbf b/maplibre/fonts/Axis/._17664-17919.pbf new file mode 100644 index 00000000..1f84ac68 Binary files /dev/null and b/maplibre/fonts/Axis/._17664-17919.pbf differ diff --git a/maplibre/fonts/Axis/._1792-2047.pbf b/maplibre/fonts/Axis/._1792-2047.pbf new file mode 100644 index 00000000..74c7ad9d Binary files /dev/null and b/maplibre/fonts/Axis/._1792-2047.pbf differ diff --git a/maplibre/fonts/Axis/._17920-18175.pbf b/maplibre/fonts/Axis/._17920-18175.pbf new file mode 100644 index 00000000..20e6ac00 Binary files /dev/null and b/maplibre/fonts/Axis/._17920-18175.pbf differ diff --git a/maplibre/fonts/Axis/._18176-18431.pbf b/maplibre/fonts/Axis/._18176-18431.pbf new file mode 100644 index 00000000..a638b7a3 Binary files /dev/null and b/maplibre/fonts/Axis/._18176-18431.pbf differ diff --git a/maplibre/fonts/Axis/._18432-18687.pbf b/maplibre/fonts/Axis/._18432-18687.pbf new file mode 100644 index 00000000..bd896520 Binary files /dev/null and b/maplibre/fonts/Axis/._18432-18687.pbf differ diff --git a/maplibre/fonts/Axis/._18688-18943.pbf b/maplibre/fonts/Axis/._18688-18943.pbf new file mode 100644 index 00000000..707aeb26 Binary files /dev/null and b/maplibre/fonts/Axis/._18688-18943.pbf differ diff --git a/maplibre/fonts/Axis/._18944-19199.pbf b/maplibre/fonts/Axis/._18944-19199.pbf new file mode 100644 index 00000000..793f449a Binary files /dev/null and b/maplibre/fonts/Axis/._18944-19199.pbf differ diff --git a/maplibre/fonts/Axis/._19200-19455.pbf b/maplibre/fonts/Axis/._19200-19455.pbf new file mode 100644 index 00000000..32c376dd Binary files /dev/null and b/maplibre/fonts/Axis/._19200-19455.pbf differ diff --git a/maplibre/fonts/Axis/._19456-19711.pbf b/maplibre/fonts/Axis/._19456-19711.pbf new file mode 100644 index 00000000..8ce11980 Binary files /dev/null and b/maplibre/fonts/Axis/._19456-19711.pbf differ diff --git a/maplibre/fonts/Axis/._19712-19967.pbf b/maplibre/fonts/Axis/._19712-19967.pbf new file mode 100644 index 00000000..8ede1dfa Binary files /dev/null and b/maplibre/fonts/Axis/._19712-19967.pbf differ diff --git a/maplibre/fonts/Axis/._19968-20223.pbf b/maplibre/fonts/Axis/._19968-20223.pbf new file mode 100644 index 00000000..7a9d460a Binary files /dev/null and b/maplibre/fonts/Axis/._19968-20223.pbf differ diff --git a/maplibre/fonts/Axis/._20224-20479.pbf b/maplibre/fonts/Axis/._20224-20479.pbf new file mode 100644 index 00000000..84ed8d2f Binary files /dev/null and b/maplibre/fonts/Axis/._20224-20479.pbf differ diff --git a/maplibre/fonts/Axis/._2048-2303.pbf b/maplibre/fonts/Axis/._2048-2303.pbf new file mode 100644 index 00000000..142e6d85 Binary files /dev/null and b/maplibre/fonts/Axis/._2048-2303.pbf differ diff --git a/maplibre/fonts/Axis/._20480-20735.pbf b/maplibre/fonts/Axis/._20480-20735.pbf new file mode 100644 index 00000000..d97067d9 Binary files /dev/null and b/maplibre/fonts/Axis/._20480-20735.pbf differ diff --git a/maplibre/fonts/Axis/._20736-20991.pbf b/maplibre/fonts/Axis/._20736-20991.pbf new file mode 100644 index 00000000..1febb570 Binary files /dev/null and b/maplibre/fonts/Axis/._20736-20991.pbf differ diff --git a/maplibre/fonts/Axis/._20992-21247.pbf b/maplibre/fonts/Axis/._20992-21247.pbf new file mode 100644 index 00000000..df252caf Binary files /dev/null and b/maplibre/fonts/Axis/._20992-21247.pbf differ diff --git a/maplibre/fonts/Axis/._21248-21503.pbf b/maplibre/fonts/Axis/._21248-21503.pbf new file mode 100644 index 00000000..8af21373 Binary files /dev/null and b/maplibre/fonts/Axis/._21248-21503.pbf differ diff --git a/maplibre/fonts/Axis/._21504-21759.pbf b/maplibre/fonts/Axis/._21504-21759.pbf new file mode 100644 index 00000000..8b7663bb Binary files /dev/null and b/maplibre/fonts/Axis/._21504-21759.pbf differ diff --git a/maplibre/fonts/Axis/._21760-22015.pbf b/maplibre/fonts/Axis/._21760-22015.pbf new file mode 100644 index 00000000..8080c554 Binary files /dev/null and b/maplibre/fonts/Axis/._21760-22015.pbf differ diff --git a/maplibre/fonts/Axis/._22016-22271.pbf b/maplibre/fonts/Axis/._22016-22271.pbf new file mode 100644 index 00000000..ca741f0d Binary files /dev/null and b/maplibre/fonts/Axis/._22016-22271.pbf differ diff --git a/maplibre/fonts/Axis/._22272-22527.pbf b/maplibre/fonts/Axis/._22272-22527.pbf new file mode 100644 index 00000000..5230ec0a Binary files /dev/null and b/maplibre/fonts/Axis/._22272-22527.pbf differ diff --git a/maplibre/fonts/Axis/._22528-22783.pbf b/maplibre/fonts/Axis/._22528-22783.pbf new file mode 100644 index 00000000..e7ec52f9 Binary files /dev/null and b/maplibre/fonts/Axis/._22528-22783.pbf differ diff --git a/maplibre/fonts/Axis/._22784-23039.pbf b/maplibre/fonts/Axis/._22784-23039.pbf new file mode 100644 index 00000000..e4933544 Binary files /dev/null and b/maplibre/fonts/Axis/._22784-23039.pbf differ diff --git a/maplibre/fonts/Axis/._2304-2559.pbf b/maplibre/fonts/Axis/._2304-2559.pbf new file mode 100644 index 00000000..ea3cc274 Binary files /dev/null and b/maplibre/fonts/Axis/._2304-2559.pbf differ diff --git a/maplibre/fonts/Axis/._23040-23295.pbf b/maplibre/fonts/Axis/._23040-23295.pbf new file mode 100644 index 00000000..8aa02f5d Binary files /dev/null and b/maplibre/fonts/Axis/._23040-23295.pbf differ diff --git a/maplibre/fonts/Axis/._23296-23551.pbf b/maplibre/fonts/Axis/._23296-23551.pbf new file mode 100644 index 00000000..86aba1cc Binary files /dev/null and b/maplibre/fonts/Axis/._23296-23551.pbf differ diff --git a/maplibre/fonts/Axis/._23552-23807.pbf b/maplibre/fonts/Axis/._23552-23807.pbf new file mode 100644 index 00000000..5e672f91 Binary files /dev/null and b/maplibre/fonts/Axis/._23552-23807.pbf differ diff --git a/maplibre/fonts/Axis/._23808-24063.pbf b/maplibre/fonts/Axis/._23808-24063.pbf new file mode 100644 index 00000000..f7304280 Binary files /dev/null and b/maplibre/fonts/Axis/._23808-24063.pbf differ diff --git a/maplibre/fonts/Axis/._24064-24319.pbf b/maplibre/fonts/Axis/._24064-24319.pbf new file mode 100644 index 00000000..1d60b69b Binary files /dev/null and b/maplibre/fonts/Axis/._24064-24319.pbf differ diff --git a/maplibre/fonts/Axis/._24320-24575.pbf b/maplibre/fonts/Axis/._24320-24575.pbf new file mode 100644 index 00000000..4bd65b38 Binary files /dev/null and b/maplibre/fonts/Axis/._24320-24575.pbf differ diff --git a/maplibre/fonts/Axis/._24576-24831.pbf b/maplibre/fonts/Axis/._24576-24831.pbf new file mode 100644 index 00000000..472fa7c6 Binary files /dev/null and b/maplibre/fonts/Axis/._24576-24831.pbf differ diff --git a/maplibre/fonts/Axis/._24832-25087.pbf b/maplibre/fonts/Axis/._24832-25087.pbf new file mode 100644 index 00000000..105a5c93 Binary files /dev/null and b/maplibre/fonts/Axis/._24832-25087.pbf differ diff --git a/maplibre/fonts/Axis/._25088-25343.pbf b/maplibre/fonts/Axis/._25088-25343.pbf new file mode 100644 index 00000000..71536540 Binary files /dev/null and b/maplibre/fonts/Axis/._25088-25343.pbf differ diff --git a/maplibre/fonts/Axis/._25344-25599.pbf b/maplibre/fonts/Axis/._25344-25599.pbf new file mode 100644 index 00000000..2c6b5731 Binary files /dev/null and b/maplibre/fonts/Axis/._25344-25599.pbf differ diff --git a/maplibre/fonts/Axis/._256-511.pbf b/maplibre/fonts/Axis/._256-511.pbf new file mode 100644 index 00000000..ff1fe445 Binary files /dev/null and b/maplibre/fonts/Axis/._256-511.pbf differ diff --git a/maplibre/fonts/Axis/._2560-2815.pbf b/maplibre/fonts/Axis/._2560-2815.pbf new file mode 100644 index 00000000..c370ddef Binary files /dev/null and b/maplibre/fonts/Axis/._2560-2815.pbf differ diff --git a/maplibre/fonts/Axis/._25600-25855.pbf b/maplibre/fonts/Axis/._25600-25855.pbf new file mode 100644 index 00000000..704b295f Binary files /dev/null and b/maplibre/fonts/Axis/._25600-25855.pbf differ diff --git a/maplibre/fonts/Axis/._25856-26111.pbf b/maplibre/fonts/Axis/._25856-26111.pbf new file mode 100644 index 00000000..cd906e62 Binary files /dev/null and b/maplibre/fonts/Axis/._25856-26111.pbf differ diff --git a/maplibre/fonts/Axis/._26112-26367.pbf b/maplibre/fonts/Axis/._26112-26367.pbf new file mode 100644 index 00000000..8a3c3074 Binary files /dev/null and b/maplibre/fonts/Axis/._26112-26367.pbf differ diff --git a/maplibre/fonts/Axis/._26368-26623.pbf b/maplibre/fonts/Axis/._26368-26623.pbf new file mode 100644 index 00000000..df4dfcf7 Binary files /dev/null and b/maplibre/fonts/Axis/._26368-26623.pbf differ diff --git a/maplibre/fonts/Axis/._26624-26879.pbf b/maplibre/fonts/Axis/._26624-26879.pbf new file mode 100644 index 00000000..eb3cd6d3 Binary files /dev/null and b/maplibre/fonts/Axis/._26624-26879.pbf differ diff --git a/maplibre/fonts/Axis/._26880-27135.pbf b/maplibre/fonts/Axis/._26880-27135.pbf new file mode 100644 index 00000000..dbfe2148 Binary files /dev/null and b/maplibre/fonts/Axis/._26880-27135.pbf differ diff --git a/maplibre/fonts/Axis/._27136-27391.pbf b/maplibre/fonts/Axis/._27136-27391.pbf new file mode 100644 index 00000000..754f48a7 Binary files /dev/null and b/maplibre/fonts/Axis/._27136-27391.pbf differ diff --git a/maplibre/fonts/Axis/._27392-27647.pbf b/maplibre/fonts/Axis/._27392-27647.pbf new file mode 100644 index 00000000..c54e42ef Binary files /dev/null and b/maplibre/fonts/Axis/._27392-27647.pbf differ diff --git a/maplibre/fonts/Axis/._27648-27903.pbf b/maplibre/fonts/Axis/._27648-27903.pbf new file mode 100644 index 00000000..68bf15d2 Binary files /dev/null and b/maplibre/fonts/Axis/._27648-27903.pbf differ diff --git a/maplibre/fonts/Axis/._27904-28159.pbf b/maplibre/fonts/Axis/._27904-28159.pbf new file mode 100644 index 00000000..0e825f40 Binary files /dev/null and b/maplibre/fonts/Axis/._27904-28159.pbf differ diff --git a/maplibre/fonts/Axis/._2816-3071.pbf b/maplibre/fonts/Axis/._2816-3071.pbf new file mode 100644 index 00000000..1e423197 Binary files /dev/null and b/maplibre/fonts/Axis/._2816-3071.pbf differ diff --git a/maplibre/fonts/Axis/._28160-28415.pbf b/maplibre/fonts/Axis/._28160-28415.pbf new file mode 100644 index 00000000..459cf107 Binary files /dev/null and b/maplibre/fonts/Axis/._28160-28415.pbf differ diff --git a/maplibre/fonts/Axis/._28416-28671.pbf b/maplibre/fonts/Axis/._28416-28671.pbf new file mode 100644 index 00000000..e005f119 Binary files /dev/null and b/maplibre/fonts/Axis/._28416-28671.pbf differ diff --git a/maplibre/fonts/Axis/._28672-28927.pbf b/maplibre/fonts/Axis/._28672-28927.pbf new file mode 100644 index 00000000..bc8ad962 Binary files /dev/null and b/maplibre/fonts/Axis/._28672-28927.pbf differ diff --git a/maplibre/fonts/Axis/._28928-29183.pbf b/maplibre/fonts/Axis/._28928-29183.pbf new file mode 100644 index 00000000..2d2553a4 Binary files /dev/null and b/maplibre/fonts/Axis/._28928-29183.pbf differ diff --git a/maplibre/fonts/Axis/._29184-29439.pbf b/maplibre/fonts/Axis/._29184-29439.pbf new file mode 100644 index 00000000..01f5cff0 Binary files /dev/null and b/maplibre/fonts/Axis/._29184-29439.pbf differ diff --git a/maplibre/fonts/Axis/._29440-29695.pbf b/maplibre/fonts/Axis/._29440-29695.pbf new file mode 100644 index 00000000..cc791ecf Binary files /dev/null and b/maplibre/fonts/Axis/._29440-29695.pbf differ diff --git a/maplibre/fonts/Axis/._29696-29951.pbf b/maplibre/fonts/Axis/._29696-29951.pbf new file mode 100644 index 00000000..efd8c76b Binary files /dev/null and b/maplibre/fonts/Axis/._29696-29951.pbf differ diff --git a/maplibre/fonts/Axis/._29952-30207.pbf b/maplibre/fonts/Axis/._29952-30207.pbf new file mode 100644 index 00000000..a858eb7f Binary files /dev/null and b/maplibre/fonts/Axis/._29952-30207.pbf differ diff --git a/maplibre/fonts/Axis/._30208-30463.pbf b/maplibre/fonts/Axis/._30208-30463.pbf new file mode 100644 index 00000000..1c7ff427 Binary files /dev/null and b/maplibre/fonts/Axis/._30208-30463.pbf differ diff --git a/maplibre/fonts/Axis/._30464-30719.pbf b/maplibre/fonts/Axis/._30464-30719.pbf new file mode 100644 index 00000000..2170d146 Binary files /dev/null and b/maplibre/fonts/Axis/._30464-30719.pbf differ diff --git a/maplibre/fonts/Axis/._3072-3327.pbf b/maplibre/fonts/Axis/._3072-3327.pbf new file mode 100644 index 00000000..679e5763 Binary files /dev/null and b/maplibre/fonts/Axis/._3072-3327.pbf differ diff --git a/maplibre/fonts/Axis/._30720-30975.pbf b/maplibre/fonts/Axis/._30720-30975.pbf new file mode 100644 index 00000000..ca5b0b6c Binary files /dev/null and b/maplibre/fonts/Axis/._30720-30975.pbf differ diff --git a/maplibre/fonts/Axis/._30976-31231.pbf b/maplibre/fonts/Axis/._30976-31231.pbf new file mode 100644 index 00000000..b95636ee Binary files /dev/null and b/maplibre/fonts/Axis/._30976-31231.pbf differ diff --git a/maplibre/fonts/Axis/._31232-31487.pbf b/maplibre/fonts/Axis/._31232-31487.pbf new file mode 100644 index 00000000..6e3fa977 Binary files /dev/null and b/maplibre/fonts/Axis/._31232-31487.pbf differ diff --git a/maplibre/fonts/Axis/._31488-31743.pbf b/maplibre/fonts/Axis/._31488-31743.pbf new file mode 100644 index 00000000..9d20e694 Binary files /dev/null and b/maplibre/fonts/Axis/._31488-31743.pbf differ diff --git a/maplibre/fonts/Axis/._31744-31999.pbf b/maplibre/fonts/Axis/._31744-31999.pbf new file mode 100644 index 00000000..558cc7ce Binary files /dev/null and b/maplibre/fonts/Axis/._31744-31999.pbf differ diff --git a/maplibre/fonts/Axis/._32000-32255.pbf b/maplibre/fonts/Axis/._32000-32255.pbf new file mode 100644 index 00000000..6ca1e719 Binary files /dev/null and b/maplibre/fonts/Axis/._32000-32255.pbf differ diff --git a/maplibre/fonts/Axis/._32256-32511.pbf b/maplibre/fonts/Axis/._32256-32511.pbf new file mode 100644 index 00000000..755b80fd Binary files /dev/null and b/maplibre/fonts/Axis/._32256-32511.pbf differ diff --git a/maplibre/fonts/Axis/._32512-32767.pbf b/maplibre/fonts/Axis/._32512-32767.pbf new file mode 100644 index 00000000..23a6abe1 Binary files /dev/null and b/maplibre/fonts/Axis/._32512-32767.pbf differ diff --git a/maplibre/fonts/Axis/._32768-33023.pbf b/maplibre/fonts/Axis/._32768-33023.pbf new file mode 100644 index 00000000..07051381 Binary files /dev/null and b/maplibre/fonts/Axis/._32768-33023.pbf differ diff --git a/maplibre/fonts/Axis/._33024-33279.pbf b/maplibre/fonts/Axis/._33024-33279.pbf new file mode 100644 index 00000000..2d7c5abf Binary files /dev/null and b/maplibre/fonts/Axis/._33024-33279.pbf differ diff --git a/maplibre/fonts/Axis/._3328-3583.pbf b/maplibre/fonts/Axis/._3328-3583.pbf new file mode 100644 index 00000000..24f1cf80 Binary files /dev/null and b/maplibre/fonts/Axis/._3328-3583.pbf differ diff --git a/maplibre/fonts/Axis/._33280-33535.pbf b/maplibre/fonts/Axis/._33280-33535.pbf new file mode 100644 index 00000000..1c1be462 Binary files /dev/null and b/maplibre/fonts/Axis/._33280-33535.pbf differ diff --git a/maplibre/fonts/Axis/._33536-33791.pbf b/maplibre/fonts/Axis/._33536-33791.pbf new file mode 100644 index 00000000..6e7020a6 Binary files /dev/null and b/maplibre/fonts/Axis/._33536-33791.pbf differ diff --git a/maplibre/fonts/Axis/._33792-34047.pbf b/maplibre/fonts/Axis/._33792-34047.pbf new file mode 100644 index 00000000..58e89e3b Binary files /dev/null and b/maplibre/fonts/Axis/._33792-34047.pbf differ diff --git a/maplibre/fonts/Axis/._34048-34303.pbf b/maplibre/fonts/Axis/._34048-34303.pbf new file mode 100644 index 00000000..8bfc44ca Binary files /dev/null and b/maplibre/fonts/Axis/._34048-34303.pbf differ diff --git a/maplibre/fonts/Axis/._34304-34559.pbf b/maplibre/fonts/Axis/._34304-34559.pbf new file mode 100644 index 00000000..21a847a5 Binary files /dev/null and b/maplibre/fonts/Axis/._34304-34559.pbf differ diff --git a/maplibre/fonts/Axis/._34560-34815.pbf b/maplibre/fonts/Axis/._34560-34815.pbf new file mode 100644 index 00000000..ef2c956e Binary files /dev/null and b/maplibre/fonts/Axis/._34560-34815.pbf differ diff --git a/maplibre/fonts/Axis/._34816-35071.pbf b/maplibre/fonts/Axis/._34816-35071.pbf new file mode 100644 index 00000000..8e8f1d22 Binary files /dev/null and b/maplibre/fonts/Axis/._34816-35071.pbf differ diff --git a/maplibre/fonts/Axis/._35072-35327.pbf b/maplibre/fonts/Axis/._35072-35327.pbf new file mode 100644 index 00000000..de4fafa3 Binary files /dev/null and b/maplibre/fonts/Axis/._35072-35327.pbf differ diff --git a/maplibre/fonts/Axis/._35328-35583.pbf b/maplibre/fonts/Axis/._35328-35583.pbf new file mode 100644 index 00000000..3cf412af Binary files /dev/null and b/maplibre/fonts/Axis/._35328-35583.pbf differ diff --git a/maplibre/fonts/Axis/._35584-35839.pbf b/maplibre/fonts/Axis/._35584-35839.pbf new file mode 100644 index 00000000..36a502e2 Binary files /dev/null and b/maplibre/fonts/Axis/._35584-35839.pbf differ diff --git a/maplibre/fonts/Axis/._3584-3839.pbf b/maplibre/fonts/Axis/._3584-3839.pbf new file mode 100644 index 00000000..5b1bef1a Binary files /dev/null and b/maplibre/fonts/Axis/._3584-3839.pbf differ diff --git a/maplibre/fonts/Axis/._35840-36095.pbf b/maplibre/fonts/Axis/._35840-36095.pbf new file mode 100644 index 00000000..c0c3aab7 Binary files /dev/null and b/maplibre/fonts/Axis/._35840-36095.pbf differ diff --git a/maplibre/fonts/Axis/._36096-36351.pbf b/maplibre/fonts/Axis/._36096-36351.pbf new file mode 100644 index 00000000..818fa764 Binary files /dev/null and b/maplibre/fonts/Axis/._36096-36351.pbf differ diff --git a/maplibre/fonts/Axis/._36352-36607.pbf b/maplibre/fonts/Axis/._36352-36607.pbf new file mode 100644 index 00000000..edf6e63d Binary files /dev/null and b/maplibre/fonts/Axis/._36352-36607.pbf differ diff --git a/maplibre/fonts/Axis/._36608-36863.pbf b/maplibre/fonts/Axis/._36608-36863.pbf new file mode 100644 index 00000000..98d98eae Binary files /dev/null and b/maplibre/fonts/Axis/._36608-36863.pbf differ diff --git a/maplibre/fonts/Axis/._36864-37119.pbf b/maplibre/fonts/Axis/._36864-37119.pbf new file mode 100644 index 00000000..f7430083 Binary files /dev/null and b/maplibre/fonts/Axis/._36864-37119.pbf differ diff --git a/maplibre/fonts/Axis/._37120-37375.pbf b/maplibre/fonts/Axis/._37120-37375.pbf new file mode 100644 index 00000000..86206f88 Binary files /dev/null and b/maplibre/fonts/Axis/._37120-37375.pbf differ diff --git a/maplibre/fonts/Axis/._37376-37631.pbf b/maplibre/fonts/Axis/._37376-37631.pbf new file mode 100644 index 00000000..4d2eefde Binary files /dev/null and b/maplibre/fonts/Axis/._37376-37631.pbf differ diff --git a/maplibre/fonts/Axis/._37632-37887.pbf b/maplibre/fonts/Axis/._37632-37887.pbf new file mode 100644 index 00000000..e3da4c98 Binary files /dev/null and b/maplibre/fonts/Axis/._37632-37887.pbf differ diff --git a/maplibre/fonts/Axis/._37888-38143.pbf b/maplibre/fonts/Axis/._37888-38143.pbf new file mode 100644 index 00000000..33285723 Binary files /dev/null and b/maplibre/fonts/Axis/._37888-38143.pbf differ diff --git a/maplibre/fonts/Axis/._38144-38399.pbf b/maplibre/fonts/Axis/._38144-38399.pbf new file mode 100644 index 00000000..e8015e39 Binary files /dev/null and b/maplibre/fonts/Axis/._38144-38399.pbf differ diff --git a/maplibre/fonts/Axis/._3840-4095.pbf b/maplibre/fonts/Axis/._3840-4095.pbf new file mode 100644 index 00000000..72c96511 Binary files /dev/null and b/maplibre/fonts/Axis/._3840-4095.pbf differ diff --git a/maplibre/fonts/Axis/._38400-38655.pbf b/maplibre/fonts/Axis/._38400-38655.pbf new file mode 100644 index 00000000..73eaed0e Binary files /dev/null and b/maplibre/fonts/Axis/._38400-38655.pbf differ diff --git a/maplibre/fonts/Axis/._38656-38911.pbf b/maplibre/fonts/Axis/._38656-38911.pbf new file mode 100644 index 00000000..76215d0d Binary files /dev/null and b/maplibre/fonts/Axis/._38656-38911.pbf differ diff --git a/maplibre/fonts/Axis/._38912-39167.pbf b/maplibre/fonts/Axis/._38912-39167.pbf new file mode 100644 index 00000000..26d9095e Binary files /dev/null and b/maplibre/fonts/Axis/._38912-39167.pbf differ diff --git a/maplibre/fonts/Axis/._39168-39423.pbf b/maplibre/fonts/Axis/._39168-39423.pbf new file mode 100644 index 00000000..eab5f360 Binary files /dev/null and b/maplibre/fonts/Axis/._39168-39423.pbf differ diff --git a/maplibre/fonts/Axis/._39424-39679.pbf b/maplibre/fonts/Axis/._39424-39679.pbf new file mode 100644 index 00000000..b5f98e8a Binary files /dev/null and b/maplibre/fonts/Axis/._39424-39679.pbf differ diff --git a/maplibre/fonts/Axis/._39680-39935.pbf b/maplibre/fonts/Axis/._39680-39935.pbf new file mode 100644 index 00000000..a5c204d6 Binary files /dev/null and b/maplibre/fonts/Axis/._39680-39935.pbf differ diff --git a/maplibre/fonts/Axis/._39936-40191.pbf b/maplibre/fonts/Axis/._39936-40191.pbf new file mode 100644 index 00000000..def26b49 Binary files /dev/null and b/maplibre/fonts/Axis/._39936-40191.pbf differ diff --git a/maplibre/fonts/Axis/._40192-40447.pbf b/maplibre/fonts/Axis/._40192-40447.pbf new file mode 100644 index 00000000..d8d09c2d Binary files /dev/null and b/maplibre/fonts/Axis/._40192-40447.pbf differ diff --git a/maplibre/fonts/Axis/._40448-40703.pbf b/maplibre/fonts/Axis/._40448-40703.pbf new file mode 100644 index 00000000..fc803a78 Binary files /dev/null and b/maplibre/fonts/Axis/._40448-40703.pbf differ diff --git a/maplibre/fonts/Axis/._40704-40959.pbf b/maplibre/fonts/Axis/._40704-40959.pbf new file mode 100644 index 00000000..a2ba060e Binary files /dev/null and b/maplibre/fonts/Axis/._40704-40959.pbf differ diff --git a/maplibre/fonts/Axis/._4096-4351.pbf b/maplibre/fonts/Axis/._4096-4351.pbf new file mode 100644 index 00000000..edd0ae64 Binary files /dev/null and b/maplibre/fonts/Axis/._4096-4351.pbf differ diff --git a/maplibre/fonts/Axis/._40960-41215.pbf b/maplibre/fonts/Axis/._40960-41215.pbf new file mode 100644 index 00000000..bb8c27a3 Binary files /dev/null and b/maplibre/fonts/Axis/._40960-41215.pbf differ diff --git a/maplibre/fonts/Axis/._41216-41471.pbf b/maplibre/fonts/Axis/._41216-41471.pbf new file mode 100644 index 00000000..ba5c3646 Binary files /dev/null and b/maplibre/fonts/Axis/._41216-41471.pbf differ diff --git a/maplibre/fonts/Axis/._41472-41727.pbf b/maplibre/fonts/Axis/._41472-41727.pbf new file mode 100644 index 00000000..3328dce8 Binary files /dev/null and b/maplibre/fonts/Axis/._41472-41727.pbf differ diff --git a/maplibre/fonts/Axis/._41728-41983.pbf b/maplibre/fonts/Axis/._41728-41983.pbf new file mode 100644 index 00000000..43cb4cf6 Binary files /dev/null and b/maplibre/fonts/Axis/._41728-41983.pbf differ diff --git a/maplibre/fonts/Axis/._41984-42239.pbf b/maplibre/fonts/Axis/._41984-42239.pbf new file mode 100644 index 00000000..428ec94a Binary files /dev/null and b/maplibre/fonts/Axis/._41984-42239.pbf differ diff --git a/maplibre/fonts/Axis/._42240-42495.pbf b/maplibre/fonts/Axis/._42240-42495.pbf new file mode 100644 index 00000000..e1ff2fd9 Binary files /dev/null and b/maplibre/fonts/Axis/._42240-42495.pbf differ diff --git a/maplibre/fonts/Axis/._42496-42751.pbf b/maplibre/fonts/Axis/._42496-42751.pbf new file mode 100644 index 00000000..0f42ec5d Binary files /dev/null and b/maplibre/fonts/Axis/._42496-42751.pbf differ diff --git a/maplibre/fonts/Axis/._42752-43007.pbf b/maplibre/fonts/Axis/._42752-43007.pbf new file mode 100644 index 00000000..f3c15588 Binary files /dev/null and b/maplibre/fonts/Axis/._42752-43007.pbf differ diff --git a/maplibre/fonts/Axis/._43008-43263.pbf b/maplibre/fonts/Axis/._43008-43263.pbf new file mode 100644 index 00000000..b9c5d311 Binary files /dev/null and b/maplibre/fonts/Axis/._43008-43263.pbf differ diff --git a/maplibre/fonts/Axis/._43264-43519.pbf b/maplibre/fonts/Axis/._43264-43519.pbf new file mode 100644 index 00000000..99b6fe98 Binary files /dev/null and b/maplibre/fonts/Axis/._43264-43519.pbf differ diff --git a/maplibre/fonts/Axis/._4352-4607.pbf b/maplibre/fonts/Axis/._4352-4607.pbf new file mode 100644 index 00000000..49e0346c Binary files /dev/null and b/maplibre/fonts/Axis/._4352-4607.pbf differ diff --git a/maplibre/fonts/Axis/._43520-43775.pbf b/maplibre/fonts/Axis/._43520-43775.pbf new file mode 100644 index 00000000..c00ba5c7 Binary files /dev/null and b/maplibre/fonts/Axis/._43520-43775.pbf differ diff --git a/maplibre/fonts/Axis/._43776-44031.pbf b/maplibre/fonts/Axis/._43776-44031.pbf new file mode 100644 index 00000000..7eb83f76 Binary files /dev/null and b/maplibre/fonts/Axis/._43776-44031.pbf differ diff --git a/maplibre/fonts/Axis/._44032-44287.pbf b/maplibre/fonts/Axis/._44032-44287.pbf new file mode 100644 index 00000000..1d25a8cf Binary files /dev/null and b/maplibre/fonts/Axis/._44032-44287.pbf differ diff --git a/maplibre/fonts/Axis/._44288-44543.pbf b/maplibre/fonts/Axis/._44288-44543.pbf new file mode 100644 index 00000000..723c7c98 Binary files /dev/null and b/maplibre/fonts/Axis/._44288-44543.pbf differ diff --git a/maplibre/fonts/Axis/._44544-44799.pbf b/maplibre/fonts/Axis/._44544-44799.pbf new file mode 100644 index 00000000..0e8abbd4 Binary files /dev/null and b/maplibre/fonts/Axis/._44544-44799.pbf differ diff --git a/maplibre/fonts/Axis/._44800-45055.pbf b/maplibre/fonts/Axis/._44800-45055.pbf new file mode 100644 index 00000000..b3004b78 Binary files /dev/null and b/maplibre/fonts/Axis/._44800-45055.pbf differ diff --git a/maplibre/fonts/Axis/._45056-45311.pbf b/maplibre/fonts/Axis/._45056-45311.pbf new file mode 100644 index 00000000..85096127 Binary files /dev/null and b/maplibre/fonts/Axis/._45056-45311.pbf differ diff --git a/maplibre/fonts/Axis/._45312-45567.pbf b/maplibre/fonts/Axis/._45312-45567.pbf new file mode 100644 index 00000000..978281a4 Binary files /dev/null and b/maplibre/fonts/Axis/._45312-45567.pbf differ diff --git a/maplibre/fonts/Axis/._45568-45823.pbf b/maplibre/fonts/Axis/._45568-45823.pbf new file mode 100644 index 00000000..51addae6 Binary files /dev/null and b/maplibre/fonts/Axis/._45568-45823.pbf differ diff --git a/maplibre/fonts/Axis/._45824-46079.pbf b/maplibre/fonts/Axis/._45824-46079.pbf new file mode 100644 index 00000000..944b5638 Binary files /dev/null and b/maplibre/fonts/Axis/._45824-46079.pbf differ diff --git a/maplibre/fonts/Axis/._4608-4863.pbf b/maplibre/fonts/Axis/._4608-4863.pbf new file mode 100644 index 00000000..66916370 Binary files /dev/null and b/maplibre/fonts/Axis/._4608-4863.pbf differ diff --git a/maplibre/fonts/Axis/._46080-46335.pbf b/maplibre/fonts/Axis/._46080-46335.pbf new file mode 100644 index 00000000..da4cc7c3 Binary files /dev/null and b/maplibre/fonts/Axis/._46080-46335.pbf differ diff --git a/maplibre/fonts/Axis/._46336-46591.pbf b/maplibre/fonts/Axis/._46336-46591.pbf new file mode 100644 index 00000000..c7909bb1 Binary files /dev/null and b/maplibre/fonts/Axis/._46336-46591.pbf differ diff --git a/maplibre/fonts/Axis/._46592-46847.pbf b/maplibre/fonts/Axis/._46592-46847.pbf new file mode 100644 index 00000000..02eefb3a Binary files /dev/null and b/maplibre/fonts/Axis/._46592-46847.pbf differ diff --git a/maplibre/fonts/Axis/._46848-47103.pbf b/maplibre/fonts/Axis/._46848-47103.pbf new file mode 100644 index 00000000..3f8d1224 Binary files /dev/null and b/maplibre/fonts/Axis/._46848-47103.pbf differ diff --git a/maplibre/fonts/Axis/._47104-47359.pbf b/maplibre/fonts/Axis/._47104-47359.pbf new file mode 100644 index 00000000..b8c443fa Binary files /dev/null and b/maplibre/fonts/Axis/._47104-47359.pbf differ diff --git a/maplibre/fonts/Axis/._47360-47615.pbf b/maplibre/fonts/Axis/._47360-47615.pbf new file mode 100644 index 00000000..192aef83 Binary files /dev/null and b/maplibre/fonts/Axis/._47360-47615.pbf differ diff --git a/maplibre/fonts/Axis/._47616-47871.pbf b/maplibre/fonts/Axis/._47616-47871.pbf new file mode 100644 index 00000000..5bfb9f70 Binary files /dev/null and b/maplibre/fonts/Axis/._47616-47871.pbf differ diff --git a/maplibre/fonts/Axis/._47872-48127.pbf b/maplibre/fonts/Axis/._47872-48127.pbf new file mode 100644 index 00000000..94099c75 Binary files /dev/null and b/maplibre/fonts/Axis/._47872-48127.pbf differ diff --git a/maplibre/fonts/Axis/._48128-48383.pbf b/maplibre/fonts/Axis/._48128-48383.pbf new file mode 100644 index 00000000..b34103ac Binary files /dev/null and b/maplibre/fonts/Axis/._48128-48383.pbf differ diff --git a/maplibre/fonts/Axis/._48384-48639.pbf b/maplibre/fonts/Axis/._48384-48639.pbf new file mode 100644 index 00000000..7d8f1f60 Binary files /dev/null and b/maplibre/fonts/Axis/._48384-48639.pbf differ diff --git a/maplibre/fonts/Axis/._4864-5119.pbf b/maplibre/fonts/Axis/._4864-5119.pbf new file mode 100644 index 00000000..528ac8ab Binary files /dev/null and b/maplibre/fonts/Axis/._4864-5119.pbf differ diff --git a/maplibre/fonts/Axis/._48640-48895.pbf b/maplibre/fonts/Axis/._48640-48895.pbf new file mode 100644 index 00000000..40c29224 Binary files /dev/null and b/maplibre/fonts/Axis/._48640-48895.pbf differ diff --git a/maplibre/fonts/Axis/._48896-49151.pbf b/maplibre/fonts/Axis/._48896-49151.pbf new file mode 100644 index 00000000..d3e86323 Binary files /dev/null and b/maplibre/fonts/Axis/._48896-49151.pbf differ diff --git a/maplibre/fonts/Axis/._49152-49407.pbf b/maplibre/fonts/Axis/._49152-49407.pbf new file mode 100644 index 00000000..65d8b4c8 Binary files /dev/null and b/maplibre/fonts/Axis/._49152-49407.pbf differ diff --git a/maplibre/fonts/Axis/._49408-49663.pbf b/maplibre/fonts/Axis/._49408-49663.pbf new file mode 100644 index 00000000..27166270 Binary files /dev/null and b/maplibre/fonts/Axis/._49408-49663.pbf differ diff --git a/maplibre/fonts/Axis/._49664-49919.pbf b/maplibre/fonts/Axis/._49664-49919.pbf new file mode 100644 index 00000000..28dfd187 Binary files /dev/null and b/maplibre/fonts/Axis/._49664-49919.pbf differ diff --git a/maplibre/fonts/Axis/._49920-50175.pbf b/maplibre/fonts/Axis/._49920-50175.pbf new file mode 100644 index 00000000..76c4bab8 Binary files /dev/null and b/maplibre/fonts/Axis/._49920-50175.pbf differ diff --git a/maplibre/fonts/Axis/._50176-50431.pbf b/maplibre/fonts/Axis/._50176-50431.pbf new file mode 100644 index 00000000..89992d74 Binary files /dev/null and b/maplibre/fonts/Axis/._50176-50431.pbf differ diff --git a/maplibre/fonts/Axis/._50432-50687.pbf b/maplibre/fonts/Axis/._50432-50687.pbf new file mode 100644 index 00000000..5349cc1d Binary files /dev/null and b/maplibre/fonts/Axis/._50432-50687.pbf differ diff --git a/maplibre/fonts/Axis/._50688-50943.pbf b/maplibre/fonts/Axis/._50688-50943.pbf new file mode 100644 index 00000000..e39d82c1 Binary files /dev/null and b/maplibre/fonts/Axis/._50688-50943.pbf differ diff --git a/maplibre/fonts/Axis/._50944-51199.pbf b/maplibre/fonts/Axis/._50944-51199.pbf new file mode 100644 index 00000000..90899b1a Binary files /dev/null and b/maplibre/fonts/Axis/._50944-51199.pbf differ diff --git a/maplibre/fonts/Axis/._512-767.pbf b/maplibre/fonts/Axis/._512-767.pbf new file mode 100644 index 00000000..9f33d96c Binary files /dev/null and b/maplibre/fonts/Axis/._512-767.pbf differ diff --git a/maplibre/fonts/Axis/._5120-5375.pbf b/maplibre/fonts/Axis/._5120-5375.pbf new file mode 100644 index 00000000..fa6d083f Binary files /dev/null and b/maplibre/fonts/Axis/._5120-5375.pbf differ diff --git a/maplibre/fonts/Axis/._51200-51455.pbf b/maplibre/fonts/Axis/._51200-51455.pbf new file mode 100644 index 00000000..8923e8ad Binary files /dev/null and b/maplibre/fonts/Axis/._51200-51455.pbf differ diff --git a/maplibre/fonts/Axis/._51456-51711.pbf b/maplibre/fonts/Axis/._51456-51711.pbf new file mode 100644 index 00000000..c7c119b8 Binary files /dev/null and b/maplibre/fonts/Axis/._51456-51711.pbf differ diff --git a/maplibre/fonts/Axis/._51712-51967.pbf b/maplibre/fonts/Axis/._51712-51967.pbf new file mode 100644 index 00000000..820a172c Binary files /dev/null and b/maplibre/fonts/Axis/._51712-51967.pbf differ diff --git a/maplibre/fonts/Axis/._51968-52223.pbf b/maplibre/fonts/Axis/._51968-52223.pbf new file mode 100644 index 00000000..f9226029 Binary files /dev/null and b/maplibre/fonts/Axis/._51968-52223.pbf differ diff --git a/maplibre/fonts/Axis/._52224-52479.pbf b/maplibre/fonts/Axis/._52224-52479.pbf new file mode 100644 index 00000000..992687f1 Binary files /dev/null and b/maplibre/fonts/Axis/._52224-52479.pbf differ diff --git a/maplibre/fonts/Axis/._52480-52735.pbf b/maplibre/fonts/Axis/._52480-52735.pbf new file mode 100644 index 00000000..7f3abbd5 Binary files /dev/null and b/maplibre/fonts/Axis/._52480-52735.pbf differ diff --git a/maplibre/fonts/Axis/._52736-52991.pbf b/maplibre/fonts/Axis/._52736-52991.pbf new file mode 100644 index 00000000..192fe6cc Binary files /dev/null and b/maplibre/fonts/Axis/._52736-52991.pbf differ diff --git a/maplibre/fonts/Axis/._52992-53247.pbf b/maplibre/fonts/Axis/._52992-53247.pbf new file mode 100644 index 00000000..e296a500 Binary files /dev/null and b/maplibre/fonts/Axis/._52992-53247.pbf differ diff --git a/maplibre/fonts/Axis/._53248-53503.pbf b/maplibre/fonts/Axis/._53248-53503.pbf new file mode 100644 index 00000000..9753fda8 Binary files /dev/null and b/maplibre/fonts/Axis/._53248-53503.pbf differ diff --git a/maplibre/fonts/Axis/._53504-53759.pbf b/maplibre/fonts/Axis/._53504-53759.pbf new file mode 100644 index 00000000..2aea73f3 Binary files /dev/null and b/maplibre/fonts/Axis/._53504-53759.pbf differ diff --git a/maplibre/fonts/Axis/._5376-5631.pbf b/maplibre/fonts/Axis/._5376-5631.pbf new file mode 100644 index 00000000..fd934cfd Binary files /dev/null and b/maplibre/fonts/Axis/._5376-5631.pbf differ diff --git a/maplibre/fonts/Axis/._53760-54015.pbf b/maplibre/fonts/Axis/._53760-54015.pbf new file mode 100644 index 00000000..951618cd Binary files /dev/null and b/maplibre/fonts/Axis/._53760-54015.pbf differ diff --git a/maplibre/fonts/Axis/._54016-54271.pbf b/maplibre/fonts/Axis/._54016-54271.pbf new file mode 100644 index 00000000..23b4786a Binary files /dev/null and b/maplibre/fonts/Axis/._54016-54271.pbf differ diff --git a/maplibre/fonts/Axis/._54272-54527.pbf b/maplibre/fonts/Axis/._54272-54527.pbf new file mode 100644 index 00000000..506194b9 Binary files /dev/null and b/maplibre/fonts/Axis/._54272-54527.pbf differ diff --git a/maplibre/fonts/Axis/._54528-54783.pbf b/maplibre/fonts/Axis/._54528-54783.pbf new file mode 100644 index 00000000..333c81d8 Binary files /dev/null and b/maplibre/fonts/Axis/._54528-54783.pbf differ diff --git a/maplibre/fonts/Axis/._54784-55039.pbf b/maplibre/fonts/Axis/._54784-55039.pbf new file mode 100644 index 00000000..bfcdf0fb Binary files /dev/null and b/maplibre/fonts/Axis/._54784-55039.pbf differ diff --git a/maplibre/fonts/Axis/._55040-55295.pbf b/maplibre/fonts/Axis/._55040-55295.pbf new file mode 100644 index 00000000..383637ea Binary files /dev/null and b/maplibre/fonts/Axis/._55040-55295.pbf differ diff --git a/maplibre/fonts/Axis/._55296-55551.pbf b/maplibre/fonts/Axis/._55296-55551.pbf new file mode 100644 index 00000000..b5a3b8b2 Binary files /dev/null and b/maplibre/fonts/Axis/._55296-55551.pbf differ diff --git a/maplibre/fonts/Axis/._55552-55807.pbf b/maplibre/fonts/Axis/._55552-55807.pbf new file mode 100644 index 00000000..3b8d772e Binary files /dev/null and b/maplibre/fonts/Axis/._55552-55807.pbf differ diff --git a/maplibre/fonts/Axis/._55808-56063.pbf b/maplibre/fonts/Axis/._55808-56063.pbf new file mode 100644 index 00000000..fc1ac002 Binary files /dev/null and b/maplibre/fonts/Axis/._55808-56063.pbf differ diff --git a/maplibre/fonts/Axis/._56064-56319.pbf b/maplibre/fonts/Axis/._56064-56319.pbf new file mode 100644 index 00000000..5344059e Binary files /dev/null and b/maplibre/fonts/Axis/._56064-56319.pbf differ diff --git a/maplibre/fonts/Axis/._5632-5887.pbf b/maplibre/fonts/Axis/._5632-5887.pbf new file mode 100644 index 00000000..de62ffc2 Binary files /dev/null and b/maplibre/fonts/Axis/._5632-5887.pbf differ diff --git a/maplibre/fonts/Axis/._56320-56575.pbf b/maplibre/fonts/Axis/._56320-56575.pbf new file mode 100644 index 00000000..85946243 Binary files /dev/null and b/maplibre/fonts/Axis/._56320-56575.pbf differ diff --git a/maplibre/fonts/Axis/._56576-56831.pbf b/maplibre/fonts/Axis/._56576-56831.pbf new file mode 100644 index 00000000..13c0d57c Binary files /dev/null and b/maplibre/fonts/Axis/._56576-56831.pbf differ diff --git a/maplibre/fonts/Axis/._56832-57087.pbf b/maplibre/fonts/Axis/._56832-57087.pbf new file mode 100644 index 00000000..ef22779b Binary files /dev/null and b/maplibre/fonts/Axis/._56832-57087.pbf differ diff --git a/maplibre/fonts/Axis/._57088-57343.pbf b/maplibre/fonts/Axis/._57088-57343.pbf new file mode 100644 index 00000000..e8ba3005 Binary files /dev/null and b/maplibre/fonts/Axis/._57088-57343.pbf differ diff --git a/maplibre/fonts/Axis/._57344-57599.pbf b/maplibre/fonts/Axis/._57344-57599.pbf new file mode 100644 index 00000000..b30316b0 Binary files /dev/null and b/maplibre/fonts/Axis/._57344-57599.pbf differ diff --git a/maplibre/fonts/Axis/._57600-57855.pbf b/maplibre/fonts/Axis/._57600-57855.pbf new file mode 100644 index 00000000..25c88053 Binary files /dev/null and b/maplibre/fonts/Axis/._57600-57855.pbf differ diff --git a/maplibre/fonts/Axis/._57856-58111.pbf b/maplibre/fonts/Axis/._57856-58111.pbf new file mode 100644 index 00000000..63f06d66 Binary files /dev/null and b/maplibre/fonts/Axis/._57856-58111.pbf differ diff --git a/maplibre/fonts/Axis/._58112-58367.pbf b/maplibre/fonts/Axis/._58112-58367.pbf new file mode 100644 index 00000000..7408ec09 Binary files /dev/null and b/maplibre/fonts/Axis/._58112-58367.pbf differ diff --git a/maplibre/fonts/Axis/._58368-58623.pbf b/maplibre/fonts/Axis/._58368-58623.pbf new file mode 100644 index 00000000..84ead95e Binary files /dev/null and b/maplibre/fonts/Axis/._58368-58623.pbf differ diff --git a/maplibre/fonts/Axis/._58624-58879.pbf b/maplibre/fonts/Axis/._58624-58879.pbf new file mode 100644 index 00000000..0d757e26 Binary files /dev/null and b/maplibre/fonts/Axis/._58624-58879.pbf differ diff --git a/maplibre/fonts/Axis/._5888-6143.pbf b/maplibre/fonts/Axis/._5888-6143.pbf new file mode 100644 index 00000000..8ee6a7a9 Binary files /dev/null and b/maplibre/fonts/Axis/._5888-6143.pbf differ diff --git a/maplibre/fonts/Axis/._58880-59135.pbf b/maplibre/fonts/Axis/._58880-59135.pbf new file mode 100644 index 00000000..9cf1f005 Binary files /dev/null and b/maplibre/fonts/Axis/._58880-59135.pbf differ diff --git a/maplibre/fonts/Axis/._59136-59391.pbf b/maplibre/fonts/Axis/._59136-59391.pbf new file mode 100644 index 00000000..ae7231b7 Binary files /dev/null and b/maplibre/fonts/Axis/._59136-59391.pbf differ diff --git a/maplibre/fonts/Axis/._59392-59647.pbf b/maplibre/fonts/Axis/._59392-59647.pbf new file mode 100644 index 00000000..8b1a1623 Binary files /dev/null and b/maplibre/fonts/Axis/._59392-59647.pbf differ diff --git a/maplibre/fonts/Axis/._59648-59903.pbf b/maplibre/fonts/Axis/._59648-59903.pbf new file mode 100644 index 00000000..2cbea0b3 Binary files /dev/null and b/maplibre/fonts/Axis/._59648-59903.pbf differ diff --git a/maplibre/fonts/Axis/._59904-60159.pbf b/maplibre/fonts/Axis/._59904-60159.pbf new file mode 100644 index 00000000..4a8be5c5 Binary files /dev/null and b/maplibre/fonts/Axis/._59904-60159.pbf differ diff --git a/maplibre/fonts/Axis/._60160-60415.pbf b/maplibre/fonts/Axis/._60160-60415.pbf new file mode 100644 index 00000000..d6f51455 Binary files /dev/null and b/maplibre/fonts/Axis/._60160-60415.pbf differ diff --git a/maplibre/fonts/Axis/._60416-60671.pbf b/maplibre/fonts/Axis/._60416-60671.pbf new file mode 100644 index 00000000..694d9767 Binary files /dev/null and b/maplibre/fonts/Axis/._60416-60671.pbf differ diff --git a/maplibre/fonts/Axis/._60672-60927.pbf b/maplibre/fonts/Axis/._60672-60927.pbf new file mode 100644 index 00000000..431024d1 Binary files /dev/null and b/maplibre/fonts/Axis/._60672-60927.pbf differ diff --git a/maplibre/fonts/Axis/._60928-61183.pbf b/maplibre/fonts/Axis/._60928-61183.pbf new file mode 100644 index 00000000..7cfea454 Binary files /dev/null and b/maplibre/fonts/Axis/._60928-61183.pbf differ diff --git a/maplibre/fonts/Axis/._61184-61439.pbf b/maplibre/fonts/Axis/._61184-61439.pbf new file mode 100644 index 00000000..4a614ffb Binary files /dev/null and b/maplibre/fonts/Axis/._61184-61439.pbf differ diff --git a/maplibre/fonts/Axis/._6144-6399.pbf b/maplibre/fonts/Axis/._6144-6399.pbf new file mode 100644 index 00000000..d7bc593b Binary files /dev/null and b/maplibre/fonts/Axis/._6144-6399.pbf differ diff --git a/maplibre/fonts/Axis/._61440-61695.pbf b/maplibre/fonts/Axis/._61440-61695.pbf new file mode 100644 index 00000000..8da334d2 Binary files /dev/null and b/maplibre/fonts/Axis/._61440-61695.pbf differ diff --git a/maplibre/fonts/Axis/._61696-61951.pbf b/maplibre/fonts/Axis/._61696-61951.pbf new file mode 100644 index 00000000..08878a6d Binary files /dev/null and b/maplibre/fonts/Axis/._61696-61951.pbf differ diff --git a/maplibre/fonts/Axis/._61952-62207.pbf b/maplibre/fonts/Axis/._61952-62207.pbf new file mode 100644 index 00000000..5f36eb56 Binary files /dev/null and b/maplibre/fonts/Axis/._61952-62207.pbf differ diff --git a/maplibre/fonts/Axis/._62208-62463.pbf b/maplibre/fonts/Axis/._62208-62463.pbf new file mode 100644 index 00000000..bf35e931 Binary files /dev/null and b/maplibre/fonts/Axis/._62208-62463.pbf differ diff --git a/maplibre/fonts/Axis/._62464-62719.pbf b/maplibre/fonts/Axis/._62464-62719.pbf new file mode 100644 index 00000000..a0d6b78a Binary files /dev/null and b/maplibre/fonts/Axis/._62464-62719.pbf differ diff --git a/maplibre/fonts/Axis/._62720-62975.pbf b/maplibre/fonts/Axis/._62720-62975.pbf new file mode 100644 index 00000000..3bd6043c Binary files /dev/null and b/maplibre/fonts/Axis/._62720-62975.pbf differ diff --git a/maplibre/fonts/Axis/._62976-63231.pbf b/maplibre/fonts/Axis/._62976-63231.pbf new file mode 100644 index 00000000..6039a527 Binary files /dev/null and b/maplibre/fonts/Axis/._62976-63231.pbf differ diff --git a/maplibre/fonts/Axis/._63232-63487.pbf b/maplibre/fonts/Axis/._63232-63487.pbf new file mode 100644 index 00000000..ad421960 Binary files /dev/null and b/maplibre/fonts/Axis/._63232-63487.pbf differ diff --git a/maplibre/fonts/Axis/._63488-63743.pbf b/maplibre/fonts/Axis/._63488-63743.pbf new file mode 100644 index 00000000..bcb23b1e Binary files /dev/null and b/maplibre/fonts/Axis/._63488-63743.pbf differ diff --git a/maplibre/fonts/Axis/._63744-63999.pbf b/maplibre/fonts/Axis/._63744-63999.pbf new file mode 100644 index 00000000..a39ebb62 Binary files /dev/null and b/maplibre/fonts/Axis/._63744-63999.pbf differ diff --git a/maplibre/fonts/Axis/._6400-6655.pbf b/maplibre/fonts/Axis/._6400-6655.pbf new file mode 100644 index 00000000..17f015e5 Binary files /dev/null and b/maplibre/fonts/Axis/._6400-6655.pbf differ diff --git a/maplibre/fonts/Axis/._64000-64255.pbf b/maplibre/fonts/Axis/._64000-64255.pbf new file mode 100644 index 00000000..344314f7 Binary files /dev/null and b/maplibre/fonts/Axis/._64000-64255.pbf differ diff --git a/maplibre/fonts/Axis/._64256-64511.pbf b/maplibre/fonts/Axis/._64256-64511.pbf new file mode 100644 index 00000000..7c0a5a1d Binary files /dev/null and b/maplibre/fonts/Axis/._64256-64511.pbf differ diff --git a/maplibre/fonts/Axis/._64512-64767.pbf b/maplibre/fonts/Axis/._64512-64767.pbf new file mode 100644 index 00000000..f8ef21dd Binary files /dev/null and b/maplibre/fonts/Axis/._64512-64767.pbf differ diff --git a/maplibre/fonts/Axis/._64768-65023.pbf b/maplibre/fonts/Axis/._64768-65023.pbf new file mode 100644 index 00000000..920afec3 Binary files /dev/null and b/maplibre/fonts/Axis/._64768-65023.pbf differ diff --git a/maplibre/fonts/Axis/._65024-65279.pbf b/maplibre/fonts/Axis/._65024-65279.pbf new file mode 100644 index 00000000..f1835fa0 Binary files /dev/null and b/maplibre/fonts/Axis/._65024-65279.pbf differ diff --git a/maplibre/fonts/Axis/._65280-65535.pbf b/maplibre/fonts/Axis/._65280-65535.pbf new file mode 100644 index 00000000..3d245f40 Binary files /dev/null and b/maplibre/fonts/Axis/._65280-65535.pbf differ diff --git a/maplibre/fonts/Axis/._6656-6911.pbf b/maplibre/fonts/Axis/._6656-6911.pbf new file mode 100644 index 00000000..49f9b8fa Binary files /dev/null and b/maplibre/fonts/Axis/._6656-6911.pbf differ diff --git a/maplibre/fonts/Axis/._6912-7167.pbf b/maplibre/fonts/Axis/._6912-7167.pbf new file mode 100644 index 00000000..a8147f01 Binary files /dev/null and b/maplibre/fonts/Axis/._6912-7167.pbf differ diff --git a/maplibre/fonts/Axis/._7168-7423.pbf b/maplibre/fonts/Axis/._7168-7423.pbf new file mode 100644 index 00000000..f29ba30e Binary files /dev/null and b/maplibre/fonts/Axis/._7168-7423.pbf differ diff --git a/maplibre/fonts/Axis/._7424-7679.pbf b/maplibre/fonts/Axis/._7424-7679.pbf new file mode 100644 index 00000000..3a14676f Binary files /dev/null and b/maplibre/fonts/Axis/._7424-7679.pbf differ diff --git a/maplibre/fonts/Axis/._768-1023.pbf b/maplibre/fonts/Axis/._768-1023.pbf new file mode 100644 index 00000000..24592293 Binary files /dev/null and b/maplibre/fonts/Axis/._768-1023.pbf differ diff --git a/maplibre/fonts/Axis/._7680-7935.pbf b/maplibre/fonts/Axis/._7680-7935.pbf new file mode 100644 index 00000000..f9df4b2a Binary files /dev/null and b/maplibre/fonts/Axis/._7680-7935.pbf differ diff --git a/maplibre/fonts/Axis/._7936-8191.pbf b/maplibre/fonts/Axis/._7936-8191.pbf new file mode 100644 index 00000000..01847450 Binary files /dev/null and b/maplibre/fonts/Axis/._7936-8191.pbf differ diff --git a/maplibre/fonts/Axis/._8192-8447.pbf b/maplibre/fonts/Axis/._8192-8447.pbf new file mode 100644 index 00000000..0356a2fb Binary files /dev/null and b/maplibre/fonts/Axis/._8192-8447.pbf differ diff --git a/maplibre/fonts/Axis/._8448-8703.pbf b/maplibre/fonts/Axis/._8448-8703.pbf new file mode 100644 index 00000000..ddef3261 Binary files /dev/null and b/maplibre/fonts/Axis/._8448-8703.pbf differ diff --git a/maplibre/fonts/Axis/._8704-8959.pbf b/maplibre/fonts/Axis/._8704-8959.pbf new file mode 100644 index 00000000..30dd6a06 Binary files /dev/null and b/maplibre/fonts/Axis/._8704-8959.pbf differ diff --git a/maplibre/fonts/Axis/._8960-9215.pbf b/maplibre/fonts/Axis/._8960-9215.pbf new file mode 100644 index 00000000..ccced4bc Binary files /dev/null and b/maplibre/fonts/Axis/._8960-9215.pbf differ diff --git a/maplibre/fonts/Axis/._9216-9471.pbf b/maplibre/fonts/Axis/._9216-9471.pbf new file mode 100644 index 00000000..a9d8b728 Binary files /dev/null and b/maplibre/fonts/Axis/._9216-9471.pbf differ diff --git a/maplibre/fonts/Axis/._9472-9727.pbf b/maplibre/fonts/Axis/._9472-9727.pbf new file mode 100644 index 00000000..59979a0c Binary files /dev/null and b/maplibre/fonts/Axis/._9472-9727.pbf differ diff --git a/maplibre/fonts/Axis/._9728-9983.pbf b/maplibre/fonts/Axis/._9728-9983.pbf new file mode 100644 index 00000000..698b6298 Binary files /dev/null and b/maplibre/fonts/Axis/._9728-9983.pbf differ diff --git a/maplibre/fonts/Axis/._9984-10239.pbf b/maplibre/fonts/Axis/._9984-10239.pbf new file mode 100644 index 00000000..781b7e8b Binary files /dev/null and b/maplibre/fonts/Axis/._9984-10239.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._0-255.pbf b/maplibre/fonts/HermanoAltoRound/._0-255.pbf new file mode 100644 index 00000000..7c15329c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._0-255.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._1024-1279.pbf b/maplibre/fonts/HermanoAltoRound/._1024-1279.pbf new file mode 100644 index 00000000..07770b32 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._1024-1279.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._10240-10495.pbf b/maplibre/fonts/HermanoAltoRound/._10240-10495.pbf new file mode 100644 index 00000000..18c6e442 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._10240-10495.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._10496-10751.pbf b/maplibre/fonts/HermanoAltoRound/._10496-10751.pbf new file mode 100644 index 00000000..bc3d5adf Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._10496-10751.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._10752-11007.pbf b/maplibre/fonts/HermanoAltoRound/._10752-11007.pbf new file mode 100644 index 00000000..d50f8cb7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._10752-11007.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._11008-11263.pbf b/maplibre/fonts/HermanoAltoRound/._11008-11263.pbf new file mode 100644 index 00000000..8805ed8b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._11008-11263.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._11264-11519.pbf b/maplibre/fonts/HermanoAltoRound/._11264-11519.pbf new file mode 100644 index 00000000..62ea5b4c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._11264-11519.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._11520-11775.pbf b/maplibre/fonts/HermanoAltoRound/._11520-11775.pbf new file mode 100644 index 00000000..d0a40154 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._11520-11775.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._11776-12031.pbf b/maplibre/fonts/HermanoAltoRound/._11776-12031.pbf new file mode 100644 index 00000000..2aff9a01 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._11776-12031.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._12032-12287.pbf b/maplibre/fonts/HermanoAltoRound/._12032-12287.pbf new file mode 100644 index 00000000..6c08c0e8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._12032-12287.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._12288-12543.pbf b/maplibre/fonts/HermanoAltoRound/._12288-12543.pbf new file mode 100644 index 00000000..f3be857a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._12288-12543.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._12544-12799.pbf b/maplibre/fonts/HermanoAltoRound/._12544-12799.pbf new file mode 100644 index 00000000..3641e4c8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._12544-12799.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._1280-1535.pbf b/maplibre/fonts/HermanoAltoRound/._1280-1535.pbf new file mode 100644 index 00000000..addee109 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._1280-1535.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._12800-13055.pbf b/maplibre/fonts/HermanoAltoRound/._12800-13055.pbf new file mode 100644 index 00000000..e07ff1df Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._12800-13055.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._13056-13311.pbf b/maplibre/fonts/HermanoAltoRound/._13056-13311.pbf new file mode 100644 index 00000000..5d74f7f1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._13056-13311.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._13312-13567.pbf b/maplibre/fonts/HermanoAltoRound/._13312-13567.pbf new file mode 100644 index 00000000..92b3eea8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._13312-13567.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._13568-13823.pbf b/maplibre/fonts/HermanoAltoRound/._13568-13823.pbf new file mode 100644 index 00000000..0c7e0bd5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._13568-13823.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._13824-14079.pbf b/maplibre/fonts/HermanoAltoRound/._13824-14079.pbf new file mode 100644 index 00000000..cf153cb7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._13824-14079.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._14080-14335.pbf b/maplibre/fonts/HermanoAltoRound/._14080-14335.pbf new file mode 100644 index 00000000..9a8517a8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._14080-14335.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._14336-14591.pbf b/maplibre/fonts/HermanoAltoRound/._14336-14591.pbf new file mode 100644 index 00000000..103a72ab Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._14336-14591.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._14592-14847.pbf b/maplibre/fonts/HermanoAltoRound/._14592-14847.pbf new file mode 100644 index 00000000..6b0ba194 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._14592-14847.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._14848-15103.pbf b/maplibre/fonts/HermanoAltoRound/._14848-15103.pbf new file mode 100644 index 00000000..e277f590 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._14848-15103.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._15104-15359.pbf b/maplibre/fonts/HermanoAltoRound/._15104-15359.pbf new file mode 100644 index 00000000..bdd0c3b9 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._15104-15359.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._1536-1791.pbf b/maplibre/fonts/HermanoAltoRound/._1536-1791.pbf new file mode 100644 index 00000000..ba85b162 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._1536-1791.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._15360-15615.pbf b/maplibre/fonts/HermanoAltoRound/._15360-15615.pbf new file mode 100644 index 00000000..5fa15d44 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._15360-15615.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._15616-15871.pbf b/maplibre/fonts/HermanoAltoRound/._15616-15871.pbf new file mode 100644 index 00000000..05b2c069 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._15616-15871.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._15872-16127.pbf b/maplibre/fonts/HermanoAltoRound/._15872-16127.pbf new file mode 100644 index 00000000..9528309e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._15872-16127.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._16128-16383.pbf b/maplibre/fonts/HermanoAltoRound/._16128-16383.pbf new file mode 100644 index 00000000..0f5df9b4 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._16128-16383.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._16384-16639.pbf b/maplibre/fonts/HermanoAltoRound/._16384-16639.pbf new file mode 100644 index 00000000..ff8a89e4 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._16384-16639.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._16640-16895.pbf b/maplibre/fonts/HermanoAltoRound/._16640-16895.pbf new file mode 100644 index 00000000..27623860 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._16640-16895.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._16896-17151.pbf b/maplibre/fonts/HermanoAltoRound/._16896-17151.pbf new file mode 100644 index 00000000..9dc4ee4a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._16896-17151.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._17152-17407.pbf b/maplibre/fonts/HermanoAltoRound/._17152-17407.pbf new file mode 100644 index 00000000..cc4b1060 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._17152-17407.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._17408-17663.pbf b/maplibre/fonts/HermanoAltoRound/._17408-17663.pbf new file mode 100644 index 00000000..b0e991f8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._17408-17663.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._17664-17919.pbf b/maplibre/fonts/HermanoAltoRound/._17664-17919.pbf new file mode 100644 index 00000000..6af4f922 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._17664-17919.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._1792-2047.pbf b/maplibre/fonts/HermanoAltoRound/._1792-2047.pbf new file mode 100644 index 00000000..61220aec Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._1792-2047.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._17920-18175.pbf b/maplibre/fonts/HermanoAltoRound/._17920-18175.pbf new file mode 100644 index 00000000..504a53aa Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._17920-18175.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._18176-18431.pbf b/maplibre/fonts/HermanoAltoRound/._18176-18431.pbf new file mode 100644 index 00000000..ce71f502 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._18176-18431.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._18432-18687.pbf b/maplibre/fonts/HermanoAltoRound/._18432-18687.pbf new file mode 100644 index 00000000..4132a28a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._18432-18687.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._18688-18943.pbf b/maplibre/fonts/HermanoAltoRound/._18688-18943.pbf new file mode 100644 index 00000000..5c70a58f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._18688-18943.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._18944-19199.pbf b/maplibre/fonts/HermanoAltoRound/._18944-19199.pbf new file mode 100644 index 00000000..15e3fb1b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._18944-19199.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._19200-19455.pbf b/maplibre/fonts/HermanoAltoRound/._19200-19455.pbf new file mode 100644 index 00000000..39abb8ad Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._19200-19455.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._19456-19711.pbf b/maplibre/fonts/HermanoAltoRound/._19456-19711.pbf new file mode 100644 index 00000000..a5498ccb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._19456-19711.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._19712-19967.pbf b/maplibre/fonts/HermanoAltoRound/._19712-19967.pbf new file mode 100644 index 00000000..e7126075 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._19712-19967.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._19968-20223.pbf b/maplibre/fonts/HermanoAltoRound/._19968-20223.pbf new file mode 100644 index 00000000..73056522 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._19968-20223.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._20224-20479.pbf b/maplibre/fonts/HermanoAltoRound/._20224-20479.pbf new file mode 100644 index 00000000..61ac24a1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._20224-20479.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._2048-2303.pbf b/maplibre/fonts/HermanoAltoRound/._2048-2303.pbf new file mode 100644 index 00000000..610f46bb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._2048-2303.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._20480-20735.pbf b/maplibre/fonts/HermanoAltoRound/._20480-20735.pbf new file mode 100644 index 00000000..d97057d3 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._20480-20735.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._20736-20991.pbf b/maplibre/fonts/HermanoAltoRound/._20736-20991.pbf new file mode 100644 index 00000000..35975c8f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._20736-20991.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._20992-21247.pbf b/maplibre/fonts/HermanoAltoRound/._20992-21247.pbf new file mode 100644 index 00000000..bc76c3fc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._20992-21247.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._21248-21503.pbf b/maplibre/fonts/HermanoAltoRound/._21248-21503.pbf new file mode 100644 index 00000000..3695180e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._21248-21503.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._21504-21759.pbf b/maplibre/fonts/HermanoAltoRound/._21504-21759.pbf new file mode 100644 index 00000000..ec5ec1b4 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._21504-21759.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._21760-22015.pbf b/maplibre/fonts/HermanoAltoRound/._21760-22015.pbf new file mode 100644 index 00000000..0ec57d75 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._21760-22015.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._22016-22271.pbf b/maplibre/fonts/HermanoAltoRound/._22016-22271.pbf new file mode 100644 index 00000000..2475de39 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._22016-22271.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._22272-22527.pbf b/maplibre/fonts/HermanoAltoRound/._22272-22527.pbf new file mode 100644 index 00000000..99298bc9 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._22272-22527.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._22528-22783.pbf b/maplibre/fonts/HermanoAltoRound/._22528-22783.pbf new file mode 100644 index 00000000..121ab6ab Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._22528-22783.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._22784-23039.pbf b/maplibre/fonts/HermanoAltoRound/._22784-23039.pbf new file mode 100644 index 00000000..ae891ef0 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._22784-23039.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._2304-2559.pbf b/maplibre/fonts/HermanoAltoRound/._2304-2559.pbf new file mode 100644 index 00000000..4c1b59d2 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._2304-2559.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._23040-23295.pbf b/maplibre/fonts/HermanoAltoRound/._23040-23295.pbf new file mode 100644 index 00000000..f0db8ffb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._23040-23295.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._23296-23551.pbf b/maplibre/fonts/HermanoAltoRound/._23296-23551.pbf new file mode 100644 index 00000000..a68ce4dd Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._23296-23551.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._23552-23807.pbf b/maplibre/fonts/HermanoAltoRound/._23552-23807.pbf new file mode 100644 index 00000000..543716c2 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._23552-23807.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._23808-24063.pbf b/maplibre/fonts/HermanoAltoRound/._23808-24063.pbf new file mode 100644 index 00000000..027fa42a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._23808-24063.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._24064-24319.pbf b/maplibre/fonts/HermanoAltoRound/._24064-24319.pbf new file mode 100644 index 00000000..b18f2fb5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._24064-24319.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._24320-24575.pbf b/maplibre/fonts/HermanoAltoRound/._24320-24575.pbf new file mode 100644 index 00000000..a28f8d20 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._24320-24575.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._24576-24831.pbf b/maplibre/fonts/HermanoAltoRound/._24576-24831.pbf new file mode 100644 index 00000000..67385007 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._24576-24831.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._24832-25087.pbf b/maplibre/fonts/HermanoAltoRound/._24832-25087.pbf new file mode 100644 index 00000000..c5f0977f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._24832-25087.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._25088-25343.pbf b/maplibre/fonts/HermanoAltoRound/._25088-25343.pbf new file mode 100644 index 00000000..8b06d587 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._25088-25343.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._25344-25599.pbf b/maplibre/fonts/HermanoAltoRound/._25344-25599.pbf new file mode 100644 index 00000000..74354748 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._25344-25599.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._256-511.pbf b/maplibre/fonts/HermanoAltoRound/._256-511.pbf new file mode 100644 index 00000000..0083fb50 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._256-511.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._2560-2815.pbf b/maplibre/fonts/HermanoAltoRound/._2560-2815.pbf new file mode 100644 index 00000000..53e9196c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._2560-2815.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._25600-25855.pbf b/maplibre/fonts/HermanoAltoRound/._25600-25855.pbf new file mode 100644 index 00000000..a1c98e5d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._25600-25855.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._25856-26111.pbf b/maplibre/fonts/HermanoAltoRound/._25856-26111.pbf new file mode 100644 index 00000000..59bc2b9c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._25856-26111.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._26112-26367.pbf b/maplibre/fonts/HermanoAltoRound/._26112-26367.pbf new file mode 100644 index 00000000..55b85bb8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._26112-26367.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._26368-26623.pbf b/maplibre/fonts/HermanoAltoRound/._26368-26623.pbf new file mode 100644 index 00000000..f0dcdede Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._26368-26623.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._26624-26879.pbf b/maplibre/fonts/HermanoAltoRound/._26624-26879.pbf new file mode 100644 index 00000000..a5f593a5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._26624-26879.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._26880-27135.pbf b/maplibre/fonts/HermanoAltoRound/._26880-27135.pbf new file mode 100644 index 00000000..85471e95 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._26880-27135.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._27136-27391.pbf b/maplibre/fonts/HermanoAltoRound/._27136-27391.pbf new file mode 100644 index 00000000..a2a11aca Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._27136-27391.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._27392-27647.pbf b/maplibre/fonts/HermanoAltoRound/._27392-27647.pbf new file mode 100644 index 00000000..97a7b374 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._27392-27647.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._27648-27903.pbf b/maplibre/fonts/HermanoAltoRound/._27648-27903.pbf new file mode 100644 index 00000000..61a64e69 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._27648-27903.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._27904-28159.pbf b/maplibre/fonts/HermanoAltoRound/._27904-28159.pbf new file mode 100644 index 00000000..fa8a0d58 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._27904-28159.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._2816-3071.pbf b/maplibre/fonts/HermanoAltoRound/._2816-3071.pbf new file mode 100644 index 00000000..e369ec90 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._2816-3071.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._28160-28415.pbf b/maplibre/fonts/HermanoAltoRound/._28160-28415.pbf new file mode 100644 index 00000000..a35dae03 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._28160-28415.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._28416-28671.pbf b/maplibre/fonts/HermanoAltoRound/._28416-28671.pbf new file mode 100644 index 00000000..338282fa Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._28416-28671.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._28672-28927.pbf b/maplibre/fonts/HermanoAltoRound/._28672-28927.pbf new file mode 100644 index 00000000..a66f99fc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._28672-28927.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._28928-29183.pbf b/maplibre/fonts/HermanoAltoRound/._28928-29183.pbf new file mode 100644 index 00000000..c565c1a7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._28928-29183.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._29184-29439.pbf b/maplibre/fonts/HermanoAltoRound/._29184-29439.pbf new file mode 100644 index 00000000..5507106d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._29184-29439.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._29440-29695.pbf b/maplibre/fonts/HermanoAltoRound/._29440-29695.pbf new file mode 100644 index 00000000..e4e40a0f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._29440-29695.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._29696-29951.pbf b/maplibre/fonts/HermanoAltoRound/._29696-29951.pbf new file mode 100644 index 00000000..17b60cff Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._29696-29951.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._29952-30207.pbf b/maplibre/fonts/HermanoAltoRound/._29952-30207.pbf new file mode 100644 index 00000000..af0d9765 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._29952-30207.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._30208-30463.pbf b/maplibre/fonts/HermanoAltoRound/._30208-30463.pbf new file mode 100644 index 00000000..9a3d0ac6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._30208-30463.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._30464-30719.pbf b/maplibre/fonts/HermanoAltoRound/._30464-30719.pbf new file mode 100644 index 00000000..79f7e97f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._30464-30719.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._3072-3327.pbf b/maplibre/fonts/HermanoAltoRound/._3072-3327.pbf new file mode 100644 index 00000000..a68eda04 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._3072-3327.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._30720-30975.pbf b/maplibre/fonts/HermanoAltoRound/._30720-30975.pbf new file mode 100644 index 00000000..21a972d8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._30720-30975.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._30976-31231.pbf b/maplibre/fonts/HermanoAltoRound/._30976-31231.pbf new file mode 100644 index 00000000..0fc16fb8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._30976-31231.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._31232-31487.pbf b/maplibre/fonts/HermanoAltoRound/._31232-31487.pbf new file mode 100644 index 00000000..312b735a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._31232-31487.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._31488-31743.pbf b/maplibre/fonts/HermanoAltoRound/._31488-31743.pbf new file mode 100644 index 00000000..4bb7005b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._31488-31743.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._31744-31999.pbf b/maplibre/fonts/HermanoAltoRound/._31744-31999.pbf new file mode 100644 index 00000000..33831b64 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._31744-31999.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._32000-32255.pbf b/maplibre/fonts/HermanoAltoRound/._32000-32255.pbf new file mode 100644 index 00000000..8ef937c4 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._32000-32255.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._32256-32511.pbf b/maplibre/fonts/HermanoAltoRound/._32256-32511.pbf new file mode 100644 index 00000000..920f800a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._32256-32511.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._32512-32767.pbf b/maplibre/fonts/HermanoAltoRound/._32512-32767.pbf new file mode 100644 index 00000000..ef3e4a2c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._32512-32767.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._32768-33023.pbf b/maplibre/fonts/HermanoAltoRound/._32768-33023.pbf new file mode 100644 index 00000000..2b6c3c50 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._32768-33023.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._33024-33279.pbf b/maplibre/fonts/HermanoAltoRound/._33024-33279.pbf new file mode 100644 index 00000000..fcc6e266 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._33024-33279.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._3328-3583.pbf b/maplibre/fonts/HermanoAltoRound/._3328-3583.pbf new file mode 100644 index 00000000..ebf989b7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._3328-3583.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._33280-33535.pbf b/maplibre/fonts/HermanoAltoRound/._33280-33535.pbf new file mode 100644 index 00000000..0a8ec6b7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._33280-33535.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._33536-33791.pbf b/maplibre/fonts/HermanoAltoRound/._33536-33791.pbf new file mode 100644 index 00000000..9896080c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._33536-33791.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._33792-34047.pbf b/maplibre/fonts/HermanoAltoRound/._33792-34047.pbf new file mode 100644 index 00000000..286b4a36 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._33792-34047.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._34048-34303.pbf b/maplibre/fonts/HermanoAltoRound/._34048-34303.pbf new file mode 100644 index 00000000..2c987700 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._34048-34303.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._34304-34559.pbf b/maplibre/fonts/HermanoAltoRound/._34304-34559.pbf new file mode 100644 index 00000000..f8d4720a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._34304-34559.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._34560-34815.pbf b/maplibre/fonts/HermanoAltoRound/._34560-34815.pbf new file mode 100644 index 00000000..06fd98e0 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._34560-34815.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._34816-35071.pbf b/maplibre/fonts/HermanoAltoRound/._34816-35071.pbf new file mode 100644 index 00000000..6574ddf1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._34816-35071.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._35072-35327.pbf b/maplibre/fonts/HermanoAltoRound/._35072-35327.pbf new file mode 100644 index 00000000..865b5c37 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._35072-35327.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._35328-35583.pbf b/maplibre/fonts/HermanoAltoRound/._35328-35583.pbf new file mode 100644 index 00000000..6c205b5c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._35328-35583.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._35584-35839.pbf b/maplibre/fonts/HermanoAltoRound/._35584-35839.pbf new file mode 100644 index 00000000..9b74bd54 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._35584-35839.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._3584-3839.pbf b/maplibre/fonts/HermanoAltoRound/._3584-3839.pbf new file mode 100644 index 00000000..5edffe95 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._3584-3839.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._35840-36095.pbf b/maplibre/fonts/HermanoAltoRound/._35840-36095.pbf new file mode 100644 index 00000000..d977aca3 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._35840-36095.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._36096-36351.pbf b/maplibre/fonts/HermanoAltoRound/._36096-36351.pbf new file mode 100644 index 00000000..ad3e9128 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._36096-36351.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._36352-36607.pbf b/maplibre/fonts/HermanoAltoRound/._36352-36607.pbf new file mode 100644 index 00000000..f34a0848 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._36352-36607.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._36608-36863.pbf b/maplibre/fonts/HermanoAltoRound/._36608-36863.pbf new file mode 100644 index 00000000..d8772386 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._36608-36863.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._36864-37119.pbf b/maplibre/fonts/HermanoAltoRound/._36864-37119.pbf new file mode 100644 index 00000000..0c3f7218 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._36864-37119.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._37120-37375.pbf b/maplibre/fonts/HermanoAltoRound/._37120-37375.pbf new file mode 100644 index 00000000..110ddb7e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._37120-37375.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._37376-37631.pbf b/maplibre/fonts/HermanoAltoRound/._37376-37631.pbf new file mode 100644 index 00000000..4a5a563e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._37376-37631.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._37632-37887.pbf b/maplibre/fonts/HermanoAltoRound/._37632-37887.pbf new file mode 100644 index 00000000..ee518ee7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._37632-37887.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._37888-38143.pbf b/maplibre/fonts/HermanoAltoRound/._37888-38143.pbf new file mode 100644 index 00000000..a24105f9 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._37888-38143.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._38144-38399.pbf b/maplibre/fonts/HermanoAltoRound/._38144-38399.pbf new file mode 100644 index 00000000..bd9f5e83 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._38144-38399.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._3840-4095.pbf b/maplibre/fonts/HermanoAltoRound/._3840-4095.pbf new file mode 100644 index 00000000..4f7b9a10 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._3840-4095.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._38400-38655.pbf b/maplibre/fonts/HermanoAltoRound/._38400-38655.pbf new file mode 100644 index 00000000..5a6dcd1e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._38400-38655.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._38656-38911.pbf b/maplibre/fonts/HermanoAltoRound/._38656-38911.pbf new file mode 100644 index 00000000..3a5b527b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._38656-38911.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._38912-39167.pbf b/maplibre/fonts/HermanoAltoRound/._38912-39167.pbf new file mode 100644 index 00000000..3ce02044 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._38912-39167.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._39168-39423.pbf b/maplibre/fonts/HermanoAltoRound/._39168-39423.pbf new file mode 100644 index 00000000..395abc52 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._39168-39423.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._39424-39679.pbf b/maplibre/fonts/HermanoAltoRound/._39424-39679.pbf new file mode 100644 index 00000000..62df19e9 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._39424-39679.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._39680-39935.pbf b/maplibre/fonts/HermanoAltoRound/._39680-39935.pbf new file mode 100644 index 00000000..fcd302d8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._39680-39935.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._39936-40191.pbf b/maplibre/fonts/HermanoAltoRound/._39936-40191.pbf new file mode 100644 index 00000000..b88b81d6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._39936-40191.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._40192-40447.pbf b/maplibre/fonts/HermanoAltoRound/._40192-40447.pbf new file mode 100644 index 00000000..58f5b55a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._40192-40447.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._40448-40703.pbf b/maplibre/fonts/HermanoAltoRound/._40448-40703.pbf new file mode 100644 index 00000000..7e3576d7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._40448-40703.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._40704-40959.pbf b/maplibre/fonts/HermanoAltoRound/._40704-40959.pbf new file mode 100644 index 00000000..5b711dca Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._40704-40959.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._4096-4351.pbf b/maplibre/fonts/HermanoAltoRound/._4096-4351.pbf new file mode 100644 index 00000000..a840fff1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._4096-4351.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._40960-41215.pbf b/maplibre/fonts/HermanoAltoRound/._40960-41215.pbf new file mode 100644 index 00000000..0d9cf60d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._40960-41215.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._41216-41471.pbf b/maplibre/fonts/HermanoAltoRound/._41216-41471.pbf new file mode 100644 index 00000000..e702de82 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._41216-41471.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._41472-41727.pbf b/maplibre/fonts/HermanoAltoRound/._41472-41727.pbf new file mode 100644 index 00000000..f720c940 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._41472-41727.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._41728-41983.pbf b/maplibre/fonts/HermanoAltoRound/._41728-41983.pbf new file mode 100644 index 00000000..fc9ec2cf Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._41728-41983.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._41984-42239.pbf b/maplibre/fonts/HermanoAltoRound/._41984-42239.pbf new file mode 100644 index 00000000..364a7d72 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._41984-42239.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._42240-42495.pbf b/maplibre/fonts/HermanoAltoRound/._42240-42495.pbf new file mode 100644 index 00000000..9e391051 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._42240-42495.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._42496-42751.pbf b/maplibre/fonts/HermanoAltoRound/._42496-42751.pbf new file mode 100644 index 00000000..a16ade64 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._42496-42751.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._42752-43007.pbf b/maplibre/fonts/HermanoAltoRound/._42752-43007.pbf new file mode 100644 index 00000000..718ee59b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._42752-43007.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._43008-43263.pbf b/maplibre/fonts/HermanoAltoRound/._43008-43263.pbf new file mode 100644 index 00000000..d10a1986 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._43008-43263.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._43264-43519.pbf b/maplibre/fonts/HermanoAltoRound/._43264-43519.pbf new file mode 100644 index 00000000..8c758dd1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._43264-43519.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._4352-4607.pbf b/maplibre/fonts/HermanoAltoRound/._4352-4607.pbf new file mode 100644 index 00000000..3ba99879 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._4352-4607.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._43520-43775.pbf b/maplibre/fonts/HermanoAltoRound/._43520-43775.pbf new file mode 100644 index 00000000..94debcae Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._43520-43775.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._43776-44031.pbf b/maplibre/fonts/HermanoAltoRound/._43776-44031.pbf new file mode 100644 index 00000000..7069ff48 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._43776-44031.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._44032-44287.pbf b/maplibre/fonts/HermanoAltoRound/._44032-44287.pbf new file mode 100644 index 00000000..bd6aa5d6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._44032-44287.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._44288-44543.pbf b/maplibre/fonts/HermanoAltoRound/._44288-44543.pbf new file mode 100644 index 00000000..cf5e3ceb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._44288-44543.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._44544-44799.pbf b/maplibre/fonts/HermanoAltoRound/._44544-44799.pbf new file mode 100644 index 00000000..fa4bcf43 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._44544-44799.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._44800-45055.pbf b/maplibre/fonts/HermanoAltoRound/._44800-45055.pbf new file mode 100644 index 00000000..c649ec67 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._44800-45055.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._45056-45311.pbf b/maplibre/fonts/HermanoAltoRound/._45056-45311.pbf new file mode 100644 index 00000000..7bf1a0ad Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._45056-45311.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._45312-45567.pbf b/maplibre/fonts/HermanoAltoRound/._45312-45567.pbf new file mode 100644 index 00000000..48592a9c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._45312-45567.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._45568-45823.pbf b/maplibre/fonts/HermanoAltoRound/._45568-45823.pbf new file mode 100644 index 00000000..1bca35b2 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._45568-45823.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._45824-46079.pbf b/maplibre/fonts/HermanoAltoRound/._45824-46079.pbf new file mode 100644 index 00000000..ca2269c1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._45824-46079.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._4608-4863.pbf b/maplibre/fonts/HermanoAltoRound/._4608-4863.pbf new file mode 100644 index 00000000..cc672b6d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._4608-4863.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._46080-46335.pbf b/maplibre/fonts/HermanoAltoRound/._46080-46335.pbf new file mode 100644 index 00000000..0bd37545 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._46080-46335.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._46336-46591.pbf b/maplibre/fonts/HermanoAltoRound/._46336-46591.pbf new file mode 100644 index 00000000..79d6665c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._46336-46591.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._46592-46847.pbf b/maplibre/fonts/HermanoAltoRound/._46592-46847.pbf new file mode 100644 index 00000000..7fbaa4f5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._46592-46847.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._46848-47103.pbf b/maplibre/fonts/HermanoAltoRound/._46848-47103.pbf new file mode 100644 index 00000000..cbc8387c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._46848-47103.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._47104-47359.pbf b/maplibre/fonts/HermanoAltoRound/._47104-47359.pbf new file mode 100644 index 00000000..866e2638 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._47104-47359.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._47360-47615.pbf b/maplibre/fonts/HermanoAltoRound/._47360-47615.pbf new file mode 100644 index 00000000..83bba24b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._47360-47615.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._47616-47871.pbf b/maplibre/fonts/HermanoAltoRound/._47616-47871.pbf new file mode 100644 index 00000000..62c86999 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._47616-47871.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._47872-48127.pbf b/maplibre/fonts/HermanoAltoRound/._47872-48127.pbf new file mode 100644 index 00000000..7263d969 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._47872-48127.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._48128-48383.pbf b/maplibre/fonts/HermanoAltoRound/._48128-48383.pbf new file mode 100644 index 00000000..ab85072f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._48128-48383.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._48384-48639.pbf b/maplibre/fonts/HermanoAltoRound/._48384-48639.pbf new file mode 100644 index 00000000..5e81dc25 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._48384-48639.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._4864-5119.pbf b/maplibre/fonts/HermanoAltoRound/._4864-5119.pbf new file mode 100644 index 00000000..adf00dfa Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._4864-5119.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._48640-48895.pbf b/maplibre/fonts/HermanoAltoRound/._48640-48895.pbf new file mode 100644 index 00000000..5c563c83 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._48640-48895.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._48896-49151.pbf b/maplibre/fonts/HermanoAltoRound/._48896-49151.pbf new file mode 100644 index 00000000..d36c0291 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._48896-49151.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._49152-49407.pbf b/maplibre/fonts/HermanoAltoRound/._49152-49407.pbf new file mode 100644 index 00000000..f965ac9e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._49152-49407.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._49408-49663.pbf b/maplibre/fonts/HermanoAltoRound/._49408-49663.pbf new file mode 100644 index 00000000..b951abf6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._49408-49663.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._49664-49919.pbf b/maplibre/fonts/HermanoAltoRound/._49664-49919.pbf new file mode 100644 index 00000000..f0067ad6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._49664-49919.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._49920-50175.pbf b/maplibre/fonts/HermanoAltoRound/._49920-50175.pbf new file mode 100644 index 00000000..4d34269c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._49920-50175.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._50176-50431.pbf b/maplibre/fonts/HermanoAltoRound/._50176-50431.pbf new file mode 100644 index 00000000..ddf184bc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._50176-50431.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._50432-50687.pbf b/maplibre/fonts/HermanoAltoRound/._50432-50687.pbf new file mode 100644 index 00000000..12b20a78 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._50432-50687.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._50688-50943.pbf b/maplibre/fonts/HermanoAltoRound/._50688-50943.pbf new file mode 100644 index 00000000..40f6236a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._50688-50943.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._50944-51199.pbf b/maplibre/fonts/HermanoAltoRound/._50944-51199.pbf new file mode 100644 index 00000000..e288d235 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._50944-51199.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._512-767.pbf b/maplibre/fonts/HermanoAltoRound/._512-767.pbf new file mode 100644 index 00000000..b966c3fb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._512-767.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._5120-5375.pbf b/maplibre/fonts/HermanoAltoRound/._5120-5375.pbf new file mode 100644 index 00000000..54155461 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._5120-5375.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._51200-51455.pbf b/maplibre/fonts/HermanoAltoRound/._51200-51455.pbf new file mode 100644 index 00000000..223fccf8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._51200-51455.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._51456-51711.pbf b/maplibre/fonts/HermanoAltoRound/._51456-51711.pbf new file mode 100644 index 00000000..4ca4e81a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._51456-51711.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._51712-51967.pbf b/maplibre/fonts/HermanoAltoRound/._51712-51967.pbf new file mode 100644 index 00000000..a7e157d4 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._51712-51967.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._51968-52223.pbf b/maplibre/fonts/HermanoAltoRound/._51968-52223.pbf new file mode 100644 index 00000000..961b92c1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._51968-52223.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._52224-52479.pbf b/maplibre/fonts/HermanoAltoRound/._52224-52479.pbf new file mode 100644 index 00000000..53e16dc5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._52224-52479.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._52480-52735.pbf b/maplibre/fonts/HermanoAltoRound/._52480-52735.pbf new file mode 100644 index 00000000..6b195370 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._52480-52735.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._52736-52991.pbf b/maplibre/fonts/HermanoAltoRound/._52736-52991.pbf new file mode 100644 index 00000000..3811c753 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._52736-52991.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._52992-53247.pbf b/maplibre/fonts/HermanoAltoRound/._52992-53247.pbf new file mode 100644 index 00000000..4b560337 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._52992-53247.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._53248-53503.pbf b/maplibre/fonts/HermanoAltoRound/._53248-53503.pbf new file mode 100644 index 00000000..43df5e75 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._53248-53503.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._53504-53759.pbf b/maplibre/fonts/HermanoAltoRound/._53504-53759.pbf new file mode 100644 index 00000000..8227403d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._53504-53759.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._5376-5631.pbf b/maplibre/fonts/HermanoAltoRound/._5376-5631.pbf new file mode 100644 index 00000000..03a6ff28 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._5376-5631.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._53760-54015.pbf b/maplibre/fonts/HermanoAltoRound/._53760-54015.pbf new file mode 100644 index 00000000..aae6689a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._53760-54015.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._54016-54271.pbf b/maplibre/fonts/HermanoAltoRound/._54016-54271.pbf new file mode 100644 index 00000000..e5696377 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._54016-54271.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._54272-54527.pbf b/maplibre/fonts/HermanoAltoRound/._54272-54527.pbf new file mode 100644 index 00000000..1972880c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._54272-54527.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._54528-54783.pbf b/maplibre/fonts/HermanoAltoRound/._54528-54783.pbf new file mode 100644 index 00000000..12a178db Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._54528-54783.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._54784-55039.pbf b/maplibre/fonts/HermanoAltoRound/._54784-55039.pbf new file mode 100644 index 00000000..dfc1ea8a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._54784-55039.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._55040-55295.pbf b/maplibre/fonts/HermanoAltoRound/._55040-55295.pbf new file mode 100644 index 00000000..fc4d0a6c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._55040-55295.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._55296-55551.pbf b/maplibre/fonts/HermanoAltoRound/._55296-55551.pbf new file mode 100644 index 00000000..a0b1c36f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._55296-55551.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._55552-55807.pbf b/maplibre/fonts/HermanoAltoRound/._55552-55807.pbf new file mode 100644 index 00000000..8506cf20 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._55552-55807.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._55808-56063.pbf b/maplibre/fonts/HermanoAltoRound/._55808-56063.pbf new file mode 100644 index 00000000..b2e586f8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._55808-56063.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._56064-56319.pbf b/maplibre/fonts/HermanoAltoRound/._56064-56319.pbf new file mode 100644 index 00000000..264513b7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._56064-56319.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._5632-5887.pbf b/maplibre/fonts/HermanoAltoRound/._5632-5887.pbf new file mode 100644 index 00000000..d81030d5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._5632-5887.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._56320-56575.pbf b/maplibre/fonts/HermanoAltoRound/._56320-56575.pbf new file mode 100644 index 00000000..ad5509fd Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._56320-56575.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._56576-56831.pbf b/maplibre/fonts/HermanoAltoRound/._56576-56831.pbf new file mode 100644 index 00000000..bebd8696 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._56576-56831.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._56832-57087.pbf b/maplibre/fonts/HermanoAltoRound/._56832-57087.pbf new file mode 100644 index 00000000..f91fbfdf Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._56832-57087.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._57088-57343.pbf b/maplibre/fonts/HermanoAltoRound/._57088-57343.pbf new file mode 100644 index 00000000..3213f264 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._57088-57343.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._57344-57599.pbf b/maplibre/fonts/HermanoAltoRound/._57344-57599.pbf new file mode 100644 index 00000000..cf8aae59 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._57344-57599.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._57600-57855.pbf b/maplibre/fonts/HermanoAltoRound/._57600-57855.pbf new file mode 100644 index 00000000..4f01a42b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._57600-57855.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._57856-58111.pbf b/maplibre/fonts/HermanoAltoRound/._57856-58111.pbf new file mode 100644 index 00000000..29712940 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._57856-58111.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._58112-58367.pbf b/maplibre/fonts/HermanoAltoRound/._58112-58367.pbf new file mode 100644 index 00000000..d9fdc48e Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._58112-58367.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._58368-58623.pbf b/maplibre/fonts/HermanoAltoRound/._58368-58623.pbf new file mode 100644 index 00000000..285719e9 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._58368-58623.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._58624-58879.pbf b/maplibre/fonts/HermanoAltoRound/._58624-58879.pbf new file mode 100644 index 00000000..a6afd8e7 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._58624-58879.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._5888-6143.pbf b/maplibre/fonts/HermanoAltoRound/._5888-6143.pbf new file mode 100644 index 00000000..04af48ae Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._5888-6143.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._58880-59135.pbf b/maplibre/fonts/HermanoAltoRound/._58880-59135.pbf new file mode 100644 index 00000000..32d5f05a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._58880-59135.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._59136-59391.pbf b/maplibre/fonts/HermanoAltoRound/._59136-59391.pbf new file mode 100644 index 00000000..2681b93b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._59136-59391.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._59392-59647.pbf b/maplibre/fonts/HermanoAltoRound/._59392-59647.pbf new file mode 100644 index 00000000..8b2c3118 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._59392-59647.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._59648-59903.pbf b/maplibre/fonts/HermanoAltoRound/._59648-59903.pbf new file mode 100644 index 00000000..ca0fcdf8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._59648-59903.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._59904-60159.pbf b/maplibre/fonts/HermanoAltoRound/._59904-60159.pbf new file mode 100644 index 00000000..4768839b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._59904-60159.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._60160-60415.pbf b/maplibre/fonts/HermanoAltoRound/._60160-60415.pbf new file mode 100644 index 00000000..3d57ad8a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._60160-60415.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._60416-60671.pbf b/maplibre/fonts/HermanoAltoRound/._60416-60671.pbf new file mode 100644 index 00000000..57a0718f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._60416-60671.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._60672-60927.pbf b/maplibre/fonts/HermanoAltoRound/._60672-60927.pbf new file mode 100644 index 00000000..a0abb42b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._60672-60927.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._60928-61183.pbf b/maplibre/fonts/HermanoAltoRound/._60928-61183.pbf new file mode 100644 index 00000000..89976f29 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._60928-61183.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._61184-61439.pbf b/maplibre/fonts/HermanoAltoRound/._61184-61439.pbf new file mode 100644 index 00000000..e608a480 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._61184-61439.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._6144-6399.pbf b/maplibre/fonts/HermanoAltoRound/._6144-6399.pbf new file mode 100644 index 00000000..f4df992d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._6144-6399.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._61440-61695.pbf b/maplibre/fonts/HermanoAltoRound/._61440-61695.pbf new file mode 100644 index 00000000..b4aa7879 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._61440-61695.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._61696-61951.pbf b/maplibre/fonts/HermanoAltoRound/._61696-61951.pbf new file mode 100644 index 00000000..dc5bbb92 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._61696-61951.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._61952-62207.pbf b/maplibre/fonts/HermanoAltoRound/._61952-62207.pbf new file mode 100644 index 00000000..ab246ef8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._61952-62207.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._62208-62463.pbf b/maplibre/fonts/HermanoAltoRound/._62208-62463.pbf new file mode 100644 index 00000000..d4836cfb Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._62208-62463.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._62464-62719.pbf b/maplibre/fonts/HermanoAltoRound/._62464-62719.pbf new file mode 100644 index 00000000..8a29a238 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._62464-62719.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._62720-62975.pbf b/maplibre/fonts/HermanoAltoRound/._62720-62975.pbf new file mode 100644 index 00000000..c864526a Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._62720-62975.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._62976-63231.pbf b/maplibre/fonts/HermanoAltoRound/._62976-63231.pbf new file mode 100644 index 00000000..64c5b185 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._62976-63231.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._63232-63487.pbf b/maplibre/fonts/HermanoAltoRound/._63232-63487.pbf new file mode 100644 index 00000000..b182ef3f Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._63232-63487.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._63488-63743.pbf b/maplibre/fonts/HermanoAltoRound/._63488-63743.pbf new file mode 100644 index 00000000..bcd3c037 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._63488-63743.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._63744-63999.pbf b/maplibre/fonts/HermanoAltoRound/._63744-63999.pbf new file mode 100644 index 00000000..41488a8c Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._63744-63999.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._6400-6655.pbf b/maplibre/fonts/HermanoAltoRound/._6400-6655.pbf new file mode 100644 index 00000000..2a2af386 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._6400-6655.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._64000-64255.pbf b/maplibre/fonts/HermanoAltoRound/._64000-64255.pbf new file mode 100644 index 00000000..06533288 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._64000-64255.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._64256-64511.pbf b/maplibre/fonts/HermanoAltoRound/._64256-64511.pbf new file mode 100644 index 00000000..cb17879b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._64256-64511.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._64512-64767.pbf b/maplibre/fonts/HermanoAltoRound/._64512-64767.pbf new file mode 100644 index 00000000..2bb523fa Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._64512-64767.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._64768-65023.pbf b/maplibre/fonts/HermanoAltoRound/._64768-65023.pbf new file mode 100644 index 00000000..88b7b3a6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._64768-65023.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._65024-65279.pbf b/maplibre/fonts/HermanoAltoRound/._65024-65279.pbf new file mode 100644 index 00000000..df7e8b92 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._65024-65279.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._65280-65535.pbf b/maplibre/fonts/HermanoAltoRound/._65280-65535.pbf new file mode 100644 index 00000000..cdd7b2e1 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._65280-65535.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._6656-6911.pbf b/maplibre/fonts/HermanoAltoRound/._6656-6911.pbf new file mode 100644 index 00000000..0cb623d6 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._6656-6911.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._6912-7167.pbf b/maplibre/fonts/HermanoAltoRound/._6912-7167.pbf new file mode 100644 index 00000000..35e3f856 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._6912-7167.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._7168-7423.pbf b/maplibre/fonts/HermanoAltoRound/._7168-7423.pbf new file mode 100644 index 00000000..df7b77cc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._7168-7423.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._7424-7679.pbf b/maplibre/fonts/HermanoAltoRound/._7424-7679.pbf new file mode 100644 index 00000000..0d96952b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._7424-7679.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._768-1023.pbf b/maplibre/fonts/HermanoAltoRound/._768-1023.pbf new file mode 100644 index 00000000..5a729114 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._768-1023.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._7680-7935.pbf b/maplibre/fonts/HermanoAltoRound/._7680-7935.pbf new file mode 100644 index 00000000..bda80c3b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._7680-7935.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._7936-8191.pbf b/maplibre/fonts/HermanoAltoRound/._7936-8191.pbf new file mode 100644 index 00000000..20cb691b Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._7936-8191.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._8192-8447.pbf b/maplibre/fonts/HermanoAltoRound/._8192-8447.pbf new file mode 100644 index 00000000..5c76dfb5 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._8192-8447.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._8448-8703.pbf b/maplibre/fonts/HermanoAltoRound/._8448-8703.pbf new file mode 100644 index 00000000..c319f526 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._8448-8703.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._8704-8959.pbf b/maplibre/fonts/HermanoAltoRound/._8704-8959.pbf new file mode 100644 index 00000000..63da1eb8 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._8704-8959.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._8960-9215.pbf b/maplibre/fonts/HermanoAltoRound/._8960-9215.pbf new file mode 100644 index 00000000..7214a42d Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._8960-9215.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._9216-9471.pbf b/maplibre/fonts/HermanoAltoRound/._9216-9471.pbf new file mode 100644 index 00000000..e4f33937 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._9216-9471.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._9472-9727.pbf b/maplibre/fonts/HermanoAltoRound/._9472-9727.pbf new file mode 100644 index 00000000..d669ebb0 Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._9472-9727.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._9728-9983.pbf b/maplibre/fonts/HermanoAltoRound/._9728-9983.pbf new file mode 100644 index 00000000..840552cc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._9728-9983.pbf differ diff --git a/maplibre/fonts/HermanoAltoRound/._9984-10239.pbf b/maplibre/fonts/HermanoAltoRound/._9984-10239.pbf new file mode 100644 index 00000000..8f6f51bc Binary files /dev/null and b/maplibre/fonts/HermanoAltoRound/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterBlack/._0-255.pbf b/maplibre/fonts/InterBlack/._0-255.pbf new file mode 100644 index 00000000..f21db1f8 Binary files /dev/null and b/maplibre/fonts/InterBlack/._0-255.pbf differ diff --git a/maplibre/fonts/InterBlack/._1024-1279.pbf b/maplibre/fonts/InterBlack/._1024-1279.pbf new file mode 100644 index 00000000..da308161 Binary files /dev/null and b/maplibre/fonts/InterBlack/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterBlack/._10240-10495.pbf b/maplibre/fonts/InterBlack/._10240-10495.pbf new file mode 100644 index 00000000..261b8eb6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterBlack/._10496-10751.pbf b/maplibre/fonts/InterBlack/._10496-10751.pbf new file mode 100644 index 00000000..aa148179 Binary files /dev/null and b/maplibre/fonts/InterBlack/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterBlack/._10752-11007.pbf b/maplibre/fonts/InterBlack/._10752-11007.pbf new file mode 100644 index 00000000..64b7fd62 Binary files /dev/null and b/maplibre/fonts/InterBlack/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterBlack/._11008-11263.pbf b/maplibre/fonts/InterBlack/._11008-11263.pbf new file mode 100644 index 00000000..525b8639 Binary files /dev/null and b/maplibre/fonts/InterBlack/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterBlack/._11264-11519.pbf b/maplibre/fonts/InterBlack/._11264-11519.pbf new file mode 100644 index 00000000..f982c040 Binary files /dev/null and b/maplibre/fonts/InterBlack/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterBlack/._11520-11775.pbf b/maplibre/fonts/InterBlack/._11520-11775.pbf new file mode 100644 index 00000000..371a4335 Binary files /dev/null and b/maplibre/fonts/InterBlack/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterBlack/._11776-12031.pbf b/maplibre/fonts/InterBlack/._11776-12031.pbf new file mode 100644 index 00000000..7d85d30f Binary files /dev/null and b/maplibre/fonts/InterBlack/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterBlack/._12032-12287.pbf b/maplibre/fonts/InterBlack/._12032-12287.pbf new file mode 100644 index 00000000..df8f3e75 Binary files /dev/null and b/maplibre/fonts/InterBlack/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterBlack/._12288-12543.pbf b/maplibre/fonts/InterBlack/._12288-12543.pbf new file mode 100644 index 00000000..642ded84 Binary files /dev/null and b/maplibre/fonts/InterBlack/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterBlack/._12544-12799.pbf b/maplibre/fonts/InterBlack/._12544-12799.pbf new file mode 100644 index 00000000..10b5c45a Binary files /dev/null and b/maplibre/fonts/InterBlack/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterBlack/._1280-1535.pbf b/maplibre/fonts/InterBlack/._1280-1535.pbf new file mode 100644 index 00000000..6d85f164 Binary files /dev/null and b/maplibre/fonts/InterBlack/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterBlack/._12800-13055.pbf b/maplibre/fonts/InterBlack/._12800-13055.pbf new file mode 100644 index 00000000..0849d441 Binary files /dev/null and b/maplibre/fonts/InterBlack/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterBlack/._13056-13311.pbf b/maplibre/fonts/InterBlack/._13056-13311.pbf new file mode 100644 index 00000000..895f094f Binary files /dev/null and b/maplibre/fonts/InterBlack/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterBlack/._13312-13567.pbf b/maplibre/fonts/InterBlack/._13312-13567.pbf new file mode 100644 index 00000000..1fa6d48a Binary files /dev/null and b/maplibre/fonts/InterBlack/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterBlack/._13568-13823.pbf b/maplibre/fonts/InterBlack/._13568-13823.pbf new file mode 100644 index 00000000..50e3373e Binary files /dev/null and b/maplibre/fonts/InterBlack/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterBlack/._13824-14079.pbf b/maplibre/fonts/InterBlack/._13824-14079.pbf new file mode 100644 index 00000000..3de9ff87 Binary files /dev/null and b/maplibre/fonts/InterBlack/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterBlack/._14080-14335.pbf b/maplibre/fonts/InterBlack/._14080-14335.pbf new file mode 100644 index 00000000..feeb64da Binary files /dev/null and b/maplibre/fonts/InterBlack/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterBlack/._14336-14591.pbf b/maplibre/fonts/InterBlack/._14336-14591.pbf new file mode 100644 index 00000000..5f7e9cf3 Binary files /dev/null and b/maplibre/fonts/InterBlack/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterBlack/._14592-14847.pbf b/maplibre/fonts/InterBlack/._14592-14847.pbf new file mode 100644 index 00000000..e68521a4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterBlack/._14848-15103.pbf b/maplibre/fonts/InterBlack/._14848-15103.pbf new file mode 100644 index 00000000..41da6b55 Binary files /dev/null and b/maplibre/fonts/InterBlack/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterBlack/._15104-15359.pbf b/maplibre/fonts/InterBlack/._15104-15359.pbf new file mode 100644 index 00000000..6c69f638 Binary files /dev/null and b/maplibre/fonts/InterBlack/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterBlack/._1536-1791.pbf b/maplibre/fonts/InterBlack/._1536-1791.pbf new file mode 100644 index 00000000..17466d21 Binary files /dev/null and b/maplibre/fonts/InterBlack/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterBlack/._15360-15615.pbf b/maplibre/fonts/InterBlack/._15360-15615.pbf new file mode 100644 index 00000000..6e4ec94b Binary files /dev/null and b/maplibre/fonts/InterBlack/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterBlack/._15616-15871.pbf b/maplibre/fonts/InterBlack/._15616-15871.pbf new file mode 100644 index 00000000..9fd234c1 Binary files /dev/null and b/maplibre/fonts/InterBlack/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterBlack/._15872-16127.pbf b/maplibre/fonts/InterBlack/._15872-16127.pbf new file mode 100644 index 00000000..6dfad4cb Binary files /dev/null and b/maplibre/fonts/InterBlack/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterBlack/._16128-16383.pbf b/maplibre/fonts/InterBlack/._16128-16383.pbf new file mode 100644 index 00000000..6c786d95 Binary files /dev/null and b/maplibre/fonts/InterBlack/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterBlack/._16384-16639.pbf b/maplibre/fonts/InterBlack/._16384-16639.pbf new file mode 100644 index 00000000..b8316598 Binary files /dev/null and b/maplibre/fonts/InterBlack/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterBlack/._16640-16895.pbf b/maplibre/fonts/InterBlack/._16640-16895.pbf new file mode 100644 index 00000000..b515818f Binary files /dev/null and b/maplibre/fonts/InterBlack/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterBlack/._16896-17151.pbf b/maplibre/fonts/InterBlack/._16896-17151.pbf new file mode 100644 index 00000000..f3b946ce Binary files /dev/null and b/maplibre/fonts/InterBlack/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterBlack/._17152-17407.pbf b/maplibre/fonts/InterBlack/._17152-17407.pbf new file mode 100644 index 00000000..3be9abda Binary files /dev/null and b/maplibre/fonts/InterBlack/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterBlack/._17408-17663.pbf b/maplibre/fonts/InterBlack/._17408-17663.pbf new file mode 100644 index 00000000..b1a85106 Binary files /dev/null and b/maplibre/fonts/InterBlack/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterBlack/._17664-17919.pbf b/maplibre/fonts/InterBlack/._17664-17919.pbf new file mode 100644 index 00000000..116aabbb Binary files /dev/null and b/maplibre/fonts/InterBlack/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterBlack/._1792-2047.pbf b/maplibre/fonts/InterBlack/._1792-2047.pbf new file mode 100644 index 00000000..7974ee6e Binary files /dev/null and b/maplibre/fonts/InterBlack/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterBlack/._17920-18175.pbf b/maplibre/fonts/InterBlack/._17920-18175.pbf new file mode 100644 index 00000000..bd310d39 Binary files /dev/null and b/maplibre/fonts/InterBlack/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterBlack/._18176-18431.pbf b/maplibre/fonts/InterBlack/._18176-18431.pbf new file mode 100644 index 00000000..01707cdf Binary files /dev/null and b/maplibre/fonts/InterBlack/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterBlack/._18432-18687.pbf b/maplibre/fonts/InterBlack/._18432-18687.pbf new file mode 100644 index 00000000..ada7ac7c Binary files /dev/null and b/maplibre/fonts/InterBlack/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterBlack/._18688-18943.pbf b/maplibre/fonts/InterBlack/._18688-18943.pbf new file mode 100644 index 00000000..2eef2a3b Binary files /dev/null and b/maplibre/fonts/InterBlack/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterBlack/._18944-19199.pbf b/maplibre/fonts/InterBlack/._18944-19199.pbf new file mode 100644 index 00000000..c82135c7 Binary files /dev/null and b/maplibre/fonts/InterBlack/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterBlack/._19200-19455.pbf b/maplibre/fonts/InterBlack/._19200-19455.pbf new file mode 100644 index 00000000..d30f4be2 Binary files /dev/null and b/maplibre/fonts/InterBlack/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterBlack/._19456-19711.pbf b/maplibre/fonts/InterBlack/._19456-19711.pbf new file mode 100644 index 00000000..eb2f7f6e Binary files /dev/null and b/maplibre/fonts/InterBlack/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterBlack/._19712-19967.pbf b/maplibre/fonts/InterBlack/._19712-19967.pbf new file mode 100644 index 00000000..72389d43 Binary files /dev/null and b/maplibre/fonts/InterBlack/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterBlack/._19968-20223.pbf b/maplibre/fonts/InterBlack/._19968-20223.pbf new file mode 100644 index 00000000..664fa5e6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterBlack/._20224-20479.pbf b/maplibre/fonts/InterBlack/._20224-20479.pbf new file mode 100644 index 00000000..62232ba6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterBlack/._2048-2303.pbf b/maplibre/fonts/InterBlack/._2048-2303.pbf new file mode 100644 index 00000000..f7c2de22 Binary files /dev/null and b/maplibre/fonts/InterBlack/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterBlack/._20480-20735.pbf b/maplibre/fonts/InterBlack/._20480-20735.pbf new file mode 100644 index 00000000..169f9def Binary files /dev/null and b/maplibre/fonts/InterBlack/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterBlack/._20736-20991.pbf b/maplibre/fonts/InterBlack/._20736-20991.pbf new file mode 100644 index 00000000..4a2b2d42 Binary files /dev/null and b/maplibre/fonts/InterBlack/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterBlack/._20992-21247.pbf b/maplibre/fonts/InterBlack/._20992-21247.pbf new file mode 100644 index 00000000..6c0a6d0a Binary files /dev/null and b/maplibre/fonts/InterBlack/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterBlack/._21248-21503.pbf b/maplibre/fonts/InterBlack/._21248-21503.pbf new file mode 100644 index 00000000..fcafdc97 Binary files /dev/null and b/maplibre/fonts/InterBlack/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterBlack/._21504-21759.pbf b/maplibre/fonts/InterBlack/._21504-21759.pbf new file mode 100644 index 00000000..29915947 Binary files /dev/null and b/maplibre/fonts/InterBlack/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterBlack/._21760-22015.pbf b/maplibre/fonts/InterBlack/._21760-22015.pbf new file mode 100644 index 00000000..72ccc267 Binary files /dev/null and b/maplibre/fonts/InterBlack/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterBlack/._22016-22271.pbf b/maplibre/fonts/InterBlack/._22016-22271.pbf new file mode 100644 index 00000000..0c3ebd53 Binary files /dev/null and b/maplibre/fonts/InterBlack/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterBlack/._22272-22527.pbf b/maplibre/fonts/InterBlack/._22272-22527.pbf new file mode 100644 index 00000000..5f8b6273 Binary files /dev/null and b/maplibre/fonts/InterBlack/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterBlack/._22528-22783.pbf b/maplibre/fonts/InterBlack/._22528-22783.pbf new file mode 100644 index 00000000..eb51dd83 Binary files /dev/null and b/maplibre/fonts/InterBlack/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterBlack/._22784-23039.pbf b/maplibre/fonts/InterBlack/._22784-23039.pbf new file mode 100644 index 00000000..beb73924 Binary files /dev/null and b/maplibre/fonts/InterBlack/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterBlack/._2304-2559.pbf b/maplibre/fonts/InterBlack/._2304-2559.pbf new file mode 100644 index 00000000..0611c7ac Binary files /dev/null and b/maplibre/fonts/InterBlack/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterBlack/._23040-23295.pbf b/maplibre/fonts/InterBlack/._23040-23295.pbf new file mode 100644 index 00000000..346f5384 Binary files /dev/null and b/maplibre/fonts/InterBlack/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterBlack/._23296-23551.pbf b/maplibre/fonts/InterBlack/._23296-23551.pbf new file mode 100644 index 00000000..0f3718e0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterBlack/._23552-23807.pbf b/maplibre/fonts/InterBlack/._23552-23807.pbf new file mode 100644 index 00000000..c2116eba Binary files /dev/null and b/maplibre/fonts/InterBlack/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterBlack/._23808-24063.pbf b/maplibre/fonts/InterBlack/._23808-24063.pbf new file mode 100644 index 00000000..0252e5b6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterBlack/._24064-24319.pbf b/maplibre/fonts/InterBlack/._24064-24319.pbf new file mode 100644 index 00000000..1e43a29f Binary files /dev/null and b/maplibre/fonts/InterBlack/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterBlack/._24320-24575.pbf b/maplibre/fonts/InterBlack/._24320-24575.pbf new file mode 100644 index 00000000..d1fac4c7 Binary files /dev/null and b/maplibre/fonts/InterBlack/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterBlack/._24576-24831.pbf b/maplibre/fonts/InterBlack/._24576-24831.pbf new file mode 100644 index 00000000..d81149db Binary files /dev/null and b/maplibre/fonts/InterBlack/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterBlack/._24832-25087.pbf b/maplibre/fonts/InterBlack/._24832-25087.pbf new file mode 100644 index 00000000..8255830f Binary files /dev/null and b/maplibre/fonts/InterBlack/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterBlack/._25088-25343.pbf b/maplibre/fonts/InterBlack/._25088-25343.pbf new file mode 100644 index 00000000..17817aa9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterBlack/._25344-25599.pbf b/maplibre/fonts/InterBlack/._25344-25599.pbf new file mode 100644 index 00000000..b5f704f1 Binary files /dev/null and b/maplibre/fonts/InterBlack/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterBlack/._256-511.pbf b/maplibre/fonts/InterBlack/._256-511.pbf new file mode 100644 index 00000000..54b0434c Binary files /dev/null and b/maplibre/fonts/InterBlack/._256-511.pbf differ diff --git a/maplibre/fonts/InterBlack/._2560-2815.pbf b/maplibre/fonts/InterBlack/._2560-2815.pbf new file mode 100644 index 00000000..790f6d81 Binary files /dev/null and b/maplibre/fonts/InterBlack/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterBlack/._25600-25855.pbf b/maplibre/fonts/InterBlack/._25600-25855.pbf new file mode 100644 index 00000000..f80df506 Binary files /dev/null and b/maplibre/fonts/InterBlack/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterBlack/._25856-26111.pbf b/maplibre/fonts/InterBlack/._25856-26111.pbf new file mode 100644 index 00000000..45531679 Binary files /dev/null and b/maplibre/fonts/InterBlack/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterBlack/._26112-26367.pbf b/maplibre/fonts/InterBlack/._26112-26367.pbf new file mode 100644 index 00000000..b77f393f Binary files /dev/null and b/maplibre/fonts/InterBlack/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterBlack/._26368-26623.pbf b/maplibre/fonts/InterBlack/._26368-26623.pbf new file mode 100644 index 00000000..96d71cc0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterBlack/._26624-26879.pbf b/maplibre/fonts/InterBlack/._26624-26879.pbf new file mode 100644 index 00000000..dd58aff4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterBlack/._26880-27135.pbf b/maplibre/fonts/InterBlack/._26880-27135.pbf new file mode 100644 index 00000000..d47f2689 Binary files /dev/null and b/maplibre/fonts/InterBlack/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterBlack/._27136-27391.pbf b/maplibre/fonts/InterBlack/._27136-27391.pbf new file mode 100644 index 00000000..3ae385d4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterBlack/._27392-27647.pbf b/maplibre/fonts/InterBlack/._27392-27647.pbf new file mode 100644 index 00000000..055edc0c Binary files /dev/null and b/maplibre/fonts/InterBlack/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterBlack/._27648-27903.pbf b/maplibre/fonts/InterBlack/._27648-27903.pbf new file mode 100644 index 00000000..2d0a202a Binary files /dev/null and b/maplibre/fonts/InterBlack/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterBlack/._27904-28159.pbf b/maplibre/fonts/InterBlack/._27904-28159.pbf new file mode 100644 index 00000000..cc0a1365 Binary files /dev/null and b/maplibre/fonts/InterBlack/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterBlack/._2816-3071.pbf b/maplibre/fonts/InterBlack/._2816-3071.pbf new file mode 100644 index 00000000..b157b6d5 Binary files /dev/null and b/maplibre/fonts/InterBlack/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterBlack/._28160-28415.pbf b/maplibre/fonts/InterBlack/._28160-28415.pbf new file mode 100644 index 00000000..001190fa Binary files /dev/null and b/maplibre/fonts/InterBlack/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterBlack/._28416-28671.pbf b/maplibre/fonts/InterBlack/._28416-28671.pbf new file mode 100644 index 00000000..006b2d80 Binary files /dev/null and b/maplibre/fonts/InterBlack/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterBlack/._28672-28927.pbf b/maplibre/fonts/InterBlack/._28672-28927.pbf new file mode 100644 index 00000000..911de95b Binary files /dev/null and b/maplibre/fonts/InterBlack/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterBlack/._28928-29183.pbf b/maplibre/fonts/InterBlack/._28928-29183.pbf new file mode 100644 index 00000000..e5e61e49 Binary files /dev/null and b/maplibre/fonts/InterBlack/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterBlack/._29184-29439.pbf b/maplibre/fonts/InterBlack/._29184-29439.pbf new file mode 100644 index 00000000..a29405cd Binary files /dev/null and b/maplibre/fonts/InterBlack/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterBlack/._29440-29695.pbf b/maplibre/fonts/InterBlack/._29440-29695.pbf new file mode 100644 index 00000000..8540e92c Binary files /dev/null and b/maplibre/fonts/InterBlack/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterBlack/._29696-29951.pbf b/maplibre/fonts/InterBlack/._29696-29951.pbf new file mode 100644 index 00000000..52930c36 Binary files /dev/null and b/maplibre/fonts/InterBlack/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterBlack/._29952-30207.pbf b/maplibre/fonts/InterBlack/._29952-30207.pbf new file mode 100644 index 00000000..53608185 Binary files /dev/null and b/maplibre/fonts/InterBlack/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterBlack/._30208-30463.pbf b/maplibre/fonts/InterBlack/._30208-30463.pbf new file mode 100644 index 00000000..85a2c9bf Binary files /dev/null and b/maplibre/fonts/InterBlack/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterBlack/._30464-30719.pbf b/maplibre/fonts/InterBlack/._30464-30719.pbf new file mode 100644 index 00000000..103bd9bd Binary files /dev/null and b/maplibre/fonts/InterBlack/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterBlack/._3072-3327.pbf b/maplibre/fonts/InterBlack/._3072-3327.pbf new file mode 100644 index 00000000..50e1a661 Binary files /dev/null and b/maplibre/fonts/InterBlack/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterBlack/._30720-30975.pbf b/maplibre/fonts/InterBlack/._30720-30975.pbf new file mode 100644 index 00000000..0b6492ff Binary files /dev/null and b/maplibre/fonts/InterBlack/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterBlack/._30976-31231.pbf b/maplibre/fonts/InterBlack/._30976-31231.pbf new file mode 100644 index 00000000..e9dc131f Binary files /dev/null and b/maplibre/fonts/InterBlack/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterBlack/._31232-31487.pbf b/maplibre/fonts/InterBlack/._31232-31487.pbf new file mode 100644 index 00000000..baf76bbc Binary files /dev/null and b/maplibre/fonts/InterBlack/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterBlack/._31488-31743.pbf b/maplibre/fonts/InterBlack/._31488-31743.pbf new file mode 100644 index 00000000..abaaf760 Binary files /dev/null and b/maplibre/fonts/InterBlack/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterBlack/._31744-31999.pbf b/maplibre/fonts/InterBlack/._31744-31999.pbf new file mode 100644 index 00000000..51549312 Binary files /dev/null and b/maplibre/fonts/InterBlack/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterBlack/._32000-32255.pbf b/maplibre/fonts/InterBlack/._32000-32255.pbf new file mode 100644 index 00000000..8bce32f7 Binary files /dev/null and b/maplibre/fonts/InterBlack/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterBlack/._32256-32511.pbf b/maplibre/fonts/InterBlack/._32256-32511.pbf new file mode 100644 index 00000000..53220594 Binary files /dev/null and b/maplibre/fonts/InterBlack/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterBlack/._32512-32767.pbf b/maplibre/fonts/InterBlack/._32512-32767.pbf new file mode 100644 index 00000000..84cf6393 Binary files /dev/null and b/maplibre/fonts/InterBlack/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterBlack/._32768-33023.pbf b/maplibre/fonts/InterBlack/._32768-33023.pbf new file mode 100644 index 00000000..ca146b44 Binary files /dev/null and b/maplibre/fonts/InterBlack/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterBlack/._33024-33279.pbf b/maplibre/fonts/InterBlack/._33024-33279.pbf new file mode 100644 index 00000000..d26ef5aa Binary files /dev/null and b/maplibre/fonts/InterBlack/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterBlack/._3328-3583.pbf b/maplibre/fonts/InterBlack/._3328-3583.pbf new file mode 100644 index 00000000..8edb6e9d Binary files /dev/null and b/maplibre/fonts/InterBlack/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterBlack/._33280-33535.pbf b/maplibre/fonts/InterBlack/._33280-33535.pbf new file mode 100644 index 00000000..efb307c3 Binary files /dev/null and b/maplibre/fonts/InterBlack/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterBlack/._33536-33791.pbf b/maplibre/fonts/InterBlack/._33536-33791.pbf new file mode 100644 index 00000000..81c15518 Binary files /dev/null and b/maplibre/fonts/InterBlack/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterBlack/._33792-34047.pbf b/maplibre/fonts/InterBlack/._33792-34047.pbf new file mode 100644 index 00000000..21e51d48 Binary files /dev/null and b/maplibre/fonts/InterBlack/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterBlack/._34048-34303.pbf b/maplibre/fonts/InterBlack/._34048-34303.pbf new file mode 100644 index 00000000..8b1104b2 Binary files /dev/null and b/maplibre/fonts/InterBlack/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterBlack/._34304-34559.pbf b/maplibre/fonts/InterBlack/._34304-34559.pbf new file mode 100644 index 00000000..458735f0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterBlack/._34560-34815.pbf b/maplibre/fonts/InterBlack/._34560-34815.pbf new file mode 100644 index 00000000..eb592f31 Binary files /dev/null and b/maplibre/fonts/InterBlack/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterBlack/._34816-35071.pbf b/maplibre/fonts/InterBlack/._34816-35071.pbf new file mode 100644 index 00000000..f5d1a280 Binary files /dev/null and b/maplibre/fonts/InterBlack/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterBlack/._35072-35327.pbf b/maplibre/fonts/InterBlack/._35072-35327.pbf new file mode 100644 index 00000000..ab170ce9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterBlack/._35328-35583.pbf b/maplibre/fonts/InterBlack/._35328-35583.pbf new file mode 100644 index 00000000..17cf1892 Binary files /dev/null and b/maplibre/fonts/InterBlack/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterBlack/._35584-35839.pbf b/maplibre/fonts/InterBlack/._35584-35839.pbf new file mode 100644 index 00000000..675f1cd5 Binary files /dev/null and b/maplibre/fonts/InterBlack/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterBlack/._3584-3839.pbf b/maplibre/fonts/InterBlack/._3584-3839.pbf new file mode 100644 index 00000000..21b5f12f Binary files /dev/null and b/maplibre/fonts/InterBlack/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterBlack/._35840-36095.pbf b/maplibre/fonts/InterBlack/._35840-36095.pbf new file mode 100644 index 00000000..b8140713 Binary files /dev/null and b/maplibre/fonts/InterBlack/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterBlack/._36096-36351.pbf b/maplibre/fonts/InterBlack/._36096-36351.pbf new file mode 100644 index 00000000..dbcea6f3 Binary files /dev/null and b/maplibre/fonts/InterBlack/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterBlack/._36352-36607.pbf b/maplibre/fonts/InterBlack/._36352-36607.pbf new file mode 100644 index 00000000..fc6bc2bd Binary files /dev/null and b/maplibre/fonts/InterBlack/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterBlack/._36608-36863.pbf b/maplibre/fonts/InterBlack/._36608-36863.pbf new file mode 100644 index 00000000..f34b7ab1 Binary files /dev/null and b/maplibre/fonts/InterBlack/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterBlack/._36864-37119.pbf b/maplibre/fonts/InterBlack/._36864-37119.pbf new file mode 100644 index 00000000..100afa22 Binary files /dev/null and b/maplibre/fonts/InterBlack/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterBlack/._37120-37375.pbf b/maplibre/fonts/InterBlack/._37120-37375.pbf new file mode 100644 index 00000000..226e16f4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterBlack/._37376-37631.pbf b/maplibre/fonts/InterBlack/._37376-37631.pbf new file mode 100644 index 00000000..47cf7ca8 Binary files /dev/null and b/maplibre/fonts/InterBlack/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterBlack/._37632-37887.pbf b/maplibre/fonts/InterBlack/._37632-37887.pbf new file mode 100644 index 00000000..e2fca2df Binary files /dev/null and b/maplibre/fonts/InterBlack/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterBlack/._37888-38143.pbf b/maplibre/fonts/InterBlack/._37888-38143.pbf new file mode 100644 index 00000000..19c9974c Binary files /dev/null and b/maplibre/fonts/InterBlack/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterBlack/._38144-38399.pbf b/maplibre/fonts/InterBlack/._38144-38399.pbf new file mode 100644 index 00000000..ee5c3d1f Binary files /dev/null and b/maplibre/fonts/InterBlack/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterBlack/._3840-4095.pbf b/maplibre/fonts/InterBlack/._3840-4095.pbf new file mode 100644 index 00000000..c02afc1c Binary files /dev/null and b/maplibre/fonts/InterBlack/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterBlack/._38400-38655.pbf b/maplibre/fonts/InterBlack/._38400-38655.pbf new file mode 100644 index 00000000..2c21ab1d Binary files /dev/null and b/maplibre/fonts/InterBlack/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterBlack/._38656-38911.pbf b/maplibre/fonts/InterBlack/._38656-38911.pbf new file mode 100644 index 00000000..a176a19a Binary files /dev/null and b/maplibre/fonts/InterBlack/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterBlack/._38912-39167.pbf b/maplibre/fonts/InterBlack/._38912-39167.pbf new file mode 100644 index 00000000..86aee936 Binary files /dev/null and b/maplibre/fonts/InterBlack/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterBlack/._39168-39423.pbf b/maplibre/fonts/InterBlack/._39168-39423.pbf new file mode 100644 index 00000000..2291819e Binary files /dev/null and b/maplibre/fonts/InterBlack/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterBlack/._39424-39679.pbf b/maplibre/fonts/InterBlack/._39424-39679.pbf new file mode 100644 index 00000000..24f51ca7 Binary files /dev/null and b/maplibre/fonts/InterBlack/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterBlack/._39680-39935.pbf b/maplibre/fonts/InterBlack/._39680-39935.pbf new file mode 100644 index 00000000..65c5cff0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterBlack/._39936-40191.pbf b/maplibre/fonts/InterBlack/._39936-40191.pbf new file mode 100644 index 00000000..b6d5f7f4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterBlack/._40192-40447.pbf b/maplibre/fonts/InterBlack/._40192-40447.pbf new file mode 100644 index 00000000..3191bf8f Binary files /dev/null and b/maplibre/fonts/InterBlack/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterBlack/._40448-40703.pbf b/maplibre/fonts/InterBlack/._40448-40703.pbf new file mode 100644 index 00000000..a6073508 Binary files /dev/null and b/maplibre/fonts/InterBlack/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterBlack/._40704-40959.pbf b/maplibre/fonts/InterBlack/._40704-40959.pbf new file mode 100644 index 00000000..d107f37f Binary files /dev/null and b/maplibre/fonts/InterBlack/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterBlack/._4096-4351.pbf b/maplibre/fonts/InterBlack/._4096-4351.pbf new file mode 100644 index 00000000..5fc99840 Binary files /dev/null and b/maplibre/fonts/InterBlack/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterBlack/._40960-41215.pbf b/maplibre/fonts/InterBlack/._40960-41215.pbf new file mode 100644 index 00000000..5460d431 Binary files /dev/null and b/maplibre/fonts/InterBlack/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterBlack/._41216-41471.pbf b/maplibre/fonts/InterBlack/._41216-41471.pbf new file mode 100644 index 00000000..3244c7c9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterBlack/._41472-41727.pbf b/maplibre/fonts/InterBlack/._41472-41727.pbf new file mode 100644 index 00000000..ff86b905 Binary files /dev/null and b/maplibre/fonts/InterBlack/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterBlack/._41728-41983.pbf b/maplibre/fonts/InterBlack/._41728-41983.pbf new file mode 100644 index 00000000..5ea90806 Binary files /dev/null and b/maplibre/fonts/InterBlack/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterBlack/._41984-42239.pbf b/maplibre/fonts/InterBlack/._41984-42239.pbf new file mode 100644 index 00000000..3c7be262 Binary files /dev/null and b/maplibre/fonts/InterBlack/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterBlack/._42240-42495.pbf b/maplibre/fonts/InterBlack/._42240-42495.pbf new file mode 100644 index 00000000..bd649b04 Binary files /dev/null and b/maplibre/fonts/InterBlack/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterBlack/._42496-42751.pbf b/maplibre/fonts/InterBlack/._42496-42751.pbf new file mode 100644 index 00000000..2e42e34e Binary files /dev/null and b/maplibre/fonts/InterBlack/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterBlack/._42752-43007.pbf b/maplibre/fonts/InterBlack/._42752-43007.pbf new file mode 100644 index 00000000..7abd844b Binary files /dev/null and b/maplibre/fonts/InterBlack/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterBlack/._43008-43263.pbf b/maplibre/fonts/InterBlack/._43008-43263.pbf new file mode 100644 index 00000000..ba1d8406 Binary files /dev/null and b/maplibre/fonts/InterBlack/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterBlack/._43264-43519.pbf b/maplibre/fonts/InterBlack/._43264-43519.pbf new file mode 100644 index 00000000..8d8f0789 Binary files /dev/null and b/maplibre/fonts/InterBlack/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterBlack/._4352-4607.pbf b/maplibre/fonts/InterBlack/._4352-4607.pbf new file mode 100644 index 00000000..a163c8f6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterBlack/._43520-43775.pbf b/maplibre/fonts/InterBlack/._43520-43775.pbf new file mode 100644 index 00000000..da2079c5 Binary files /dev/null and b/maplibre/fonts/InterBlack/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterBlack/._43776-44031.pbf b/maplibre/fonts/InterBlack/._43776-44031.pbf new file mode 100644 index 00000000..21dd1616 Binary files /dev/null and b/maplibre/fonts/InterBlack/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterBlack/._44032-44287.pbf b/maplibre/fonts/InterBlack/._44032-44287.pbf new file mode 100644 index 00000000..9a55ed2f Binary files /dev/null and b/maplibre/fonts/InterBlack/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterBlack/._44288-44543.pbf b/maplibre/fonts/InterBlack/._44288-44543.pbf new file mode 100644 index 00000000..342d655d Binary files /dev/null and b/maplibre/fonts/InterBlack/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterBlack/._44544-44799.pbf b/maplibre/fonts/InterBlack/._44544-44799.pbf new file mode 100644 index 00000000..d149f62f Binary files /dev/null and b/maplibre/fonts/InterBlack/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterBlack/._44800-45055.pbf b/maplibre/fonts/InterBlack/._44800-45055.pbf new file mode 100644 index 00000000..f068362a Binary files /dev/null and b/maplibre/fonts/InterBlack/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterBlack/._45056-45311.pbf b/maplibre/fonts/InterBlack/._45056-45311.pbf new file mode 100644 index 00000000..da6f1519 Binary files /dev/null and b/maplibre/fonts/InterBlack/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterBlack/._45312-45567.pbf b/maplibre/fonts/InterBlack/._45312-45567.pbf new file mode 100644 index 00000000..06fe1cfb Binary files /dev/null and b/maplibre/fonts/InterBlack/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterBlack/._45568-45823.pbf b/maplibre/fonts/InterBlack/._45568-45823.pbf new file mode 100644 index 00000000..3faf18b2 Binary files /dev/null and b/maplibre/fonts/InterBlack/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterBlack/._45824-46079.pbf b/maplibre/fonts/InterBlack/._45824-46079.pbf new file mode 100644 index 00000000..85f316b4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterBlack/._4608-4863.pbf b/maplibre/fonts/InterBlack/._4608-4863.pbf new file mode 100644 index 00000000..75b6da2b Binary files /dev/null and b/maplibre/fonts/InterBlack/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterBlack/._46080-46335.pbf b/maplibre/fonts/InterBlack/._46080-46335.pbf new file mode 100644 index 00000000..907816ec Binary files /dev/null and b/maplibre/fonts/InterBlack/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterBlack/._46336-46591.pbf b/maplibre/fonts/InterBlack/._46336-46591.pbf new file mode 100644 index 00000000..5e7b5473 Binary files /dev/null and b/maplibre/fonts/InterBlack/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterBlack/._46592-46847.pbf b/maplibre/fonts/InterBlack/._46592-46847.pbf new file mode 100644 index 00000000..d88c6a6a Binary files /dev/null and b/maplibre/fonts/InterBlack/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterBlack/._46848-47103.pbf b/maplibre/fonts/InterBlack/._46848-47103.pbf new file mode 100644 index 00000000..b5a89c73 Binary files /dev/null and b/maplibre/fonts/InterBlack/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterBlack/._47104-47359.pbf b/maplibre/fonts/InterBlack/._47104-47359.pbf new file mode 100644 index 00000000..a3eab623 Binary files /dev/null and b/maplibre/fonts/InterBlack/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterBlack/._47360-47615.pbf b/maplibre/fonts/InterBlack/._47360-47615.pbf new file mode 100644 index 00000000..a51616c4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterBlack/._47616-47871.pbf b/maplibre/fonts/InterBlack/._47616-47871.pbf new file mode 100644 index 00000000..87273d80 Binary files /dev/null and b/maplibre/fonts/InterBlack/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterBlack/._47872-48127.pbf b/maplibre/fonts/InterBlack/._47872-48127.pbf new file mode 100644 index 00000000..322c0ca0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterBlack/._48128-48383.pbf b/maplibre/fonts/InterBlack/._48128-48383.pbf new file mode 100644 index 00000000..da488f72 Binary files /dev/null and b/maplibre/fonts/InterBlack/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterBlack/._48384-48639.pbf b/maplibre/fonts/InterBlack/._48384-48639.pbf new file mode 100644 index 00000000..aafdb550 Binary files /dev/null and b/maplibre/fonts/InterBlack/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterBlack/._4864-5119.pbf b/maplibre/fonts/InterBlack/._4864-5119.pbf new file mode 100644 index 00000000..6b165978 Binary files /dev/null and b/maplibre/fonts/InterBlack/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterBlack/._48640-48895.pbf b/maplibre/fonts/InterBlack/._48640-48895.pbf new file mode 100644 index 00000000..18feca3e Binary files /dev/null and b/maplibre/fonts/InterBlack/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterBlack/._48896-49151.pbf b/maplibre/fonts/InterBlack/._48896-49151.pbf new file mode 100644 index 00000000..de099433 Binary files /dev/null and b/maplibre/fonts/InterBlack/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterBlack/._49152-49407.pbf b/maplibre/fonts/InterBlack/._49152-49407.pbf new file mode 100644 index 00000000..9628f87d Binary files /dev/null and b/maplibre/fonts/InterBlack/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterBlack/._49408-49663.pbf b/maplibre/fonts/InterBlack/._49408-49663.pbf new file mode 100644 index 00000000..7ff10d80 Binary files /dev/null and b/maplibre/fonts/InterBlack/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterBlack/._49664-49919.pbf b/maplibre/fonts/InterBlack/._49664-49919.pbf new file mode 100644 index 00000000..f3edd8ba Binary files /dev/null and b/maplibre/fonts/InterBlack/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterBlack/._49920-50175.pbf b/maplibre/fonts/InterBlack/._49920-50175.pbf new file mode 100644 index 00000000..85c7c248 Binary files /dev/null and b/maplibre/fonts/InterBlack/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterBlack/._50176-50431.pbf b/maplibre/fonts/InterBlack/._50176-50431.pbf new file mode 100644 index 00000000..2f0c2b01 Binary files /dev/null and b/maplibre/fonts/InterBlack/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterBlack/._50432-50687.pbf b/maplibre/fonts/InterBlack/._50432-50687.pbf new file mode 100644 index 00000000..08dc9e81 Binary files /dev/null and b/maplibre/fonts/InterBlack/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterBlack/._50688-50943.pbf b/maplibre/fonts/InterBlack/._50688-50943.pbf new file mode 100644 index 00000000..065a7cd0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterBlack/._50944-51199.pbf b/maplibre/fonts/InterBlack/._50944-51199.pbf new file mode 100644 index 00000000..e8abc13f Binary files /dev/null and b/maplibre/fonts/InterBlack/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterBlack/._512-767.pbf b/maplibre/fonts/InterBlack/._512-767.pbf new file mode 100644 index 00000000..ff23bb61 Binary files /dev/null and b/maplibre/fonts/InterBlack/._512-767.pbf differ diff --git a/maplibre/fonts/InterBlack/._5120-5375.pbf b/maplibre/fonts/InterBlack/._5120-5375.pbf new file mode 100644 index 00000000..394d478a Binary files /dev/null and b/maplibre/fonts/InterBlack/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterBlack/._51200-51455.pbf b/maplibre/fonts/InterBlack/._51200-51455.pbf new file mode 100644 index 00000000..4c2c0a27 Binary files /dev/null and b/maplibre/fonts/InterBlack/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterBlack/._51456-51711.pbf b/maplibre/fonts/InterBlack/._51456-51711.pbf new file mode 100644 index 00000000..b29e1dd9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterBlack/._51712-51967.pbf b/maplibre/fonts/InterBlack/._51712-51967.pbf new file mode 100644 index 00000000..74674365 Binary files /dev/null and b/maplibre/fonts/InterBlack/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterBlack/._51968-52223.pbf b/maplibre/fonts/InterBlack/._51968-52223.pbf new file mode 100644 index 00000000..357b5365 Binary files /dev/null and b/maplibre/fonts/InterBlack/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterBlack/._52224-52479.pbf b/maplibre/fonts/InterBlack/._52224-52479.pbf new file mode 100644 index 00000000..317d68b9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterBlack/._52480-52735.pbf b/maplibre/fonts/InterBlack/._52480-52735.pbf new file mode 100644 index 00000000..3ab62d06 Binary files /dev/null and b/maplibre/fonts/InterBlack/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterBlack/._52736-52991.pbf b/maplibre/fonts/InterBlack/._52736-52991.pbf new file mode 100644 index 00000000..17ed0cef Binary files /dev/null and b/maplibre/fonts/InterBlack/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterBlack/._52992-53247.pbf b/maplibre/fonts/InterBlack/._52992-53247.pbf new file mode 100644 index 00000000..3f6cf81f Binary files /dev/null and b/maplibre/fonts/InterBlack/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterBlack/._53248-53503.pbf b/maplibre/fonts/InterBlack/._53248-53503.pbf new file mode 100644 index 00000000..023d3403 Binary files /dev/null and b/maplibre/fonts/InterBlack/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterBlack/._53504-53759.pbf b/maplibre/fonts/InterBlack/._53504-53759.pbf new file mode 100644 index 00000000..732ea158 Binary files /dev/null and b/maplibre/fonts/InterBlack/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterBlack/._5376-5631.pbf b/maplibre/fonts/InterBlack/._5376-5631.pbf new file mode 100644 index 00000000..dad66922 Binary files /dev/null and b/maplibre/fonts/InterBlack/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterBlack/._53760-54015.pbf b/maplibre/fonts/InterBlack/._53760-54015.pbf new file mode 100644 index 00000000..81033e3b Binary files /dev/null and b/maplibre/fonts/InterBlack/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterBlack/._54016-54271.pbf b/maplibre/fonts/InterBlack/._54016-54271.pbf new file mode 100644 index 00000000..ef7e6d02 Binary files /dev/null and b/maplibre/fonts/InterBlack/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterBlack/._54272-54527.pbf b/maplibre/fonts/InterBlack/._54272-54527.pbf new file mode 100644 index 00000000..d5ba83fb Binary files /dev/null and b/maplibre/fonts/InterBlack/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterBlack/._54528-54783.pbf b/maplibre/fonts/InterBlack/._54528-54783.pbf new file mode 100644 index 00000000..94a5908b Binary files /dev/null and b/maplibre/fonts/InterBlack/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterBlack/._54784-55039.pbf b/maplibre/fonts/InterBlack/._54784-55039.pbf new file mode 100644 index 00000000..2fc77857 Binary files /dev/null and b/maplibre/fonts/InterBlack/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterBlack/._55040-55295.pbf b/maplibre/fonts/InterBlack/._55040-55295.pbf new file mode 100644 index 00000000..93ac0a71 Binary files /dev/null and b/maplibre/fonts/InterBlack/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterBlack/._55296-55551.pbf b/maplibre/fonts/InterBlack/._55296-55551.pbf new file mode 100644 index 00000000..74097910 Binary files /dev/null and b/maplibre/fonts/InterBlack/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterBlack/._55552-55807.pbf b/maplibre/fonts/InterBlack/._55552-55807.pbf new file mode 100644 index 00000000..367473c8 Binary files /dev/null and b/maplibre/fonts/InterBlack/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterBlack/._55808-56063.pbf b/maplibre/fonts/InterBlack/._55808-56063.pbf new file mode 100644 index 00000000..9cefaa15 Binary files /dev/null and b/maplibre/fonts/InterBlack/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterBlack/._56064-56319.pbf b/maplibre/fonts/InterBlack/._56064-56319.pbf new file mode 100644 index 00000000..69550ba2 Binary files /dev/null and b/maplibre/fonts/InterBlack/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterBlack/._5632-5887.pbf b/maplibre/fonts/InterBlack/._5632-5887.pbf new file mode 100644 index 00000000..361f1fd9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterBlack/._56320-56575.pbf b/maplibre/fonts/InterBlack/._56320-56575.pbf new file mode 100644 index 00000000..3d9f75d6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterBlack/._56576-56831.pbf b/maplibre/fonts/InterBlack/._56576-56831.pbf new file mode 100644 index 00000000..783fe6fd Binary files /dev/null and b/maplibre/fonts/InterBlack/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterBlack/._56832-57087.pbf b/maplibre/fonts/InterBlack/._56832-57087.pbf new file mode 100644 index 00000000..7fb56656 Binary files /dev/null and b/maplibre/fonts/InterBlack/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterBlack/._57088-57343.pbf b/maplibre/fonts/InterBlack/._57088-57343.pbf new file mode 100644 index 00000000..8ef3cb89 Binary files /dev/null and b/maplibre/fonts/InterBlack/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterBlack/._57344-57599.pbf b/maplibre/fonts/InterBlack/._57344-57599.pbf new file mode 100644 index 00000000..33529c16 Binary files /dev/null and b/maplibre/fonts/InterBlack/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterBlack/._57600-57855.pbf b/maplibre/fonts/InterBlack/._57600-57855.pbf new file mode 100644 index 00000000..ab3de8bf Binary files /dev/null and b/maplibre/fonts/InterBlack/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterBlack/._57856-58111.pbf b/maplibre/fonts/InterBlack/._57856-58111.pbf new file mode 100644 index 00000000..93a1ecea Binary files /dev/null and b/maplibre/fonts/InterBlack/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterBlack/._58112-58367.pbf b/maplibre/fonts/InterBlack/._58112-58367.pbf new file mode 100644 index 00000000..5cbc3b8f Binary files /dev/null and b/maplibre/fonts/InterBlack/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterBlack/._58368-58623.pbf b/maplibre/fonts/InterBlack/._58368-58623.pbf new file mode 100644 index 00000000..9cb0dc73 Binary files /dev/null and b/maplibre/fonts/InterBlack/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterBlack/._58624-58879.pbf b/maplibre/fonts/InterBlack/._58624-58879.pbf new file mode 100644 index 00000000..99c3e908 Binary files /dev/null and b/maplibre/fonts/InterBlack/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterBlack/._5888-6143.pbf b/maplibre/fonts/InterBlack/._5888-6143.pbf new file mode 100644 index 00000000..174f68ad Binary files /dev/null and b/maplibre/fonts/InterBlack/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterBlack/._58880-59135.pbf b/maplibre/fonts/InterBlack/._58880-59135.pbf new file mode 100644 index 00000000..58be938f Binary files /dev/null and b/maplibre/fonts/InterBlack/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterBlack/._59136-59391.pbf b/maplibre/fonts/InterBlack/._59136-59391.pbf new file mode 100644 index 00000000..cbbae9d5 Binary files /dev/null and b/maplibre/fonts/InterBlack/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterBlack/._59392-59647.pbf b/maplibre/fonts/InterBlack/._59392-59647.pbf new file mode 100644 index 00000000..553497b6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterBlack/._59648-59903.pbf b/maplibre/fonts/InterBlack/._59648-59903.pbf new file mode 100644 index 00000000..17b614d0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterBlack/._59904-60159.pbf b/maplibre/fonts/InterBlack/._59904-60159.pbf new file mode 100644 index 00000000..9d9feb70 Binary files /dev/null and b/maplibre/fonts/InterBlack/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterBlack/._60160-60415.pbf b/maplibre/fonts/InterBlack/._60160-60415.pbf new file mode 100644 index 00000000..c8ad1849 Binary files /dev/null and b/maplibre/fonts/InterBlack/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterBlack/._60416-60671.pbf b/maplibre/fonts/InterBlack/._60416-60671.pbf new file mode 100644 index 00000000..359158f4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterBlack/._60672-60927.pbf b/maplibre/fonts/InterBlack/._60672-60927.pbf new file mode 100644 index 00000000..ff37eae1 Binary files /dev/null and b/maplibre/fonts/InterBlack/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterBlack/._60928-61183.pbf b/maplibre/fonts/InterBlack/._60928-61183.pbf new file mode 100644 index 00000000..208c18fc Binary files /dev/null and b/maplibre/fonts/InterBlack/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterBlack/._61184-61439.pbf b/maplibre/fonts/InterBlack/._61184-61439.pbf new file mode 100644 index 00000000..0744eef4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterBlack/._6144-6399.pbf b/maplibre/fonts/InterBlack/._6144-6399.pbf new file mode 100644 index 00000000..f8cd060e Binary files /dev/null and b/maplibre/fonts/InterBlack/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterBlack/._61440-61695.pbf b/maplibre/fonts/InterBlack/._61440-61695.pbf new file mode 100644 index 00000000..b5ed3c54 Binary files /dev/null and b/maplibre/fonts/InterBlack/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterBlack/._61696-61951.pbf b/maplibre/fonts/InterBlack/._61696-61951.pbf new file mode 100644 index 00000000..65cef4c4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterBlack/._61952-62207.pbf b/maplibre/fonts/InterBlack/._61952-62207.pbf new file mode 100644 index 00000000..04fbee5d Binary files /dev/null and b/maplibre/fonts/InterBlack/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterBlack/._62208-62463.pbf b/maplibre/fonts/InterBlack/._62208-62463.pbf new file mode 100644 index 00000000..a70ab4ee Binary files /dev/null and b/maplibre/fonts/InterBlack/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterBlack/._62464-62719.pbf b/maplibre/fonts/InterBlack/._62464-62719.pbf new file mode 100644 index 00000000..669e4467 Binary files /dev/null and b/maplibre/fonts/InterBlack/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterBlack/._62720-62975.pbf b/maplibre/fonts/InterBlack/._62720-62975.pbf new file mode 100644 index 00000000..63bfe3f2 Binary files /dev/null and b/maplibre/fonts/InterBlack/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterBlack/._62976-63231.pbf b/maplibre/fonts/InterBlack/._62976-63231.pbf new file mode 100644 index 00000000..bc8991cf Binary files /dev/null and b/maplibre/fonts/InterBlack/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterBlack/._63232-63487.pbf b/maplibre/fonts/InterBlack/._63232-63487.pbf new file mode 100644 index 00000000..781e57e0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterBlack/._63488-63743.pbf b/maplibre/fonts/InterBlack/._63488-63743.pbf new file mode 100644 index 00000000..caba8c05 Binary files /dev/null and b/maplibre/fonts/InterBlack/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterBlack/._63744-63999.pbf b/maplibre/fonts/InterBlack/._63744-63999.pbf new file mode 100644 index 00000000..925a1e9b Binary files /dev/null and b/maplibre/fonts/InterBlack/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterBlack/._6400-6655.pbf b/maplibre/fonts/InterBlack/._6400-6655.pbf new file mode 100644 index 00000000..11d8f800 Binary files /dev/null and b/maplibre/fonts/InterBlack/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterBlack/._64000-64255.pbf b/maplibre/fonts/InterBlack/._64000-64255.pbf new file mode 100644 index 00000000..4fb37ed6 Binary files /dev/null and b/maplibre/fonts/InterBlack/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterBlack/._64256-64511.pbf b/maplibre/fonts/InterBlack/._64256-64511.pbf new file mode 100644 index 00000000..c56d74bc Binary files /dev/null and b/maplibre/fonts/InterBlack/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterBlack/._64512-64767.pbf b/maplibre/fonts/InterBlack/._64512-64767.pbf new file mode 100644 index 00000000..758d8cbf Binary files /dev/null and b/maplibre/fonts/InterBlack/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterBlack/._64768-65023.pbf b/maplibre/fonts/InterBlack/._64768-65023.pbf new file mode 100644 index 00000000..21a930d3 Binary files /dev/null and b/maplibre/fonts/InterBlack/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterBlack/._65024-65279.pbf b/maplibre/fonts/InterBlack/._65024-65279.pbf new file mode 100644 index 00000000..54411664 Binary files /dev/null and b/maplibre/fonts/InterBlack/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterBlack/._65280-65535.pbf b/maplibre/fonts/InterBlack/._65280-65535.pbf new file mode 100644 index 00000000..1726cacd Binary files /dev/null and b/maplibre/fonts/InterBlack/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterBlack/._6656-6911.pbf b/maplibre/fonts/InterBlack/._6656-6911.pbf new file mode 100644 index 00000000..5bc75c40 Binary files /dev/null and b/maplibre/fonts/InterBlack/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterBlack/._6912-7167.pbf b/maplibre/fonts/InterBlack/._6912-7167.pbf new file mode 100644 index 00000000..3f489f4a Binary files /dev/null and b/maplibre/fonts/InterBlack/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterBlack/._7168-7423.pbf b/maplibre/fonts/InterBlack/._7168-7423.pbf new file mode 100644 index 00000000..46c4bef4 Binary files /dev/null and b/maplibre/fonts/InterBlack/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterBlack/._7424-7679.pbf b/maplibre/fonts/InterBlack/._7424-7679.pbf new file mode 100644 index 00000000..8058a798 Binary files /dev/null and b/maplibre/fonts/InterBlack/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterBlack/._768-1023.pbf b/maplibre/fonts/InterBlack/._768-1023.pbf new file mode 100644 index 00000000..1285bf8a Binary files /dev/null and b/maplibre/fonts/InterBlack/._768-1023.pbf differ diff --git a/maplibre/fonts/InterBlack/._7680-7935.pbf b/maplibre/fonts/InterBlack/._7680-7935.pbf new file mode 100644 index 00000000..ae5f5092 Binary files /dev/null and b/maplibre/fonts/InterBlack/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterBlack/._7936-8191.pbf b/maplibre/fonts/InterBlack/._7936-8191.pbf new file mode 100644 index 00000000..da2300d3 Binary files /dev/null and b/maplibre/fonts/InterBlack/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterBlack/._8192-8447.pbf b/maplibre/fonts/InterBlack/._8192-8447.pbf new file mode 100644 index 00000000..e3a3a944 Binary files /dev/null and b/maplibre/fonts/InterBlack/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterBlack/._8448-8703.pbf b/maplibre/fonts/InterBlack/._8448-8703.pbf new file mode 100644 index 00000000..483300a0 Binary files /dev/null and b/maplibre/fonts/InterBlack/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterBlack/._8704-8959.pbf b/maplibre/fonts/InterBlack/._8704-8959.pbf new file mode 100644 index 00000000..3f4d1399 Binary files /dev/null and b/maplibre/fonts/InterBlack/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterBlack/._8960-9215.pbf b/maplibre/fonts/InterBlack/._8960-9215.pbf new file mode 100644 index 00000000..b6bc9b8a Binary files /dev/null and b/maplibre/fonts/InterBlack/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterBlack/._9216-9471.pbf b/maplibre/fonts/InterBlack/._9216-9471.pbf new file mode 100644 index 00000000..75cc7e22 Binary files /dev/null and b/maplibre/fonts/InterBlack/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterBlack/._9472-9727.pbf b/maplibre/fonts/InterBlack/._9472-9727.pbf new file mode 100644 index 00000000..adf834bd Binary files /dev/null and b/maplibre/fonts/InterBlack/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterBlack/._9728-9983.pbf b/maplibre/fonts/InterBlack/._9728-9983.pbf new file mode 100644 index 00000000..620bb5c9 Binary files /dev/null and b/maplibre/fonts/InterBlack/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterBlack/._9984-10239.pbf b/maplibre/fonts/InterBlack/._9984-10239.pbf new file mode 100644 index 00000000..8f8b4a30 Binary files /dev/null and b/maplibre/fonts/InterBlack/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._0-255.pbf b/maplibre/fonts/InterBlackItalic/._0-255.pbf new file mode 100644 index 00000000..a76ee203 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._1024-1279.pbf b/maplibre/fonts/InterBlackItalic/._1024-1279.pbf new file mode 100644 index 00000000..2e59d80d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._10240-10495.pbf b/maplibre/fonts/InterBlackItalic/._10240-10495.pbf new file mode 100644 index 00000000..c9151cdc Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._10496-10751.pbf b/maplibre/fonts/InterBlackItalic/._10496-10751.pbf new file mode 100644 index 00000000..c91166dd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._10752-11007.pbf b/maplibre/fonts/InterBlackItalic/._10752-11007.pbf new file mode 100644 index 00000000..d5b568df Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._11008-11263.pbf b/maplibre/fonts/InterBlackItalic/._11008-11263.pbf new file mode 100644 index 00000000..aaec0589 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._11264-11519.pbf b/maplibre/fonts/InterBlackItalic/._11264-11519.pbf new file mode 100644 index 00000000..64a86101 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._11520-11775.pbf b/maplibre/fonts/InterBlackItalic/._11520-11775.pbf new file mode 100644 index 00000000..05109f05 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._11776-12031.pbf b/maplibre/fonts/InterBlackItalic/._11776-12031.pbf new file mode 100644 index 00000000..aac5d336 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._12032-12287.pbf b/maplibre/fonts/InterBlackItalic/._12032-12287.pbf new file mode 100644 index 00000000..d63324ab Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._12288-12543.pbf b/maplibre/fonts/InterBlackItalic/._12288-12543.pbf new file mode 100644 index 00000000..a1116791 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._12544-12799.pbf b/maplibre/fonts/InterBlackItalic/._12544-12799.pbf new file mode 100644 index 00000000..2b770268 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._1280-1535.pbf b/maplibre/fonts/InterBlackItalic/._1280-1535.pbf new file mode 100644 index 00000000..4ca15606 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._12800-13055.pbf b/maplibre/fonts/InterBlackItalic/._12800-13055.pbf new file mode 100644 index 00000000..daeb36a6 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._13056-13311.pbf b/maplibre/fonts/InterBlackItalic/._13056-13311.pbf new file mode 100644 index 00000000..785de7b7 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._13312-13567.pbf b/maplibre/fonts/InterBlackItalic/._13312-13567.pbf new file mode 100644 index 00000000..cc45a5fb Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._13568-13823.pbf b/maplibre/fonts/InterBlackItalic/._13568-13823.pbf new file mode 100644 index 00000000..6875817d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._13824-14079.pbf b/maplibre/fonts/InterBlackItalic/._13824-14079.pbf new file mode 100644 index 00000000..34c5041f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._14080-14335.pbf b/maplibre/fonts/InterBlackItalic/._14080-14335.pbf new file mode 100644 index 00000000..5aa65718 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._14336-14591.pbf b/maplibre/fonts/InterBlackItalic/._14336-14591.pbf new file mode 100644 index 00000000..cb15ea71 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._14592-14847.pbf b/maplibre/fonts/InterBlackItalic/._14592-14847.pbf new file mode 100644 index 00000000..bef4d1b8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._14848-15103.pbf b/maplibre/fonts/InterBlackItalic/._14848-15103.pbf new file mode 100644 index 00000000..b76deb90 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._15104-15359.pbf b/maplibre/fonts/InterBlackItalic/._15104-15359.pbf new file mode 100644 index 00000000..0ac202d4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._1536-1791.pbf b/maplibre/fonts/InterBlackItalic/._1536-1791.pbf new file mode 100644 index 00000000..eae980fc Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._15360-15615.pbf b/maplibre/fonts/InterBlackItalic/._15360-15615.pbf new file mode 100644 index 00000000..4e113b45 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._15616-15871.pbf b/maplibre/fonts/InterBlackItalic/._15616-15871.pbf new file mode 100644 index 00000000..12abfcc4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._15872-16127.pbf b/maplibre/fonts/InterBlackItalic/._15872-16127.pbf new file mode 100644 index 00000000..7cbcce00 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._16128-16383.pbf b/maplibre/fonts/InterBlackItalic/._16128-16383.pbf new file mode 100644 index 00000000..6b5d84c5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._16384-16639.pbf b/maplibre/fonts/InterBlackItalic/._16384-16639.pbf new file mode 100644 index 00000000..9a3141cf Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._16640-16895.pbf b/maplibre/fonts/InterBlackItalic/._16640-16895.pbf new file mode 100644 index 00000000..7063860c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._16896-17151.pbf b/maplibre/fonts/InterBlackItalic/._16896-17151.pbf new file mode 100644 index 00000000..8549451c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._17152-17407.pbf b/maplibre/fonts/InterBlackItalic/._17152-17407.pbf new file mode 100644 index 00000000..24895253 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._17408-17663.pbf b/maplibre/fonts/InterBlackItalic/._17408-17663.pbf new file mode 100644 index 00000000..54f8c435 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._17664-17919.pbf b/maplibre/fonts/InterBlackItalic/._17664-17919.pbf new file mode 100644 index 00000000..21879a97 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._1792-2047.pbf b/maplibre/fonts/InterBlackItalic/._1792-2047.pbf new file mode 100644 index 00000000..ea2d434f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._17920-18175.pbf b/maplibre/fonts/InterBlackItalic/._17920-18175.pbf new file mode 100644 index 00000000..635fe6c1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._18176-18431.pbf b/maplibre/fonts/InterBlackItalic/._18176-18431.pbf new file mode 100644 index 00000000..8e5b42c8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._18432-18687.pbf b/maplibre/fonts/InterBlackItalic/._18432-18687.pbf new file mode 100644 index 00000000..816aa58a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._18688-18943.pbf b/maplibre/fonts/InterBlackItalic/._18688-18943.pbf new file mode 100644 index 00000000..e48ec8c6 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._18944-19199.pbf b/maplibre/fonts/InterBlackItalic/._18944-19199.pbf new file mode 100644 index 00000000..c9e217d8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._19200-19455.pbf b/maplibre/fonts/InterBlackItalic/._19200-19455.pbf new file mode 100644 index 00000000..f75bafd7 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._19456-19711.pbf b/maplibre/fonts/InterBlackItalic/._19456-19711.pbf new file mode 100644 index 00000000..26c6fc64 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._19712-19967.pbf b/maplibre/fonts/InterBlackItalic/._19712-19967.pbf new file mode 100644 index 00000000..545ff8cd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._19968-20223.pbf b/maplibre/fonts/InterBlackItalic/._19968-20223.pbf new file mode 100644 index 00000000..4fbad3fe Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._20224-20479.pbf b/maplibre/fonts/InterBlackItalic/._20224-20479.pbf new file mode 100644 index 00000000..7bb750e6 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._2048-2303.pbf b/maplibre/fonts/InterBlackItalic/._2048-2303.pbf new file mode 100644 index 00000000..6c5ed6a3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._20480-20735.pbf b/maplibre/fonts/InterBlackItalic/._20480-20735.pbf new file mode 100644 index 00000000..be05c6d4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._20736-20991.pbf b/maplibre/fonts/InterBlackItalic/._20736-20991.pbf new file mode 100644 index 00000000..674fb278 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._20992-21247.pbf b/maplibre/fonts/InterBlackItalic/._20992-21247.pbf new file mode 100644 index 00000000..a0f954a1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._21248-21503.pbf b/maplibre/fonts/InterBlackItalic/._21248-21503.pbf new file mode 100644 index 00000000..646e3025 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._21504-21759.pbf b/maplibre/fonts/InterBlackItalic/._21504-21759.pbf new file mode 100644 index 00000000..18da0b96 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._21760-22015.pbf b/maplibre/fonts/InterBlackItalic/._21760-22015.pbf new file mode 100644 index 00000000..12d59523 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._22016-22271.pbf b/maplibre/fonts/InterBlackItalic/._22016-22271.pbf new file mode 100644 index 00000000..5a60411b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._22272-22527.pbf b/maplibre/fonts/InterBlackItalic/._22272-22527.pbf new file mode 100644 index 00000000..a515c7bc Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._22528-22783.pbf b/maplibre/fonts/InterBlackItalic/._22528-22783.pbf new file mode 100644 index 00000000..b34d5982 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._22784-23039.pbf b/maplibre/fonts/InterBlackItalic/._22784-23039.pbf new file mode 100644 index 00000000..a0bbbdc8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._2304-2559.pbf b/maplibre/fonts/InterBlackItalic/._2304-2559.pbf new file mode 100644 index 00000000..514fa228 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._23040-23295.pbf b/maplibre/fonts/InterBlackItalic/._23040-23295.pbf new file mode 100644 index 00000000..7d343455 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._23296-23551.pbf b/maplibre/fonts/InterBlackItalic/._23296-23551.pbf new file mode 100644 index 00000000..e7200cbd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._23552-23807.pbf b/maplibre/fonts/InterBlackItalic/._23552-23807.pbf new file mode 100644 index 00000000..51d47ce4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._23808-24063.pbf b/maplibre/fonts/InterBlackItalic/._23808-24063.pbf new file mode 100644 index 00000000..e054baca Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._24064-24319.pbf b/maplibre/fonts/InterBlackItalic/._24064-24319.pbf new file mode 100644 index 00000000..873fc5fd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._24320-24575.pbf b/maplibre/fonts/InterBlackItalic/._24320-24575.pbf new file mode 100644 index 00000000..e0324ef2 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._24576-24831.pbf b/maplibre/fonts/InterBlackItalic/._24576-24831.pbf new file mode 100644 index 00000000..f4da6c29 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._24832-25087.pbf b/maplibre/fonts/InterBlackItalic/._24832-25087.pbf new file mode 100644 index 00000000..9418f00b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._25088-25343.pbf b/maplibre/fonts/InterBlackItalic/._25088-25343.pbf new file mode 100644 index 00000000..0e744420 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._25344-25599.pbf b/maplibre/fonts/InterBlackItalic/._25344-25599.pbf new file mode 100644 index 00000000..2daa6d7a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._256-511.pbf b/maplibre/fonts/InterBlackItalic/._256-511.pbf new file mode 100644 index 00000000..139204f1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._2560-2815.pbf b/maplibre/fonts/InterBlackItalic/._2560-2815.pbf new file mode 100644 index 00000000..88a943ea Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._25600-25855.pbf b/maplibre/fonts/InterBlackItalic/._25600-25855.pbf new file mode 100644 index 00000000..86467489 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._25856-26111.pbf b/maplibre/fonts/InterBlackItalic/._25856-26111.pbf new file mode 100644 index 00000000..739add0d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._26112-26367.pbf b/maplibre/fonts/InterBlackItalic/._26112-26367.pbf new file mode 100644 index 00000000..956e5665 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._26368-26623.pbf b/maplibre/fonts/InterBlackItalic/._26368-26623.pbf new file mode 100644 index 00000000..79e10079 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._26624-26879.pbf b/maplibre/fonts/InterBlackItalic/._26624-26879.pbf new file mode 100644 index 00000000..6d40041d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._26880-27135.pbf b/maplibre/fonts/InterBlackItalic/._26880-27135.pbf new file mode 100644 index 00000000..d50821e5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._27136-27391.pbf b/maplibre/fonts/InterBlackItalic/._27136-27391.pbf new file mode 100644 index 00000000..3eaed42a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._27392-27647.pbf b/maplibre/fonts/InterBlackItalic/._27392-27647.pbf new file mode 100644 index 00000000..a8245554 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._27648-27903.pbf b/maplibre/fonts/InterBlackItalic/._27648-27903.pbf new file mode 100644 index 00000000..52d55293 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._27904-28159.pbf b/maplibre/fonts/InterBlackItalic/._27904-28159.pbf new file mode 100644 index 00000000..87154117 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._2816-3071.pbf b/maplibre/fonts/InterBlackItalic/._2816-3071.pbf new file mode 100644 index 00000000..fbdbc815 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._28160-28415.pbf b/maplibre/fonts/InterBlackItalic/._28160-28415.pbf new file mode 100644 index 00000000..7d84fa2c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._28416-28671.pbf b/maplibre/fonts/InterBlackItalic/._28416-28671.pbf new file mode 100644 index 00000000..bfce6bbd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._28672-28927.pbf b/maplibre/fonts/InterBlackItalic/._28672-28927.pbf new file mode 100644 index 00000000..069c28c9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._28928-29183.pbf b/maplibre/fonts/InterBlackItalic/._28928-29183.pbf new file mode 100644 index 00000000..c19479e5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._29184-29439.pbf b/maplibre/fonts/InterBlackItalic/._29184-29439.pbf new file mode 100644 index 00000000..0fc7cf07 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._29440-29695.pbf b/maplibre/fonts/InterBlackItalic/._29440-29695.pbf new file mode 100644 index 00000000..5b3f8b24 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._29696-29951.pbf b/maplibre/fonts/InterBlackItalic/._29696-29951.pbf new file mode 100644 index 00000000..3135069a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._29952-30207.pbf b/maplibre/fonts/InterBlackItalic/._29952-30207.pbf new file mode 100644 index 00000000..2bb3419f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._30208-30463.pbf b/maplibre/fonts/InterBlackItalic/._30208-30463.pbf new file mode 100644 index 00000000..929ce1b8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._30464-30719.pbf b/maplibre/fonts/InterBlackItalic/._30464-30719.pbf new file mode 100644 index 00000000..091c5cc9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._3072-3327.pbf b/maplibre/fonts/InterBlackItalic/._3072-3327.pbf new file mode 100644 index 00000000..75fa4b15 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._30720-30975.pbf b/maplibre/fonts/InterBlackItalic/._30720-30975.pbf new file mode 100644 index 00000000..0ea53235 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._30976-31231.pbf b/maplibre/fonts/InterBlackItalic/._30976-31231.pbf new file mode 100644 index 00000000..6a1b7a12 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._31232-31487.pbf b/maplibre/fonts/InterBlackItalic/._31232-31487.pbf new file mode 100644 index 00000000..397ffdc2 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._31488-31743.pbf b/maplibre/fonts/InterBlackItalic/._31488-31743.pbf new file mode 100644 index 00000000..b6053049 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._31744-31999.pbf b/maplibre/fonts/InterBlackItalic/._31744-31999.pbf new file mode 100644 index 00000000..9f3eb399 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._32000-32255.pbf b/maplibre/fonts/InterBlackItalic/._32000-32255.pbf new file mode 100644 index 00000000..8806edaa Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._32256-32511.pbf b/maplibre/fonts/InterBlackItalic/._32256-32511.pbf new file mode 100644 index 00000000..28578227 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._32512-32767.pbf b/maplibre/fonts/InterBlackItalic/._32512-32767.pbf new file mode 100644 index 00000000..3454fa63 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._32768-33023.pbf b/maplibre/fonts/InterBlackItalic/._32768-33023.pbf new file mode 100644 index 00000000..40ddd333 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._33024-33279.pbf b/maplibre/fonts/InterBlackItalic/._33024-33279.pbf new file mode 100644 index 00000000..f52d702e Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._3328-3583.pbf b/maplibre/fonts/InterBlackItalic/._3328-3583.pbf new file mode 100644 index 00000000..a2869171 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._33280-33535.pbf b/maplibre/fonts/InterBlackItalic/._33280-33535.pbf new file mode 100644 index 00000000..41713a4c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._33536-33791.pbf b/maplibre/fonts/InterBlackItalic/._33536-33791.pbf new file mode 100644 index 00000000..4520b1ba Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._33792-34047.pbf b/maplibre/fonts/InterBlackItalic/._33792-34047.pbf new file mode 100644 index 00000000..a98a2686 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._34048-34303.pbf b/maplibre/fonts/InterBlackItalic/._34048-34303.pbf new file mode 100644 index 00000000..05bdfbe1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._34304-34559.pbf b/maplibre/fonts/InterBlackItalic/._34304-34559.pbf new file mode 100644 index 00000000..d8c8362e Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._34560-34815.pbf b/maplibre/fonts/InterBlackItalic/._34560-34815.pbf new file mode 100644 index 00000000..cd7a70be Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._34816-35071.pbf b/maplibre/fonts/InterBlackItalic/._34816-35071.pbf new file mode 100644 index 00000000..3a141c77 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._35072-35327.pbf b/maplibre/fonts/InterBlackItalic/._35072-35327.pbf new file mode 100644 index 00000000..ea4e0951 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._35328-35583.pbf b/maplibre/fonts/InterBlackItalic/._35328-35583.pbf new file mode 100644 index 00000000..22b5f414 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._35584-35839.pbf b/maplibre/fonts/InterBlackItalic/._35584-35839.pbf new file mode 100644 index 00000000..4a3ac4a5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._3584-3839.pbf b/maplibre/fonts/InterBlackItalic/._3584-3839.pbf new file mode 100644 index 00000000..79e4447a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._35840-36095.pbf b/maplibre/fonts/InterBlackItalic/._35840-36095.pbf new file mode 100644 index 00000000..5645cf08 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._36096-36351.pbf b/maplibre/fonts/InterBlackItalic/._36096-36351.pbf new file mode 100644 index 00000000..1b95a3be Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._36352-36607.pbf b/maplibre/fonts/InterBlackItalic/._36352-36607.pbf new file mode 100644 index 00000000..ca01464c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._36608-36863.pbf b/maplibre/fonts/InterBlackItalic/._36608-36863.pbf new file mode 100644 index 00000000..64b7b1e1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._36864-37119.pbf b/maplibre/fonts/InterBlackItalic/._36864-37119.pbf new file mode 100644 index 00000000..53fed2f3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._37120-37375.pbf b/maplibre/fonts/InterBlackItalic/._37120-37375.pbf new file mode 100644 index 00000000..2a04b078 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._37376-37631.pbf b/maplibre/fonts/InterBlackItalic/._37376-37631.pbf new file mode 100644 index 00000000..7041135e Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._37632-37887.pbf b/maplibre/fonts/InterBlackItalic/._37632-37887.pbf new file mode 100644 index 00000000..31d8df19 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._37888-38143.pbf b/maplibre/fonts/InterBlackItalic/._37888-38143.pbf new file mode 100644 index 00000000..5564df43 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._38144-38399.pbf b/maplibre/fonts/InterBlackItalic/._38144-38399.pbf new file mode 100644 index 00000000..510fea65 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._3840-4095.pbf b/maplibre/fonts/InterBlackItalic/._3840-4095.pbf new file mode 100644 index 00000000..1e665e2b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._38400-38655.pbf b/maplibre/fonts/InterBlackItalic/._38400-38655.pbf new file mode 100644 index 00000000..20afebfc Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._38656-38911.pbf b/maplibre/fonts/InterBlackItalic/._38656-38911.pbf new file mode 100644 index 00000000..1c7d6827 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._38912-39167.pbf b/maplibre/fonts/InterBlackItalic/._38912-39167.pbf new file mode 100644 index 00000000..bd13cea1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._39168-39423.pbf b/maplibre/fonts/InterBlackItalic/._39168-39423.pbf new file mode 100644 index 00000000..5fdcbbec Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._39424-39679.pbf b/maplibre/fonts/InterBlackItalic/._39424-39679.pbf new file mode 100644 index 00000000..dde1f875 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._39680-39935.pbf b/maplibre/fonts/InterBlackItalic/._39680-39935.pbf new file mode 100644 index 00000000..aa6a4836 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._39936-40191.pbf b/maplibre/fonts/InterBlackItalic/._39936-40191.pbf new file mode 100644 index 00000000..f3436955 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._40192-40447.pbf b/maplibre/fonts/InterBlackItalic/._40192-40447.pbf new file mode 100644 index 00000000..56f6e458 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._40448-40703.pbf b/maplibre/fonts/InterBlackItalic/._40448-40703.pbf new file mode 100644 index 00000000..5385a7f9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._40704-40959.pbf b/maplibre/fonts/InterBlackItalic/._40704-40959.pbf new file mode 100644 index 00000000..c46ed1dc Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._4096-4351.pbf b/maplibre/fonts/InterBlackItalic/._4096-4351.pbf new file mode 100644 index 00000000..e13a6806 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._40960-41215.pbf b/maplibre/fonts/InterBlackItalic/._40960-41215.pbf new file mode 100644 index 00000000..c3a8b109 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._41216-41471.pbf b/maplibre/fonts/InterBlackItalic/._41216-41471.pbf new file mode 100644 index 00000000..e0e77b1a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._41472-41727.pbf b/maplibre/fonts/InterBlackItalic/._41472-41727.pbf new file mode 100644 index 00000000..a0bb3672 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._41728-41983.pbf b/maplibre/fonts/InterBlackItalic/._41728-41983.pbf new file mode 100644 index 00000000..db150a80 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._41984-42239.pbf b/maplibre/fonts/InterBlackItalic/._41984-42239.pbf new file mode 100644 index 00000000..cfe10fb6 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._42240-42495.pbf b/maplibre/fonts/InterBlackItalic/._42240-42495.pbf new file mode 100644 index 00000000..1942beed Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._42496-42751.pbf b/maplibre/fonts/InterBlackItalic/._42496-42751.pbf new file mode 100644 index 00000000..8b838565 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._42752-43007.pbf b/maplibre/fonts/InterBlackItalic/._42752-43007.pbf new file mode 100644 index 00000000..4443484d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._43008-43263.pbf b/maplibre/fonts/InterBlackItalic/._43008-43263.pbf new file mode 100644 index 00000000..12ad5666 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._43264-43519.pbf b/maplibre/fonts/InterBlackItalic/._43264-43519.pbf new file mode 100644 index 00000000..9147acc2 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._4352-4607.pbf b/maplibre/fonts/InterBlackItalic/._4352-4607.pbf new file mode 100644 index 00000000..161d4f7f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._43520-43775.pbf b/maplibre/fonts/InterBlackItalic/._43520-43775.pbf new file mode 100644 index 00000000..b10f21ac Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._43776-44031.pbf b/maplibre/fonts/InterBlackItalic/._43776-44031.pbf new file mode 100644 index 00000000..275b72c9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._44032-44287.pbf b/maplibre/fonts/InterBlackItalic/._44032-44287.pbf new file mode 100644 index 00000000..e46bb253 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._44288-44543.pbf b/maplibre/fonts/InterBlackItalic/._44288-44543.pbf new file mode 100644 index 00000000..3f33ed9c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._44544-44799.pbf b/maplibre/fonts/InterBlackItalic/._44544-44799.pbf new file mode 100644 index 00000000..eacd7681 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._44800-45055.pbf b/maplibre/fonts/InterBlackItalic/._44800-45055.pbf new file mode 100644 index 00000000..c28704da Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._45056-45311.pbf b/maplibre/fonts/InterBlackItalic/._45056-45311.pbf new file mode 100644 index 00000000..6c7b29ae Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._45312-45567.pbf b/maplibre/fonts/InterBlackItalic/._45312-45567.pbf new file mode 100644 index 00000000..59b93155 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._45568-45823.pbf b/maplibre/fonts/InterBlackItalic/._45568-45823.pbf new file mode 100644 index 00000000..635ecad1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._45824-46079.pbf b/maplibre/fonts/InterBlackItalic/._45824-46079.pbf new file mode 100644 index 00000000..9a83d21b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._4608-4863.pbf b/maplibre/fonts/InterBlackItalic/._4608-4863.pbf new file mode 100644 index 00000000..7b013c2d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._46080-46335.pbf b/maplibre/fonts/InterBlackItalic/._46080-46335.pbf new file mode 100644 index 00000000..30525d73 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._46336-46591.pbf b/maplibre/fonts/InterBlackItalic/._46336-46591.pbf new file mode 100644 index 00000000..6449e5ea Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._46592-46847.pbf b/maplibre/fonts/InterBlackItalic/._46592-46847.pbf new file mode 100644 index 00000000..5ac61720 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._46848-47103.pbf b/maplibre/fonts/InterBlackItalic/._46848-47103.pbf new file mode 100644 index 00000000..ed25f7c1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._47104-47359.pbf b/maplibre/fonts/InterBlackItalic/._47104-47359.pbf new file mode 100644 index 00000000..a1466d19 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._47360-47615.pbf b/maplibre/fonts/InterBlackItalic/._47360-47615.pbf new file mode 100644 index 00000000..65610304 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._47616-47871.pbf b/maplibre/fonts/InterBlackItalic/._47616-47871.pbf new file mode 100644 index 00000000..309887c9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._47872-48127.pbf b/maplibre/fonts/InterBlackItalic/._47872-48127.pbf new file mode 100644 index 00000000..53b653e4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._48128-48383.pbf b/maplibre/fonts/InterBlackItalic/._48128-48383.pbf new file mode 100644 index 00000000..f41b1c44 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._48384-48639.pbf b/maplibre/fonts/InterBlackItalic/._48384-48639.pbf new file mode 100644 index 00000000..d8280716 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._4864-5119.pbf b/maplibre/fonts/InterBlackItalic/._4864-5119.pbf new file mode 100644 index 00000000..d339bc70 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._48640-48895.pbf b/maplibre/fonts/InterBlackItalic/._48640-48895.pbf new file mode 100644 index 00000000..deb3dcc5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._48896-49151.pbf b/maplibre/fonts/InterBlackItalic/._48896-49151.pbf new file mode 100644 index 00000000..ba2d10d3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._49152-49407.pbf b/maplibre/fonts/InterBlackItalic/._49152-49407.pbf new file mode 100644 index 00000000..d7bd9ebd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._49408-49663.pbf b/maplibre/fonts/InterBlackItalic/._49408-49663.pbf new file mode 100644 index 00000000..f2a219af Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._49664-49919.pbf b/maplibre/fonts/InterBlackItalic/._49664-49919.pbf new file mode 100644 index 00000000..0e6bfbf3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._49920-50175.pbf b/maplibre/fonts/InterBlackItalic/._49920-50175.pbf new file mode 100644 index 00000000..5dce309c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._50176-50431.pbf b/maplibre/fonts/InterBlackItalic/._50176-50431.pbf new file mode 100644 index 00000000..b39da6d4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._50432-50687.pbf b/maplibre/fonts/InterBlackItalic/._50432-50687.pbf new file mode 100644 index 00000000..f3993460 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._50688-50943.pbf b/maplibre/fonts/InterBlackItalic/._50688-50943.pbf new file mode 100644 index 00000000..cf40d014 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._50944-51199.pbf b/maplibre/fonts/InterBlackItalic/._50944-51199.pbf new file mode 100644 index 00000000..6a9ed713 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._512-767.pbf b/maplibre/fonts/InterBlackItalic/._512-767.pbf new file mode 100644 index 00000000..523ce6ce Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._5120-5375.pbf b/maplibre/fonts/InterBlackItalic/._5120-5375.pbf new file mode 100644 index 00000000..4d7ebc1d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._51200-51455.pbf b/maplibre/fonts/InterBlackItalic/._51200-51455.pbf new file mode 100644 index 00000000..655e8318 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._51456-51711.pbf b/maplibre/fonts/InterBlackItalic/._51456-51711.pbf new file mode 100644 index 00000000..beca614a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._51712-51967.pbf b/maplibre/fonts/InterBlackItalic/._51712-51967.pbf new file mode 100644 index 00000000..e58f8937 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._51968-52223.pbf b/maplibre/fonts/InterBlackItalic/._51968-52223.pbf new file mode 100644 index 00000000..ad8391aa Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._52224-52479.pbf b/maplibre/fonts/InterBlackItalic/._52224-52479.pbf new file mode 100644 index 00000000..320b5a15 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._52480-52735.pbf b/maplibre/fonts/InterBlackItalic/._52480-52735.pbf new file mode 100644 index 00000000..5e7c8732 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._52736-52991.pbf b/maplibre/fonts/InterBlackItalic/._52736-52991.pbf new file mode 100644 index 00000000..4328c4d0 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._52992-53247.pbf b/maplibre/fonts/InterBlackItalic/._52992-53247.pbf new file mode 100644 index 00000000..d4480315 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._53248-53503.pbf b/maplibre/fonts/InterBlackItalic/._53248-53503.pbf new file mode 100644 index 00000000..791b925f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._53504-53759.pbf b/maplibre/fonts/InterBlackItalic/._53504-53759.pbf new file mode 100644 index 00000000..9baf8f3b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._5376-5631.pbf b/maplibre/fonts/InterBlackItalic/._5376-5631.pbf new file mode 100644 index 00000000..e77dc02f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._53760-54015.pbf b/maplibre/fonts/InterBlackItalic/._53760-54015.pbf new file mode 100644 index 00000000..38a951c0 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._54016-54271.pbf b/maplibre/fonts/InterBlackItalic/._54016-54271.pbf new file mode 100644 index 00000000..a0ce65ba Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._54272-54527.pbf b/maplibre/fonts/InterBlackItalic/._54272-54527.pbf new file mode 100644 index 00000000..45a65fba Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._54528-54783.pbf b/maplibre/fonts/InterBlackItalic/._54528-54783.pbf new file mode 100644 index 00000000..54ea5b7c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._54784-55039.pbf b/maplibre/fonts/InterBlackItalic/._54784-55039.pbf new file mode 100644 index 00000000..0e77502e Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._55040-55295.pbf b/maplibre/fonts/InterBlackItalic/._55040-55295.pbf new file mode 100644 index 00000000..48526cfd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._55296-55551.pbf b/maplibre/fonts/InterBlackItalic/._55296-55551.pbf new file mode 100644 index 00000000..28c42048 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._55552-55807.pbf b/maplibre/fonts/InterBlackItalic/._55552-55807.pbf new file mode 100644 index 00000000..a9cf6262 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._55808-56063.pbf b/maplibre/fonts/InterBlackItalic/._55808-56063.pbf new file mode 100644 index 00000000..c5cf374c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._56064-56319.pbf b/maplibre/fonts/InterBlackItalic/._56064-56319.pbf new file mode 100644 index 00000000..e59f10b8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._5632-5887.pbf b/maplibre/fonts/InterBlackItalic/._5632-5887.pbf new file mode 100644 index 00000000..d0e5df6d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._56320-56575.pbf b/maplibre/fonts/InterBlackItalic/._56320-56575.pbf new file mode 100644 index 00000000..f4b21da9 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._56576-56831.pbf b/maplibre/fonts/InterBlackItalic/._56576-56831.pbf new file mode 100644 index 00000000..dd774270 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._56832-57087.pbf b/maplibre/fonts/InterBlackItalic/._56832-57087.pbf new file mode 100644 index 00000000..4e760d66 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._57088-57343.pbf b/maplibre/fonts/InterBlackItalic/._57088-57343.pbf new file mode 100644 index 00000000..51572f25 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._57344-57599.pbf b/maplibre/fonts/InterBlackItalic/._57344-57599.pbf new file mode 100644 index 00000000..ce1f5e69 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._57600-57855.pbf b/maplibre/fonts/InterBlackItalic/._57600-57855.pbf new file mode 100644 index 00000000..ccaa198a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._57856-58111.pbf b/maplibre/fonts/InterBlackItalic/._57856-58111.pbf new file mode 100644 index 00000000..f8f68521 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._58112-58367.pbf b/maplibre/fonts/InterBlackItalic/._58112-58367.pbf new file mode 100644 index 00000000..f93088d3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._58368-58623.pbf b/maplibre/fonts/InterBlackItalic/._58368-58623.pbf new file mode 100644 index 00000000..ff333960 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._58624-58879.pbf b/maplibre/fonts/InterBlackItalic/._58624-58879.pbf new file mode 100644 index 00000000..74a5fcf4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._5888-6143.pbf b/maplibre/fonts/InterBlackItalic/._5888-6143.pbf new file mode 100644 index 00000000..8b7107f0 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._58880-59135.pbf b/maplibre/fonts/InterBlackItalic/._58880-59135.pbf new file mode 100644 index 00000000..fdb9014b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._59136-59391.pbf b/maplibre/fonts/InterBlackItalic/._59136-59391.pbf new file mode 100644 index 00000000..46a2c59d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._59392-59647.pbf b/maplibre/fonts/InterBlackItalic/._59392-59647.pbf new file mode 100644 index 00000000..a5180c5c Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._59648-59903.pbf b/maplibre/fonts/InterBlackItalic/._59648-59903.pbf new file mode 100644 index 00000000..a650321a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._59904-60159.pbf b/maplibre/fonts/InterBlackItalic/._59904-60159.pbf new file mode 100644 index 00000000..3c350d8f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._60160-60415.pbf b/maplibre/fonts/InterBlackItalic/._60160-60415.pbf new file mode 100644 index 00000000..9ca0d30d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._60416-60671.pbf b/maplibre/fonts/InterBlackItalic/._60416-60671.pbf new file mode 100644 index 00000000..6762fee4 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._60672-60927.pbf b/maplibre/fonts/InterBlackItalic/._60672-60927.pbf new file mode 100644 index 00000000..c4583d9a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._60928-61183.pbf b/maplibre/fonts/InterBlackItalic/._60928-61183.pbf new file mode 100644 index 00000000..1f10cd4d Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._61184-61439.pbf b/maplibre/fonts/InterBlackItalic/._61184-61439.pbf new file mode 100644 index 00000000..801ed2e8 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._6144-6399.pbf b/maplibre/fonts/InterBlackItalic/._6144-6399.pbf new file mode 100644 index 00000000..6847a522 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._61440-61695.pbf b/maplibre/fonts/InterBlackItalic/._61440-61695.pbf new file mode 100644 index 00000000..c76a03a5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._61696-61951.pbf b/maplibre/fonts/InterBlackItalic/._61696-61951.pbf new file mode 100644 index 00000000..b4ae8224 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._61952-62207.pbf b/maplibre/fonts/InterBlackItalic/._61952-62207.pbf new file mode 100644 index 00000000..b4072f2a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._62208-62463.pbf b/maplibre/fonts/InterBlackItalic/._62208-62463.pbf new file mode 100644 index 00000000..e6637e91 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._62464-62719.pbf b/maplibre/fonts/InterBlackItalic/._62464-62719.pbf new file mode 100644 index 00000000..f179b0c3 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._62720-62975.pbf b/maplibre/fonts/InterBlackItalic/._62720-62975.pbf new file mode 100644 index 00000000..f58b43bf Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._62976-63231.pbf b/maplibre/fonts/InterBlackItalic/._62976-63231.pbf new file mode 100644 index 00000000..0c1fad9f Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._63232-63487.pbf b/maplibre/fonts/InterBlackItalic/._63232-63487.pbf new file mode 100644 index 00000000..fa0cb939 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._63488-63743.pbf b/maplibre/fonts/InterBlackItalic/._63488-63743.pbf new file mode 100644 index 00000000..6aeed840 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._63744-63999.pbf b/maplibre/fonts/InterBlackItalic/._63744-63999.pbf new file mode 100644 index 00000000..8418e125 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._6400-6655.pbf b/maplibre/fonts/InterBlackItalic/._6400-6655.pbf new file mode 100644 index 00000000..85141961 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._64000-64255.pbf b/maplibre/fonts/InterBlackItalic/._64000-64255.pbf new file mode 100644 index 00000000..f4a3ec25 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._64256-64511.pbf b/maplibre/fonts/InterBlackItalic/._64256-64511.pbf new file mode 100644 index 00000000..6fcdb62a Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._64512-64767.pbf b/maplibre/fonts/InterBlackItalic/._64512-64767.pbf new file mode 100644 index 00000000..299b87cb Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._64768-65023.pbf b/maplibre/fonts/InterBlackItalic/._64768-65023.pbf new file mode 100644 index 00000000..b9bcff17 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._65024-65279.pbf b/maplibre/fonts/InterBlackItalic/._65024-65279.pbf new file mode 100644 index 00000000..ff4d8f31 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._65280-65535.pbf b/maplibre/fonts/InterBlackItalic/._65280-65535.pbf new file mode 100644 index 00000000..cf35279b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._6656-6911.pbf b/maplibre/fonts/InterBlackItalic/._6656-6911.pbf new file mode 100644 index 00000000..9f518aa1 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._6912-7167.pbf b/maplibre/fonts/InterBlackItalic/._6912-7167.pbf new file mode 100644 index 00000000..ea150552 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._7168-7423.pbf b/maplibre/fonts/InterBlackItalic/._7168-7423.pbf new file mode 100644 index 00000000..abb26d47 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._7424-7679.pbf b/maplibre/fonts/InterBlackItalic/._7424-7679.pbf new file mode 100644 index 00000000..6cdfb603 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._768-1023.pbf b/maplibre/fonts/InterBlackItalic/._768-1023.pbf new file mode 100644 index 00000000..ba503ff7 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._7680-7935.pbf b/maplibre/fonts/InterBlackItalic/._7680-7935.pbf new file mode 100644 index 00000000..76e4e2cd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._7936-8191.pbf b/maplibre/fonts/InterBlackItalic/._7936-8191.pbf new file mode 100644 index 00000000..4a021945 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._8192-8447.pbf b/maplibre/fonts/InterBlackItalic/._8192-8447.pbf new file mode 100644 index 00000000..dc50e66b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._8448-8703.pbf b/maplibre/fonts/InterBlackItalic/._8448-8703.pbf new file mode 100644 index 00000000..888ca564 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._8704-8959.pbf b/maplibre/fonts/InterBlackItalic/._8704-8959.pbf new file mode 100644 index 00000000..847ac65b Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._8960-9215.pbf b/maplibre/fonts/InterBlackItalic/._8960-9215.pbf new file mode 100644 index 00000000..c4a4aa25 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._9216-9471.pbf b/maplibre/fonts/InterBlackItalic/._9216-9471.pbf new file mode 100644 index 00000000..48da3ecd Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._9472-9727.pbf b/maplibre/fonts/InterBlackItalic/._9472-9727.pbf new file mode 100644 index 00000000..e8f24288 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._9728-9983.pbf b/maplibre/fonts/InterBlackItalic/._9728-9983.pbf new file mode 100644 index 00000000..9133b9e5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterBlackItalic/._9984-10239.pbf b/maplibre/fonts/InterBlackItalic/._9984-10239.pbf new file mode 100644 index 00000000..d82ef9a5 Binary files /dev/null and b/maplibre/fonts/InterBlackItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterBold/._0-255.pbf b/maplibre/fonts/InterBold/._0-255.pbf new file mode 100644 index 00000000..49464022 Binary files /dev/null and b/maplibre/fonts/InterBold/._0-255.pbf differ diff --git a/maplibre/fonts/InterBold/._1024-1279.pbf b/maplibre/fonts/InterBold/._1024-1279.pbf new file mode 100644 index 00000000..85465b97 Binary files /dev/null and b/maplibre/fonts/InterBold/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterBold/._10240-10495.pbf b/maplibre/fonts/InterBold/._10240-10495.pbf new file mode 100644 index 00000000..9b59db79 Binary files /dev/null and b/maplibre/fonts/InterBold/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterBold/._10496-10751.pbf b/maplibre/fonts/InterBold/._10496-10751.pbf new file mode 100644 index 00000000..9fecc90d Binary files /dev/null and b/maplibre/fonts/InterBold/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterBold/._10752-11007.pbf b/maplibre/fonts/InterBold/._10752-11007.pbf new file mode 100644 index 00000000..dcd76ad7 Binary files /dev/null and b/maplibre/fonts/InterBold/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterBold/._11008-11263.pbf b/maplibre/fonts/InterBold/._11008-11263.pbf new file mode 100644 index 00000000..c3dcadff Binary files /dev/null and b/maplibre/fonts/InterBold/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterBold/._11264-11519.pbf b/maplibre/fonts/InterBold/._11264-11519.pbf new file mode 100644 index 00000000..d2c893eb Binary files /dev/null and b/maplibre/fonts/InterBold/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterBold/._11520-11775.pbf b/maplibre/fonts/InterBold/._11520-11775.pbf new file mode 100644 index 00000000..aef267bd Binary files /dev/null and b/maplibre/fonts/InterBold/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterBold/._11776-12031.pbf b/maplibre/fonts/InterBold/._11776-12031.pbf new file mode 100644 index 00000000..630dbeaf Binary files /dev/null and b/maplibre/fonts/InterBold/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterBold/._12032-12287.pbf b/maplibre/fonts/InterBold/._12032-12287.pbf new file mode 100644 index 00000000..8b97e2ca Binary files /dev/null and b/maplibre/fonts/InterBold/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterBold/._12288-12543.pbf b/maplibre/fonts/InterBold/._12288-12543.pbf new file mode 100644 index 00000000..1f616c77 Binary files /dev/null and b/maplibre/fonts/InterBold/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterBold/._12544-12799.pbf b/maplibre/fonts/InterBold/._12544-12799.pbf new file mode 100644 index 00000000..70519d82 Binary files /dev/null and b/maplibre/fonts/InterBold/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterBold/._1280-1535.pbf b/maplibre/fonts/InterBold/._1280-1535.pbf new file mode 100644 index 00000000..2e32e41e Binary files /dev/null and b/maplibre/fonts/InterBold/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterBold/._12800-13055.pbf b/maplibre/fonts/InterBold/._12800-13055.pbf new file mode 100644 index 00000000..7a4a21d2 Binary files /dev/null and b/maplibre/fonts/InterBold/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterBold/._13056-13311.pbf b/maplibre/fonts/InterBold/._13056-13311.pbf new file mode 100644 index 00000000..389162b5 Binary files /dev/null and b/maplibre/fonts/InterBold/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterBold/._13312-13567.pbf b/maplibre/fonts/InterBold/._13312-13567.pbf new file mode 100644 index 00000000..02faf2df Binary files /dev/null and b/maplibre/fonts/InterBold/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterBold/._13568-13823.pbf b/maplibre/fonts/InterBold/._13568-13823.pbf new file mode 100644 index 00000000..6505dbb6 Binary files /dev/null and b/maplibre/fonts/InterBold/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterBold/._13824-14079.pbf b/maplibre/fonts/InterBold/._13824-14079.pbf new file mode 100644 index 00000000..c52969c8 Binary files /dev/null and b/maplibre/fonts/InterBold/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterBold/._14080-14335.pbf b/maplibre/fonts/InterBold/._14080-14335.pbf new file mode 100644 index 00000000..1197b573 Binary files /dev/null and b/maplibre/fonts/InterBold/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterBold/._14336-14591.pbf b/maplibre/fonts/InterBold/._14336-14591.pbf new file mode 100644 index 00000000..94110fef Binary files /dev/null and b/maplibre/fonts/InterBold/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterBold/._14592-14847.pbf b/maplibre/fonts/InterBold/._14592-14847.pbf new file mode 100644 index 00000000..2be090e7 Binary files /dev/null and b/maplibre/fonts/InterBold/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterBold/._14848-15103.pbf b/maplibre/fonts/InterBold/._14848-15103.pbf new file mode 100644 index 00000000..c6bef665 Binary files /dev/null and b/maplibre/fonts/InterBold/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterBold/._15104-15359.pbf b/maplibre/fonts/InterBold/._15104-15359.pbf new file mode 100644 index 00000000..e446ea24 Binary files /dev/null and b/maplibre/fonts/InterBold/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterBold/._1536-1791.pbf b/maplibre/fonts/InterBold/._1536-1791.pbf new file mode 100644 index 00000000..ea91fc4c Binary files /dev/null and b/maplibre/fonts/InterBold/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterBold/._15360-15615.pbf b/maplibre/fonts/InterBold/._15360-15615.pbf new file mode 100644 index 00000000..42faf1d3 Binary files /dev/null and b/maplibre/fonts/InterBold/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterBold/._15616-15871.pbf b/maplibre/fonts/InterBold/._15616-15871.pbf new file mode 100644 index 00000000..176b31fb Binary files /dev/null and b/maplibre/fonts/InterBold/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterBold/._15872-16127.pbf b/maplibre/fonts/InterBold/._15872-16127.pbf new file mode 100644 index 00000000..35d07b92 Binary files /dev/null and b/maplibre/fonts/InterBold/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterBold/._16128-16383.pbf b/maplibre/fonts/InterBold/._16128-16383.pbf new file mode 100644 index 00000000..f9578a03 Binary files /dev/null and b/maplibre/fonts/InterBold/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterBold/._16384-16639.pbf b/maplibre/fonts/InterBold/._16384-16639.pbf new file mode 100644 index 00000000..a141aa7d Binary files /dev/null and b/maplibre/fonts/InterBold/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterBold/._16640-16895.pbf b/maplibre/fonts/InterBold/._16640-16895.pbf new file mode 100644 index 00000000..4b26aef9 Binary files /dev/null and b/maplibre/fonts/InterBold/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterBold/._16896-17151.pbf b/maplibre/fonts/InterBold/._16896-17151.pbf new file mode 100644 index 00000000..d80096a6 Binary files /dev/null and b/maplibre/fonts/InterBold/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterBold/._17152-17407.pbf b/maplibre/fonts/InterBold/._17152-17407.pbf new file mode 100644 index 00000000..5e092d9e Binary files /dev/null and b/maplibre/fonts/InterBold/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterBold/._17408-17663.pbf b/maplibre/fonts/InterBold/._17408-17663.pbf new file mode 100644 index 00000000..1f761557 Binary files /dev/null and b/maplibre/fonts/InterBold/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterBold/._17664-17919.pbf b/maplibre/fonts/InterBold/._17664-17919.pbf new file mode 100644 index 00000000..b7864a05 Binary files /dev/null and b/maplibre/fonts/InterBold/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterBold/._1792-2047.pbf b/maplibre/fonts/InterBold/._1792-2047.pbf new file mode 100644 index 00000000..9f48e8fb Binary files /dev/null and b/maplibre/fonts/InterBold/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterBold/._17920-18175.pbf b/maplibre/fonts/InterBold/._17920-18175.pbf new file mode 100644 index 00000000..3b723fc8 Binary files /dev/null and b/maplibre/fonts/InterBold/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterBold/._18176-18431.pbf b/maplibre/fonts/InterBold/._18176-18431.pbf new file mode 100644 index 00000000..d84a6b12 Binary files /dev/null and b/maplibre/fonts/InterBold/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterBold/._18432-18687.pbf b/maplibre/fonts/InterBold/._18432-18687.pbf new file mode 100644 index 00000000..49e2ac2d Binary files /dev/null and b/maplibre/fonts/InterBold/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterBold/._18688-18943.pbf b/maplibre/fonts/InterBold/._18688-18943.pbf new file mode 100644 index 00000000..70b87284 Binary files /dev/null and b/maplibre/fonts/InterBold/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterBold/._18944-19199.pbf b/maplibre/fonts/InterBold/._18944-19199.pbf new file mode 100644 index 00000000..427b5446 Binary files /dev/null and b/maplibre/fonts/InterBold/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterBold/._19200-19455.pbf b/maplibre/fonts/InterBold/._19200-19455.pbf new file mode 100644 index 00000000..d1228431 Binary files /dev/null and b/maplibre/fonts/InterBold/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterBold/._19456-19711.pbf b/maplibre/fonts/InterBold/._19456-19711.pbf new file mode 100644 index 00000000..c38001eb Binary files /dev/null and b/maplibre/fonts/InterBold/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterBold/._19712-19967.pbf b/maplibre/fonts/InterBold/._19712-19967.pbf new file mode 100644 index 00000000..12b34440 Binary files /dev/null and b/maplibre/fonts/InterBold/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterBold/._19968-20223.pbf b/maplibre/fonts/InterBold/._19968-20223.pbf new file mode 100644 index 00000000..4b572bc2 Binary files /dev/null and b/maplibre/fonts/InterBold/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterBold/._20224-20479.pbf b/maplibre/fonts/InterBold/._20224-20479.pbf new file mode 100644 index 00000000..d0e70fec Binary files /dev/null and b/maplibre/fonts/InterBold/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterBold/._2048-2303.pbf b/maplibre/fonts/InterBold/._2048-2303.pbf new file mode 100644 index 00000000..6358198a Binary files /dev/null and b/maplibre/fonts/InterBold/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterBold/._20480-20735.pbf b/maplibre/fonts/InterBold/._20480-20735.pbf new file mode 100644 index 00000000..f9c301f9 Binary files /dev/null and b/maplibre/fonts/InterBold/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterBold/._20736-20991.pbf b/maplibre/fonts/InterBold/._20736-20991.pbf new file mode 100644 index 00000000..9fcf521f Binary files /dev/null and b/maplibre/fonts/InterBold/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterBold/._20992-21247.pbf b/maplibre/fonts/InterBold/._20992-21247.pbf new file mode 100644 index 00000000..f04ea3fc Binary files /dev/null and b/maplibre/fonts/InterBold/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterBold/._21248-21503.pbf b/maplibre/fonts/InterBold/._21248-21503.pbf new file mode 100644 index 00000000..b51daf1f Binary files /dev/null and b/maplibre/fonts/InterBold/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterBold/._21504-21759.pbf b/maplibre/fonts/InterBold/._21504-21759.pbf new file mode 100644 index 00000000..ffe384b9 Binary files /dev/null and b/maplibre/fonts/InterBold/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterBold/._21760-22015.pbf b/maplibre/fonts/InterBold/._21760-22015.pbf new file mode 100644 index 00000000..a43ca62d Binary files /dev/null and b/maplibre/fonts/InterBold/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterBold/._22016-22271.pbf b/maplibre/fonts/InterBold/._22016-22271.pbf new file mode 100644 index 00000000..fb2b3b40 Binary files /dev/null and b/maplibre/fonts/InterBold/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterBold/._22272-22527.pbf b/maplibre/fonts/InterBold/._22272-22527.pbf new file mode 100644 index 00000000..c5b7c892 Binary files /dev/null and b/maplibre/fonts/InterBold/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterBold/._22528-22783.pbf b/maplibre/fonts/InterBold/._22528-22783.pbf new file mode 100644 index 00000000..de55cd6a Binary files /dev/null and b/maplibre/fonts/InterBold/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterBold/._22784-23039.pbf b/maplibre/fonts/InterBold/._22784-23039.pbf new file mode 100644 index 00000000..2c6d99a5 Binary files /dev/null and b/maplibre/fonts/InterBold/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterBold/._2304-2559.pbf b/maplibre/fonts/InterBold/._2304-2559.pbf new file mode 100644 index 00000000..35f0f344 Binary files /dev/null and b/maplibre/fonts/InterBold/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterBold/._23040-23295.pbf b/maplibre/fonts/InterBold/._23040-23295.pbf new file mode 100644 index 00000000..d9c11295 Binary files /dev/null and b/maplibre/fonts/InterBold/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterBold/._23296-23551.pbf b/maplibre/fonts/InterBold/._23296-23551.pbf new file mode 100644 index 00000000..1d39a346 Binary files /dev/null and b/maplibre/fonts/InterBold/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterBold/._23552-23807.pbf b/maplibre/fonts/InterBold/._23552-23807.pbf new file mode 100644 index 00000000..5e63a9a9 Binary files /dev/null and b/maplibre/fonts/InterBold/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterBold/._23808-24063.pbf b/maplibre/fonts/InterBold/._23808-24063.pbf new file mode 100644 index 00000000..05cb9df6 Binary files /dev/null and b/maplibre/fonts/InterBold/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterBold/._24064-24319.pbf b/maplibre/fonts/InterBold/._24064-24319.pbf new file mode 100644 index 00000000..f5960809 Binary files /dev/null and b/maplibre/fonts/InterBold/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterBold/._24320-24575.pbf b/maplibre/fonts/InterBold/._24320-24575.pbf new file mode 100644 index 00000000..533f7516 Binary files /dev/null and b/maplibre/fonts/InterBold/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterBold/._24576-24831.pbf b/maplibre/fonts/InterBold/._24576-24831.pbf new file mode 100644 index 00000000..26a711de Binary files /dev/null and b/maplibre/fonts/InterBold/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterBold/._24832-25087.pbf b/maplibre/fonts/InterBold/._24832-25087.pbf new file mode 100644 index 00000000..66d72d6a Binary files /dev/null and b/maplibre/fonts/InterBold/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterBold/._25088-25343.pbf b/maplibre/fonts/InterBold/._25088-25343.pbf new file mode 100644 index 00000000..963cf299 Binary files /dev/null and b/maplibre/fonts/InterBold/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterBold/._25344-25599.pbf b/maplibre/fonts/InterBold/._25344-25599.pbf new file mode 100644 index 00000000..b8cf8512 Binary files /dev/null and b/maplibre/fonts/InterBold/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterBold/._256-511.pbf b/maplibre/fonts/InterBold/._256-511.pbf new file mode 100644 index 00000000..a625284c Binary files /dev/null and b/maplibre/fonts/InterBold/._256-511.pbf differ diff --git a/maplibre/fonts/InterBold/._2560-2815.pbf b/maplibre/fonts/InterBold/._2560-2815.pbf new file mode 100644 index 00000000..2ebaee11 Binary files /dev/null and b/maplibre/fonts/InterBold/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterBold/._25600-25855.pbf b/maplibre/fonts/InterBold/._25600-25855.pbf new file mode 100644 index 00000000..0211b577 Binary files /dev/null and b/maplibre/fonts/InterBold/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterBold/._25856-26111.pbf b/maplibre/fonts/InterBold/._25856-26111.pbf new file mode 100644 index 00000000..54d8c20b Binary files /dev/null and b/maplibre/fonts/InterBold/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterBold/._26112-26367.pbf b/maplibre/fonts/InterBold/._26112-26367.pbf new file mode 100644 index 00000000..f0156bdd Binary files /dev/null and b/maplibre/fonts/InterBold/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterBold/._26368-26623.pbf b/maplibre/fonts/InterBold/._26368-26623.pbf new file mode 100644 index 00000000..a726bef8 Binary files /dev/null and b/maplibre/fonts/InterBold/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterBold/._26624-26879.pbf b/maplibre/fonts/InterBold/._26624-26879.pbf new file mode 100644 index 00000000..81977fa5 Binary files /dev/null and b/maplibre/fonts/InterBold/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterBold/._26880-27135.pbf b/maplibre/fonts/InterBold/._26880-27135.pbf new file mode 100644 index 00000000..02f0c86d Binary files /dev/null and b/maplibre/fonts/InterBold/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterBold/._27136-27391.pbf b/maplibre/fonts/InterBold/._27136-27391.pbf new file mode 100644 index 00000000..34c77388 Binary files /dev/null and b/maplibre/fonts/InterBold/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterBold/._27392-27647.pbf b/maplibre/fonts/InterBold/._27392-27647.pbf new file mode 100644 index 00000000..41abb518 Binary files /dev/null and b/maplibre/fonts/InterBold/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterBold/._27648-27903.pbf b/maplibre/fonts/InterBold/._27648-27903.pbf new file mode 100644 index 00000000..44106500 Binary files /dev/null and b/maplibre/fonts/InterBold/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterBold/._27904-28159.pbf b/maplibre/fonts/InterBold/._27904-28159.pbf new file mode 100644 index 00000000..89f7acfb Binary files /dev/null and b/maplibre/fonts/InterBold/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterBold/._2816-3071.pbf b/maplibre/fonts/InterBold/._2816-3071.pbf new file mode 100644 index 00000000..ee014cae Binary files /dev/null and b/maplibre/fonts/InterBold/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterBold/._28160-28415.pbf b/maplibre/fonts/InterBold/._28160-28415.pbf new file mode 100644 index 00000000..01feff3a Binary files /dev/null and b/maplibre/fonts/InterBold/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterBold/._28416-28671.pbf b/maplibre/fonts/InterBold/._28416-28671.pbf new file mode 100644 index 00000000..77bf70ad Binary files /dev/null and b/maplibre/fonts/InterBold/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterBold/._28672-28927.pbf b/maplibre/fonts/InterBold/._28672-28927.pbf new file mode 100644 index 00000000..5d408da2 Binary files /dev/null and b/maplibre/fonts/InterBold/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterBold/._28928-29183.pbf b/maplibre/fonts/InterBold/._28928-29183.pbf new file mode 100644 index 00000000..81a84369 Binary files /dev/null and b/maplibre/fonts/InterBold/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterBold/._29184-29439.pbf b/maplibre/fonts/InterBold/._29184-29439.pbf new file mode 100644 index 00000000..26b32046 Binary files /dev/null and b/maplibre/fonts/InterBold/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterBold/._29440-29695.pbf b/maplibre/fonts/InterBold/._29440-29695.pbf new file mode 100644 index 00000000..1a17779f Binary files /dev/null and b/maplibre/fonts/InterBold/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterBold/._29696-29951.pbf b/maplibre/fonts/InterBold/._29696-29951.pbf new file mode 100644 index 00000000..fc3e09ed Binary files /dev/null and b/maplibre/fonts/InterBold/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterBold/._29952-30207.pbf b/maplibre/fonts/InterBold/._29952-30207.pbf new file mode 100644 index 00000000..110daab2 Binary files /dev/null and b/maplibre/fonts/InterBold/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterBold/._30208-30463.pbf b/maplibre/fonts/InterBold/._30208-30463.pbf new file mode 100644 index 00000000..1ba945f6 Binary files /dev/null and b/maplibre/fonts/InterBold/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterBold/._30464-30719.pbf b/maplibre/fonts/InterBold/._30464-30719.pbf new file mode 100644 index 00000000..010c87d8 Binary files /dev/null and b/maplibre/fonts/InterBold/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterBold/._3072-3327.pbf b/maplibre/fonts/InterBold/._3072-3327.pbf new file mode 100644 index 00000000..2eef115f Binary files /dev/null and b/maplibre/fonts/InterBold/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterBold/._30720-30975.pbf b/maplibre/fonts/InterBold/._30720-30975.pbf new file mode 100644 index 00000000..8920a27e Binary files /dev/null and b/maplibre/fonts/InterBold/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterBold/._30976-31231.pbf b/maplibre/fonts/InterBold/._30976-31231.pbf new file mode 100644 index 00000000..19ee1eb3 Binary files /dev/null and b/maplibre/fonts/InterBold/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterBold/._31232-31487.pbf b/maplibre/fonts/InterBold/._31232-31487.pbf new file mode 100644 index 00000000..8dcf1fcb Binary files /dev/null and b/maplibre/fonts/InterBold/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterBold/._31488-31743.pbf b/maplibre/fonts/InterBold/._31488-31743.pbf new file mode 100644 index 00000000..a678bcc0 Binary files /dev/null and b/maplibre/fonts/InterBold/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterBold/._31744-31999.pbf b/maplibre/fonts/InterBold/._31744-31999.pbf new file mode 100644 index 00000000..8fe49aa8 Binary files /dev/null and b/maplibre/fonts/InterBold/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterBold/._32000-32255.pbf b/maplibre/fonts/InterBold/._32000-32255.pbf new file mode 100644 index 00000000..b9f9c105 Binary files /dev/null and b/maplibre/fonts/InterBold/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterBold/._32256-32511.pbf b/maplibre/fonts/InterBold/._32256-32511.pbf new file mode 100644 index 00000000..2245cebb Binary files /dev/null and b/maplibre/fonts/InterBold/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterBold/._32512-32767.pbf b/maplibre/fonts/InterBold/._32512-32767.pbf new file mode 100644 index 00000000..700474cc Binary files /dev/null and b/maplibre/fonts/InterBold/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterBold/._32768-33023.pbf b/maplibre/fonts/InterBold/._32768-33023.pbf new file mode 100644 index 00000000..7fec2d52 Binary files /dev/null and b/maplibre/fonts/InterBold/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterBold/._33024-33279.pbf b/maplibre/fonts/InterBold/._33024-33279.pbf new file mode 100644 index 00000000..ca2ba647 Binary files /dev/null and b/maplibre/fonts/InterBold/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterBold/._3328-3583.pbf b/maplibre/fonts/InterBold/._3328-3583.pbf new file mode 100644 index 00000000..21ccafa2 Binary files /dev/null and b/maplibre/fonts/InterBold/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterBold/._33280-33535.pbf b/maplibre/fonts/InterBold/._33280-33535.pbf new file mode 100644 index 00000000..49312520 Binary files /dev/null and b/maplibre/fonts/InterBold/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterBold/._33536-33791.pbf b/maplibre/fonts/InterBold/._33536-33791.pbf new file mode 100644 index 00000000..74b6066f Binary files /dev/null and b/maplibre/fonts/InterBold/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterBold/._33792-34047.pbf b/maplibre/fonts/InterBold/._33792-34047.pbf new file mode 100644 index 00000000..ec0255d8 Binary files /dev/null and b/maplibre/fonts/InterBold/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterBold/._34048-34303.pbf b/maplibre/fonts/InterBold/._34048-34303.pbf new file mode 100644 index 00000000..f0cd5afd Binary files /dev/null and b/maplibre/fonts/InterBold/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterBold/._34304-34559.pbf b/maplibre/fonts/InterBold/._34304-34559.pbf new file mode 100644 index 00000000..7636779d Binary files /dev/null and b/maplibre/fonts/InterBold/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterBold/._34560-34815.pbf b/maplibre/fonts/InterBold/._34560-34815.pbf new file mode 100644 index 00000000..96faf3fd Binary files /dev/null and b/maplibre/fonts/InterBold/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterBold/._34816-35071.pbf b/maplibre/fonts/InterBold/._34816-35071.pbf new file mode 100644 index 00000000..44402ac2 Binary files /dev/null and b/maplibre/fonts/InterBold/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterBold/._35072-35327.pbf b/maplibre/fonts/InterBold/._35072-35327.pbf new file mode 100644 index 00000000..b2386bb7 Binary files /dev/null and b/maplibre/fonts/InterBold/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterBold/._35328-35583.pbf b/maplibre/fonts/InterBold/._35328-35583.pbf new file mode 100644 index 00000000..707136ff Binary files /dev/null and b/maplibre/fonts/InterBold/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterBold/._35584-35839.pbf b/maplibre/fonts/InterBold/._35584-35839.pbf new file mode 100644 index 00000000..2b90515a Binary files /dev/null and b/maplibre/fonts/InterBold/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterBold/._3584-3839.pbf b/maplibre/fonts/InterBold/._3584-3839.pbf new file mode 100644 index 00000000..74182a2b Binary files /dev/null and b/maplibre/fonts/InterBold/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterBold/._35840-36095.pbf b/maplibre/fonts/InterBold/._35840-36095.pbf new file mode 100644 index 00000000..31e99f33 Binary files /dev/null and b/maplibre/fonts/InterBold/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterBold/._36096-36351.pbf b/maplibre/fonts/InterBold/._36096-36351.pbf new file mode 100644 index 00000000..c58d16bb Binary files /dev/null and b/maplibre/fonts/InterBold/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterBold/._36352-36607.pbf b/maplibre/fonts/InterBold/._36352-36607.pbf new file mode 100644 index 00000000..4d7a8d5c Binary files /dev/null and b/maplibre/fonts/InterBold/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterBold/._36608-36863.pbf b/maplibre/fonts/InterBold/._36608-36863.pbf new file mode 100644 index 00000000..408201a2 Binary files /dev/null and b/maplibre/fonts/InterBold/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterBold/._36864-37119.pbf b/maplibre/fonts/InterBold/._36864-37119.pbf new file mode 100644 index 00000000..6332005e Binary files /dev/null and b/maplibre/fonts/InterBold/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterBold/._37120-37375.pbf b/maplibre/fonts/InterBold/._37120-37375.pbf new file mode 100644 index 00000000..bbb0c07e Binary files /dev/null and b/maplibre/fonts/InterBold/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterBold/._37376-37631.pbf b/maplibre/fonts/InterBold/._37376-37631.pbf new file mode 100644 index 00000000..a6402b86 Binary files /dev/null and b/maplibre/fonts/InterBold/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterBold/._37632-37887.pbf b/maplibre/fonts/InterBold/._37632-37887.pbf new file mode 100644 index 00000000..d18d83ed Binary files /dev/null and b/maplibre/fonts/InterBold/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterBold/._37888-38143.pbf b/maplibre/fonts/InterBold/._37888-38143.pbf new file mode 100644 index 00000000..0b3072ac Binary files /dev/null and b/maplibre/fonts/InterBold/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterBold/._38144-38399.pbf b/maplibre/fonts/InterBold/._38144-38399.pbf new file mode 100644 index 00000000..9788f74b Binary files /dev/null and b/maplibre/fonts/InterBold/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterBold/._3840-4095.pbf b/maplibre/fonts/InterBold/._3840-4095.pbf new file mode 100644 index 00000000..f1397e88 Binary files /dev/null and b/maplibre/fonts/InterBold/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterBold/._38400-38655.pbf b/maplibre/fonts/InterBold/._38400-38655.pbf new file mode 100644 index 00000000..0f248cc6 Binary files /dev/null and b/maplibre/fonts/InterBold/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterBold/._38656-38911.pbf b/maplibre/fonts/InterBold/._38656-38911.pbf new file mode 100644 index 00000000..ba3af5be Binary files /dev/null and b/maplibre/fonts/InterBold/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterBold/._38912-39167.pbf b/maplibre/fonts/InterBold/._38912-39167.pbf new file mode 100644 index 00000000..96cc9e08 Binary files /dev/null and b/maplibre/fonts/InterBold/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterBold/._39168-39423.pbf b/maplibre/fonts/InterBold/._39168-39423.pbf new file mode 100644 index 00000000..895b8207 Binary files /dev/null and b/maplibre/fonts/InterBold/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterBold/._39424-39679.pbf b/maplibre/fonts/InterBold/._39424-39679.pbf new file mode 100644 index 00000000..44e75552 Binary files /dev/null and b/maplibre/fonts/InterBold/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterBold/._39680-39935.pbf b/maplibre/fonts/InterBold/._39680-39935.pbf new file mode 100644 index 00000000..285e2a35 Binary files /dev/null and b/maplibre/fonts/InterBold/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterBold/._39936-40191.pbf b/maplibre/fonts/InterBold/._39936-40191.pbf new file mode 100644 index 00000000..a743e438 Binary files /dev/null and b/maplibre/fonts/InterBold/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterBold/._40192-40447.pbf b/maplibre/fonts/InterBold/._40192-40447.pbf new file mode 100644 index 00000000..9c0305c5 Binary files /dev/null and b/maplibre/fonts/InterBold/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterBold/._40448-40703.pbf b/maplibre/fonts/InterBold/._40448-40703.pbf new file mode 100644 index 00000000..60c77120 Binary files /dev/null and b/maplibre/fonts/InterBold/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterBold/._40704-40959.pbf b/maplibre/fonts/InterBold/._40704-40959.pbf new file mode 100644 index 00000000..9894ee42 Binary files /dev/null and b/maplibre/fonts/InterBold/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterBold/._4096-4351.pbf b/maplibre/fonts/InterBold/._4096-4351.pbf new file mode 100644 index 00000000..b65423df Binary files /dev/null and b/maplibre/fonts/InterBold/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterBold/._40960-41215.pbf b/maplibre/fonts/InterBold/._40960-41215.pbf new file mode 100644 index 00000000..3521dd4d Binary files /dev/null and b/maplibre/fonts/InterBold/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterBold/._41216-41471.pbf b/maplibre/fonts/InterBold/._41216-41471.pbf new file mode 100644 index 00000000..074967af Binary files /dev/null and b/maplibre/fonts/InterBold/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterBold/._41472-41727.pbf b/maplibre/fonts/InterBold/._41472-41727.pbf new file mode 100644 index 00000000..989aa4f1 Binary files /dev/null and b/maplibre/fonts/InterBold/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterBold/._41728-41983.pbf b/maplibre/fonts/InterBold/._41728-41983.pbf new file mode 100644 index 00000000..3065b62d Binary files /dev/null and b/maplibre/fonts/InterBold/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterBold/._41984-42239.pbf b/maplibre/fonts/InterBold/._41984-42239.pbf new file mode 100644 index 00000000..dfad20d3 Binary files /dev/null and b/maplibre/fonts/InterBold/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterBold/._42240-42495.pbf b/maplibre/fonts/InterBold/._42240-42495.pbf new file mode 100644 index 00000000..549d5025 Binary files /dev/null and b/maplibre/fonts/InterBold/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterBold/._42496-42751.pbf b/maplibre/fonts/InterBold/._42496-42751.pbf new file mode 100644 index 00000000..d90ec06a Binary files /dev/null and b/maplibre/fonts/InterBold/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterBold/._42752-43007.pbf b/maplibre/fonts/InterBold/._42752-43007.pbf new file mode 100644 index 00000000..5c47e349 Binary files /dev/null and b/maplibre/fonts/InterBold/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterBold/._43008-43263.pbf b/maplibre/fonts/InterBold/._43008-43263.pbf new file mode 100644 index 00000000..c838cc25 Binary files /dev/null and b/maplibre/fonts/InterBold/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterBold/._43264-43519.pbf b/maplibre/fonts/InterBold/._43264-43519.pbf new file mode 100644 index 00000000..5f100179 Binary files /dev/null and b/maplibre/fonts/InterBold/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterBold/._4352-4607.pbf b/maplibre/fonts/InterBold/._4352-4607.pbf new file mode 100644 index 00000000..354aa244 Binary files /dev/null and b/maplibre/fonts/InterBold/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterBold/._43520-43775.pbf b/maplibre/fonts/InterBold/._43520-43775.pbf new file mode 100644 index 00000000..154535c6 Binary files /dev/null and b/maplibre/fonts/InterBold/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterBold/._43776-44031.pbf b/maplibre/fonts/InterBold/._43776-44031.pbf new file mode 100644 index 00000000..1ad37b24 Binary files /dev/null and b/maplibre/fonts/InterBold/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterBold/._44032-44287.pbf b/maplibre/fonts/InterBold/._44032-44287.pbf new file mode 100644 index 00000000..4bee5475 Binary files /dev/null and b/maplibre/fonts/InterBold/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterBold/._44288-44543.pbf b/maplibre/fonts/InterBold/._44288-44543.pbf new file mode 100644 index 00000000..a1034728 Binary files /dev/null and b/maplibre/fonts/InterBold/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterBold/._44544-44799.pbf b/maplibre/fonts/InterBold/._44544-44799.pbf new file mode 100644 index 00000000..69af2084 Binary files /dev/null and b/maplibre/fonts/InterBold/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterBold/._44800-45055.pbf b/maplibre/fonts/InterBold/._44800-45055.pbf new file mode 100644 index 00000000..4cecaaa2 Binary files /dev/null and b/maplibre/fonts/InterBold/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterBold/._45056-45311.pbf b/maplibre/fonts/InterBold/._45056-45311.pbf new file mode 100644 index 00000000..928024c6 Binary files /dev/null and b/maplibre/fonts/InterBold/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterBold/._45312-45567.pbf b/maplibre/fonts/InterBold/._45312-45567.pbf new file mode 100644 index 00000000..2371aaf9 Binary files /dev/null and b/maplibre/fonts/InterBold/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterBold/._45568-45823.pbf b/maplibre/fonts/InterBold/._45568-45823.pbf new file mode 100644 index 00000000..38b31fbc Binary files /dev/null and b/maplibre/fonts/InterBold/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterBold/._45824-46079.pbf b/maplibre/fonts/InterBold/._45824-46079.pbf new file mode 100644 index 00000000..bd97389c Binary files /dev/null and b/maplibre/fonts/InterBold/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterBold/._4608-4863.pbf b/maplibre/fonts/InterBold/._4608-4863.pbf new file mode 100644 index 00000000..57061b9d Binary files /dev/null and b/maplibre/fonts/InterBold/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterBold/._46080-46335.pbf b/maplibre/fonts/InterBold/._46080-46335.pbf new file mode 100644 index 00000000..f3c0cbd9 Binary files /dev/null and b/maplibre/fonts/InterBold/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterBold/._46336-46591.pbf b/maplibre/fonts/InterBold/._46336-46591.pbf new file mode 100644 index 00000000..ba1a7428 Binary files /dev/null and b/maplibre/fonts/InterBold/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterBold/._46592-46847.pbf b/maplibre/fonts/InterBold/._46592-46847.pbf new file mode 100644 index 00000000..201da42a Binary files /dev/null and b/maplibre/fonts/InterBold/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterBold/._46848-47103.pbf b/maplibre/fonts/InterBold/._46848-47103.pbf new file mode 100644 index 00000000..8d020c25 Binary files /dev/null and b/maplibre/fonts/InterBold/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterBold/._47104-47359.pbf b/maplibre/fonts/InterBold/._47104-47359.pbf new file mode 100644 index 00000000..7663fb83 Binary files /dev/null and b/maplibre/fonts/InterBold/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterBold/._47360-47615.pbf b/maplibre/fonts/InterBold/._47360-47615.pbf new file mode 100644 index 00000000..2f95a749 Binary files /dev/null and b/maplibre/fonts/InterBold/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterBold/._47616-47871.pbf b/maplibre/fonts/InterBold/._47616-47871.pbf new file mode 100644 index 00000000..55894508 Binary files /dev/null and b/maplibre/fonts/InterBold/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterBold/._47872-48127.pbf b/maplibre/fonts/InterBold/._47872-48127.pbf new file mode 100644 index 00000000..110500bd Binary files /dev/null and b/maplibre/fonts/InterBold/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterBold/._48128-48383.pbf b/maplibre/fonts/InterBold/._48128-48383.pbf new file mode 100644 index 00000000..84295337 Binary files /dev/null and b/maplibre/fonts/InterBold/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterBold/._48384-48639.pbf b/maplibre/fonts/InterBold/._48384-48639.pbf new file mode 100644 index 00000000..e396b390 Binary files /dev/null and b/maplibre/fonts/InterBold/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterBold/._4864-5119.pbf b/maplibre/fonts/InterBold/._4864-5119.pbf new file mode 100644 index 00000000..36148850 Binary files /dev/null and b/maplibre/fonts/InterBold/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterBold/._48640-48895.pbf b/maplibre/fonts/InterBold/._48640-48895.pbf new file mode 100644 index 00000000..2c9644a6 Binary files /dev/null and b/maplibre/fonts/InterBold/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterBold/._48896-49151.pbf b/maplibre/fonts/InterBold/._48896-49151.pbf new file mode 100644 index 00000000..8063be2f Binary files /dev/null and b/maplibre/fonts/InterBold/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterBold/._49152-49407.pbf b/maplibre/fonts/InterBold/._49152-49407.pbf new file mode 100644 index 00000000..4838962b Binary files /dev/null and b/maplibre/fonts/InterBold/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterBold/._49408-49663.pbf b/maplibre/fonts/InterBold/._49408-49663.pbf new file mode 100644 index 00000000..19e80711 Binary files /dev/null and b/maplibre/fonts/InterBold/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterBold/._49664-49919.pbf b/maplibre/fonts/InterBold/._49664-49919.pbf new file mode 100644 index 00000000..a0ab2559 Binary files /dev/null and b/maplibre/fonts/InterBold/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterBold/._49920-50175.pbf b/maplibre/fonts/InterBold/._49920-50175.pbf new file mode 100644 index 00000000..e771f72a Binary files /dev/null and b/maplibre/fonts/InterBold/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterBold/._50176-50431.pbf b/maplibre/fonts/InterBold/._50176-50431.pbf new file mode 100644 index 00000000..3b8310e0 Binary files /dev/null and b/maplibre/fonts/InterBold/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterBold/._50432-50687.pbf b/maplibre/fonts/InterBold/._50432-50687.pbf new file mode 100644 index 00000000..18e8ef4a Binary files /dev/null and b/maplibre/fonts/InterBold/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterBold/._50688-50943.pbf b/maplibre/fonts/InterBold/._50688-50943.pbf new file mode 100644 index 00000000..d1ac9fcd Binary files /dev/null and b/maplibre/fonts/InterBold/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterBold/._50944-51199.pbf b/maplibre/fonts/InterBold/._50944-51199.pbf new file mode 100644 index 00000000..0518add3 Binary files /dev/null and b/maplibre/fonts/InterBold/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterBold/._512-767.pbf b/maplibre/fonts/InterBold/._512-767.pbf new file mode 100644 index 00000000..35295b43 Binary files /dev/null and b/maplibre/fonts/InterBold/._512-767.pbf differ diff --git a/maplibre/fonts/InterBold/._5120-5375.pbf b/maplibre/fonts/InterBold/._5120-5375.pbf new file mode 100644 index 00000000..3c1b5dec Binary files /dev/null and b/maplibre/fonts/InterBold/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterBold/._51200-51455.pbf b/maplibre/fonts/InterBold/._51200-51455.pbf new file mode 100644 index 00000000..f97424d2 Binary files /dev/null and b/maplibre/fonts/InterBold/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterBold/._51456-51711.pbf b/maplibre/fonts/InterBold/._51456-51711.pbf new file mode 100644 index 00000000..fd8d758a Binary files /dev/null and b/maplibre/fonts/InterBold/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterBold/._51712-51967.pbf b/maplibre/fonts/InterBold/._51712-51967.pbf new file mode 100644 index 00000000..d80b10f9 Binary files /dev/null and b/maplibre/fonts/InterBold/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterBold/._51968-52223.pbf b/maplibre/fonts/InterBold/._51968-52223.pbf new file mode 100644 index 00000000..bc613933 Binary files /dev/null and b/maplibre/fonts/InterBold/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterBold/._52224-52479.pbf b/maplibre/fonts/InterBold/._52224-52479.pbf new file mode 100644 index 00000000..3aca022e Binary files /dev/null and b/maplibre/fonts/InterBold/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterBold/._52480-52735.pbf b/maplibre/fonts/InterBold/._52480-52735.pbf new file mode 100644 index 00000000..07ef10ae Binary files /dev/null and b/maplibre/fonts/InterBold/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterBold/._52736-52991.pbf b/maplibre/fonts/InterBold/._52736-52991.pbf new file mode 100644 index 00000000..f649909b Binary files /dev/null and b/maplibre/fonts/InterBold/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterBold/._52992-53247.pbf b/maplibre/fonts/InterBold/._52992-53247.pbf new file mode 100644 index 00000000..5b07c5e3 Binary files /dev/null and b/maplibre/fonts/InterBold/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterBold/._53248-53503.pbf b/maplibre/fonts/InterBold/._53248-53503.pbf new file mode 100644 index 00000000..f6f78b94 Binary files /dev/null and b/maplibre/fonts/InterBold/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterBold/._53504-53759.pbf b/maplibre/fonts/InterBold/._53504-53759.pbf new file mode 100644 index 00000000..64e80a52 Binary files /dev/null and b/maplibre/fonts/InterBold/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterBold/._5376-5631.pbf b/maplibre/fonts/InterBold/._5376-5631.pbf new file mode 100644 index 00000000..a86320a8 Binary files /dev/null and b/maplibre/fonts/InterBold/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterBold/._53760-54015.pbf b/maplibre/fonts/InterBold/._53760-54015.pbf new file mode 100644 index 00000000..57bdbfd8 Binary files /dev/null and b/maplibre/fonts/InterBold/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterBold/._54016-54271.pbf b/maplibre/fonts/InterBold/._54016-54271.pbf new file mode 100644 index 00000000..b0885c1e Binary files /dev/null and b/maplibre/fonts/InterBold/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterBold/._54272-54527.pbf b/maplibre/fonts/InterBold/._54272-54527.pbf new file mode 100644 index 00000000..228071b1 Binary files /dev/null and b/maplibre/fonts/InterBold/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterBold/._54528-54783.pbf b/maplibre/fonts/InterBold/._54528-54783.pbf new file mode 100644 index 00000000..d841fcef Binary files /dev/null and b/maplibre/fonts/InterBold/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterBold/._54784-55039.pbf b/maplibre/fonts/InterBold/._54784-55039.pbf new file mode 100644 index 00000000..40b9a9d4 Binary files /dev/null and b/maplibre/fonts/InterBold/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterBold/._55040-55295.pbf b/maplibre/fonts/InterBold/._55040-55295.pbf new file mode 100644 index 00000000..992ef0cf Binary files /dev/null and b/maplibre/fonts/InterBold/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterBold/._55296-55551.pbf b/maplibre/fonts/InterBold/._55296-55551.pbf new file mode 100644 index 00000000..6ce799f3 Binary files /dev/null and b/maplibre/fonts/InterBold/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterBold/._55552-55807.pbf b/maplibre/fonts/InterBold/._55552-55807.pbf new file mode 100644 index 00000000..031b1248 Binary files /dev/null and b/maplibre/fonts/InterBold/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterBold/._55808-56063.pbf b/maplibre/fonts/InterBold/._55808-56063.pbf new file mode 100644 index 00000000..f4369937 Binary files /dev/null and b/maplibre/fonts/InterBold/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterBold/._56064-56319.pbf b/maplibre/fonts/InterBold/._56064-56319.pbf new file mode 100644 index 00000000..96d461fe Binary files /dev/null and b/maplibre/fonts/InterBold/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterBold/._5632-5887.pbf b/maplibre/fonts/InterBold/._5632-5887.pbf new file mode 100644 index 00000000..b7c97421 Binary files /dev/null and b/maplibre/fonts/InterBold/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterBold/._56320-56575.pbf b/maplibre/fonts/InterBold/._56320-56575.pbf new file mode 100644 index 00000000..db4358ea Binary files /dev/null and b/maplibre/fonts/InterBold/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterBold/._56576-56831.pbf b/maplibre/fonts/InterBold/._56576-56831.pbf new file mode 100644 index 00000000..eb74cb22 Binary files /dev/null and b/maplibre/fonts/InterBold/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterBold/._56832-57087.pbf b/maplibre/fonts/InterBold/._56832-57087.pbf new file mode 100644 index 00000000..f02c5ee9 Binary files /dev/null and b/maplibre/fonts/InterBold/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterBold/._57088-57343.pbf b/maplibre/fonts/InterBold/._57088-57343.pbf new file mode 100644 index 00000000..b369a3a9 Binary files /dev/null and b/maplibre/fonts/InterBold/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterBold/._57344-57599.pbf b/maplibre/fonts/InterBold/._57344-57599.pbf new file mode 100644 index 00000000..53c1a1f7 Binary files /dev/null and b/maplibre/fonts/InterBold/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterBold/._57600-57855.pbf b/maplibre/fonts/InterBold/._57600-57855.pbf new file mode 100644 index 00000000..ff966ef7 Binary files /dev/null and b/maplibre/fonts/InterBold/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterBold/._57856-58111.pbf b/maplibre/fonts/InterBold/._57856-58111.pbf new file mode 100644 index 00000000..427b9431 Binary files /dev/null and b/maplibre/fonts/InterBold/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterBold/._58112-58367.pbf b/maplibre/fonts/InterBold/._58112-58367.pbf new file mode 100644 index 00000000..ee6b7011 Binary files /dev/null and b/maplibre/fonts/InterBold/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterBold/._58368-58623.pbf b/maplibre/fonts/InterBold/._58368-58623.pbf new file mode 100644 index 00000000..406477f7 Binary files /dev/null and b/maplibre/fonts/InterBold/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterBold/._58624-58879.pbf b/maplibre/fonts/InterBold/._58624-58879.pbf new file mode 100644 index 00000000..1e0e8643 Binary files /dev/null and b/maplibre/fonts/InterBold/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterBold/._5888-6143.pbf b/maplibre/fonts/InterBold/._5888-6143.pbf new file mode 100644 index 00000000..bd818916 Binary files /dev/null and b/maplibre/fonts/InterBold/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterBold/._58880-59135.pbf b/maplibre/fonts/InterBold/._58880-59135.pbf new file mode 100644 index 00000000..4d3bb19e Binary files /dev/null and b/maplibre/fonts/InterBold/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterBold/._59136-59391.pbf b/maplibre/fonts/InterBold/._59136-59391.pbf new file mode 100644 index 00000000..1a46f83c Binary files /dev/null and b/maplibre/fonts/InterBold/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterBold/._59392-59647.pbf b/maplibre/fonts/InterBold/._59392-59647.pbf new file mode 100644 index 00000000..8289c242 Binary files /dev/null and b/maplibre/fonts/InterBold/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterBold/._59648-59903.pbf b/maplibre/fonts/InterBold/._59648-59903.pbf new file mode 100644 index 00000000..165cee64 Binary files /dev/null and b/maplibre/fonts/InterBold/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterBold/._59904-60159.pbf b/maplibre/fonts/InterBold/._59904-60159.pbf new file mode 100644 index 00000000..a607f317 Binary files /dev/null and b/maplibre/fonts/InterBold/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterBold/._60160-60415.pbf b/maplibre/fonts/InterBold/._60160-60415.pbf new file mode 100644 index 00000000..1b9974bc Binary files /dev/null and b/maplibre/fonts/InterBold/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterBold/._60416-60671.pbf b/maplibre/fonts/InterBold/._60416-60671.pbf new file mode 100644 index 00000000..4343562a Binary files /dev/null and b/maplibre/fonts/InterBold/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterBold/._60672-60927.pbf b/maplibre/fonts/InterBold/._60672-60927.pbf new file mode 100644 index 00000000..7548d14e Binary files /dev/null and b/maplibre/fonts/InterBold/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterBold/._60928-61183.pbf b/maplibre/fonts/InterBold/._60928-61183.pbf new file mode 100644 index 00000000..d595bbd1 Binary files /dev/null and b/maplibre/fonts/InterBold/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterBold/._61184-61439.pbf b/maplibre/fonts/InterBold/._61184-61439.pbf new file mode 100644 index 00000000..9a8ce408 Binary files /dev/null and b/maplibre/fonts/InterBold/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterBold/._6144-6399.pbf b/maplibre/fonts/InterBold/._6144-6399.pbf new file mode 100644 index 00000000..d7c4a906 Binary files /dev/null and b/maplibre/fonts/InterBold/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterBold/._61440-61695.pbf b/maplibre/fonts/InterBold/._61440-61695.pbf new file mode 100644 index 00000000..1052426b Binary files /dev/null and b/maplibre/fonts/InterBold/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterBold/._61696-61951.pbf b/maplibre/fonts/InterBold/._61696-61951.pbf new file mode 100644 index 00000000..c19e8722 Binary files /dev/null and b/maplibre/fonts/InterBold/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterBold/._61952-62207.pbf b/maplibre/fonts/InterBold/._61952-62207.pbf new file mode 100644 index 00000000..73c9c05e Binary files /dev/null and b/maplibre/fonts/InterBold/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterBold/._62208-62463.pbf b/maplibre/fonts/InterBold/._62208-62463.pbf new file mode 100644 index 00000000..81bc6cba Binary files /dev/null and b/maplibre/fonts/InterBold/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterBold/._62464-62719.pbf b/maplibre/fonts/InterBold/._62464-62719.pbf new file mode 100644 index 00000000..c4706dd6 Binary files /dev/null and b/maplibre/fonts/InterBold/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterBold/._62720-62975.pbf b/maplibre/fonts/InterBold/._62720-62975.pbf new file mode 100644 index 00000000..175ee7f6 Binary files /dev/null and b/maplibre/fonts/InterBold/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterBold/._62976-63231.pbf b/maplibre/fonts/InterBold/._62976-63231.pbf new file mode 100644 index 00000000..25e66db2 Binary files /dev/null and b/maplibre/fonts/InterBold/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterBold/._63232-63487.pbf b/maplibre/fonts/InterBold/._63232-63487.pbf new file mode 100644 index 00000000..73cac3df Binary files /dev/null and b/maplibre/fonts/InterBold/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterBold/._63488-63743.pbf b/maplibre/fonts/InterBold/._63488-63743.pbf new file mode 100644 index 00000000..bc28cfa6 Binary files /dev/null and b/maplibre/fonts/InterBold/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterBold/._63744-63999.pbf b/maplibre/fonts/InterBold/._63744-63999.pbf new file mode 100644 index 00000000..0c00784c Binary files /dev/null and b/maplibre/fonts/InterBold/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterBold/._6400-6655.pbf b/maplibre/fonts/InterBold/._6400-6655.pbf new file mode 100644 index 00000000..143a125f Binary files /dev/null and b/maplibre/fonts/InterBold/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterBold/._64000-64255.pbf b/maplibre/fonts/InterBold/._64000-64255.pbf new file mode 100644 index 00000000..feffb06d Binary files /dev/null and b/maplibre/fonts/InterBold/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterBold/._64256-64511.pbf b/maplibre/fonts/InterBold/._64256-64511.pbf new file mode 100644 index 00000000..89edf275 Binary files /dev/null and b/maplibre/fonts/InterBold/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterBold/._64512-64767.pbf b/maplibre/fonts/InterBold/._64512-64767.pbf new file mode 100644 index 00000000..4d89166c Binary files /dev/null and b/maplibre/fonts/InterBold/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterBold/._64768-65023.pbf b/maplibre/fonts/InterBold/._64768-65023.pbf new file mode 100644 index 00000000..14b8f009 Binary files /dev/null and b/maplibre/fonts/InterBold/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterBold/._65024-65279.pbf b/maplibre/fonts/InterBold/._65024-65279.pbf new file mode 100644 index 00000000..81efb23d Binary files /dev/null and b/maplibre/fonts/InterBold/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterBold/._65280-65535.pbf b/maplibre/fonts/InterBold/._65280-65535.pbf new file mode 100644 index 00000000..5fd17e21 Binary files /dev/null and b/maplibre/fonts/InterBold/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterBold/._6656-6911.pbf b/maplibre/fonts/InterBold/._6656-6911.pbf new file mode 100644 index 00000000..9f0dbf0c Binary files /dev/null and b/maplibre/fonts/InterBold/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterBold/._6912-7167.pbf b/maplibre/fonts/InterBold/._6912-7167.pbf new file mode 100644 index 00000000..8a3e6fb7 Binary files /dev/null and b/maplibre/fonts/InterBold/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterBold/._7168-7423.pbf b/maplibre/fonts/InterBold/._7168-7423.pbf new file mode 100644 index 00000000..5bb81b54 Binary files /dev/null and b/maplibre/fonts/InterBold/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterBold/._7424-7679.pbf b/maplibre/fonts/InterBold/._7424-7679.pbf new file mode 100644 index 00000000..7eaf5ffd Binary files /dev/null and b/maplibre/fonts/InterBold/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterBold/._768-1023.pbf b/maplibre/fonts/InterBold/._768-1023.pbf new file mode 100644 index 00000000..3c35671e Binary files /dev/null and b/maplibre/fonts/InterBold/._768-1023.pbf differ diff --git a/maplibre/fonts/InterBold/._7680-7935.pbf b/maplibre/fonts/InterBold/._7680-7935.pbf new file mode 100644 index 00000000..5e47e1d9 Binary files /dev/null and b/maplibre/fonts/InterBold/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterBold/._7936-8191.pbf b/maplibre/fonts/InterBold/._7936-8191.pbf new file mode 100644 index 00000000..ec959492 Binary files /dev/null and b/maplibre/fonts/InterBold/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterBold/._8192-8447.pbf b/maplibre/fonts/InterBold/._8192-8447.pbf new file mode 100644 index 00000000..542bf800 Binary files /dev/null and b/maplibre/fonts/InterBold/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterBold/._8448-8703.pbf b/maplibre/fonts/InterBold/._8448-8703.pbf new file mode 100644 index 00000000..a09d77ef Binary files /dev/null and b/maplibre/fonts/InterBold/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterBold/._8704-8959.pbf b/maplibre/fonts/InterBold/._8704-8959.pbf new file mode 100644 index 00000000..a5cee0d2 Binary files /dev/null and b/maplibre/fonts/InterBold/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterBold/._8960-9215.pbf b/maplibre/fonts/InterBold/._8960-9215.pbf new file mode 100644 index 00000000..2034d0e7 Binary files /dev/null and b/maplibre/fonts/InterBold/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterBold/._9216-9471.pbf b/maplibre/fonts/InterBold/._9216-9471.pbf new file mode 100644 index 00000000..9e48327c Binary files /dev/null and b/maplibre/fonts/InterBold/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterBold/._9472-9727.pbf b/maplibre/fonts/InterBold/._9472-9727.pbf new file mode 100644 index 00000000..cdc5c9fb Binary files /dev/null and b/maplibre/fonts/InterBold/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterBold/._9728-9983.pbf b/maplibre/fonts/InterBold/._9728-9983.pbf new file mode 100644 index 00000000..1e224338 Binary files /dev/null and b/maplibre/fonts/InterBold/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterBold/._9984-10239.pbf b/maplibre/fonts/InterBold/._9984-10239.pbf new file mode 100644 index 00000000..98951927 Binary files /dev/null and b/maplibre/fonts/InterBold/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._0-255.pbf b/maplibre/fonts/InterBoldItalic/._0-255.pbf new file mode 100644 index 00000000..1201c706 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._1024-1279.pbf b/maplibre/fonts/InterBoldItalic/._1024-1279.pbf new file mode 100644 index 00000000..33d71894 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._10240-10495.pbf b/maplibre/fonts/InterBoldItalic/._10240-10495.pbf new file mode 100644 index 00000000..f6e63d19 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._10496-10751.pbf b/maplibre/fonts/InterBoldItalic/._10496-10751.pbf new file mode 100644 index 00000000..47d4a813 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._10752-11007.pbf b/maplibre/fonts/InterBoldItalic/._10752-11007.pbf new file mode 100644 index 00000000..c328cd1e Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._11008-11263.pbf b/maplibre/fonts/InterBoldItalic/._11008-11263.pbf new file mode 100644 index 00000000..7533034c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._11264-11519.pbf b/maplibre/fonts/InterBoldItalic/._11264-11519.pbf new file mode 100644 index 00000000..7f9f1b39 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._11520-11775.pbf b/maplibre/fonts/InterBoldItalic/._11520-11775.pbf new file mode 100644 index 00000000..fdfc00c1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._11776-12031.pbf b/maplibre/fonts/InterBoldItalic/._11776-12031.pbf new file mode 100644 index 00000000..63eb4ab6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._12032-12287.pbf b/maplibre/fonts/InterBoldItalic/._12032-12287.pbf new file mode 100644 index 00000000..28e7b596 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._12288-12543.pbf b/maplibre/fonts/InterBoldItalic/._12288-12543.pbf new file mode 100644 index 00000000..c493c6ab Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._12544-12799.pbf b/maplibre/fonts/InterBoldItalic/._12544-12799.pbf new file mode 100644 index 00000000..dd7a8da6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._1280-1535.pbf b/maplibre/fonts/InterBoldItalic/._1280-1535.pbf new file mode 100644 index 00000000..2107f26a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._12800-13055.pbf b/maplibre/fonts/InterBoldItalic/._12800-13055.pbf new file mode 100644 index 00000000..d3ad1d31 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._13056-13311.pbf b/maplibre/fonts/InterBoldItalic/._13056-13311.pbf new file mode 100644 index 00000000..8cfbecec Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._13312-13567.pbf b/maplibre/fonts/InterBoldItalic/._13312-13567.pbf new file mode 100644 index 00000000..007d3a7b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._13568-13823.pbf b/maplibre/fonts/InterBoldItalic/._13568-13823.pbf new file mode 100644 index 00000000..76809734 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._13824-14079.pbf b/maplibre/fonts/InterBoldItalic/._13824-14079.pbf new file mode 100644 index 00000000..17b0522c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._14080-14335.pbf b/maplibre/fonts/InterBoldItalic/._14080-14335.pbf new file mode 100644 index 00000000..ffd1015e Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._14336-14591.pbf b/maplibre/fonts/InterBoldItalic/._14336-14591.pbf new file mode 100644 index 00000000..9c472803 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._14592-14847.pbf b/maplibre/fonts/InterBoldItalic/._14592-14847.pbf new file mode 100644 index 00000000..94603dd5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._14848-15103.pbf b/maplibre/fonts/InterBoldItalic/._14848-15103.pbf new file mode 100644 index 00000000..a2e50b2b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._15104-15359.pbf b/maplibre/fonts/InterBoldItalic/._15104-15359.pbf new file mode 100644 index 00000000..f874dbeb Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._1536-1791.pbf b/maplibre/fonts/InterBoldItalic/._1536-1791.pbf new file mode 100644 index 00000000..ab9acd10 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._15360-15615.pbf b/maplibre/fonts/InterBoldItalic/._15360-15615.pbf new file mode 100644 index 00000000..8bc55b23 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._15616-15871.pbf b/maplibre/fonts/InterBoldItalic/._15616-15871.pbf new file mode 100644 index 00000000..b3bc5229 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._15872-16127.pbf b/maplibre/fonts/InterBoldItalic/._15872-16127.pbf new file mode 100644 index 00000000..c4dc38da Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._16128-16383.pbf b/maplibre/fonts/InterBoldItalic/._16128-16383.pbf new file mode 100644 index 00000000..2f858f21 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._16384-16639.pbf b/maplibre/fonts/InterBoldItalic/._16384-16639.pbf new file mode 100644 index 00000000..e5717062 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._16640-16895.pbf b/maplibre/fonts/InterBoldItalic/._16640-16895.pbf new file mode 100644 index 00000000..a289b152 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._16896-17151.pbf b/maplibre/fonts/InterBoldItalic/._16896-17151.pbf new file mode 100644 index 00000000..a43499cf Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._17152-17407.pbf b/maplibre/fonts/InterBoldItalic/._17152-17407.pbf new file mode 100644 index 00000000..9d4f94b5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._17408-17663.pbf b/maplibre/fonts/InterBoldItalic/._17408-17663.pbf new file mode 100644 index 00000000..f97f925f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._17664-17919.pbf b/maplibre/fonts/InterBoldItalic/._17664-17919.pbf new file mode 100644 index 00000000..d8f69a2b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._1792-2047.pbf b/maplibre/fonts/InterBoldItalic/._1792-2047.pbf new file mode 100644 index 00000000..16942289 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._17920-18175.pbf b/maplibre/fonts/InterBoldItalic/._17920-18175.pbf new file mode 100644 index 00000000..c232fead Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._18176-18431.pbf b/maplibre/fonts/InterBoldItalic/._18176-18431.pbf new file mode 100644 index 00000000..9cee1b82 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._18432-18687.pbf b/maplibre/fonts/InterBoldItalic/._18432-18687.pbf new file mode 100644 index 00000000..10e3b206 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._18688-18943.pbf b/maplibre/fonts/InterBoldItalic/._18688-18943.pbf new file mode 100644 index 00000000..9170cfe3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._18944-19199.pbf b/maplibre/fonts/InterBoldItalic/._18944-19199.pbf new file mode 100644 index 00000000..6e4a55ae Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._19200-19455.pbf b/maplibre/fonts/InterBoldItalic/._19200-19455.pbf new file mode 100644 index 00000000..7ec9923c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._19456-19711.pbf b/maplibre/fonts/InterBoldItalic/._19456-19711.pbf new file mode 100644 index 00000000..89c8ba80 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._19712-19967.pbf b/maplibre/fonts/InterBoldItalic/._19712-19967.pbf new file mode 100644 index 00000000..9bad96d2 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._19968-20223.pbf b/maplibre/fonts/InterBoldItalic/._19968-20223.pbf new file mode 100644 index 00000000..d6eab98d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._20224-20479.pbf b/maplibre/fonts/InterBoldItalic/._20224-20479.pbf new file mode 100644 index 00000000..de27eba8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._2048-2303.pbf b/maplibre/fonts/InterBoldItalic/._2048-2303.pbf new file mode 100644 index 00000000..e0c165d3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._20480-20735.pbf b/maplibre/fonts/InterBoldItalic/._20480-20735.pbf new file mode 100644 index 00000000..11a781b8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._20736-20991.pbf b/maplibre/fonts/InterBoldItalic/._20736-20991.pbf new file mode 100644 index 00000000..ddac2125 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._20992-21247.pbf b/maplibre/fonts/InterBoldItalic/._20992-21247.pbf new file mode 100644 index 00000000..dfd6164c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._21248-21503.pbf b/maplibre/fonts/InterBoldItalic/._21248-21503.pbf new file mode 100644 index 00000000..a693ad4c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._21504-21759.pbf b/maplibre/fonts/InterBoldItalic/._21504-21759.pbf new file mode 100644 index 00000000..e2cc9265 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._21760-22015.pbf b/maplibre/fonts/InterBoldItalic/._21760-22015.pbf new file mode 100644 index 00000000..3ab78efc Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._22016-22271.pbf b/maplibre/fonts/InterBoldItalic/._22016-22271.pbf new file mode 100644 index 00000000..d3986f8a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._22272-22527.pbf b/maplibre/fonts/InterBoldItalic/._22272-22527.pbf new file mode 100644 index 00000000..c2f96d34 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._22528-22783.pbf b/maplibre/fonts/InterBoldItalic/._22528-22783.pbf new file mode 100644 index 00000000..d3ac6698 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._22784-23039.pbf b/maplibre/fonts/InterBoldItalic/._22784-23039.pbf new file mode 100644 index 00000000..6bf005dd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._2304-2559.pbf b/maplibre/fonts/InterBoldItalic/._2304-2559.pbf new file mode 100644 index 00000000..cb6330b9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._23040-23295.pbf b/maplibre/fonts/InterBoldItalic/._23040-23295.pbf new file mode 100644 index 00000000..f841f36e Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._23296-23551.pbf b/maplibre/fonts/InterBoldItalic/._23296-23551.pbf new file mode 100644 index 00000000..e8049131 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._23552-23807.pbf b/maplibre/fonts/InterBoldItalic/._23552-23807.pbf new file mode 100644 index 00000000..ecec462a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._23808-24063.pbf b/maplibre/fonts/InterBoldItalic/._23808-24063.pbf new file mode 100644 index 00000000..717b649a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._24064-24319.pbf b/maplibre/fonts/InterBoldItalic/._24064-24319.pbf new file mode 100644 index 00000000..682b0899 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._24320-24575.pbf b/maplibre/fonts/InterBoldItalic/._24320-24575.pbf new file mode 100644 index 00000000..95e9a5af Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._24576-24831.pbf b/maplibre/fonts/InterBoldItalic/._24576-24831.pbf new file mode 100644 index 00000000..6d281555 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._24832-25087.pbf b/maplibre/fonts/InterBoldItalic/._24832-25087.pbf new file mode 100644 index 00000000..94d0e354 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._25088-25343.pbf b/maplibre/fonts/InterBoldItalic/._25088-25343.pbf new file mode 100644 index 00000000..83ca4364 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._25344-25599.pbf b/maplibre/fonts/InterBoldItalic/._25344-25599.pbf new file mode 100644 index 00000000..4e0443a9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._256-511.pbf b/maplibre/fonts/InterBoldItalic/._256-511.pbf new file mode 100644 index 00000000..2aa6fa9b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._2560-2815.pbf b/maplibre/fonts/InterBoldItalic/._2560-2815.pbf new file mode 100644 index 00000000..fc238f6d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._25600-25855.pbf b/maplibre/fonts/InterBoldItalic/._25600-25855.pbf new file mode 100644 index 00000000..d8805cba Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._25856-26111.pbf b/maplibre/fonts/InterBoldItalic/._25856-26111.pbf new file mode 100644 index 00000000..898d8ba1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._26112-26367.pbf b/maplibre/fonts/InterBoldItalic/._26112-26367.pbf new file mode 100644 index 00000000..4a97eb65 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._26368-26623.pbf b/maplibre/fonts/InterBoldItalic/._26368-26623.pbf new file mode 100644 index 00000000..e4c21a7a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._26624-26879.pbf b/maplibre/fonts/InterBoldItalic/._26624-26879.pbf new file mode 100644 index 00000000..ee5ed1ca Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._26880-27135.pbf b/maplibre/fonts/InterBoldItalic/._26880-27135.pbf new file mode 100644 index 00000000..0451d55d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._27136-27391.pbf b/maplibre/fonts/InterBoldItalic/._27136-27391.pbf new file mode 100644 index 00000000..a49a8370 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._27392-27647.pbf b/maplibre/fonts/InterBoldItalic/._27392-27647.pbf new file mode 100644 index 00000000..a512ff9a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._27648-27903.pbf b/maplibre/fonts/InterBoldItalic/._27648-27903.pbf new file mode 100644 index 00000000..7e384d0b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._27904-28159.pbf b/maplibre/fonts/InterBoldItalic/._27904-28159.pbf new file mode 100644 index 00000000..8e0e25f1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._2816-3071.pbf b/maplibre/fonts/InterBoldItalic/._2816-3071.pbf new file mode 100644 index 00000000..a1d60017 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._28160-28415.pbf b/maplibre/fonts/InterBoldItalic/._28160-28415.pbf new file mode 100644 index 00000000..1cc76ae6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._28416-28671.pbf b/maplibre/fonts/InterBoldItalic/._28416-28671.pbf new file mode 100644 index 00000000..a1177bbd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._28672-28927.pbf b/maplibre/fonts/InterBoldItalic/._28672-28927.pbf new file mode 100644 index 00000000..5fef6937 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._28928-29183.pbf b/maplibre/fonts/InterBoldItalic/._28928-29183.pbf new file mode 100644 index 00000000..c01be87f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._29184-29439.pbf b/maplibre/fonts/InterBoldItalic/._29184-29439.pbf new file mode 100644 index 00000000..b4931281 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._29440-29695.pbf b/maplibre/fonts/InterBoldItalic/._29440-29695.pbf new file mode 100644 index 00000000..04ffd605 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._29696-29951.pbf b/maplibre/fonts/InterBoldItalic/._29696-29951.pbf new file mode 100644 index 00000000..0668d4a9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._29952-30207.pbf b/maplibre/fonts/InterBoldItalic/._29952-30207.pbf new file mode 100644 index 00000000..6474409f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._30208-30463.pbf b/maplibre/fonts/InterBoldItalic/._30208-30463.pbf new file mode 100644 index 00000000..54e9b025 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._30464-30719.pbf b/maplibre/fonts/InterBoldItalic/._30464-30719.pbf new file mode 100644 index 00000000..5b053e21 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._3072-3327.pbf b/maplibre/fonts/InterBoldItalic/._3072-3327.pbf new file mode 100644 index 00000000..940b2da9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._30720-30975.pbf b/maplibre/fonts/InterBoldItalic/._30720-30975.pbf new file mode 100644 index 00000000..3a7695b9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._30976-31231.pbf b/maplibre/fonts/InterBoldItalic/._30976-31231.pbf new file mode 100644 index 00000000..f6dc6bd4 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._31232-31487.pbf b/maplibre/fonts/InterBoldItalic/._31232-31487.pbf new file mode 100644 index 00000000..b5538b41 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._31488-31743.pbf b/maplibre/fonts/InterBoldItalic/._31488-31743.pbf new file mode 100644 index 00000000..f72f20d7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._31744-31999.pbf b/maplibre/fonts/InterBoldItalic/._31744-31999.pbf new file mode 100644 index 00000000..58c2eb08 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._32000-32255.pbf b/maplibre/fonts/InterBoldItalic/._32000-32255.pbf new file mode 100644 index 00000000..ccc50fe7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._32256-32511.pbf b/maplibre/fonts/InterBoldItalic/._32256-32511.pbf new file mode 100644 index 00000000..1458d0c6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._32512-32767.pbf b/maplibre/fonts/InterBoldItalic/._32512-32767.pbf new file mode 100644 index 00000000..0aa28106 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._32768-33023.pbf b/maplibre/fonts/InterBoldItalic/._32768-33023.pbf new file mode 100644 index 00000000..31d4f221 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._33024-33279.pbf b/maplibre/fonts/InterBoldItalic/._33024-33279.pbf new file mode 100644 index 00000000..f2f7f24d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._3328-3583.pbf b/maplibre/fonts/InterBoldItalic/._3328-3583.pbf new file mode 100644 index 00000000..f4e87f70 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._33280-33535.pbf b/maplibre/fonts/InterBoldItalic/._33280-33535.pbf new file mode 100644 index 00000000..47005c36 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._33536-33791.pbf b/maplibre/fonts/InterBoldItalic/._33536-33791.pbf new file mode 100644 index 00000000..8e4e7d5a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._33792-34047.pbf b/maplibre/fonts/InterBoldItalic/._33792-34047.pbf new file mode 100644 index 00000000..9f52f2f9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._34048-34303.pbf b/maplibre/fonts/InterBoldItalic/._34048-34303.pbf new file mode 100644 index 00000000..37287fb8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._34304-34559.pbf b/maplibre/fonts/InterBoldItalic/._34304-34559.pbf new file mode 100644 index 00000000..619974fd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._34560-34815.pbf b/maplibre/fonts/InterBoldItalic/._34560-34815.pbf new file mode 100644 index 00000000..cebe5ff7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._34816-35071.pbf b/maplibre/fonts/InterBoldItalic/._34816-35071.pbf new file mode 100644 index 00000000..a3e0c529 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._35072-35327.pbf b/maplibre/fonts/InterBoldItalic/._35072-35327.pbf new file mode 100644 index 00000000..3e6b9585 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._35328-35583.pbf b/maplibre/fonts/InterBoldItalic/._35328-35583.pbf new file mode 100644 index 00000000..b1b61ef8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._35584-35839.pbf b/maplibre/fonts/InterBoldItalic/._35584-35839.pbf new file mode 100644 index 00000000..e8a59db2 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._3584-3839.pbf b/maplibre/fonts/InterBoldItalic/._3584-3839.pbf new file mode 100644 index 00000000..cb678e15 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._35840-36095.pbf b/maplibre/fonts/InterBoldItalic/._35840-36095.pbf new file mode 100644 index 00000000..a835a083 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._36096-36351.pbf b/maplibre/fonts/InterBoldItalic/._36096-36351.pbf new file mode 100644 index 00000000..ff28131a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._36352-36607.pbf b/maplibre/fonts/InterBoldItalic/._36352-36607.pbf new file mode 100644 index 00000000..e4412c2f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._36608-36863.pbf b/maplibre/fonts/InterBoldItalic/._36608-36863.pbf new file mode 100644 index 00000000..70af23d6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._36864-37119.pbf b/maplibre/fonts/InterBoldItalic/._36864-37119.pbf new file mode 100644 index 00000000..667a8c9d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._37120-37375.pbf b/maplibre/fonts/InterBoldItalic/._37120-37375.pbf new file mode 100644 index 00000000..1e6061c0 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._37376-37631.pbf b/maplibre/fonts/InterBoldItalic/._37376-37631.pbf new file mode 100644 index 00000000..b7f445bd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._37632-37887.pbf b/maplibre/fonts/InterBoldItalic/._37632-37887.pbf new file mode 100644 index 00000000..7ad78cdd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._37888-38143.pbf b/maplibre/fonts/InterBoldItalic/._37888-38143.pbf new file mode 100644 index 00000000..17b513a7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._38144-38399.pbf b/maplibre/fonts/InterBoldItalic/._38144-38399.pbf new file mode 100644 index 00000000..da20de7c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._3840-4095.pbf b/maplibre/fonts/InterBoldItalic/._3840-4095.pbf new file mode 100644 index 00000000..6ba4bc16 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._38400-38655.pbf b/maplibre/fonts/InterBoldItalic/._38400-38655.pbf new file mode 100644 index 00000000..1ba5dfc8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._38656-38911.pbf b/maplibre/fonts/InterBoldItalic/._38656-38911.pbf new file mode 100644 index 00000000..22d5c11c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._38912-39167.pbf b/maplibre/fonts/InterBoldItalic/._38912-39167.pbf new file mode 100644 index 00000000..62a40aa0 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._39168-39423.pbf b/maplibre/fonts/InterBoldItalic/._39168-39423.pbf new file mode 100644 index 00000000..541f6c77 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._39424-39679.pbf b/maplibre/fonts/InterBoldItalic/._39424-39679.pbf new file mode 100644 index 00000000..eab66c67 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._39680-39935.pbf b/maplibre/fonts/InterBoldItalic/._39680-39935.pbf new file mode 100644 index 00000000..3e5d2a9d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._39936-40191.pbf b/maplibre/fonts/InterBoldItalic/._39936-40191.pbf new file mode 100644 index 00000000..4156375b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._40192-40447.pbf b/maplibre/fonts/InterBoldItalic/._40192-40447.pbf new file mode 100644 index 00000000..d73d0153 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._40448-40703.pbf b/maplibre/fonts/InterBoldItalic/._40448-40703.pbf new file mode 100644 index 00000000..aee4bb25 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._40704-40959.pbf b/maplibre/fonts/InterBoldItalic/._40704-40959.pbf new file mode 100644 index 00000000..79d3a808 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._4096-4351.pbf b/maplibre/fonts/InterBoldItalic/._4096-4351.pbf new file mode 100644 index 00000000..8e7de246 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._40960-41215.pbf b/maplibre/fonts/InterBoldItalic/._40960-41215.pbf new file mode 100644 index 00000000..fba12030 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._41216-41471.pbf b/maplibre/fonts/InterBoldItalic/._41216-41471.pbf new file mode 100644 index 00000000..241d1fc4 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._41472-41727.pbf b/maplibre/fonts/InterBoldItalic/._41472-41727.pbf new file mode 100644 index 00000000..ac4d1c9e Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._41728-41983.pbf b/maplibre/fonts/InterBoldItalic/._41728-41983.pbf new file mode 100644 index 00000000..3070c96f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._41984-42239.pbf b/maplibre/fonts/InterBoldItalic/._41984-42239.pbf new file mode 100644 index 00000000..0df0632e Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._42240-42495.pbf b/maplibre/fonts/InterBoldItalic/._42240-42495.pbf new file mode 100644 index 00000000..ed112927 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._42496-42751.pbf b/maplibre/fonts/InterBoldItalic/._42496-42751.pbf new file mode 100644 index 00000000..8018aa7c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._42752-43007.pbf b/maplibre/fonts/InterBoldItalic/._42752-43007.pbf new file mode 100644 index 00000000..4471a441 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._43008-43263.pbf b/maplibre/fonts/InterBoldItalic/._43008-43263.pbf new file mode 100644 index 00000000..262bfad7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._43264-43519.pbf b/maplibre/fonts/InterBoldItalic/._43264-43519.pbf new file mode 100644 index 00000000..44a9a1a8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._4352-4607.pbf b/maplibre/fonts/InterBoldItalic/._4352-4607.pbf new file mode 100644 index 00000000..4f7ed31c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._43520-43775.pbf b/maplibre/fonts/InterBoldItalic/._43520-43775.pbf new file mode 100644 index 00000000..1b833dbc Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._43776-44031.pbf b/maplibre/fonts/InterBoldItalic/._43776-44031.pbf new file mode 100644 index 00000000..378a69e6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._44032-44287.pbf b/maplibre/fonts/InterBoldItalic/._44032-44287.pbf new file mode 100644 index 00000000..876dfb17 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._44288-44543.pbf b/maplibre/fonts/InterBoldItalic/._44288-44543.pbf new file mode 100644 index 00000000..57a699b2 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._44544-44799.pbf b/maplibre/fonts/InterBoldItalic/._44544-44799.pbf new file mode 100644 index 00000000..39182e13 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._44800-45055.pbf b/maplibre/fonts/InterBoldItalic/._44800-45055.pbf new file mode 100644 index 00000000..de6c7a9a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._45056-45311.pbf b/maplibre/fonts/InterBoldItalic/._45056-45311.pbf new file mode 100644 index 00000000..df812923 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._45312-45567.pbf b/maplibre/fonts/InterBoldItalic/._45312-45567.pbf new file mode 100644 index 00000000..c2239cea Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._45568-45823.pbf b/maplibre/fonts/InterBoldItalic/._45568-45823.pbf new file mode 100644 index 00000000..a03eb569 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._45824-46079.pbf b/maplibre/fonts/InterBoldItalic/._45824-46079.pbf new file mode 100644 index 00000000..45d456a0 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._4608-4863.pbf b/maplibre/fonts/InterBoldItalic/._4608-4863.pbf new file mode 100644 index 00000000..e67354be Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._46080-46335.pbf b/maplibre/fonts/InterBoldItalic/._46080-46335.pbf new file mode 100644 index 00000000..c8e4caa6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._46336-46591.pbf b/maplibre/fonts/InterBoldItalic/._46336-46591.pbf new file mode 100644 index 00000000..3d5a38a4 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._46592-46847.pbf b/maplibre/fonts/InterBoldItalic/._46592-46847.pbf new file mode 100644 index 00000000..d33ceaa3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._46848-47103.pbf b/maplibre/fonts/InterBoldItalic/._46848-47103.pbf new file mode 100644 index 00000000..4979bb94 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._47104-47359.pbf b/maplibre/fonts/InterBoldItalic/._47104-47359.pbf new file mode 100644 index 00000000..50e8db9b Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._47360-47615.pbf b/maplibre/fonts/InterBoldItalic/._47360-47615.pbf new file mode 100644 index 00000000..b4a0f1db Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._47616-47871.pbf b/maplibre/fonts/InterBoldItalic/._47616-47871.pbf new file mode 100644 index 00000000..080621f7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._47872-48127.pbf b/maplibre/fonts/InterBoldItalic/._47872-48127.pbf new file mode 100644 index 00000000..19ce6af9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._48128-48383.pbf b/maplibre/fonts/InterBoldItalic/._48128-48383.pbf new file mode 100644 index 00000000..d61c4ac9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._48384-48639.pbf b/maplibre/fonts/InterBoldItalic/._48384-48639.pbf new file mode 100644 index 00000000..1a6db416 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._4864-5119.pbf b/maplibre/fonts/InterBoldItalic/._4864-5119.pbf new file mode 100644 index 00000000..74e8ee7d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._48640-48895.pbf b/maplibre/fonts/InterBoldItalic/._48640-48895.pbf new file mode 100644 index 00000000..accc4c10 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._48896-49151.pbf b/maplibre/fonts/InterBoldItalic/._48896-49151.pbf new file mode 100644 index 00000000..e4704244 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._49152-49407.pbf b/maplibre/fonts/InterBoldItalic/._49152-49407.pbf new file mode 100644 index 00000000..3e62b62a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._49408-49663.pbf b/maplibre/fonts/InterBoldItalic/._49408-49663.pbf new file mode 100644 index 00000000..993f8d70 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._49664-49919.pbf b/maplibre/fonts/InterBoldItalic/._49664-49919.pbf new file mode 100644 index 00000000..82e85d2c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._49920-50175.pbf b/maplibre/fonts/InterBoldItalic/._49920-50175.pbf new file mode 100644 index 00000000..7af10de5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._50176-50431.pbf b/maplibre/fonts/InterBoldItalic/._50176-50431.pbf new file mode 100644 index 00000000..213384fc Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._50432-50687.pbf b/maplibre/fonts/InterBoldItalic/._50432-50687.pbf new file mode 100644 index 00000000..7a97e933 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._50688-50943.pbf b/maplibre/fonts/InterBoldItalic/._50688-50943.pbf new file mode 100644 index 00000000..c04bbcb4 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._50944-51199.pbf b/maplibre/fonts/InterBoldItalic/._50944-51199.pbf new file mode 100644 index 00000000..d4cc9b8d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._512-767.pbf b/maplibre/fonts/InterBoldItalic/._512-767.pbf new file mode 100644 index 00000000..b80252df Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._5120-5375.pbf b/maplibre/fonts/InterBoldItalic/._5120-5375.pbf new file mode 100644 index 00000000..414cd673 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._51200-51455.pbf b/maplibre/fonts/InterBoldItalic/._51200-51455.pbf new file mode 100644 index 00000000..f3cf14f3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._51456-51711.pbf b/maplibre/fonts/InterBoldItalic/._51456-51711.pbf new file mode 100644 index 00000000..36eb48fc Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._51712-51967.pbf b/maplibre/fonts/InterBoldItalic/._51712-51967.pbf new file mode 100644 index 00000000..d3392250 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._51968-52223.pbf b/maplibre/fonts/InterBoldItalic/._51968-52223.pbf new file mode 100644 index 00000000..062330d5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._52224-52479.pbf b/maplibre/fonts/InterBoldItalic/._52224-52479.pbf new file mode 100644 index 00000000..b3e2154f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._52480-52735.pbf b/maplibre/fonts/InterBoldItalic/._52480-52735.pbf new file mode 100644 index 00000000..a5d64344 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._52736-52991.pbf b/maplibre/fonts/InterBoldItalic/._52736-52991.pbf new file mode 100644 index 00000000..c7d58d92 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._52992-53247.pbf b/maplibre/fonts/InterBoldItalic/._52992-53247.pbf new file mode 100644 index 00000000..faf6c8a9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._53248-53503.pbf b/maplibre/fonts/InterBoldItalic/._53248-53503.pbf new file mode 100644 index 00000000..853edc37 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._53504-53759.pbf b/maplibre/fonts/InterBoldItalic/._53504-53759.pbf new file mode 100644 index 00000000..b988e568 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._5376-5631.pbf b/maplibre/fonts/InterBoldItalic/._5376-5631.pbf new file mode 100644 index 00000000..99fca96c Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._53760-54015.pbf b/maplibre/fonts/InterBoldItalic/._53760-54015.pbf new file mode 100644 index 00000000..3e1248e2 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._54016-54271.pbf b/maplibre/fonts/InterBoldItalic/._54016-54271.pbf new file mode 100644 index 00000000..719de86f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._54272-54527.pbf b/maplibre/fonts/InterBoldItalic/._54272-54527.pbf new file mode 100644 index 00000000..b83783df Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._54528-54783.pbf b/maplibre/fonts/InterBoldItalic/._54528-54783.pbf new file mode 100644 index 00000000..2e40e46f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._54784-55039.pbf b/maplibre/fonts/InterBoldItalic/._54784-55039.pbf new file mode 100644 index 00000000..3fdcf0a6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._55040-55295.pbf b/maplibre/fonts/InterBoldItalic/._55040-55295.pbf new file mode 100644 index 00000000..030a77ff Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._55296-55551.pbf b/maplibre/fonts/InterBoldItalic/._55296-55551.pbf new file mode 100644 index 00000000..1d9c07a1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._55552-55807.pbf b/maplibre/fonts/InterBoldItalic/._55552-55807.pbf new file mode 100644 index 00000000..4249f416 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._55808-56063.pbf b/maplibre/fonts/InterBoldItalic/._55808-56063.pbf new file mode 100644 index 00000000..61c55326 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._56064-56319.pbf b/maplibre/fonts/InterBoldItalic/._56064-56319.pbf new file mode 100644 index 00000000..d190b554 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._5632-5887.pbf b/maplibre/fonts/InterBoldItalic/._5632-5887.pbf new file mode 100644 index 00000000..1126ca16 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._56320-56575.pbf b/maplibre/fonts/InterBoldItalic/._56320-56575.pbf new file mode 100644 index 00000000..7ec26157 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._56576-56831.pbf b/maplibre/fonts/InterBoldItalic/._56576-56831.pbf new file mode 100644 index 00000000..08933194 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._56832-57087.pbf b/maplibre/fonts/InterBoldItalic/._56832-57087.pbf new file mode 100644 index 00000000..7602ce7f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._57088-57343.pbf b/maplibre/fonts/InterBoldItalic/._57088-57343.pbf new file mode 100644 index 00000000..15a8b891 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._57344-57599.pbf b/maplibre/fonts/InterBoldItalic/._57344-57599.pbf new file mode 100644 index 00000000..80cc8f81 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._57600-57855.pbf b/maplibre/fonts/InterBoldItalic/._57600-57855.pbf new file mode 100644 index 00000000..63af2d5d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._57856-58111.pbf b/maplibre/fonts/InterBoldItalic/._57856-58111.pbf new file mode 100644 index 00000000..2f427edc Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._58112-58367.pbf b/maplibre/fonts/InterBoldItalic/._58112-58367.pbf new file mode 100644 index 00000000..f5333de6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._58368-58623.pbf b/maplibre/fonts/InterBoldItalic/._58368-58623.pbf new file mode 100644 index 00000000..e5104e65 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._58624-58879.pbf b/maplibre/fonts/InterBoldItalic/._58624-58879.pbf new file mode 100644 index 00000000..3a7d390d Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._5888-6143.pbf b/maplibre/fonts/InterBoldItalic/._5888-6143.pbf new file mode 100644 index 00000000..cada5715 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._58880-59135.pbf b/maplibre/fonts/InterBoldItalic/._58880-59135.pbf new file mode 100644 index 00000000..1c15eeed Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._59136-59391.pbf b/maplibre/fonts/InterBoldItalic/._59136-59391.pbf new file mode 100644 index 00000000..d03db4f8 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._59392-59647.pbf b/maplibre/fonts/InterBoldItalic/._59392-59647.pbf new file mode 100644 index 00000000..8f21fe97 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._59648-59903.pbf b/maplibre/fonts/InterBoldItalic/._59648-59903.pbf new file mode 100644 index 00000000..2d5a3912 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._59904-60159.pbf b/maplibre/fonts/InterBoldItalic/._59904-60159.pbf new file mode 100644 index 00000000..403534da Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._60160-60415.pbf b/maplibre/fonts/InterBoldItalic/._60160-60415.pbf new file mode 100644 index 00000000..69e9b3d5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._60416-60671.pbf b/maplibre/fonts/InterBoldItalic/._60416-60671.pbf new file mode 100644 index 00000000..b813a092 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._60672-60927.pbf b/maplibre/fonts/InterBoldItalic/._60672-60927.pbf new file mode 100644 index 00000000..8c662ebd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._60928-61183.pbf b/maplibre/fonts/InterBoldItalic/._60928-61183.pbf new file mode 100644 index 00000000..87f0c103 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._61184-61439.pbf b/maplibre/fonts/InterBoldItalic/._61184-61439.pbf new file mode 100644 index 00000000..c4577025 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._6144-6399.pbf b/maplibre/fonts/InterBoldItalic/._6144-6399.pbf new file mode 100644 index 00000000..a77dc7fe Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._61440-61695.pbf b/maplibre/fonts/InterBoldItalic/._61440-61695.pbf new file mode 100644 index 00000000..7c1a62a6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._61696-61951.pbf b/maplibre/fonts/InterBoldItalic/._61696-61951.pbf new file mode 100644 index 00000000..75480949 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._61952-62207.pbf b/maplibre/fonts/InterBoldItalic/._61952-62207.pbf new file mode 100644 index 00000000..e3bc689a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._62208-62463.pbf b/maplibre/fonts/InterBoldItalic/._62208-62463.pbf new file mode 100644 index 00000000..5c26c104 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._62464-62719.pbf b/maplibre/fonts/InterBoldItalic/._62464-62719.pbf new file mode 100644 index 00000000..2b208c6f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._62720-62975.pbf b/maplibre/fonts/InterBoldItalic/._62720-62975.pbf new file mode 100644 index 00000000..61fc41b9 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._62976-63231.pbf b/maplibre/fonts/InterBoldItalic/._62976-63231.pbf new file mode 100644 index 00000000..9fd341e7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._63232-63487.pbf b/maplibre/fonts/InterBoldItalic/._63232-63487.pbf new file mode 100644 index 00000000..e8324146 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._63488-63743.pbf b/maplibre/fonts/InterBoldItalic/._63488-63743.pbf new file mode 100644 index 00000000..38c96886 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._63744-63999.pbf b/maplibre/fonts/InterBoldItalic/._63744-63999.pbf new file mode 100644 index 00000000..5be619c1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._6400-6655.pbf b/maplibre/fonts/InterBoldItalic/._6400-6655.pbf new file mode 100644 index 00000000..7108b798 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._64000-64255.pbf b/maplibre/fonts/InterBoldItalic/._64000-64255.pbf new file mode 100644 index 00000000..10c43055 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._64256-64511.pbf b/maplibre/fonts/InterBoldItalic/._64256-64511.pbf new file mode 100644 index 00000000..83e6b77a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._64512-64767.pbf b/maplibre/fonts/InterBoldItalic/._64512-64767.pbf new file mode 100644 index 00000000..91b4dd0a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._64768-65023.pbf b/maplibre/fonts/InterBoldItalic/._64768-65023.pbf new file mode 100644 index 00000000..d2268ebd Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._65024-65279.pbf b/maplibre/fonts/InterBoldItalic/._65024-65279.pbf new file mode 100644 index 00000000..c89ee36a Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._65280-65535.pbf b/maplibre/fonts/InterBoldItalic/._65280-65535.pbf new file mode 100644 index 00000000..993433a1 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._6656-6911.pbf b/maplibre/fonts/InterBoldItalic/._6656-6911.pbf new file mode 100644 index 00000000..c9a8e04f Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._6912-7167.pbf b/maplibre/fonts/InterBoldItalic/._6912-7167.pbf new file mode 100644 index 00000000..1d10e8d6 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._7168-7423.pbf b/maplibre/fonts/InterBoldItalic/._7168-7423.pbf new file mode 100644 index 00000000..eb4bedfe Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._7424-7679.pbf b/maplibre/fonts/InterBoldItalic/._7424-7679.pbf new file mode 100644 index 00000000..f1fa11a5 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._768-1023.pbf b/maplibre/fonts/InterBoldItalic/._768-1023.pbf new file mode 100644 index 00000000..376c2d77 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._7680-7935.pbf b/maplibre/fonts/InterBoldItalic/._7680-7935.pbf new file mode 100644 index 00000000..22eaa2d4 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._7936-8191.pbf b/maplibre/fonts/InterBoldItalic/._7936-8191.pbf new file mode 100644 index 00000000..4eac50e7 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._8192-8447.pbf b/maplibre/fonts/InterBoldItalic/._8192-8447.pbf new file mode 100644 index 00000000..8afb20b3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._8448-8703.pbf b/maplibre/fonts/InterBoldItalic/._8448-8703.pbf new file mode 100644 index 00000000..5e013d23 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._8704-8959.pbf b/maplibre/fonts/InterBoldItalic/._8704-8959.pbf new file mode 100644 index 00000000..446a7330 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._8960-9215.pbf b/maplibre/fonts/InterBoldItalic/._8960-9215.pbf new file mode 100644 index 00000000..a6269e13 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._9216-9471.pbf b/maplibre/fonts/InterBoldItalic/._9216-9471.pbf new file mode 100644 index 00000000..58eb3ab3 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._9472-9727.pbf b/maplibre/fonts/InterBoldItalic/._9472-9727.pbf new file mode 100644 index 00000000..b7991d79 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._9728-9983.pbf b/maplibre/fonts/InterBoldItalic/._9728-9983.pbf new file mode 100644 index 00000000..c760f2c2 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterBoldItalic/._9984-10239.pbf b/maplibre/fonts/InterBoldItalic/._9984-10239.pbf new file mode 100644 index 00000000..362b7915 Binary files /dev/null and b/maplibre/fonts/InterBoldItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._0-255.pbf b/maplibre/fonts/InterExtraBold/._0-255.pbf new file mode 100644 index 00000000..9fb28e76 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._0-255.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._1024-1279.pbf b/maplibre/fonts/InterExtraBold/._1024-1279.pbf new file mode 100644 index 00000000..7e444106 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._10240-10495.pbf b/maplibre/fonts/InterExtraBold/._10240-10495.pbf new file mode 100644 index 00000000..9aa1b014 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._10496-10751.pbf b/maplibre/fonts/InterExtraBold/._10496-10751.pbf new file mode 100644 index 00000000..e716cb18 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._10752-11007.pbf b/maplibre/fonts/InterExtraBold/._10752-11007.pbf new file mode 100644 index 00000000..37008c1a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._11008-11263.pbf b/maplibre/fonts/InterExtraBold/._11008-11263.pbf new file mode 100644 index 00000000..fd02f648 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._11264-11519.pbf b/maplibre/fonts/InterExtraBold/._11264-11519.pbf new file mode 100644 index 00000000..473e0e7d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._11520-11775.pbf b/maplibre/fonts/InterExtraBold/._11520-11775.pbf new file mode 100644 index 00000000..638bbb97 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._11776-12031.pbf b/maplibre/fonts/InterExtraBold/._11776-12031.pbf new file mode 100644 index 00000000..bb0afdd7 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._12032-12287.pbf b/maplibre/fonts/InterExtraBold/._12032-12287.pbf new file mode 100644 index 00000000..f1c57801 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._12288-12543.pbf b/maplibre/fonts/InterExtraBold/._12288-12543.pbf new file mode 100644 index 00000000..1c83535a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._12544-12799.pbf b/maplibre/fonts/InterExtraBold/._12544-12799.pbf new file mode 100644 index 00000000..440cece1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._1280-1535.pbf b/maplibre/fonts/InterExtraBold/._1280-1535.pbf new file mode 100644 index 00000000..48b1d7ed Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._12800-13055.pbf b/maplibre/fonts/InterExtraBold/._12800-13055.pbf new file mode 100644 index 00000000..fbaf9958 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._13056-13311.pbf b/maplibre/fonts/InterExtraBold/._13056-13311.pbf new file mode 100644 index 00000000..7eac7cff Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._13312-13567.pbf b/maplibre/fonts/InterExtraBold/._13312-13567.pbf new file mode 100644 index 00000000..69ab7190 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._13568-13823.pbf b/maplibre/fonts/InterExtraBold/._13568-13823.pbf new file mode 100644 index 00000000..d08e3a55 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._13824-14079.pbf b/maplibre/fonts/InterExtraBold/._13824-14079.pbf new file mode 100644 index 00000000..5ca435a5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._14080-14335.pbf b/maplibre/fonts/InterExtraBold/._14080-14335.pbf new file mode 100644 index 00000000..23a1cefd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._14336-14591.pbf b/maplibre/fonts/InterExtraBold/._14336-14591.pbf new file mode 100644 index 00000000..41a27a83 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._14592-14847.pbf b/maplibre/fonts/InterExtraBold/._14592-14847.pbf new file mode 100644 index 00000000..40819056 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._14848-15103.pbf b/maplibre/fonts/InterExtraBold/._14848-15103.pbf new file mode 100644 index 00000000..3f9ec929 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._15104-15359.pbf b/maplibre/fonts/InterExtraBold/._15104-15359.pbf new file mode 100644 index 00000000..4921115c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._1536-1791.pbf b/maplibre/fonts/InterExtraBold/._1536-1791.pbf new file mode 100644 index 00000000..ad1112f3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._15360-15615.pbf b/maplibre/fonts/InterExtraBold/._15360-15615.pbf new file mode 100644 index 00000000..1693882c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._15616-15871.pbf b/maplibre/fonts/InterExtraBold/._15616-15871.pbf new file mode 100644 index 00000000..7fef2d62 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._15872-16127.pbf b/maplibre/fonts/InterExtraBold/._15872-16127.pbf new file mode 100644 index 00000000..cab178a8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._16128-16383.pbf b/maplibre/fonts/InterExtraBold/._16128-16383.pbf new file mode 100644 index 00000000..81eb85f2 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._16384-16639.pbf b/maplibre/fonts/InterExtraBold/._16384-16639.pbf new file mode 100644 index 00000000..94b70136 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._16640-16895.pbf b/maplibre/fonts/InterExtraBold/._16640-16895.pbf new file mode 100644 index 00000000..04841c6a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._16896-17151.pbf b/maplibre/fonts/InterExtraBold/._16896-17151.pbf new file mode 100644 index 00000000..b41c3d57 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._17152-17407.pbf b/maplibre/fonts/InterExtraBold/._17152-17407.pbf new file mode 100644 index 00000000..0e8975f4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._17408-17663.pbf b/maplibre/fonts/InterExtraBold/._17408-17663.pbf new file mode 100644 index 00000000..d6fd9d16 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._17664-17919.pbf b/maplibre/fonts/InterExtraBold/._17664-17919.pbf new file mode 100644 index 00000000..848b2fe5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._1792-2047.pbf b/maplibre/fonts/InterExtraBold/._1792-2047.pbf new file mode 100644 index 00000000..4a8c0f55 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._17920-18175.pbf b/maplibre/fonts/InterExtraBold/._17920-18175.pbf new file mode 100644 index 00000000..e293c0da Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._18176-18431.pbf b/maplibre/fonts/InterExtraBold/._18176-18431.pbf new file mode 100644 index 00000000..d56efa22 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._18432-18687.pbf b/maplibre/fonts/InterExtraBold/._18432-18687.pbf new file mode 100644 index 00000000..6c317e60 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._18688-18943.pbf b/maplibre/fonts/InterExtraBold/._18688-18943.pbf new file mode 100644 index 00000000..b5a77743 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._18944-19199.pbf b/maplibre/fonts/InterExtraBold/._18944-19199.pbf new file mode 100644 index 00000000..0c1605f6 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._19200-19455.pbf b/maplibre/fonts/InterExtraBold/._19200-19455.pbf new file mode 100644 index 00000000..a2110b3a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._19456-19711.pbf b/maplibre/fonts/InterExtraBold/._19456-19711.pbf new file mode 100644 index 00000000..d39ec5d4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._19712-19967.pbf b/maplibre/fonts/InterExtraBold/._19712-19967.pbf new file mode 100644 index 00000000..6699de93 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._19968-20223.pbf b/maplibre/fonts/InterExtraBold/._19968-20223.pbf new file mode 100644 index 00000000..19e850e8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._20224-20479.pbf b/maplibre/fonts/InterExtraBold/._20224-20479.pbf new file mode 100644 index 00000000..20946b1f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._2048-2303.pbf b/maplibre/fonts/InterExtraBold/._2048-2303.pbf new file mode 100644 index 00000000..d37ae193 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._20480-20735.pbf b/maplibre/fonts/InterExtraBold/._20480-20735.pbf new file mode 100644 index 00000000..717d6aec Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._20736-20991.pbf b/maplibre/fonts/InterExtraBold/._20736-20991.pbf new file mode 100644 index 00000000..76c3b589 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._20992-21247.pbf b/maplibre/fonts/InterExtraBold/._20992-21247.pbf new file mode 100644 index 00000000..0af80a3c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._21248-21503.pbf b/maplibre/fonts/InterExtraBold/._21248-21503.pbf new file mode 100644 index 00000000..995283bd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._21504-21759.pbf b/maplibre/fonts/InterExtraBold/._21504-21759.pbf new file mode 100644 index 00000000..9eec99db Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._21760-22015.pbf b/maplibre/fonts/InterExtraBold/._21760-22015.pbf new file mode 100644 index 00000000..e508726e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._22016-22271.pbf b/maplibre/fonts/InterExtraBold/._22016-22271.pbf new file mode 100644 index 00000000..47e15855 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._22272-22527.pbf b/maplibre/fonts/InterExtraBold/._22272-22527.pbf new file mode 100644 index 00000000..7db4891e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._22528-22783.pbf b/maplibre/fonts/InterExtraBold/._22528-22783.pbf new file mode 100644 index 00000000..c747f752 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._22784-23039.pbf b/maplibre/fonts/InterExtraBold/._22784-23039.pbf new file mode 100644 index 00000000..4b6ee23a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._2304-2559.pbf b/maplibre/fonts/InterExtraBold/._2304-2559.pbf new file mode 100644 index 00000000..412e5129 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._23040-23295.pbf b/maplibre/fonts/InterExtraBold/._23040-23295.pbf new file mode 100644 index 00000000..5d78e28e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._23296-23551.pbf b/maplibre/fonts/InterExtraBold/._23296-23551.pbf new file mode 100644 index 00000000..dc33f1a1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._23552-23807.pbf b/maplibre/fonts/InterExtraBold/._23552-23807.pbf new file mode 100644 index 00000000..6a2041b4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._23808-24063.pbf b/maplibre/fonts/InterExtraBold/._23808-24063.pbf new file mode 100644 index 00000000..97bf99ac Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._24064-24319.pbf b/maplibre/fonts/InterExtraBold/._24064-24319.pbf new file mode 100644 index 00000000..ee2cfddf Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._24320-24575.pbf b/maplibre/fonts/InterExtraBold/._24320-24575.pbf new file mode 100644 index 00000000..b8daa581 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._24576-24831.pbf b/maplibre/fonts/InterExtraBold/._24576-24831.pbf new file mode 100644 index 00000000..4b90dc26 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._24832-25087.pbf b/maplibre/fonts/InterExtraBold/._24832-25087.pbf new file mode 100644 index 00000000..f927c122 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._25088-25343.pbf b/maplibre/fonts/InterExtraBold/._25088-25343.pbf new file mode 100644 index 00000000..56fbdb35 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._25344-25599.pbf b/maplibre/fonts/InterExtraBold/._25344-25599.pbf new file mode 100644 index 00000000..d6982e8f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._256-511.pbf b/maplibre/fonts/InterExtraBold/._256-511.pbf new file mode 100644 index 00000000..9a173f91 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._256-511.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._2560-2815.pbf b/maplibre/fonts/InterExtraBold/._2560-2815.pbf new file mode 100644 index 00000000..1ab851f9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._25600-25855.pbf b/maplibre/fonts/InterExtraBold/._25600-25855.pbf new file mode 100644 index 00000000..6092286a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._25856-26111.pbf b/maplibre/fonts/InterExtraBold/._25856-26111.pbf new file mode 100644 index 00000000..eb078a9b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._26112-26367.pbf b/maplibre/fonts/InterExtraBold/._26112-26367.pbf new file mode 100644 index 00000000..b98409d8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._26368-26623.pbf b/maplibre/fonts/InterExtraBold/._26368-26623.pbf new file mode 100644 index 00000000..bd5183f1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._26624-26879.pbf b/maplibre/fonts/InterExtraBold/._26624-26879.pbf new file mode 100644 index 00000000..a7d5f137 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._26880-27135.pbf b/maplibre/fonts/InterExtraBold/._26880-27135.pbf new file mode 100644 index 00000000..7f0cbb88 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._27136-27391.pbf b/maplibre/fonts/InterExtraBold/._27136-27391.pbf new file mode 100644 index 00000000..5930c317 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._27392-27647.pbf b/maplibre/fonts/InterExtraBold/._27392-27647.pbf new file mode 100644 index 00000000..5121cf94 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._27648-27903.pbf b/maplibre/fonts/InterExtraBold/._27648-27903.pbf new file mode 100644 index 00000000..6ca323b3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._27904-28159.pbf b/maplibre/fonts/InterExtraBold/._27904-28159.pbf new file mode 100644 index 00000000..fbc2edcb Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._2816-3071.pbf b/maplibre/fonts/InterExtraBold/._2816-3071.pbf new file mode 100644 index 00000000..ee715ece Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._28160-28415.pbf b/maplibre/fonts/InterExtraBold/._28160-28415.pbf new file mode 100644 index 00000000..9f50501d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._28416-28671.pbf b/maplibre/fonts/InterExtraBold/._28416-28671.pbf new file mode 100644 index 00000000..092548d6 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._28672-28927.pbf b/maplibre/fonts/InterExtraBold/._28672-28927.pbf new file mode 100644 index 00000000..4212fcdd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._28928-29183.pbf b/maplibre/fonts/InterExtraBold/._28928-29183.pbf new file mode 100644 index 00000000..99beeb48 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._29184-29439.pbf b/maplibre/fonts/InterExtraBold/._29184-29439.pbf new file mode 100644 index 00000000..a3ad3573 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._29440-29695.pbf b/maplibre/fonts/InterExtraBold/._29440-29695.pbf new file mode 100644 index 00000000..0cde4149 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._29696-29951.pbf b/maplibre/fonts/InterExtraBold/._29696-29951.pbf new file mode 100644 index 00000000..130f90d4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._29952-30207.pbf b/maplibre/fonts/InterExtraBold/._29952-30207.pbf new file mode 100644 index 00000000..e22fe44b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._30208-30463.pbf b/maplibre/fonts/InterExtraBold/._30208-30463.pbf new file mode 100644 index 00000000..f06d5b09 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._30464-30719.pbf b/maplibre/fonts/InterExtraBold/._30464-30719.pbf new file mode 100644 index 00000000..21c8e912 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._3072-3327.pbf b/maplibre/fonts/InterExtraBold/._3072-3327.pbf new file mode 100644 index 00000000..01424cce Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._30720-30975.pbf b/maplibre/fonts/InterExtraBold/._30720-30975.pbf new file mode 100644 index 00000000..054a7b91 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._30976-31231.pbf b/maplibre/fonts/InterExtraBold/._30976-31231.pbf new file mode 100644 index 00000000..eb1f13aa Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._31232-31487.pbf b/maplibre/fonts/InterExtraBold/._31232-31487.pbf new file mode 100644 index 00000000..2362f3a6 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._31488-31743.pbf b/maplibre/fonts/InterExtraBold/._31488-31743.pbf new file mode 100644 index 00000000..0ad98dc9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._31744-31999.pbf b/maplibre/fonts/InterExtraBold/._31744-31999.pbf new file mode 100644 index 00000000..9849998c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._32000-32255.pbf b/maplibre/fonts/InterExtraBold/._32000-32255.pbf new file mode 100644 index 00000000..262197e8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._32256-32511.pbf b/maplibre/fonts/InterExtraBold/._32256-32511.pbf new file mode 100644 index 00000000..34f22b71 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._32512-32767.pbf b/maplibre/fonts/InterExtraBold/._32512-32767.pbf new file mode 100644 index 00000000..ffede114 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._32768-33023.pbf b/maplibre/fonts/InterExtraBold/._32768-33023.pbf new file mode 100644 index 00000000..fd7ac728 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._33024-33279.pbf b/maplibre/fonts/InterExtraBold/._33024-33279.pbf new file mode 100644 index 00000000..c129bd45 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._3328-3583.pbf b/maplibre/fonts/InterExtraBold/._3328-3583.pbf new file mode 100644 index 00000000..9c003162 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._33280-33535.pbf b/maplibre/fonts/InterExtraBold/._33280-33535.pbf new file mode 100644 index 00000000..9036c8f0 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._33536-33791.pbf b/maplibre/fonts/InterExtraBold/._33536-33791.pbf new file mode 100644 index 00000000..af6052e1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._33792-34047.pbf b/maplibre/fonts/InterExtraBold/._33792-34047.pbf new file mode 100644 index 00000000..f0454f98 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._34048-34303.pbf b/maplibre/fonts/InterExtraBold/._34048-34303.pbf new file mode 100644 index 00000000..d4a2bc44 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._34304-34559.pbf b/maplibre/fonts/InterExtraBold/._34304-34559.pbf new file mode 100644 index 00000000..648e7938 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._34560-34815.pbf b/maplibre/fonts/InterExtraBold/._34560-34815.pbf new file mode 100644 index 00000000..cda752a3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._34816-35071.pbf b/maplibre/fonts/InterExtraBold/._34816-35071.pbf new file mode 100644 index 00000000..d937c630 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._35072-35327.pbf b/maplibre/fonts/InterExtraBold/._35072-35327.pbf new file mode 100644 index 00000000..53ed2240 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._35328-35583.pbf b/maplibre/fonts/InterExtraBold/._35328-35583.pbf new file mode 100644 index 00000000..6db5323c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._35584-35839.pbf b/maplibre/fonts/InterExtraBold/._35584-35839.pbf new file mode 100644 index 00000000..b3251f2d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._3584-3839.pbf b/maplibre/fonts/InterExtraBold/._3584-3839.pbf new file mode 100644 index 00000000..f4f571d7 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._35840-36095.pbf b/maplibre/fonts/InterExtraBold/._35840-36095.pbf new file mode 100644 index 00000000..e7de1864 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._36096-36351.pbf b/maplibre/fonts/InterExtraBold/._36096-36351.pbf new file mode 100644 index 00000000..ec6229a8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._36352-36607.pbf b/maplibre/fonts/InterExtraBold/._36352-36607.pbf new file mode 100644 index 00000000..59f6adb5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._36608-36863.pbf b/maplibre/fonts/InterExtraBold/._36608-36863.pbf new file mode 100644 index 00000000..a879834a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._36864-37119.pbf b/maplibre/fonts/InterExtraBold/._36864-37119.pbf new file mode 100644 index 00000000..02ea3159 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._37120-37375.pbf b/maplibre/fonts/InterExtraBold/._37120-37375.pbf new file mode 100644 index 00000000..c6592b3a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._37376-37631.pbf b/maplibre/fonts/InterExtraBold/._37376-37631.pbf new file mode 100644 index 00000000..046de250 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._37632-37887.pbf b/maplibre/fonts/InterExtraBold/._37632-37887.pbf new file mode 100644 index 00000000..d20c432c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._37888-38143.pbf b/maplibre/fonts/InterExtraBold/._37888-38143.pbf new file mode 100644 index 00000000..de437493 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._38144-38399.pbf b/maplibre/fonts/InterExtraBold/._38144-38399.pbf new file mode 100644 index 00000000..1378935d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._3840-4095.pbf b/maplibre/fonts/InterExtraBold/._3840-4095.pbf new file mode 100644 index 00000000..54ca250a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._38400-38655.pbf b/maplibre/fonts/InterExtraBold/._38400-38655.pbf new file mode 100644 index 00000000..f41599ce Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._38656-38911.pbf b/maplibre/fonts/InterExtraBold/._38656-38911.pbf new file mode 100644 index 00000000..4ab01222 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._38912-39167.pbf b/maplibre/fonts/InterExtraBold/._38912-39167.pbf new file mode 100644 index 00000000..37a62ae4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._39168-39423.pbf b/maplibre/fonts/InterExtraBold/._39168-39423.pbf new file mode 100644 index 00000000..5a245510 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._39424-39679.pbf b/maplibre/fonts/InterExtraBold/._39424-39679.pbf new file mode 100644 index 00000000..c02ccc26 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._39680-39935.pbf b/maplibre/fonts/InterExtraBold/._39680-39935.pbf new file mode 100644 index 00000000..d46a0cc5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._39936-40191.pbf b/maplibre/fonts/InterExtraBold/._39936-40191.pbf new file mode 100644 index 00000000..b92c1857 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._40192-40447.pbf b/maplibre/fonts/InterExtraBold/._40192-40447.pbf new file mode 100644 index 00000000..92a76bb4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._40448-40703.pbf b/maplibre/fonts/InterExtraBold/._40448-40703.pbf new file mode 100644 index 00000000..6f263c60 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._40704-40959.pbf b/maplibre/fonts/InterExtraBold/._40704-40959.pbf new file mode 100644 index 00000000..65248684 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._4096-4351.pbf b/maplibre/fonts/InterExtraBold/._4096-4351.pbf new file mode 100644 index 00000000..ce234898 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._40960-41215.pbf b/maplibre/fonts/InterExtraBold/._40960-41215.pbf new file mode 100644 index 00000000..80c3490d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._41216-41471.pbf b/maplibre/fonts/InterExtraBold/._41216-41471.pbf new file mode 100644 index 00000000..01558ff8 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._41472-41727.pbf b/maplibre/fonts/InterExtraBold/._41472-41727.pbf new file mode 100644 index 00000000..d6b6842b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._41728-41983.pbf b/maplibre/fonts/InterExtraBold/._41728-41983.pbf new file mode 100644 index 00000000..86418951 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._41984-42239.pbf b/maplibre/fonts/InterExtraBold/._41984-42239.pbf new file mode 100644 index 00000000..a7d28d8f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._42240-42495.pbf b/maplibre/fonts/InterExtraBold/._42240-42495.pbf new file mode 100644 index 00000000..90db4177 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._42496-42751.pbf b/maplibre/fonts/InterExtraBold/._42496-42751.pbf new file mode 100644 index 00000000..7b2e9674 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._42752-43007.pbf b/maplibre/fonts/InterExtraBold/._42752-43007.pbf new file mode 100644 index 00000000..1a418334 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._43008-43263.pbf b/maplibre/fonts/InterExtraBold/._43008-43263.pbf new file mode 100644 index 00000000..5ebd5a9b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._43264-43519.pbf b/maplibre/fonts/InterExtraBold/._43264-43519.pbf new file mode 100644 index 00000000..803efd97 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._4352-4607.pbf b/maplibre/fonts/InterExtraBold/._4352-4607.pbf new file mode 100644 index 00000000..f2c5079f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._43520-43775.pbf b/maplibre/fonts/InterExtraBold/._43520-43775.pbf new file mode 100644 index 00000000..8e6f24cf Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._43776-44031.pbf b/maplibre/fonts/InterExtraBold/._43776-44031.pbf new file mode 100644 index 00000000..f4444a44 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._44032-44287.pbf b/maplibre/fonts/InterExtraBold/._44032-44287.pbf new file mode 100644 index 00000000..dd4e5980 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._44288-44543.pbf b/maplibre/fonts/InterExtraBold/._44288-44543.pbf new file mode 100644 index 00000000..da61b739 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._44544-44799.pbf b/maplibre/fonts/InterExtraBold/._44544-44799.pbf new file mode 100644 index 00000000..3f20923e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._44800-45055.pbf b/maplibre/fonts/InterExtraBold/._44800-45055.pbf new file mode 100644 index 00000000..9ee690f5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._45056-45311.pbf b/maplibre/fonts/InterExtraBold/._45056-45311.pbf new file mode 100644 index 00000000..4a1b211e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._45312-45567.pbf b/maplibre/fonts/InterExtraBold/._45312-45567.pbf new file mode 100644 index 00000000..f63d6b28 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._45568-45823.pbf b/maplibre/fonts/InterExtraBold/._45568-45823.pbf new file mode 100644 index 00000000..6d67dcb7 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._45824-46079.pbf b/maplibre/fonts/InterExtraBold/._45824-46079.pbf new file mode 100644 index 00000000..48e7ee26 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._4608-4863.pbf b/maplibre/fonts/InterExtraBold/._4608-4863.pbf new file mode 100644 index 00000000..992cccf9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._46080-46335.pbf b/maplibre/fonts/InterExtraBold/._46080-46335.pbf new file mode 100644 index 00000000..b8b6c053 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._46336-46591.pbf b/maplibre/fonts/InterExtraBold/._46336-46591.pbf new file mode 100644 index 00000000..36e58ae3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._46592-46847.pbf b/maplibre/fonts/InterExtraBold/._46592-46847.pbf new file mode 100644 index 00000000..29942456 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._46848-47103.pbf b/maplibre/fonts/InterExtraBold/._46848-47103.pbf new file mode 100644 index 00000000..49b27530 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._47104-47359.pbf b/maplibre/fonts/InterExtraBold/._47104-47359.pbf new file mode 100644 index 00000000..04a761ba Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._47360-47615.pbf b/maplibre/fonts/InterExtraBold/._47360-47615.pbf new file mode 100644 index 00000000..5c00253c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._47616-47871.pbf b/maplibre/fonts/InterExtraBold/._47616-47871.pbf new file mode 100644 index 00000000..70bbbd8e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._47872-48127.pbf b/maplibre/fonts/InterExtraBold/._47872-48127.pbf new file mode 100644 index 00000000..7883cbdd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._48128-48383.pbf b/maplibre/fonts/InterExtraBold/._48128-48383.pbf new file mode 100644 index 00000000..370803c6 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._48384-48639.pbf b/maplibre/fonts/InterExtraBold/._48384-48639.pbf new file mode 100644 index 00000000..74f54166 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._4864-5119.pbf b/maplibre/fonts/InterExtraBold/._4864-5119.pbf new file mode 100644 index 00000000..88762ab3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._48640-48895.pbf b/maplibre/fonts/InterExtraBold/._48640-48895.pbf new file mode 100644 index 00000000..cb393651 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._48896-49151.pbf b/maplibre/fonts/InterExtraBold/._48896-49151.pbf new file mode 100644 index 00000000..ade9862f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._49152-49407.pbf b/maplibre/fonts/InterExtraBold/._49152-49407.pbf new file mode 100644 index 00000000..e3993312 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._49408-49663.pbf b/maplibre/fonts/InterExtraBold/._49408-49663.pbf new file mode 100644 index 00000000..bab38cef Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._49664-49919.pbf b/maplibre/fonts/InterExtraBold/._49664-49919.pbf new file mode 100644 index 00000000..a672ac43 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._49920-50175.pbf b/maplibre/fonts/InterExtraBold/._49920-50175.pbf new file mode 100644 index 00000000..1a67d4c1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._50176-50431.pbf b/maplibre/fonts/InterExtraBold/._50176-50431.pbf new file mode 100644 index 00000000..eb1a1d37 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._50432-50687.pbf b/maplibre/fonts/InterExtraBold/._50432-50687.pbf new file mode 100644 index 00000000..59a08718 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._50688-50943.pbf b/maplibre/fonts/InterExtraBold/._50688-50943.pbf new file mode 100644 index 00000000..f122bb10 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._50944-51199.pbf b/maplibre/fonts/InterExtraBold/._50944-51199.pbf new file mode 100644 index 00000000..6062b0ec Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._512-767.pbf b/maplibre/fonts/InterExtraBold/._512-767.pbf new file mode 100644 index 00000000..c32bed61 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._512-767.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._5120-5375.pbf b/maplibre/fonts/InterExtraBold/._5120-5375.pbf new file mode 100644 index 00000000..d275b7b1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._51200-51455.pbf b/maplibre/fonts/InterExtraBold/._51200-51455.pbf new file mode 100644 index 00000000..36a49bff Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._51456-51711.pbf b/maplibre/fonts/InterExtraBold/._51456-51711.pbf new file mode 100644 index 00000000..91fd8fa4 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._51712-51967.pbf b/maplibre/fonts/InterExtraBold/._51712-51967.pbf new file mode 100644 index 00000000..414c8002 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._51968-52223.pbf b/maplibre/fonts/InterExtraBold/._51968-52223.pbf new file mode 100644 index 00000000..daa6b6d3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._52224-52479.pbf b/maplibre/fonts/InterExtraBold/._52224-52479.pbf new file mode 100644 index 00000000..a96bd061 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._52480-52735.pbf b/maplibre/fonts/InterExtraBold/._52480-52735.pbf new file mode 100644 index 00000000..b7ffa561 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._52736-52991.pbf b/maplibre/fonts/InterExtraBold/._52736-52991.pbf new file mode 100644 index 00000000..0d977d6c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._52992-53247.pbf b/maplibre/fonts/InterExtraBold/._52992-53247.pbf new file mode 100644 index 00000000..b3c11320 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._53248-53503.pbf b/maplibre/fonts/InterExtraBold/._53248-53503.pbf new file mode 100644 index 00000000..1d5ef5bd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._53504-53759.pbf b/maplibre/fonts/InterExtraBold/._53504-53759.pbf new file mode 100644 index 00000000..c70d2746 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._5376-5631.pbf b/maplibre/fonts/InterExtraBold/._5376-5631.pbf new file mode 100644 index 00000000..225d5e2e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._53760-54015.pbf b/maplibre/fonts/InterExtraBold/._53760-54015.pbf new file mode 100644 index 00000000..22ecf23f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._54016-54271.pbf b/maplibre/fonts/InterExtraBold/._54016-54271.pbf new file mode 100644 index 00000000..21478a8f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._54272-54527.pbf b/maplibre/fonts/InterExtraBold/._54272-54527.pbf new file mode 100644 index 00000000..3de48545 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._54528-54783.pbf b/maplibre/fonts/InterExtraBold/._54528-54783.pbf new file mode 100644 index 00000000..9d3bf018 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._54784-55039.pbf b/maplibre/fonts/InterExtraBold/._54784-55039.pbf new file mode 100644 index 00000000..ac538d28 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._55040-55295.pbf b/maplibre/fonts/InterExtraBold/._55040-55295.pbf new file mode 100644 index 00000000..1a26d737 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._55296-55551.pbf b/maplibre/fonts/InterExtraBold/._55296-55551.pbf new file mode 100644 index 00000000..2466e0d2 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._55552-55807.pbf b/maplibre/fonts/InterExtraBold/._55552-55807.pbf new file mode 100644 index 00000000..0bf49c58 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._55808-56063.pbf b/maplibre/fonts/InterExtraBold/._55808-56063.pbf new file mode 100644 index 00000000..d7d5ac63 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._56064-56319.pbf b/maplibre/fonts/InterExtraBold/._56064-56319.pbf new file mode 100644 index 00000000..9c659b6d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._5632-5887.pbf b/maplibre/fonts/InterExtraBold/._5632-5887.pbf new file mode 100644 index 00000000..49d5100c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._56320-56575.pbf b/maplibre/fonts/InterExtraBold/._56320-56575.pbf new file mode 100644 index 00000000..e29168c1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._56576-56831.pbf b/maplibre/fonts/InterExtraBold/._56576-56831.pbf new file mode 100644 index 00000000..82f63091 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._56832-57087.pbf b/maplibre/fonts/InterExtraBold/._56832-57087.pbf new file mode 100644 index 00000000..917b7ddc Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._57088-57343.pbf b/maplibre/fonts/InterExtraBold/._57088-57343.pbf new file mode 100644 index 00000000..ccec2b82 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._57344-57599.pbf b/maplibre/fonts/InterExtraBold/._57344-57599.pbf new file mode 100644 index 00000000..4457ad42 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._57600-57855.pbf b/maplibre/fonts/InterExtraBold/._57600-57855.pbf new file mode 100644 index 00000000..00480c94 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._57856-58111.pbf b/maplibre/fonts/InterExtraBold/._57856-58111.pbf new file mode 100644 index 00000000..bd757251 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._58112-58367.pbf b/maplibre/fonts/InterExtraBold/._58112-58367.pbf new file mode 100644 index 00000000..b0559abd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._58368-58623.pbf b/maplibre/fonts/InterExtraBold/._58368-58623.pbf new file mode 100644 index 00000000..2ff78b7b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._58624-58879.pbf b/maplibre/fonts/InterExtraBold/._58624-58879.pbf new file mode 100644 index 00000000..c079a3c1 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._5888-6143.pbf b/maplibre/fonts/InterExtraBold/._5888-6143.pbf new file mode 100644 index 00000000..a851c00d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._58880-59135.pbf b/maplibre/fonts/InterExtraBold/._58880-59135.pbf new file mode 100644 index 00000000..2879da86 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._59136-59391.pbf b/maplibre/fonts/InterExtraBold/._59136-59391.pbf new file mode 100644 index 00000000..ea052b8b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._59392-59647.pbf b/maplibre/fonts/InterExtraBold/._59392-59647.pbf new file mode 100644 index 00000000..fcd7d2b9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._59648-59903.pbf b/maplibre/fonts/InterExtraBold/._59648-59903.pbf new file mode 100644 index 00000000..2404abe3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._59904-60159.pbf b/maplibre/fonts/InterExtraBold/._59904-60159.pbf new file mode 100644 index 00000000..1edb407a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._60160-60415.pbf b/maplibre/fonts/InterExtraBold/._60160-60415.pbf new file mode 100644 index 00000000..696d25f7 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._60416-60671.pbf b/maplibre/fonts/InterExtraBold/._60416-60671.pbf new file mode 100644 index 00000000..9a315c70 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._60672-60927.pbf b/maplibre/fonts/InterExtraBold/._60672-60927.pbf new file mode 100644 index 00000000..3ea76835 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._60928-61183.pbf b/maplibre/fonts/InterExtraBold/._60928-61183.pbf new file mode 100644 index 00000000..d09ba120 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._61184-61439.pbf b/maplibre/fonts/InterExtraBold/._61184-61439.pbf new file mode 100644 index 00000000..1d92bcaa Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._6144-6399.pbf b/maplibre/fonts/InterExtraBold/._6144-6399.pbf new file mode 100644 index 00000000..bf8236a6 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._61440-61695.pbf b/maplibre/fonts/InterExtraBold/._61440-61695.pbf new file mode 100644 index 00000000..2d582bcd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._61696-61951.pbf b/maplibre/fonts/InterExtraBold/._61696-61951.pbf new file mode 100644 index 00000000..cdec10cd Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._61952-62207.pbf b/maplibre/fonts/InterExtraBold/._61952-62207.pbf new file mode 100644 index 00000000..0b70020b Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._62208-62463.pbf b/maplibre/fonts/InterExtraBold/._62208-62463.pbf new file mode 100644 index 00000000..f59c3290 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._62464-62719.pbf b/maplibre/fonts/InterExtraBold/._62464-62719.pbf new file mode 100644 index 00000000..18daa389 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._62720-62975.pbf b/maplibre/fonts/InterExtraBold/._62720-62975.pbf new file mode 100644 index 00000000..c5127f66 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._62976-63231.pbf b/maplibre/fonts/InterExtraBold/._62976-63231.pbf new file mode 100644 index 00000000..da4a8a4f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._63232-63487.pbf b/maplibre/fonts/InterExtraBold/._63232-63487.pbf new file mode 100644 index 00000000..a7eae95a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._63488-63743.pbf b/maplibre/fonts/InterExtraBold/._63488-63743.pbf new file mode 100644 index 00000000..c1cbe504 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._63744-63999.pbf b/maplibre/fonts/InterExtraBold/._63744-63999.pbf new file mode 100644 index 00000000..727b8e2e Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._6400-6655.pbf b/maplibre/fonts/InterExtraBold/._6400-6655.pbf new file mode 100644 index 00000000..b54579ef Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._64000-64255.pbf b/maplibre/fonts/InterExtraBold/._64000-64255.pbf new file mode 100644 index 00000000..ea872d4a Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._64256-64511.pbf b/maplibre/fonts/InterExtraBold/._64256-64511.pbf new file mode 100644 index 00000000..9416e1c5 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._64512-64767.pbf b/maplibre/fonts/InterExtraBold/._64512-64767.pbf new file mode 100644 index 00000000..82261890 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._64768-65023.pbf b/maplibre/fonts/InterExtraBold/._64768-65023.pbf new file mode 100644 index 00000000..8ec87fdc Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._65024-65279.pbf b/maplibre/fonts/InterExtraBold/._65024-65279.pbf new file mode 100644 index 00000000..4a1ce71f Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._65280-65535.pbf b/maplibre/fonts/InterExtraBold/._65280-65535.pbf new file mode 100644 index 00000000..87ac3dd3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._6656-6911.pbf b/maplibre/fonts/InterExtraBold/._6656-6911.pbf new file mode 100644 index 00000000..86f51fb3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._6912-7167.pbf b/maplibre/fonts/InterExtraBold/._6912-7167.pbf new file mode 100644 index 00000000..30bda491 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._7168-7423.pbf b/maplibre/fonts/InterExtraBold/._7168-7423.pbf new file mode 100644 index 00000000..1a7eb86c Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._7424-7679.pbf b/maplibre/fonts/InterExtraBold/._7424-7679.pbf new file mode 100644 index 00000000..824c1e0d Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._768-1023.pbf b/maplibre/fonts/InterExtraBold/._768-1023.pbf new file mode 100644 index 00000000..4f334169 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._768-1023.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._7680-7935.pbf b/maplibre/fonts/InterExtraBold/._7680-7935.pbf new file mode 100644 index 00000000..14976c30 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._7936-8191.pbf b/maplibre/fonts/InterExtraBold/._7936-8191.pbf new file mode 100644 index 00000000..d16caf31 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._8192-8447.pbf b/maplibre/fonts/InterExtraBold/._8192-8447.pbf new file mode 100644 index 00000000..fd8d2932 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._8448-8703.pbf b/maplibre/fonts/InterExtraBold/._8448-8703.pbf new file mode 100644 index 00000000..564830d3 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._8704-8959.pbf b/maplibre/fonts/InterExtraBold/._8704-8959.pbf new file mode 100644 index 00000000..f0b44dd7 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._8960-9215.pbf b/maplibre/fonts/InterExtraBold/._8960-9215.pbf new file mode 100644 index 00000000..a7a57221 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._9216-9471.pbf b/maplibre/fonts/InterExtraBold/._9216-9471.pbf new file mode 100644 index 00000000..8a9c88d9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._9472-9727.pbf b/maplibre/fonts/InterExtraBold/._9472-9727.pbf new file mode 100644 index 00000000..abe80fef Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._9728-9983.pbf b/maplibre/fonts/InterExtraBold/._9728-9983.pbf new file mode 100644 index 00000000..ebc17fd9 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterExtraBold/._9984-10239.pbf b/maplibre/fonts/InterExtraBold/._9984-10239.pbf new file mode 100644 index 00000000..276c7c87 Binary files /dev/null and b/maplibre/fonts/InterExtraBold/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._0-255.pbf b/maplibre/fonts/InterExtraBoldItalic/._0-255.pbf new file mode 100644 index 00000000..4509efe1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._1024-1279.pbf b/maplibre/fonts/InterExtraBoldItalic/._1024-1279.pbf new file mode 100644 index 00000000..f8fdeb53 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._10240-10495.pbf b/maplibre/fonts/InterExtraBoldItalic/._10240-10495.pbf new file mode 100644 index 00000000..81d88587 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._10496-10751.pbf b/maplibre/fonts/InterExtraBoldItalic/._10496-10751.pbf new file mode 100644 index 00000000..c774bad6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._10752-11007.pbf b/maplibre/fonts/InterExtraBoldItalic/._10752-11007.pbf new file mode 100644 index 00000000..6f928d0c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._11008-11263.pbf b/maplibre/fonts/InterExtraBoldItalic/._11008-11263.pbf new file mode 100644 index 00000000..f2189cd4 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._11264-11519.pbf b/maplibre/fonts/InterExtraBoldItalic/._11264-11519.pbf new file mode 100644 index 00000000..fcc833ae Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._11520-11775.pbf b/maplibre/fonts/InterExtraBoldItalic/._11520-11775.pbf new file mode 100644 index 00000000..367431a2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._11776-12031.pbf b/maplibre/fonts/InterExtraBoldItalic/._11776-12031.pbf new file mode 100644 index 00000000..ed5b3c1b Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._12032-12287.pbf b/maplibre/fonts/InterExtraBoldItalic/._12032-12287.pbf new file mode 100644 index 00000000..5128a75f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._12288-12543.pbf b/maplibre/fonts/InterExtraBoldItalic/._12288-12543.pbf new file mode 100644 index 00000000..0e321a1a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._12544-12799.pbf b/maplibre/fonts/InterExtraBoldItalic/._12544-12799.pbf new file mode 100644 index 00000000..6d5391ad Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._1280-1535.pbf b/maplibre/fonts/InterExtraBoldItalic/._1280-1535.pbf new file mode 100644 index 00000000..97ace11e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._12800-13055.pbf b/maplibre/fonts/InterExtraBoldItalic/._12800-13055.pbf new file mode 100644 index 00000000..6094de17 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._13056-13311.pbf b/maplibre/fonts/InterExtraBoldItalic/._13056-13311.pbf new file mode 100644 index 00000000..3cf32f15 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._13312-13567.pbf b/maplibre/fonts/InterExtraBoldItalic/._13312-13567.pbf new file mode 100644 index 00000000..3b9ad447 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._13568-13823.pbf b/maplibre/fonts/InterExtraBoldItalic/._13568-13823.pbf new file mode 100644 index 00000000..ad743cec Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._13824-14079.pbf b/maplibre/fonts/InterExtraBoldItalic/._13824-14079.pbf new file mode 100644 index 00000000..3af04a5d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._14080-14335.pbf b/maplibre/fonts/InterExtraBoldItalic/._14080-14335.pbf new file mode 100644 index 00000000..2c567668 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._14336-14591.pbf b/maplibre/fonts/InterExtraBoldItalic/._14336-14591.pbf new file mode 100644 index 00000000..88729f60 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._14592-14847.pbf b/maplibre/fonts/InterExtraBoldItalic/._14592-14847.pbf new file mode 100644 index 00000000..0eac71ac Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._14848-15103.pbf b/maplibre/fonts/InterExtraBoldItalic/._14848-15103.pbf new file mode 100644 index 00000000..0ea9d9e7 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._15104-15359.pbf b/maplibre/fonts/InterExtraBoldItalic/._15104-15359.pbf new file mode 100644 index 00000000..ab8d3b72 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._1536-1791.pbf b/maplibre/fonts/InterExtraBoldItalic/._1536-1791.pbf new file mode 100644 index 00000000..d9f25b2f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._15360-15615.pbf b/maplibre/fonts/InterExtraBoldItalic/._15360-15615.pbf new file mode 100644 index 00000000..64c57052 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._15616-15871.pbf b/maplibre/fonts/InterExtraBoldItalic/._15616-15871.pbf new file mode 100644 index 00000000..aab86423 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._15872-16127.pbf b/maplibre/fonts/InterExtraBoldItalic/._15872-16127.pbf new file mode 100644 index 00000000..6c9a7ed1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._16128-16383.pbf b/maplibre/fonts/InterExtraBoldItalic/._16128-16383.pbf new file mode 100644 index 00000000..5b2c8241 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._16384-16639.pbf b/maplibre/fonts/InterExtraBoldItalic/._16384-16639.pbf new file mode 100644 index 00000000..2c688a78 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._16640-16895.pbf b/maplibre/fonts/InterExtraBoldItalic/._16640-16895.pbf new file mode 100644 index 00000000..bd5bb0a7 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._16896-17151.pbf b/maplibre/fonts/InterExtraBoldItalic/._16896-17151.pbf new file mode 100644 index 00000000..f67a14ed Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._17152-17407.pbf b/maplibre/fonts/InterExtraBoldItalic/._17152-17407.pbf new file mode 100644 index 00000000..f9174c51 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._17408-17663.pbf b/maplibre/fonts/InterExtraBoldItalic/._17408-17663.pbf new file mode 100644 index 00000000..285a4c63 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._17664-17919.pbf b/maplibre/fonts/InterExtraBoldItalic/._17664-17919.pbf new file mode 100644 index 00000000..54e21e67 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._1792-2047.pbf b/maplibre/fonts/InterExtraBoldItalic/._1792-2047.pbf new file mode 100644 index 00000000..3ec0771a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._17920-18175.pbf b/maplibre/fonts/InterExtraBoldItalic/._17920-18175.pbf new file mode 100644 index 00000000..9db53c13 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._18176-18431.pbf b/maplibre/fonts/InterExtraBoldItalic/._18176-18431.pbf new file mode 100644 index 00000000..aee32156 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._18432-18687.pbf b/maplibre/fonts/InterExtraBoldItalic/._18432-18687.pbf new file mode 100644 index 00000000..1ff9bebd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._18688-18943.pbf b/maplibre/fonts/InterExtraBoldItalic/._18688-18943.pbf new file mode 100644 index 00000000..3159149e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._18944-19199.pbf b/maplibre/fonts/InterExtraBoldItalic/._18944-19199.pbf new file mode 100644 index 00000000..b2b1b219 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._19200-19455.pbf b/maplibre/fonts/InterExtraBoldItalic/._19200-19455.pbf new file mode 100644 index 00000000..7038f3ec Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._19456-19711.pbf b/maplibre/fonts/InterExtraBoldItalic/._19456-19711.pbf new file mode 100644 index 00000000..c21085ca Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._19712-19967.pbf b/maplibre/fonts/InterExtraBoldItalic/._19712-19967.pbf new file mode 100644 index 00000000..a5ae640c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._19968-20223.pbf b/maplibre/fonts/InterExtraBoldItalic/._19968-20223.pbf new file mode 100644 index 00000000..ceee2140 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._20224-20479.pbf b/maplibre/fonts/InterExtraBoldItalic/._20224-20479.pbf new file mode 100644 index 00000000..a286c3dd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._2048-2303.pbf b/maplibre/fonts/InterExtraBoldItalic/._2048-2303.pbf new file mode 100644 index 00000000..172fd08e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._20480-20735.pbf b/maplibre/fonts/InterExtraBoldItalic/._20480-20735.pbf new file mode 100644 index 00000000..daee450e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._20736-20991.pbf b/maplibre/fonts/InterExtraBoldItalic/._20736-20991.pbf new file mode 100644 index 00000000..4d8e8779 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._20992-21247.pbf b/maplibre/fonts/InterExtraBoldItalic/._20992-21247.pbf new file mode 100644 index 00000000..89347b8a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._21248-21503.pbf b/maplibre/fonts/InterExtraBoldItalic/._21248-21503.pbf new file mode 100644 index 00000000..a22840c6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._21504-21759.pbf b/maplibre/fonts/InterExtraBoldItalic/._21504-21759.pbf new file mode 100644 index 00000000..07f16edd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._21760-22015.pbf b/maplibre/fonts/InterExtraBoldItalic/._21760-22015.pbf new file mode 100644 index 00000000..ae2654b6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._22016-22271.pbf b/maplibre/fonts/InterExtraBoldItalic/._22016-22271.pbf new file mode 100644 index 00000000..5cab148c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._22272-22527.pbf b/maplibre/fonts/InterExtraBoldItalic/._22272-22527.pbf new file mode 100644 index 00000000..939b359c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._22528-22783.pbf b/maplibre/fonts/InterExtraBoldItalic/._22528-22783.pbf new file mode 100644 index 00000000..11711e57 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._22784-23039.pbf b/maplibre/fonts/InterExtraBoldItalic/._22784-23039.pbf new file mode 100644 index 00000000..6796b8bf Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._2304-2559.pbf b/maplibre/fonts/InterExtraBoldItalic/._2304-2559.pbf new file mode 100644 index 00000000..a8f0b172 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._23040-23295.pbf b/maplibre/fonts/InterExtraBoldItalic/._23040-23295.pbf new file mode 100644 index 00000000..82cf9913 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._23296-23551.pbf b/maplibre/fonts/InterExtraBoldItalic/._23296-23551.pbf new file mode 100644 index 00000000..82ff8ab5 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._23552-23807.pbf b/maplibre/fonts/InterExtraBoldItalic/._23552-23807.pbf new file mode 100644 index 00000000..84e5a7c4 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._23808-24063.pbf b/maplibre/fonts/InterExtraBoldItalic/._23808-24063.pbf new file mode 100644 index 00000000..1cb2efb3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._24064-24319.pbf b/maplibre/fonts/InterExtraBoldItalic/._24064-24319.pbf new file mode 100644 index 00000000..ccb5e5ab Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._24320-24575.pbf b/maplibre/fonts/InterExtraBoldItalic/._24320-24575.pbf new file mode 100644 index 00000000..3b36a92d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._24576-24831.pbf b/maplibre/fonts/InterExtraBoldItalic/._24576-24831.pbf new file mode 100644 index 00000000..f83f744a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._24832-25087.pbf b/maplibre/fonts/InterExtraBoldItalic/._24832-25087.pbf new file mode 100644 index 00000000..bfc41109 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._25088-25343.pbf b/maplibre/fonts/InterExtraBoldItalic/._25088-25343.pbf new file mode 100644 index 00000000..c9f0660c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._25344-25599.pbf b/maplibre/fonts/InterExtraBoldItalic/._25344-25599.pbf new file mode 100644 index 00000000..96425aca Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._256-511.pbf b/maplibre/fonts/InterExtraBoldItalic/._256-511.pbf new file mode 100644 index 00000000..172862ed Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._2560-2815.pbf b/maplibre/fonts/InterExtraBoldItalic/._2560-2815.pbf new file mode 100644 index 00000000..27f217e4 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._25600-25855.pbf b/maplibre/fonts/InterExtraBoldItalic/._25600-25855.pbf new file mode 100644 index 00000000..9ccbaeea Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._25856-26111.pbf b/maplibre/fonts/InterExtraBoldItalic/._25856-26111.pbf new file mode 100644 index 00000000..d9031f6a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._26112-26367.pbf b/maplibre/fonts/InterExtraBoldItalic/._26112-26367.pbf new file mode 100644 index 00000000..9653c9a3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._26368-26623.pbf b/maplibre/fonts/InterExtraBoldItalic/._26368-26623.pbf new file mode 100644 index 00000000..7b1a2015 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._26624-26879.pbf b/maplibre/fonts/InterExtraBoldItalic/._26624-26879.pbf new file mode 100644 index 00000000..cf1717a1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._26880-27135.pbf b/maplibre/fonts/InterExtraBoldItalic/._26880-27135.pbf new file mode 100644 index 00000000..e8be8f5d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._27136-27391.pbf b/maplibre/fonts/InterExtraBoldItalic/._27136-27391.pbf new file mode 100644 index 00000000..6f8ff482 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._27392-27647.pbf b/maplibre/fonts/InterExtraBoldItalic/._27392-27647.pbf new file mode 100644 index 00000000..3bbbb04a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._27648-27903.pbf b/maplibre/fonts/InterExtraBoldItalic/._27648-27903.pbf new file mode 100644 index 00000000..cc0ef529 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._27904-28159.pbf b/maplibre/fonts/InterExtraBoldItalic/._27904-28159.pbf new file mode 100644 index 00000000..2c3a0584 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._2816-3071.pbf b/maplibre/fonts/InterExtraBoldItalic/._2816-3071.pbf new file mode 100644 index 00000000..cf506b85 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._28160-28415.pbf b/maplibre/fonts/InterExtraBoldItalic/._28160-28415.pbf new file mode 100644 index 00000000..56fc678a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._28416-28671.pbf b/maplibre/fonts/InterExtraBoldItalic/._28416-28671.pbf new file mode 100644 index 00000000..25e5f2cf Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._28672-28927.pbf b/maplibre/fonts/InterExtraBoldItalic/._28672-28927.pbf new file mode 100644 index 00000000..9e310f75 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._28928-29183.pbf b/maplibre/fonts/InterExtraBoldItalic/._28928-29183.pbf new file mode 100644 index 00000000..bb782097 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._29184-29439.pbf b/maplibre/fonts/InterExtraBoldItalic/._29184-29439.pbf new file mode 100644 index 00000000..801d0330 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._29440-29695.pbf b/maplibre/fonts/InterExtraBoldItalic/._29440-29695.pbf new file mode 100644 index 00000000..db378104 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._29696-29951.pbf b/maplibre/fonts/InterExtraBoldItalic/._29696-29951.pbf new file mode 100644 index 00000000..43e0c26c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._29952-30207.pbf b/maplibre/fonts/InterExtraBoldItalic/._29952-30207.pbf new file mode 100644 index 00000000..e51f3a49 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._30208-30463.pbf b/maplibre/fonts/InterExtraBoldItalic/._30208-30463.pbf new file mode 100644 index 00000000..ed2eff3f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._30464-30719.pbf b/maplibre/fonts/InterExtraBoldItalic/._30464-30719.pbf new file mode 100644 index 00000000..670d9fc2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._3072-3327.pbf b/maplibre/fonts/InterExtraBoldItalic/._3072-3327.pbf new file mode 100644 index 00000000..2dc60a30 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._30720-30975.pbf b/maplibre/fonts/InterExtraBoldItalic/._30720-30975.pbf new file mode 100644 index 00000000..57d4e04a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._30976-31231.pbf b/maplibre/fonts/InterExtraBoldItalic/._30976-31231.pbf new file mode 100644 index 00000000..9569551c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._31232-31487.pbf b/maplibre/fonts/InterExtraBoldItalic/._31232-31487.pbf new file mode 100644 index 00000000..42d42e84 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._31488-31743.pbf b/maplibre/fonts/InterExtraBoldItalic/._31488-31743.pbf new file mode 100644 index 00000000..c61cb9b9 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._31744-31999.pbf b/maplibre/fonts/InterExtraBoldItalic/._31744-31999.pbf new file mode 100644 index 00000000..3436a212 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._32000-32255.pbf b/maplibre/fonts/InterExtraBoldItalic/._32000-32255.pbf new file mode 100644 index 00000000..988013c6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._32256-32511.pbf b/maplibre/fonts/InterExtraBoldItalic/._32256-32511.pbf new file mode 100644 index 00000000..c78c72ba Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._32512-32767.pbf b/maplibre/fonts/InterExtraBoldItalic/._32512-32767.pbf new file mode 100644 index 00000000..9f380d7f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._32768-33023.pbf b/maplibre/fonts/InterExtraBoldItalic/._32768-33023.pbf new file mode 100644 index 00000000..6ce085bd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._33024-33279.pbf b/maplibre/fonts/InterExtraBoldItalic/._33024-33279.pbf new file mode 100644 index 00000000..da8d45d3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._3328-3583.pbf b/maplibre/fonts/InterExtraBoldItalic/._3328-3583.pbf new file mode 100644 index 00000000..0fb106a5 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._33280-33535.pbf b/maplibre/fonts/InterExtraBoldItalic/._33280-33535.pbf new file mode 100644 index 00000000..98fab4f6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._33536-33791.pbf b/maplibre/fonts/InterExtraBoldItalic/._33536-33791.pbf new file mode 100644 index 00000000..9449c9f4 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._33792-34047.pbf b/maplibre/fonts/InterExtraBoldItalic/._33792-34047.pbf new file mode 100644 index 00000000..c816fa61 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._34048-34303.pbf b/maplibre/fonts/InterExtraBoldItalic/._34048-34303.pbf new file mode 100644 index 00000000..e76fdfdf Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._34304-34559.pbf b/maplibre/fonts/InterExtraBoldItalic/._34304-34559.pbf new file mode 100644 index 00000000..dd229450 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._34560-34815.pbf b/maplibre/fonts/InterExtraBoldItalic/._34560-34815.pbf new file mode 100644 index 00000000..1585f725 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._34816-35071.pbf b/maplibre/fonts/InterExtraBoldItalic/._34816-35071.pbf new file mode 100644 index 00000000..22a8343d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._35072-35327.pbf b/maplibre/fonts/InterExtraBoldItalic/._35072-35327.pbf new file mode 100644 index 00000000..8bdf1b0d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._35328-35583.pbf b/maplibre/fonts/InterExtraBoldItalic/._35328-35583.pbf new file mode 100644 index 00000000..ed6281de Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._35584-35839.pbf b/maplibre/fonts/InterExtraBoldItalic/._35584-35839.pbf new file mode 100644 index 00000000..177b60c8 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._3584-3839.pbf b/maplibre/fonts/InterExtraBoldItalic/._3584-3839.pbf new file mode 100644 index 00000000..a98280b6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._35840-36095.pbf b/maplibre/fonts/InterExtraBoldItalic/._35840-36095.pbf new file mode 100644 index 00000000..a6254716 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._36096-36351.pbf b/maplibre/fonts/InterExtraBoldItalic/._36096-36351.pbf new file mode 100644 index 00000000..9f97723a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._36352-36607.pbf b/maplibre/fonts/InterExtraBoldItalic/._36352-36607.pbf new file mode 100644 index 00000000..17635aa6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._36608-36863.pbf b/maplibre/fonts/InterExtraBoldItalic/._36608-36863.pbf new file mode 100644 index 00000000..abdafb44 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._36864-37119.pbf b/maplibre/fonts/InterExtraBoldItalic/._36864-37119.pbf new file mode 100644 index 00000000..c20e4f40 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._37120-37375.pbf b/maplibre/fonts/InterExtraBoldItalic/._37120-37375.pbf new file mode 100644 index 00000000..0af850a2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._37376-37631.pbf b/maplibre/fonts/InterExtraBoldItalic/._37376-37631.pbf new file mode 100644 index 00000000..a0f66f10 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._37632-37887.pbf b/maplibre/fonts/InterExtraBoldItalic/._37632-37887.pbf new file mode 100644 index 00000000..eadb5fe2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._37888-38143.pbf b/maplibre/fonts/InterExtraBoldItalic/._37888-38143.pbf new file mode 100644 index 00000000..84db06b3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._38144-38399.pbf b/maplibre/fonts/InterExtraBoldItalic/._38144-38399.pbf new file mode 100644 index 00000000..175e24ec Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._3840-4095.pbf b/maplibre/fonts/InterExtraBoldItalic/._3840-4095.pbf new file mode 100644 index 00000000..142ff131 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._38400-38655.pbf b/maplibre/fonts/InterExtraBoldItalic/._38400-38655.pbf new file mode 100644 index 00000000..22696ede Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._38656-38911.pbf b/maplibre/fonts/InterExtraBoldItalic/._38656-38911.pbf new file mode 100644 index 00000000..c4b9725a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._38912-39167.pbf b/maplibre/fonts/InterExtraBoldItalic/._38912-39167.pbf new file mode 100644 index 00000000..3bfced92 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._39168-39423.pbf b/maplibre/fonts/InterExtraBoldItalic/._39168-39423.pbf new file mode 100644 index 00000000..db0f2a2f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._39424-39679.pbf b/maplibre/fonts/InterExtraBoldItalic/._39424-39679.pbf new file mode 100644 index 00000000..56781f19 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._39680-39935.pbf b/maplibre/fonts/InterExtraBoldItalic/._39680-39935.pbf new file mode 100644 index 00000000..03737c46 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._39936-40191.pbf b/maplibre/fonts/InterExtraBoldItalic/._39936-40191.pbf new file mode 100644 index 00000000..3a9b6117 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._40192-40447.pbf b/maplibre/fonts/InterExtraBoldItalic/._40192-40447.pbf new file mode 100644 index 00000000..31ab16de Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._40448-40703.pbf b/maplibre/fonts/InterExtraBoldItalic/._40448-40703.pbf new file mode 100644 index 00000000..c80ff970 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._40704-40959.pbf b/maplibre/fonts/InterExtraBoldItalic/._40704-40959.pbf new file mode 100644 index 00000000..0570fea5 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._4096-4351.pbf b/maplibre/fonts/InterExtraBoldItalic/._4096-4351.pbf new file mode 100644 index 00000000..6e3e98ac Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._40960-41215.pbf b/maplibre/fonts/InterExtraBoldItalic/._40960-41215.pbf new file mode 100644 index 00000000..1fdee427 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._41216-41471.pbf b/maplibre/fonts/InterExtraBoldItalic/._41216-41471.pbf new file mode 100644 index 00000000..d0abd538 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._41472-41727.pbf b/maplibre/fonts/InterExtraBoldItalic/._41472-41727.pbf new file mode 100644 index 00000000..7ee1ed37 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._41728-41983.pbf b/maplibre/fonts/InterExtraBoldItalic/._41728-41983.pbf new file mode 100644 index 00000000..52ba5e6d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._41984-42239.pbf b/maplibre/fonts/InterExtraBoldItalic/._41984-42239.pbf new file mode 100644 index 00000000..574b0d63 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._42240-42495.pbf b/maplibre/fonts/InterExtraBoldItalic/._42240-42495.pbf new file mode 100644 index 00000000..d2936eeb Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._42496-42751.pbf b/maplibre/fonts/InterExtraBoldItalic/._42496-42751.pbf new file mode 100644 index 00000000..70621636 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._42752-43007.pbf b/maplibre/fonts/InterExtraBoldItalic/._42752-43007.pbf new file mode 100644 index 00000000..93d6109e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._43008-43263.pbf b/maplibre/fonts/InterExtraBoldItalic/._43008-43263.pbf new file mode 100644 index 00000000..94032f78 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._43264-43519.pbf b/maplibre/fonts/InterExtraBoldItalic/._43264-43519.pbf new file mode 100644 index 00000000..262d7121 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._4352-4607.pbf b/maplibre/fonts/InterExtraBoldItalic/._4352-4607.pbf new file mode 100644 index 00000000..a681995e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._43520-43775.pbf b/maplibre/fonts/InterExtraBoldItalic/._43520-43775.pbf new file mode 100644 index 00000000..c96bb1ff Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._43776-44031.pbf b/maplibre/fonts/InterExtraBoldItalic/._43776-44031.pbf new file mode 100644 index 00000000..6e1a25bd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._44032-44287.pbf b/maplibre/fonts/InterExtraBoldItalic/._44032-44287.pbf new file mode 100644 index 00000000..059de246 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._44288-44543.pbf b/maplibre/fonts/InterExtraBoldItalic/._44288-44543.pbf new file mode 100644 index 00000000..10ed1d4d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._44544-44799.pbf b/maplibre/fonts/InterExtraBoldItalic/._44544-44799.pbf new file mode 100644 index 00000000..03754837 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._44800-45055.pbf b/maplibre/fonts/InterExtraBoldItalic/._44800-45055.pbf new file mode 100644 index 00000000..b6a6028a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._45056-45311.pbf b/maplibre/fonts/InterExtraBoldItalic/._45056-45311.pbf new file mode 100644 index 00000000..4d9f95a7 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._45312-45567.pbf b/maplibre/fonts/InterExtraBoldItalic/._45312-45567.pbf new file mode 100644 index 00000000..1c4b60b3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._45568-45823.pbf b/maplibre/fonts/InterExtraBoldItalic/._45568-45823.pbf new file mode 100644 index 00000000..ea32df25 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._45824-46079.pbf b/maplibre/fonts/InterExtraBoldItalic/._45824-46079.pbf new file mode 100644 index 00000000..96992cae Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._4608-4863.pbf b/maplibre/fonts/InterExtraBoldItalic/._4608-4863.pbf new file mode 100644 index 00000000..602ebd9d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._46080-46335.pbf b/maplibre/fonts/InterExtraBoldItalic/._46080-46335.pbf new file mode 100644 index 00000000..7e4a3a46 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._46336-46591.pbf b/maplibre/fonts/InterExtraBoldItalic/._46336-46591.pbf new file mode 100644 index 00000000..b59756a2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._46592-46847.pbf b/maplibre/fonts/InterExtraBoldItalic/._46592-46847.pbf new file mode 100644 index 00000000..1b253501 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._46848-47103.pbf b/maplibre/fonts/InterExtraBoldItalic/._46848-47103.pbf new file mode 100644 index 00000000..4eacb4d1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._47104-47359.pbf b/maplibre/fonts/InterExtraBoldItalic/._47104-47359.pbf new file mode 100644 index 00000000..ba087e01 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._47360-47615.pbf b/maplibre/fonts/InterExtraBoldItalic/._47360-47615.pbf new file mode 100644 index 00000000..c657c925 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._47616-47871.pbf b/maplibre/fonts/InterExtraBoldItalic/._47616-47871.pbf new file mode 100644 index 00000000..a3f505d2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._47872-48127.pbf b/maplibre/fonts/InterExtraBoldItalic/._47872-48127.pbf new file mode 100644 index 00000000..c04fa250 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._48128-48383.pbf b/maplibre/fonts/InterExtraBoldItalic/._48128-48383.pbf new file mode 100644 index 00000000..79ffa442 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._48384-48639.pbf b/maplibre/fonts/InterExtraBoldItalic/._48384-48639.pbf new file mode 100644 index 00000000..fd611508 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._4864-5119.pbf b/maplibre/fonts/InterExtraBoldItalic/._4864-5119.pbf new file mode 100644 index 00000000..bbad7b4e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._48640-48895.pbf b/maplibre/fonts/InterExtraBoldItalic/._48640-48895.pbf new file mode 100644 index 00000000..9c450f1a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._48896-49151.pbf b/maplibre/fonts/InterExtraBoldItalic/._48896-49151.pbf new file mode 100644 index 00000000..3005519f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._49152-49407.pbf b/maplibre/fonts/InterExtraBoldItalic/._49152-49407.pbf new file mode 100644 index 00000000..714129f4 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._49408-49663.pbf b/maplibre/fonts/InterExtraBoldItalic/._49408-49663.pbf new file mode 100644 index 00000000..21c2e639 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._49664-49919.pbf b/maplibre/fonts/InterExtraBoldItalic/._49664-49919.pbf new file mode 100644 index 00000000..4f0581b1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._49920-50175.pbf b/maplibre/fonts/InterExtraBoldItalic/._49920-50175.pbf new file mode 100644 index 00000000..3dc8530a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._50176-50431.pbf b/maplibre/fonts/InterExtraBoldItalic/._50176-50431.pbf new file mode 100644 index 00000000..0015cc12 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._50432-50687.pbf b/maplibre/fonts/InterExtraBoldItalic/._50432-50687.pbf new file mode 100644 index 00000000..ddca017b Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._50688-50943.pbf b/maplibre/fonts/InterExtraBoldItalic/._50688-50943.pbf new file mode 100644 index 00000000..0ebc0f02 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._50944-51199.pbf b/maplibre/fonts/InterExtraBoldItalic/._50944-51199.pbf new file mode 100644 index 00000000..13585681 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._512-767.pbf b/maplibre/fonts/InterExtraBoldItalic/._512-767.pbf new file mode 100644 index 00000000..7b5acb62 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._5120-5375.pbf b/maplibre/fonts/InterExtraBoldItalic/._5120-5375.pbf new file mode 100644 index 00000000..d4ff518d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._51200-51455.pbf b/maplibre/fonts/InterExtraBoldItalic/._51200-51455.pbf new file mode 100644 index 00000000..5bd875d8 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._51456-51711.pbf b/maplibre/fonts/InterExtraBoldItalic/._51456-51711.pbf new file mode 100644 index 00000000..9e2c15fc Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._51712-51967.pbf b/maplibre/fonts/InterExtraBoldItalic/._51712-51967.pbf new file mode 100644 index 00000000..fcc06137 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._51968-52223.pbf b/maplibre/fonts/InterExtraBoldItalic/._51968-52223.pbf new file mode 100644 index 00000000..954a93c1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._52224-52479.pbf b/maplibre/fonts/InterExtraBoldItalic/._52224-52479.pbf new file mode 100644 index 00000000..3c7b0e60 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._52480-52735.pbf b/maplibre/fonts/InterExtraBoldItalic/._52480-52735.pbf new file mode 100644 index 00000000..c2b71e95 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._52736-52991.pbf b/maplibre/fonts/InterExtraBoldItalic/._52736-52991.pbf new file mode 100644 index 00000000..9c7a8e9f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._52992-53247.pbf b/maplibre/fonts/InterExtraBoldItalic/._52992-53247.pbf new file mode 100644 index 00000000..6a069d83 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._53248-53503.pbf b/maplibre/fonts/InterExtraBoldItalic/._53248-53503.pbf new file mode 100644 index 00000000..4b1ed4ed Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._53504-53759.pbf b/maplibre/fonts/InterExtraBoldItalic/._53504-53759.pbf new file mode 100644 index 00000000..f9f691a8 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._5376-5631.pbf b/maplibre/fonts/InterExtraBoldItalic/._5376-5631.pbf new file mode 100644 index 00000000..849382c2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._53760-54015.pbf b/maplibre/fonts/InterExtraBoldItalic/._53760-54015.pbf new file mode 100644 index 00000000..3e1c9d2b Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._54016-54271.pbf b/maplibre/fonts/InterExtraBoldItalic/._54016-54271.pbf new file mode 100644 index 00000000..bd055807 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._54272-54527.pbf b/maplibre/fonts/InterExtraBoldItalic/._54272-54527.pbf new file mode 100644 index 00000000..ddbce0cf Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._54528-54783.pbf b/maplibre/fonts/InterExtraBoldItalic/._54528-54783.pbf new file mode 100644 index 00000000..d6bd123a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._54784-55039.pbf b/maplibre/fonts/InterExtraBoldItalic/._54784-55039.pbf new file mode 100644 index 00000000..24d6ec46 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._55040-55295.pbf b/maplibre/fonts/InterExtraBoldItalic/._55040-55295.pbf new file mode 100644 index 00000000..2c91858c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._55296-55551.pbf b/maplibre/fonts/InterExtraBoldItalic/._55296-55551.pbf new file mode 100644 index 00000000..170a9841 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._55552-55807.pbf b/maplibre/fonts/InterExtraBoldItalic/._55552-55807.pbf new file mode 100644 index 00000000..f2ae6c89 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._55808-56063.pbf b/maplibre/fonts/InterExtraBoldItalic/._55808-56063.pbf new file mode 100644 index 00000000..2aa5e90d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._56064-56319.pbf b/maplibre/fonts/InterExtraBoldItalic/._56064-56319.pbf new file mode 100644 index 00000000..5268f061 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._5632-5887.pbf b/maplibre/fonts/InterExtraBoldItalic/._5632-5887.pbf new file mode 100644 index 00000000..4583f389 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._56320-56575.pbf b/maplibre/fonts/InterExtraBoldItalic/._56320-56575.pbf new file mode 100644 index 00000000..3ccdfcf6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._56576-56831.pbf b/maplibre/fonts/InterExtraBoldItalic/._56576-56831.pbf new file mode 100644 index 00000000..d4b1250f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._56832-57087.pbf b/maplibre/fonts/InterExtraBoldItalic/._56832-57087.pbf new file mode 100644 index 00000000..b8d336ec Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._57088-57343.pbf b/maplibre/fonts/InterExtraBoldItalic/._57088-57343.pbf new file mode 100644 index 00000000..b69bd228 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._57344-57599.pbf b/maplibre/fonts/InterExtraBoldItalic/._57344-57599.pbf new file mode 100644 index 00000000..83394df9 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._57600-57855.pbf b/maplibre/fonts/InterExtraBoldItalic/._57600-57855.pbf new file mode 100644 index 00000000..89800c74 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._57856-58111.pbf b/maplibre/fonts/InterExtraBoldItalic/._57856-58111.pbf new file mode 100644 index 00000000..325d3972 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._58112-58367.pbf b/maplibre/fonts/InterExtraBoldItalic/._58112-58367.pbf new file mode 100644 index 00000000..d214c42e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._58368-58623.pbf b/maplibre/fonts/InterExtraBoldItalic/._58368-58623.pbf new file mode 100644 index 00000000..8dc8629a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._58624-58879.pbf b/maplibre/fonts/InterExtraBoldItalic/._58624-58879.pbf new file mode 100644 index 00000000..15e12a78 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._5888-6143.pbf b/maplibre/fonts/InterExtraBoldItalic/._5888-6143.pbf new file mode 100644 index 00000000..80fdddbd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._58880-59135.pbf b/maplibre/fonts/InterExtraBoldItalic/._58880-59135.pbf new file mode 100644 index 00000000..f4fd5d25 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._59136-59391.pbf b/maplibre/fonts/InterExtraBoldItalic/._59136-59391.pbf new file mode 100644 index 00000000..0ff74f06 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._59392-59647.pbf b/maplibre/fonts/InterExtraBoldItalic/._59392-59647.pbf new file mode 100644 index 00000000..32b4a44e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._59648-59903.pbf b/maplibre/fonts/InterExtraBoldItalic/._59648-59903.pbf new file mode 100644 index 00000000..b13b21e7 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._59904-60159.pbf b/maplibre/fonts/InterExtraBoldItalic/._59904-60159.pbf new file mode 100644 index 00000000..5ff3bc87 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._60160-60415.pbf b/maplibre/fonts/InterExtraBoldItalic/._60160-60415.pbf new file mode 100644 index 00000000..beb5b098 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._60416-60671.pbf b/maplibre/fonts/InterExtraBoldItalic/._60416-60671.pbf new file mode 100644 index 00000000..fe0cbf11 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._60672-60927.pbf b/maplibre/fonts/InterExtraBoldItalic/._60672-60927.pbf new file mode 100644 index 00000000..b81fbbcd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._60928-61183.pbf b/maplibre/fonts/InterExtraBoldItalic/._60928-61183.pbf new file mode 100644 index 00000000..30aa40a6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._61184-61439.pbf b/maplibre/fonts/InterExtraBoldItalic/._61184-61439.pbf new file mode 100644 index 00000000..4a2c89f3 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._6144-6399.pbf b/maplibre/fonts/InterExtraBoldItalic/._6144-6399.pbf new file mode 100644 index 00000000..ff64a29e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._61440-61695.pbf b/maplibre/fonts/InterExtraBoldItalic/._61440-61695.pbf new file mode 100644 index 00000000..bd7eaba2 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._61696-61951.pbf b/maplibre/fonts/InterExtraBoldItalic/._61696-61951.pbf new file mode 100644 index 00000000..160ab74e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._61952-62207.pbf b/maplibre/fonts/InterExtraBoldItalic/._61952-62207.pbf new file mode 100644 index 00000000..beeb8fb8 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._62208-62463.pbf b/maplibre/fonts/InterExtraBoldItalic/._62208-62463.pbf new file mode 100644 index 00000000..751e63ba Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._62464-62719.pbf b/maplibre/fonts/InterExtraBoldItalic/._62464-62719.pbf new file mode 100644 index 00000000..a981c838 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._62720-62975.pbf b/maplibre/fonts/InterExtraBoldItalic/._62720-62975.pbf new file mode 100644 index 00000000..9a3a36e6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._62976-63231.pbf b/maplibre/fonts/InterExtraBoldItalic/._62976-63231.pbf new file mode 100644 index 00000000..5ad27d8f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._63232-63487.pbf b/maplibre/fonts/InterExtraBoldItalic/._63232-63487.pbf new file mode 100644 index 00000000..5a093690 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._63488-63743.pbf b/maplibre/fonts/InterExtraBoldItalic/._63488-63743.pbf new file mode 100644 index 00000000..e71273c6 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._63744-63999.pbf b/maplibre/fonts/InterExtraBoldItalic/._63744-63999.pbf new file mode 100644 index 00000000..2a22f6d1 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._6400-6655.pbf b/maplibre/fonts/InterExtraBoldItalic/._6400-6655.pbf new file mode 100644 index 00000000..931e312f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._64000-64255.pbf b/maplibre/fonts/InterExtraBoldItalic/._64000-64255.pbf new file mode 100644 index 00000000..11448923 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._64256-64511.pbf b/maplibre/fonts/InterExtraBoldItalic/._64256-64511.pbf new file mode 100644 index 00000000..e150ef6e Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._64512-64767.pbf b/maplibre/fonts/InterExtraBoldItalic/._64512-64767.pbf new file mode 100644 index 00000000..e8414323 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._64768-65023.pbf b/maplibre/fonts/InterExtraBoldItalic/._64768-65023.pbf new file mode 100644 index 00000000..d71b3145 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._65024-65279.pbf b/maplibre/fonts/InterExtraBoldItalic/._65024-65279.pbf new file mode 100644 index 00000000..a711a068 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._65280-65535.pbf b/maplibre/fonts/InterExtraBoldItalic/._65280-65535.pbf new file mode 100644 index 00000000..d784cfcd Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._6656-6911.pbf b/maplibre/fonts/InterExtraBoldItalic/._6656-6911.pbf new file mode 100644 index 00000000..afa361e9 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._6912-7167.pbf b/maplibre/fonts/InterExtraBoldItalic/._6912-7167.pbf new file mode 100644 index 00000000..c6da886d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._7168-7423.pbf b/maplibre/fonts/InterExtraBoldItalic/._7168-7423.pbf new file mode 100644 index 00000000..a2506589 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._7424-7679.pbf b/maplibre/fonts/InterExtraBoldItalic/._7424-7679.pbf new file mode 100644 index 00000000..5bcdbf76 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._768-1023.pbf b/maplibre/fonts/InterExtraBoldItalic/._768-1023.pbf new file mode 100644 index 00000000..5f16acd8 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._7680-7935.pbf b/maplibre/fonts/InterExtraBoldItalic/._7680-7935.pbf new file mode 100644 index 00000000..7581fa9c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._7936-8191.pbf b/maplibre/fonts/InterExtraBoldItalic/._7936-8191.pbf new file mode 100644 index 00000000..23cda19d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._8192-8447.pbf b/maplibre/fonts/InterExtraBoldItalic/._8192-8447.pbf new file mode 100644 index 00000000..c5ca93e5 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._8448-8703.pbf b/maplibre/fonts/InterExtraBoldItalic/._8448-8703.pbf new file mode 100644 index 00000000..b7d98b0f Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._8704-8959.pbf b/maplibre/fonts/InterExtraBoldItalic/._8704-8959.pbf new file mode 100644 index 00000000..fb1346f5 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._8960-9215.pbf b/maplibre/fonts/InterExtraBoldItalic/._8960-9215.pbf new file mode 100644 index 00000000..8b23594a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._9216-9471.pbf b/maplibre/fonts/InterExtraBoldItalic/._9216-9471.pbf new file mode 100644 index 00000000..d636351a Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._9472-9727.pbf b/maplibre/fonts/InterExtraBoldItalic/._9472-9727.pbf new file mode 100644 index 00000000..c4b83f9d Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._9728-9983.pbf b/maplibre/fonts/InterExtraBoldItalic/._9728-9983.pbf new file mode 100644 index 00000000..a5e40f13 Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterExtraBoldItalic/._9984-10239.pbf b/maplibre/fonts/InterExtraBoldItalic/._9984-10239.pbf new file mode 100644 index 00000000..2aa8283c Binary files /dev/null and b/maplibre/fonts/InterExtraBoldItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._0-255.pbf b/maplibre/fonts/InterExtraLight/._0-255.pbf new file mode 100644 index 00000000..07dcd6a0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._0-255.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._1024-1279.pbf b/maplibre/fonts/InterExtraLight/._1024-1279.pbf new file mode 100644 index 00000000..b6174df9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._10240-10495.pbf b/maplibre/fonts/InterExtraLight/._10240-10495.pbf new file mode 100644 index 00000000..c0de8b89 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._10496-10751.pbf b/maplibre/fonts/InterExtraLight/._10496-10751.pbf new file mode 100644 index 00000000..c29fbbe3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._10752-11007.pbf b/maplibre/fonts/InterExtraLight/._10752-11007.pbf new file mode 100644 index 00000000..fe72ceb9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._11008-11263.pbf b/maplibre/fonts/InterExtraLight/._11008-11263.pbf new file mode 100644 index 00000000..8653b04b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._11264-11519.pbf b/maplibre/fonts/InterExtraLight/._11264-11519.pbf new file mode 100644 index 00000000..af5d23d8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._11520-11775.pbf b/maplibre/fonts/InterExtraLight/._11520-11775.pbf new file mode 100644 index 00000000..c5dd7ee7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._11776-12031.pbf b/maplibre/fonts/InterExtraLight/._11776-12031.pbf new file mode 100644 index 00000000..5c857a14 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._12032-12287.pbf b/maplibre/fonts/InterExtraLight/._12032-12287.pbf new file mode 100644 index 00000000..9359d3cc Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._12288-12543.pbf b/maplibre/fonts/InterExtraLight/._12288-12543.pbf new file mode 100644 index 00000000..a85ccb57 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._12544-12799.pbf b/maplibre/fonts/InterExtraLight/._12544-12799.pbf new file mode 100644 index 00000000..8e9cdfeb Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._1280-1535.pbf b/maplibre/fonts/InterExtraLight/._1280-1535.pbf new file mode 100644 index 00000000..ede3589b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._12800-13055.pbf b/maplibre/fonts/InterExtraLight/._12800-13055.pbf new file mode 100644 index 00000000..39a538cd Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._13056-13311.pbf b/maplibre/fonts/InterExtraLight/._13056-13311.pbf new file mode 100644 index 00000000..81979947 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._13312-13567.pbf b/maplibre/fonts/InterExtraLight/._13312-13567.pbf new file mode 100644 index 00000000..5d80d5ce Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._13568-13823.pbf b/maplibre/fonts/InterExtraLight/._13568-13823.pbf new file mode 100644 index 00000000..745751b6 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._13824-14079.pbf b/maplibre/fonts/InterExtraLight/._13824-14079.pbf new file mode 100644 index 00000000..86681977 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._14080-14335.pbf b/maplibre/fonts/InterExtraLight/._14080-14335.pbf new file mode 100644 index 00000000..b84e17bb Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._14336-14591.pbf b/maplibre/fonts/InterExtraLight/._14336-14591.pbf new file mode 100644 index 00000000..055aa1c1 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._14592-14847.pbf b/maplibre/fonts/InterExtraLight/._14592-14847.pbf new file mode 100644 index 00000000..59d37117 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._14848-15103.pbf b/maplibre/fonts/InterExtraLight/._14848-15103.pbf new file mode 100644 index 00000000..36e3ecc2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._15104-15359.pbf b/maplibre/fonts/InterExtraLight/._15104-15359.pbf new file mode 100644 index 00000000..bf99ad10 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._1536-1791.pbf b/maplibre/fonts/InterExtraLight/._1536-1791.pbf new file mode 100644 index 00000000..b68574bf Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._15360-15615.pbf b/maplibre/fonts/InterExtraLight/._15360-15615.pbf new file mode 100644 index 00000000..390f9ba0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._15616-15871.pbf b/maplibre/fonts/InterExtraLight/._15616-15871.pbf new file mode 100644 index 00000000..11765f14 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._15872-16127.pbf b/maplibre/fonts/InterExtraLight/._15872-16127.pbf new file mode 100644 index 00000000..4d4dbda0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._16128-16383.pbf b/maplibre/fonts/InterExtraLight/._16128-16383.pbf new file mode 100644 index 00000000..dcc1e6e8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._16384-16639.pbf b/maplibre/fonts/InterExtraLight/._16384-16639.pbf new file mode 100644 index 00000000..3122009e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._16640-16895.pbf b/maplibre/fonts/InterExtraLight/._16640-16895.pbf new file mode 100644 index 00000000..cc09ce7c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._16896-17151.pbf b/maplibre/fonts/InterExtraLight/._16896-17151.pbf new file mode 100644 index 00000000..58403496 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._17152-17407.pbf b/maplibre/fonts/InterExtraLight/._17152-17407.pbf new file mode 100644 index 00000000..2fa1a1cb Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._17408-17663.pbf b/maplibre/fonts/InterExtraLight/._17408-17663.pbf new file mode 100644 index 00000000..ed9ed6d5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._17664-17919.pbf b/maplibre/fonts/InterExtraLight/._17664-17919.pbf new file mode 100644 index 00000000..763195a8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._1792-2047.pbf b/maplibre/fonts/InterExtraLight/._1792-2047.pbf new file mode 100644 index 00000000..447aa11e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._17920-18175.pbf b/maplibre/fonts/InterExtraLight/._17920-18175.pbf new file mode 100644 index 00000000..738155d3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._18176-18431.pbf b/maplibre/fonts/InterExtraLight/._18176-18431.pbf new file mode 100644 index 00000000..5eaf1410 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._18432-18687.pbf b/maplibre/fonts/InterExtraLight/._18432-18687.pbf new file mode 100644 index 00000000..c6891d0d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._18688-18943.pbf b/maplibre/fonts/InterExtraLight/._18688-18943.pbf new file mode 100644 index 00000000..da61105c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._18944-19199.pbf b/maplibre/fonts/InterExtraLight/._18944-19199.pbf new file mode 100644 index 00000000..0c43e857 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._19200-19455.pbf b/maplibre/fonts/InterExtraLight/._19200-19455.pbf new file mode 100644 index 00000000..97f1078f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._19456-19711.pbf b/maplibre/fonts/InterExtraLight/._19456-19711.pbf new file mode 100644 index 00000000..6117c341 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._19712-19967.pbf b/maplibre/fonts/InterExtraLight/._19712-19967.pbf new file mode 100644 index 00000000..6554371b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._19968-20223.pbf b/maplibre/fonts/InterExtraLight/._19968-20223.pbf new file mode 100644 index 00000000..7715b634 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._20224-20479.pbf b/maplibre/fonts/InterExtraLight/._20224-20479.pbf new file mode 100644 index 00000000..121b536c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._2048-2303.pbf b/maplibre/fonts/InterExtraLight/._2048-2303.pbf new file mode 100644 index 00000000..b25c1166 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._20480-20735.pbf b/maplibre/fonts/InterExtraLight/._20480-20735.pbf new file mode 100644 index 00000000..bc5da525 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._20736-20991.pbf b/maplibre/fonts/InterExtraLight/._20736-20991.pbf new file mode 100644 index 00000000..55964e74 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._20992-21247.pbf b/maplibre/fonts/InterExtraLight/._20992-21247.pbf new file mode 100644 index 00000000..219e8409 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._21248-21503.pbf b/maplibre/fonts/InterExtraLight/._21248-21503.pbf new file mode 100644 index 00000000..f4d1bca5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._21504-21759.pbf b/maplibre/fonts/InterExtraLight/._21504-21759.pbf new file mode 100644 index 00000000..f08b76c1 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._21760-22015.pbf b/maplibre/fonts/InterExtraLight/._21760-22015.pbf new file mode 100644 index 00000000..4c83be42 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._22016-22271.pbf b/maplibre/fonts/InterExtraLight/._22016-22271.pbf new file mode 100644 index 00000000..bedcff21 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._22272-22527.pbf b/maplibre/fonts/InterExtraLight/._22272-22527.pbf new file mode 100644 index 00000000..eae7ff70 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._22528-22783.pbf b/maplibre/fonts/InterExtraLight/._22528-22783.pbf new file mode 100644 index 00000000..9175a947 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._22784-23039.pbf b/maplibre/fonts/InterExtraLight/._22784-23039.pbf new file mode 100644 index 00000000..1689c2f0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._2304-2559.pbf b/maplibre/fonts/InterExtraLight/._2304-2559.pbf new file mode 100644 index 00000000..99a689f7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._23040-23295.pbf b/maplibre/fonts/InterExtraLight/._23040-23295.pbf new file mode 100644 index 00000000..b4148ce2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._23296-23551.pbf b/maplibre/fonts/InterExtraLight/._23296-23551.pbf new file mode 100644 index 00000000..5c5cea9d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._23552-23807.pbf b/maplibre/fonts/InterExtraLight/._23552-23807.pbf new file mode 100644 index 00000000..c18f40f5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._23808-24063.pbf b/maplibre/fonts/InterExtraLight/._23808-24063.pbf new file mode 100644 index 00000000..bf412d80 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._24064-24319.pbf b/maplibre/fonts/InterExtraLight/._24064-24319.pbf new file mode 100644 index 00000000..3a435e0f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._24320-24575.pbf b/maplibre/fonts/InterExtraLight/._24320-24575.pbf new file mode 100644 index 00000000..fe97bb51 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._24576-24831.pbf b/maplibre/fonts/InterExtraLight/._24576-24831.pbf new file mode 100644 index 00000000..35b3e9f2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._24832-25087.pbf b/maplibre/fonts/InterExtraLight/._24832-25087.pbf new file mode 100644 index 00000000..0aabd69f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._25088-25343.pbf b/maplibre/fonts/InterExtraLight/._25088-25343.pbf new file mode 100644 index 00000000..07e04b1c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._25344-25599.pbf b/maplibre/fonts/InterExtraLight/._25344-25599.pbf new file mode 100644 index 00000000..daa818e2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._256-511.pbf b/maplibre/fonts/InterExtraLight/._256-511.pbf new file mode 100644 index 00000000..665a45da Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._256-511.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._2560-2815.pbf b/maplibre/fonts/InterExtraLight/._2560-2815.pbf new file mode 100644 index 00000000..8c066acc Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._25600-25855.pbf b/maplibre/fonts/InterExtraLight/._25600-25855.pbf new file mode 100644 index 00000000..b592685b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._25856-26111.pbf b/maplibre/fonts/InterExtraLight/._25856-26111.pbf new file mode 100644 index 00000000..748fe67f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._26112-26367.pbf b/maplibre/fonts/InterExtraLight/._26112-26367.pbf new file mode 100644 index 00000000..582514a1 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._26368-26623.pbf b/maplibre/fonts/InterExtraLight/._26368-26623.pbf new file mode 100644 index 00000000..9d2d62f3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._26624-26879.pbf b/maplibre/fonts/InterExtraLight/._26624-26879.pbf new file mode 100644 index 00000000..6df9108e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._26880-27135.pbf b/maplibre/fonts/InterExtraLight/._26880-27135.pbf new file mode 100644 index 00000000..0d17beff Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._27136-27391.pbf b/maplibre/fonts/InterExtraLight/._27136-27391.pbf new file mode 100644 index 00000000..57523bf9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._27392-27647.pbf b/maplibre/fonts/InterExtraLight/._27392-27647.pbf new file mode 100644 index 00000000..eafceb3f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._27648-27903.pbf b/maplibre/fonts/InterExtraLight/._27648-27903.pbf new file mode 100644 index 00000000..ea401db2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._27904-28159.pbf b/maplibre/fonts/InterExtraLight/._27904-28159.pbf new file mode 100644 index 00000000..703d067f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._2816-3071.pbf b/maplibre/fonts/InterExtraLight/._2816-3071.pbf new file mode 100644 index 00000000..efee390c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._28160-28415.pbf b/maplibre/fonts/InterExtraLight/._28160-28415.pbf new file mode 100644 index 00000000..896fe29d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._28416-28671.pbf b/maplibre/fonts/InterExtraLight/._28416-28671.pbf new file mode 100644 index 00000000..13a29bfe Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._28672-28927.pbf b/maplibre/fonts/InterExtraLight/._28672-28927.pbf new file mode 100644 index 00000000..0194b913 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._28928-29183.pbf b/maplibre/fonts/InterExtraLight/._28928-29183.pbf new file mode 100644 index 00000000..faf1b34b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._29184-29439.pbf b/maplibre/fonts/InterExtraLight/._29184-29439.pbf new file mode 100644 index 00000000..d8dae71e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._29440-29695.pbf b/maplibre/fonts/InterExtraLight/._29440-29695.pbf new file mode 100644 index 00000000..81dad0e4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._29696-29951.pbf b/maplibre/fonts/InterExtraLight/._29696-29951.pbf new file mode 100644 index 00000000..d25f6bc9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._29952-30207.pbf b/maplibre/fonts/InterExtraLight/._29952-30207.pbf new file mode 100644 index 00000000..eb76dad2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._30208-30463.pbf b/maplibre/fonts/InterExtraLight/._30208-30463.pbf new file mode 100644 index 00000000..813a370b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._30464-30719.pbf b/maplibre/fonts/InterExtraLight/._30464-30719.pbf new file mode 100644 index 00000000..87363658 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._3072-3327.pbf b/maplibre/fonts/InterExtraLight/._3072-3327.pbf new file mode 100644 index 00000000..cbc854b7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._30720-30975.pbf b/maplibre/fonts/InterExtraLight/._30720-30975.pbf new file mode 100644 index 00000000..4620badb Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._30976-31231.pbf b/maplibre/fonts/InterExtraLight/._30976-31231.pbf new file mode 100644 index 00000000..6a8b5e2f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._31232-31487.pbf b/maplibre/fonts/InterExtraLight/._31232-31487.pbf new file mode 100644 index 00000000..2cced5c7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._31488-31743.pbf b/maplibre/fonts/InterExtraLight/._31488-31743.pbf new file mode 100644 index 00000000..090c4f9c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._31744-31999.pbf b/maplibre/fonts/InterExtraLight/._31744-31999.pbf new file mode 100644 index 00000000..dbc92797 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._32000-32255.pbf b/maplibre/fonts/InterExtraLight/._32000-32255.pbf new file mode 100644 index 00000000..372ce46a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._32256-32511.pbf b/maplibre/fonts/InterExtraLight/._32256-32511.pbf new file mode 100644 index 00000000..f18c8572 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._32512-32767.pbf b/maplibre/fonts/InterExtraLight/._32512-32767.pbf new file mode 100644 index 00000000..a79b8add Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._32768-33023.pbf b/maplibre/fonts/InterExtraLight/._32768-33023.pbf new file mode 100644 index 00000000..58c645c0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._33024-33279.pbf b/maplibre/fonts/InterExtraLight/._33024-33279.pbf new file mode 100644 index 00000000..63c532f2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._3328-3583.pbf b/maplibre/fonts/InterExtraLight/._3328-3583.pbf new file mode 100644 index 00000000..3d5110ff Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._33280-33535.pbf b/maplibre/fonts/InterExtraLight/._33280-33535.pbf new file mode 100644 index 00000000..e4d9b57e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._33536-33791.pbf b/maplibre/fonts/InterExtraLight/._33536-33791.pbf new file mode 100644 index 00000000..e2ba5d1f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._33792-34047.pbf b/maplibre/fonts/InterExtraLight/._33792-34047.pbf new file mode 100644 index 00000000..6686f846 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._34048-34303.pbf b/maplibre/fonts/InterExtraLight/._34048-34303.pbf new file mode 100644 index 00000000..b8f8e336 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._34304-34559.pbf b/maplibre/fonts/InterExtraLight/._34304-34559.pbf new file mode 100644 index 00000000..4e88aa40 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._34560-34815.pbf b/maplibre/fonts/InterExtraLight/._34560-34815.pbf new file mode 100644 index 00000000..75e7d58a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._34816-35071.pbf b/maplibre/fonts/InterExtraLight/._34816-35071.pbf new file mode 100644 index 00000000..084b7dc5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._35072-35327.pbf b/maplibre/fonts/InterExtraLight/._35072-35327.pbf new file mode 100644 index 00000000..54d539a1 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._35328-35583.pbf b/maplibre/fonts/InterExtraLight/._35328-35583.pbf new file mode 100644 index 00000000..9ee3b482 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._35584-35839.pbf b/maplibre/fonts/InterExtraLight/._35584-35839.pbf new file mode 100644 index 00000000..65b18484 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._3584-3839.pbf b/maplibre/fonts/InterExtraLight/._3584-3839.pbf new file mode 100644 index 00000000..ebf0247e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._35840-36095.pbf b/maplibre/fonts/InterExtraLight/._35840-36095.pbf new file mode 100644 index 00000000..436a2fee Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._36096-36351.pbf b/maplibre/fonts/InterExtraLight/._36096-36351.pbf new file mode 100644 index 00000000..d894ff33 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._36352-36607.pbf b/maplibre/fonts/InterExtraLight/._36352-36607.pbf new file mode 100644 index 00000000..68d4ddb6 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._36608-36863.pbf b/maplibre/fonts/InterExtraLight/._36608-36863.pbf new file mode 100644 index 00000000..ed6d9506 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._36864-37119.pbf b/maplibre/fonts/InterExtraLight/._36864-37119.pbf new file mode 100644 index 00000000..f70fbee7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._37120-37375.pbf b/maplibre/fonts/InterExtraLight/._37120-37375.pbf new file mode 100644 index 00000000..5bbb15be Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._37376-37631.pbf b/maplibre/fonts/InterExtraLight/._37376-37631.pbf new file mode 100644 index 00000000..8c6b7572 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._37632-37887.pbf b/maplibre/fonts/InterExtraLight/._37632-37887.pbf new file mode 100644 index 00000000..110aa06c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._37888-38143.pbf b/maplibre/fonts/InterExtraLight/._37888-38143.pbf new file mode 100644 index 00000000..e87628e9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._38144-38399.pbf b/maplibre/fonts/InterExtraLight/._38144-38399.pbf new file mode 100644 index 00000000..1ab39d81 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._3840-4095.pbf b/maplibre/fonts/InterExtraLight/._3840-4095.pbf new file mode 100644 index 00000000..bbb76e32 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._38400-38655.pbf b/maplibre/fonts/InterExtraLight/._38400-38655.pbf new file mode 100644 index 00000000..26266c0b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._38656-38911.pbf b/maplibre/fonts/InterExtraLight/._38656-38911.pbf new file mode 100644 index 00000000..31684306 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._38912-39167.pbf b/maplibre/fonts/InterExtraLight/._38912-39167.pbf new file mode 100644 index 00000000..cf43c51d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._39168-39423.pbf b/maplibre/fonts/InterExtraLight/._39168-39423.pbf new file mode 100644 index 00000000..e221c753 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._39424-39679.pbf b/maplibre/fonts/InterExtraLight/._39424-39679.pbf new file mode 100644 index 00000000..e2f4d717 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._39680-39935.pbf b/maplibre/fonts/InterExtraLight/._39680-39935.pbf new file mode 100644 index 00000000..60430d2b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._39936-40191.pbf b/maplibre/fonts/InterExtraLight/._39936-40191.pbf new file mode 100644 index 00000000..9f2252ed Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._40192-40447.pbf b/maplibre/fonts/InterExtraLight/._40192-40447.pbf new file mode 100644 index 00000000..ec220320 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._40448-40703.pbf b/maplibre/fonts/InterExtraLight/._40448-40703.pbf new file mode 100644 index 00000000..6930d0f3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._40704-40959.pbf b/maplibre/fonts/InterExtraLight/._40704-40959.pbf new file mode 100644 index 00000000..8c35d9c4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._4096-4351.pbf b/maplibre/fonts/InterExtraLight/._4096-4351.pbf new file mode 100644 index 00000000..8006c594 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._40960-41215.pbf b/maplibre/fonts/InterExtraLight/._40960-41215.pbf new file mode 100644 index 00000000..15168fb1 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._41216-41471.pbf b/maplibre/fonts/InterExtraLight/._41216-41471.pbf new file mode 100644 index 00000000..4e0aa0cd Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._41472-41727.pbf b/maplibre/fonts/InterExtraLight/._41472-41727.pbf new file mode 100644 index 00000000..2c8560d2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._41728-41983.pbf b/maplibre/fonts/InterExtraLight/._41728-41983.pbf new file mode 100644 index 00000000..8e020274 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._41984-42239.pbf b/maplibre/fonts/InterExtraLight/._41984-42239.pbf new file mode 100644 index 00000000..4020791d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._42240-42495.pbf b/maplibre/fonts/InterExtraLight/._42240-42495.pbf new file mode 100644 index 00000000..12a611c4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._42496-42751.pbf b/maplibre/fonts/InterExtraLight/._42496-42751.pbf new file mode 100644 index 00000000..a8580ad6 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._42752-43007.pbf b/maplibre/fonts/InterExtraLight/._42752-43007.pbf new file mode 100644 index 00000000..5d75868e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._43008-43263.pbf b/maplibre/fonts/InterExtraLight/._43008-43263.pbf new file mode 100644 index 00000000..5ef1e32d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._43264-43519.pbf b/maplibre/fonts/InterExtraLight/._43264-43519.pbf new file mode 100644 index 00000000..61789a75 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._4352-4607.pbf b/maplibre/fonts/InterExtraLight/._4352-4607.pbf new file mode 100644 index 00000000..56772b9f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._43520-43775.pbf b/maplibre/fonts/InterExtraLight/._43520-43775.pbf new file mode 100644 index 00000000..6f7cee63 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._43776-44031.pbf b/maplibre/fonts/InterExtraLight/._43776-44031.pbf new file mode 100644 index 00000000..e1a9dad0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._44032-44287.pbf b/maplibre/fonts/InterExtraLight/._44032-44287.pbf new file mode 100644 index 00000000..5d3fa615 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._44288-44543.pbf b/maplibre/fonts/InterExtraLight/._44288-44543.pbf new file mode 100644 index 00000000..63a97a1d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._44544-44799.pbf b/maplibre/fonts/InterExtraLight/._44544-44799.pbf new file mode 100644 index 00000000..bbd751b0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._44800-45055.pbf b/maplibre/fonts/InterExtraLight/._44800-45055.pbf new file mode 100644 index 00000000..53e1e30a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._45056-45311.pbf b/maplibre/fonts/InterExtraLight/._45056-45311.pbf new file mode 100644 index 00000000..d50d3ce7 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._45312-45567.pbf b/maplibre/fonts/InterExtraLight/._45312-45567.pbf new file mode 100644 index 00000000..7aa48a30 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._45568-45823.pbf b/maplibre/fonts/InterExtraLight/._45568-45823.pbf new file mode 100644 index 00000000..b2de3872 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._45824-46079.pbf b/maplibre/fonts/InterExtraLight/._45824-46079.pbf new file mode 100644 index 00000000..fdd3fc4d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._4608-4863.pbf b/maplibre/fonts/InterExtraLight/._4608-4863.pbf new file mode 100644 index 00000000..45c8b8fa Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._46080-46335.pbf b/maplibre/fonts/InterExtraLight/._46080-46335.pbf new file mode 100644 index 00000000..ba9e2e38 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._46336-46591.pbf b/maplibre/fonts/InterExtraLight/._46336-46591.pbf new file mode 100644 index 00000000..53707931 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._46592-46847.pbf b/maplibre/fonts/InterExtraLight/._46592-46847.pbf new file mode 100644 index 00000000..19b10be8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._46848-47103.pbf b/maplibre/fonts/InterExtraLight/._46848-47103.pbf new file mode 100644 index 00000000..be4ff054 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._47104-47359.pbf b/maplibre/fonts/InterExtraLight/._47104-47359.pbf new file mode 100644 index 00000000..14088014 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._47360-47615.pbf b/maplibre/fonts/InterExtraLight/._47360-47615.pbf new file mode 100644 index 00000000..52212a3e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._47616-47871.pbf b/maplibre/fonts/InterExtraLight/._47616-47871.pbf new file mode 100644 index 00000000..e3735c2d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._47872-48127.pbf b/maplibre/fonts/InterExtraLight/._47872-48127.pbf new file mode 100644 index 00000000..99a0548e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._48128-48383.pbf b/maplibre/fonts/InterExtraLight/._48128-48383.pbf new file mode 100644 index 00000000..812f7165 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._48384-48639.pbf b/maplibre/fonts/InterExtraLight/._48384-48639.pbf new file mode 100644 index 00000000..03d59f52 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._4864-5119.pbf b/maplibre/fonts/InterExtraLight/._4864-5119.pbf new file mode 100644 index 00000000..d2499f9a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._48640-48895.pbf b/maplibre/fonts/InterExtraLight/._48640-48895.pbf new file mode 100644 index 00000000..157d9fdd Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._48896-49151.pbf b/maplibre/fonts/InterExtraLight/._48896-49151.pbf new file mode 100644 index 00000000..3390568e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._49152-49407.pbf b/maplibre/fonts/InterExtraLight/._49152-49407.pbf new file mode 100644 index 00000000..87cb7e85 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._49408-49663.pbf b/maplibre/fonts/InterExtraLight/._49408-49663.pbf new file mode 100644 index 00000000..52e7412f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._49664-49919.pbf b/maplibre/fonts/InterExtraLight/._49664-49919.pbf new file mode 100644 index 00000000..78e4b20d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._49920-50175.pbf b/maplibre/fonts/InterExtraLight/._49920-50175.pbf new file mode 100644 index 00000000..f840a527 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._50176-50431.pbf b/maplibre/fonts/InterExtraLight/._50176-50431.pbf new file mode 100644 index 00000000..10cdd68e Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._50432-50687.pbf b/maplibre/fonts/InterExtraLight/._50432-50687.pbf new file mode 100644 index 00000000..ef716611 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._50688-50943.pbf b/maplibre/fonts/InterExtraLight/._50688-50943.pbf new file mode 100644 index 00000000..f8676df3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._50944-51199.pbf b/maplibre/fonts/InterExtraLight/._50944-51199.pbf new file mode 100644 index 00000000..37e8c161 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._512-767.pbf b/maplibre/fonts/InterExtraLight/._512-767.pbf new file mode 100644 index 00000000..f4d9aa44 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._512-767.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._5120-5375.pbf b/maplibre/fonts/InterExtraLight/._5120-5375.pbf new file mode 100644 index 00000000..45dbd1cd Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._51200-51455.pbf b/maplibre/fonts/InterExtraLight/._51200-51455.pbf new file mode 100644 index 00000000..5ead0a00 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._51456-51711.pbf b/maplibre/fonts/InterExtraLight/._51456-51711.pbf new file mode 100644 index 00000000..d8018f07 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._51712-51967.pbf b/maplibre/fonts/InterExtraLight/._51712-51967.pbf new file mode 100644 index 00000000..8b6af3ac Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._51968-52223.pbf b/maplibre/fonts/InterExtraLight/._51968-52223.pbf new file mode 100644 index 00000000..83b9a7ce Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._52224-52479.pbf b/maplibre/fonts/InterExtraLight/._52224-52479.pbf new file mode 100644 index 00000000..54d19225 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._52480-52735.pbf b/maplibre/fonts/InterExtraLight/._52480-52735.pbf new file mode 100644 index 00000000..fddd1771 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._52736-52991.pbf b/maplibre/fonts/InterExtraLight/._52736-52991.pbf new file mode 100644 index 00000000..e5f048c6 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._52992-53247.pbf b/maplibre/fonts/InterExtraLight/._52992-53247.pbf new file mode 100644 index 00000000..18ced975 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._53248-53503.pbf b/maplibre/fonts/InterExtraLight/._53248-53503.pbf new file mode 100644 index 00000000..52461207 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._53504-53759.pbf b/maplibre/fonts/InterExtraLight/._53504-53759.pbf new file mode 100644 index 00000000..6b87325d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._5376-5631.pbf b/maplibre/fonts/InterExtraLight/._5376-5631.pbf new file mode 100644 index 00000000..d7f36f9a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._53760-54015.pbf b/maplibre/fonts/InterExtraLight/._53760-54015.pbf new file mode 100644 index 00000000..e6e03dba Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._54016-54271.pbf b/maplibre/fonts/InterExtraLight/._54016-54271.pbf new file mode 100644 index 00000000..070f7b13 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._54272-54527.pbf b/maplibre/fonts/InterExtraLight/._54272-54527.pbf new file mode 100644 index 00000000..cf34f9c4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._54528-54783.pbf b/maplibre/fonts/InterExtraLight/._54528-54783.pbf new file mode 100644 index 00000000..36238d73 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._54784-55039.pbf b/maplibre/fonts/InterExtraLight/._54784-55039.pbf new file mode 100644 index 00000000..218a6867 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._55040-55295.pbf b/maplibre/fonts/InterExtraLight/._55040-55295.pbf new file mode 100644 index 00000000..4167f9f4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._55296-55551.pbf b/maplibre/fonts/InterExtraLight/._55296-55551.pbf new file mode 100644 index 00000000..dd1568e5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._55552-55807.pbf b/maplibre/fonts/InterExtraLight/._55552-55807.pbf new file mode 100644 index 00000000..40d8f39d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._55808-56063.pbf b/maplibre/fonts/InterExtraLight/._55808-56063.pbf new file mode 100644 index 00000000..e8b3812a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._56064-56319.pbf b/maplibre/fonts/InterExtraLight/._56064-56319.pbf new file mode 100644 index 00000000..4a7afc10 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._5632-5887.pbf b/maplibre/fonts/InterExtraLight/._5632-5887.pbf new file mode 100644 index 00000000..31f3d2c3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._56320-56575.pbf b/maplibre/fonts/InterExtraLight/._56320-56575.pbf new file mode 100644 index 00000000..567379d9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._56576-56831.pbf b/maplibre/fonts/InterExtraLight/._56576-56831.pbf new file mode 100644 index 00000000..2a424eca Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._56832-57087.pbf b/maplibre/fonts/InterExtraLight/._56832-57087.pbf new file mode 100644 index 00000000..c4df189b Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._57088-57343.pbf b/maplibre/fonts/InterExtraLight/._57088-57343.pbf new file mode 100644 index 00000000..cfddcd4f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._57344-57599.pbf b/maplibre/fonts/InterExtraLight/._57344-57599.pbf new file mode 100644 index 00000000..8dc09968 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._57600-57855.pbf b/maplibre/fonts/InterExtraLight/._57600-57855.pbf new file mode 100644 index 00000000..cae21c73 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._57856-58111.pbf b/maplibre/fonts/InterExtraLight/._57856-58111.pbf new file mode 100644 index 00000000..54672b22 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._58112-58367.pbf b/maplibre/fonts/InterExtraLight/._58112-58367.pbf new file mode 100644 index 00000000..1f372b03 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._58368-58623.pbf b/maplibre/fonts/InterExtraLight/._58368-58623.pbf new file mode 100644 index 00000000..52c17a6f Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._58624-58879.pbf b/maplibre/fonts/InterExtraLight/._58624-58879.pbf new file mode 100644 index 00000000..c9a1bf93 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._5888-6143.pbf b/maplibre/fonts/InterExtraLight/._5888-6143.pbf new file mode 100644 index 00000000..06e3d7f6 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._58880-59135.pbf b/maplibre/fonts/InterExtraLight/._58880-59135.pbf new file mode 100644 index 00000000..3be20271 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._59136-59391.pbf b/maplibre/fonts/InterExtraLight/._59136-59391.pbf new file mode 100644 index 00000000..fa3fba52 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._59392-59647.pbf b/maplibre/fonts/InterExtraLight/._59392-59647.pbf new file mode 100644 index 00000000..82e4a417 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._59648-59903.pbf b/maplibre/fonts/InterExtraLight/._59648-59903.pbf new file mode 100644 index 00000000..0e58c092 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._59904-60159.pbf b/maplibre/fonts/InterExtraLight/._59904-60159.pbf new file mode 100644 index 00000000..1304ec7c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._60160-60415.pbf b/maplibre/fonts/InterExtraLight/._60160-60415.pbf new file mode 100644 index 00000000..23a46247 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._60416-60671.pbf b/maplibre/fonts/InterExtraLight/._60416-60671.pbf new file mode 100644 index 00000000..6b3a2284 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._60672-60927.pbf b/maplibre/fonts/InterExtraLight/._60672-60927.pbf new file mode 100644 index 00000000..a2a81119 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._60928-61183.pbf b/maplibre/fonts/InterExtraLight/._60928-61183.pbf new file mode 100644 index 00000000..8929d4d5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._61184-61439.pbf b/maplibre/fonts/InterExtraLight/._61184-61439.pbf new file mode 100644 index 00000000..3b36e095 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._6144-6399.pbf b/maplibre/fonts/InterExtraLight/._6144-6399.pbf new file mode 100644 index 00000000..aaa497cc Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._61440-61695.pbf b/maplibre/fonts/InterExtraLight/._61440-61695.pbf new file mode 100644 index 00000000..823a18d8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._61696-61951.pbf b/maplibre/fonts/InterExtraLight/._61696-61951.pbf new file mode 100644 index 00000000..132450e0 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._61952-62207.pbf b/maplibre/fonts/InterExtraLight/._61952-62207.pbf new file mode 100644 index 00000000..858f2314 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._62208-62463.pbf b/maplibre/fonts/InterExtraLight/._62208-62463.pbf new file mode 100644 index 00000000..fcac1dd2 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._62464-62719.pbf b/maplibre/fonts/InterExtraLight/._62464-62719.pbf new file mode 100644 index 00000000..ef8af6db Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._62720-62975.pbf b/maplibre/fonts/InterExtraLight/._62720-62975.pbf new file mode 100644 index 00000000..47730de4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._62976-63231.pbf b/maplibre/fonts/InterExtraLight/._62976-63231.pbf new file mode 100644 index 00000000..6c1d63b4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._63232-63487.pbf b/maplibre/fonts/InterExtraLight/._63232-63487.pbf new file mode 100644 index 00000000..442cd009 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._63488-63743.pbf b/maplibre/fonts/InterExtraLight/._63488-63743.pbf new file mode 100644 index 00000000..de55e3cf Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._63744-63999.pbf b/maplibre/fonts/InterExtraLight/._63744-63999.pbf new file mode 100644 index 00000000..f19addf4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._6400-6655.pbf b/maplibre/fonts/InterExtraLight/._6400-6655.pbf new file mode 100644 index 00000000..23046519 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._64000-64255.pbf b/maplibre/fonts/InterExtraLight/._64000-64255.pbf new file mode 100644 index 00000000..1d273ac3 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._64256-64511.pbf b/maplibre/fonts/InterExtraLight/._64256-64511.pbf new file mode 100644 index 00000000..a3b3ec6a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._64512-64767.pbf b/maplibre/fonts/InterExtraLight/._64512-64767.pbf new file mode 100644 index 00000000..80b5e657 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._64768-65023.pbf b/maplibre/fonts/InterExtraLight/._64768-65023.pbf new file mode 100644 index 00000000..2cc83341 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._65024-65279.pbf b/maplibre/fonts/InterExtraLight/._65024-65279.pbf new file mode 100644 index 00000000..52f5e3b4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._65280-65535.pbf b/maplibre/fonts/InterExtraLight/._65280-65535.pbf new file mode 100644 index 00000000..1b9266ca Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._6656-6911.pbf b/maplibre/fonts/InterExtraLight/._6656-6911.pbf new file mode 100644 index 00000000..83c064db Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._6912-7167.pbf b/maplibre/fonts/InterExtraLight/._6912-7167.pbf new file mode 100644 index 00000000..2d71175a Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._7168-7423.pbf b/maplibre/fonts/InterExtraLight/._7168-7423.pbf new file mode 100644 index 00000000..2986c960 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._7424-7679.pbf b/maplibre/fonts/InterExtraLight/._7424-7679.pbf new file mode 100644 index 00000000..18172ceb Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._768-1023.pbf b/maplibre/fonts/InterExtraLight/._768-1023.pbf new file mode 100644 index 00000000..27e71323 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._768-1023.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._7680-7935.pbf b/maplibre/fonts/InterExtraLight/._7680-7935.pbf new file mode 100644 index 00000000..aad439c5 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._7936-8191.pbf b/maplibre/fonts/InterExtraLight/._7936-8191.pbf new file mode 100644 index 00000000..3a72ff78 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._8192-8447.pbf b/maplibre/fonts/InterExtraLight/._8192-8447.pbf new file mode 100644 index 00000000..6d0ac986 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._8448-8703.pbf b/maplibre/fonts/InterExtraLight/._8448-8703.pbf new file mode 100644 index 00000000..8964d719 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._8704-8959.pbf b/maplibre/fonts/InterExtraLight/._8704-8959.pbf new file mode 100644 index 00000000..26c8646d Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._8960-9215.pbf b/maplibre/fonts/InterExtraLight/._8960-9215.pbf new file mode 100644 index 00000000..39db3803 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._9216-9471.pbf b/maplibre/fonts/InterExtraLight/._9216-9471.pbf new file mode 100644 index 00000000..8305dfc4 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._9472-9727.pbf b/maplibre/fonts/InterExtraLight/._9472-9727.pbf new file mode 100644 index 00000000..f6165ca9 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._9728-9983.pbf b/maplibre/fonts/InterExtraLight/._9728-9983.pbf new file mode 100644 index 00000000..360d151c Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterExtraLight/._9984-10239.pbf b/maplibre/fonts/InterExtraLight/._9984-10239.pbf new file mode 100644 index 00000000..09da1af8 Binary files /dev/null and b/maplibre/fonts/InterExtraLight/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._0-255.pbf b/maplibre/fonts/InterExtraLightItalic/._0-255.pbf new file mode 100644 index 00000000..b5293da9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._1024-1279.pbf b/maplibre/fonts/InterExtraLightItalic/._1024-1279.pbf new file mode 100644 index 00000000..50d6a151 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._10240-10495.pbf b/maplibre/fonts/InterExtraLightItalic/._10240-10495.pbf new file mode 100644 index 00000000..eac99375 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._10496-10751.pbf b/maplibre/fonts/InterExtraLightItalic/._10496-10751.pbf new file mode 100644 index 00000000..d04774bd Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._10752-11007.pbf b/maplibre/fonts/InterExtraLightItalic/._10752-11007.pbf new file mode 100644 index 00000000..78c02d80 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._11008-11263.pbf b/maplibre/fonts/InterExtraLightItalic/._11008-11263.pbf new file mode 100644 index 00000000..b66ff4d4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._11264-11519.pbf b/maplibre/fonts/InterExtraLightItalic/._11264-11519.pbf new file mode 100644 index 00000000..b57479e8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._11520-11775.pbf b/maplibre/fonts/InterExtraLightItalic/._11520-11775.pbf new file mode 100644 index 00000000..9067f261 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._11776-12031.pbf b/maplibre/fonts/InterExtraLightItalic/._11776-12031.pbf new file mode 100644 index 00000000..d12d9c13 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._12032-12287.pbf b/maplibre/fonts/InterExtraLightItalic/._12032-12287.pbf new file mode 100644 index 00000000..fa26bc9c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._12288-12543.pbf b/maplibre/fonts/InterExtraLightItalic/._12288-12543.pbf new file mode 100644 index 00000000..14c57a49 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._12544-12799.pbf b/maplibre/fonts/InterExtraLightItalic/._12544-12799.pbf new file mode 100644 index 00000000..b7d25fc8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._1280-1535.pbf b/maplibre/fonts/InterExtraLightItalic/._1280-1535.pbf new file mode 100644 index 00000000..f9ab3cc2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._12800-13055.pbf b/maplibre/fonts/InterExtraLightItalic/._12800-13055.pbf new file mode 100644 index 00000000..55ec964f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._13056-13311.pbf b/maplibre/fonts/InterExtraLightItalic/._13056-13311.pbf new file mode 100644 index 00000000..7cf9df8b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._13312-13567.pbf b/maplibre/fonts/InterExtraLightItalic/._13312-13567.pbf new file mode 100644 index 00000000..b98d560b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._13568-13823.pbf b/maplibre/fonts/InterExtraLightItalic/._13568-13823.pbf new file mode 100644 index 00000000..3cfc1b30 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._13824-14079.pbf b/maplibre/fonts/InterExtraLightItalic/._13824-14079.pbf new file mode 100644 index 00000000..91c4bd5c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._14080-14335.pbf b/maplibre/fonts/InterExtraLightItalic/._14080-14335.pbf new file mode 100644 index 00000000..25aea699 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._14336-14591.pbf b/maplibre/fonts/InterExtraLightItalic/._14336-14591.pbf new file mode 100644 index 00000000..f8053ff2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._14592-14847.pbf b/maplibre/fonts/InterExtraLightItalic/._14592-14847.pbf new file mode 100644 index 00000000..6b3cb9b9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._14848-15103.pbf b/maplibre/fonts/InterExtraLightItalic/._14848-15103.pbf new file mode 100644 index 00000000..f06bb6f0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._15104-15359.pbf b/maplibre/fonts/InterExtraLightItalic/._15104-15359.pbf new file mode 100644 index 00000000..dca113c2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._1536-1791.pbf b/maplibre/fonts/InterExtraLightItalic/._1536-1791.pbf new file mode 100644 index 00000000..36486fd9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._15360-15615.pbf b/maplibre/fonts/InterExtraLightItalic/._15360-15615.pbf new file mode 100644 index 00000000..a3f17d9d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._15616-15871.pbf b/maplibre/fonts/InterExtraLightItalic/._15616-15871.pbf new file mode 100644 index 00000000..d15f7180 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._15872-16127.pbf b/maplibre/fonts/InterExtraLightItalic/._15872-16127.pbf new file mode 100644 index 00000000..82534a87 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._16128-16383.pbf b/maplibre/fonts/InterExtraLightItalic/._16128-16383.pbf new file mode 100644 index 00000000..95aad598 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._16384-16639.pbf b/maplibre/fonts/InterExtraLightItalic/._16384-16639.pbf new file mode 100644 index 00000000..4b7a635b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._16640-16895.pbf b/maplibre/fonts/InterExtraLightItalic/._16640-16895.pbf new file mode 100644 index 00000000..f97799f8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._16896-17151.pbf b/maplibre/fonts/InterExtraLightItalic/._16896-17151.pbf new file mode 100644 index 00000000..18443b9f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._17152-17407.pbf b/maplibre/fonts/InterExtraLightItalic/._17152-17407.pbf new file mode 100644 index 00000000..3e8fc20f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._17408-17663.pbf b/maplibre/fonts/InterExtraLightItalic/._17408-17663.pbf new file mode 100644 index 00000000..062fad35 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._17664-17919.pbf b/maplibre/fonts/InterExtraLightItalic/._17664-17919.pbf new file mode 100644 index 00000000..c902407f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._1792-2047.pbf b/maplibre/fonts/InterExtraLightItalic/._1792-2047.pbf new file mode 100644 index 00000000..1a73795c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._17920-18175.pbf b/maplibre/fonts/InterExtraLightItalic/._17920-18175.pbf new file mode 100644 index 00000000..655b1d62 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._18176-18431.pbf b/maplibre/fonts/InterExtraLightItalic/._18176-18431.pbf new file mode 100644 index 00000000..8d0eb2f4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._18432-18687.pbf b/maplibre/fonts/InterExtraLightItalic/._18432-18687.pbf new file mode 100644 index 00000000..38d38350 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._18688-18943.pbf b/maplibre/fonts/InterExtraLightItalic/._18688-18943.pbf new file mode 100644 index 00000000..35338dd5 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._18944-19199.pbf b/maplibre/fonts/InterExtraLightItalic/._18944-19199.pbf new file mode 100644 index 00000000..83b0e5f0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._19200-19455.pbf b/maplibre/fonts/InterExtraLightItalic/._19200-19455.pbf new file mode 100644 index 00000000..38183585 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._19456-19711.pbf b/maplibre/fonts/InterExtraLightItalic/._19456-19711.pbf new file mode 100644 index 00000000..2d3db851 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._19712-19967.pbf b/maplibre/fonts/InterExtraLightItalic/._19712-19967.pbf new file mode 100644 index 00000000..af90816a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._19968-20223.pbf b/maplibre/fonts/InterExtraLightItalic/._19968-20223.pbf new file mode 100644 index 00000000..16847810 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._20224-20479.pbf b/maplibre/fonts/InterExtraLightItalic/._20224-20479.pbf new file mode 100644 index 00000000..0f2cca8b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._2048-2303.pbf b/maplibre/fonts/InterExtraLightItalic/._2048-2303.pbf new file mode 100644 index 00000000..44e56aeb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._20480-20735.pbf b/maplibre/fonts/InterExtraLightItalic/._20480-20735.pbf new file mode 100644 index 00000000..67d5dbbc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._20736-20991.pbf b/maplibre/fonts/InterExtraLightItalic/._20736-20991.pbf new file mode 100644 index 00000000..e6dfd665 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._20992-21247.pbf b/maplibre/fonts/InterExtraLightItalic/._20992-21247.pbf new file mode 100644 index 00000000..ada0d9c4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._21248-21503.pbf b/maplibre/fonts/InterExtraLightItalic/._21248-21503.pbf new file mode 100644 index 00000000..a1f09e78 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._21504-21759.pbf b/maplibre/fonts/InterExtraLightItalic/._21504-21759.pbf new file mode 100644 index 00000000..6e1d60a0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._21760-22015.pbf b/maplibre/fonts/InterExtraLightItalic/._21760-22015.pbf new file mode 100644 index 00000000..4e323c89 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._22016-22271.pbf b/maplibre/fonts/InterExtraLightItalic/._22016-22271.pbf new file mode 100644 index 00000000..7c1df72b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._22272-22527.pbf b/maplibre/fonts/InterExtraLightItalic/._22272-22527.pbf new file mode 100644 index 00000000..8e29b484 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._22528-22783.pbf b/maplibre/fonts/InterExtraLightItalic/._22528-22783.pbf new file mode 100644 index 00000000..365836df Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._22784-23039.pbf b/maplibre/fonts/InterExtraLightItalic/._22784-23039.pbf new file mode 100644 index 00000000..b148c6e6 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._2304-2559.pbf b/maplibre/fonts/InterExtraLightItalic/._2304-2559.pbf new file mode 100644 index 00000000..b3655458 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._23040-23295.pbf b/maplibre/fonts/InterExtraLightItalic/._23040-23295.pbf new file mode 100644 index 00000000..bf19b48d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._23296-23551.pbf b/maplibre/fonts/InterExtraLightItalic/._23296-23551.pbf new file mode 100644 index 00000000..ac5d0808 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._23552-23807.pbf b/maplibre/fonts/InterExtraLightItalic/._23552-23807.pbf new file mode 100644 index 00000000..9507540b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._23808-24063.pbf b/maplibre/fonts/InterExtraLightItalic/._23808-24063.pbf new file mode 100644 index 00000000..298d2cb4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._24064-24319.pbf b/maplibre/fonts/InterExtraLightItalic/._24064-24319.pbf new file mode 100644 index 00000000..46b42b51 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._24320-24575.pbf b/maplibre/fonts/InterExtraLightItalic/._24320-24575.pbf new file mode 100644 index 00000000..7b231e41 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._24576-24831.pbf b/maplibre/fonts/InterExtraLightItalic/._24576-24831.pbf new file mode 100644 index 00000000..804aee08 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._24832-25087.pbf b/maplibre/fonts/InterExtraLightItalic/._24832-25087.pbf new file mode 100644 index 00000000..c87c5d95 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._25088-25343.pbf b/maplibre/fonts/InterExtraLightItalic/._25088-25343.pbf new file mode 100644 index 00000000..c5d1265d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._25344-25599.pbf b/maplibre/fonts/InterExtraLightItalic/._25344-25599.pbf new file mode 100644 index 00000000..40aebd99 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._256-511.pbf b/maplibre/fonts/InterExtraLightItalic/._256-511.pbf new file mode 100644 index 00000000..b5f0001b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._2560-2815.pbf b/maplibre/fonts/InterExtraLightItalic/._2560-2815.pbf new file mode 100644 index 00000000..f2153f9d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._25600-25855.pbf b/maplibre/fonts/InterExtraLightItalic/._25600-25855.pbf new file mode 100644 index 00000000..228ceccb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._25856-26111.pbf b/maplibre/fonts/InterExtraLightItalic/._25856-26111.pbf new file mode 100644 index 00000000..4165ae8e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._26112-26367.pbf b/maplibre/fonts/InterExtraLightItalic/._26112-26367.pbf new file mode 100644 index 00000000..47f305ca Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._26368-26623.pbf b/maplibre/fonts/InterExtraLightItalic/._26368-26623.pbf new file mode 100644 index 00000000..0de8d760 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._26624-26879.pbf b/maplibre/fonts/InterExtraLightItalic/._26624-26879.pbf new file mode 100644 index 00000000..9b087bff Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._26880-27135.pbf b/maplibre/fonts/InterExtraLightItalic/._26880-27135.pbf new file mode 100644 index 00000000..44d1d058 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._27136-27391.pbf b/maplibre/fonts/InterExtraLightItalic/._27136-27391.pbf new file mode 100644 index 00000000..899d948b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._27392-27647.pbf b/maplibre/fonts/InterExtraLightItalic/._27392-27647.pbf new file mode 100644 index 00000000..16089705 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._27648-27903.pbf b/maplibre/fonts/InterExtraLightItalic/._27648-27903.pbf new file mode 100644 index 00000000..d3140f02 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._27904-28159.pbf b/maplibre/fonts/InterExtraLightItalic/._27904-28159.pbf new file mode 100644 index 00000000..fe933ff3 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._2816-3071.pbf b/maplibre/fonts/InterExtraLightItalic/._2816-3071.pbf new file mode 100644 index 00000000..81206afb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._28160-28415.pbf b/maplibre/fonts/InterExtraLightItalic/._28160-28415.pbf new file mode 100644 index 00000000..8750c46c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._28416-28671.pbf b/maplibre/fonts/InterExtraLightItalic/._28416-28671.pbf new file mode 100644 index 00000000..5fc16876 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._28672-28927.pbf b/maplibre/fonts/InterExtraLightItalic/._28672-28927.pbf new file mode 100644 index 00000000..2db0de7c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._28928-29183.pbf b/maplibre/fonts/InterExtraLightItalic/._28928-29183.pbf new file mode 100644 index 00000000..465c02f6 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._29184-29439.pbf b/maplibre/fonts/InterExtraLightItalic/._29184-29439.pbf new file mode 100644 index 00000000..71681dcb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._29440-29695.pbf b/maplibre/fonts/InterExtraLightItalic/._29440-29695.pbf new file mode 100644 index 00000000..81a9b647 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._29696-29951.pbf b/maplibre/fonts/InterExtraLightItalic/._29696-29951.pbf new file mode 100644 index 00000000..1939f532 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._29952-30207.pbf b/maplibre/fonts/InterExtraLightItalic/._29952-30207.pbf new file mode 100644 index 00000000..b8560287 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._30208-30463.pbf b/maplibre/fonts/InterExtraLightItalic/._30208-30463.pbf new file mode 100644 index 00000000..3e9add40 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._30464-30719.pbf b/maplibre/fonts/InterExtraLightItalic/._30464-30719.pbf new file mode 100644 index 00000000..73160fbb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._3072-3327.pbf b/maplibre/fonts/InterExtraLightItalic/._3072-3327.pbf new file mode 100644 index 00000000..b8c8b215 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._30720-30975.pbf b/maplibre/fonts/InterExtraLightItalic/._30720-30975.pbf new file mode 100644 index 00000000..6f011a69 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._30976-31231.pbf b/maplibre/fonts/InterExtraLightItalic/._30976-31231.pbf new file mode 100644 index 00000000..d4e08153 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._31232-31487.pbf b/maplibre/fonts/InterExtraLightItalic/._31232-31487.pbf new file mode 100644 index 00000000..d210c09f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._31488-31743.pbf b/maplibre/fonts/InterExtraLightItalic/._31488-31743.pbf new file mode 100644 index 00000000..6d47c6e4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._31744-31999.pbf b/maplibre/fonts/InterExtraLightItalic/._31744-31999.pbf new file mode 100644 index 00000000..c0549872 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._32000-32255.pbf b/maplibre/fonts/InterExtraLightItalic/._32000-32255.pbf new file mode 100644 index 00000000..cdd56599 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._32256-32511.pbf b/maplibre/fonts/InterExtraLightItalic/._32256-32511.pbf new file mode 100644 index 00000000..69bd8acb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._32512-32767.pbf b/maplibre/fonts/InterExtraLightItalic/._32512-32767.pbf new file mode 100644 index 00000000..6013d2ad Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._32768-33023.pbf b/maplibre/fonts/InterExtraLightItalic/._32768-33023.pbf new file mode 100644 index 00000000..a786d62a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._33024-33279.pbf b/maplibre/fonts/InterExtraLightItalic/._33024-33279.pbf new file mode 100644 index 00000000..0d9ecf8f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._3328-3583.pbf b/maplibre/fonts/InterExtraLightItalic/._3328-3583.pbf new file mode 100644 index 00000000..a25e08c2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._33280-33535.pbf b/maplibre/fonts/InterExtraLightItalic/._33280-33535.pbf new file mode 100644 index 00000000..408f78f1 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._33536-33791.pbf b/maplibre/fonts/InterExtraLightItalic/._33536-33791.pbf new file mode 100644 index 00000000..56b79ac9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._33792-34047.pbf b/maplibre/fonts/InterExtraLightItalic/._33792-34047.pbf new file mode 100644 index 00000000..3040cf3c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._34048-34303.pbf b/maplibre/fonts/InterExtraLightItalic/._34048-34303.pbf new file mode 100644 index 00000000..70454a58 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._34304-34559.pbf b/maplibre/fonts/InterExtraLightItalic/._34304-34559.pbf new file mode 100644 index 00000000..167f59bb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._34560-34815.pbf b/maplibre/fonts/InterExtraLightItalic/._34560-34815.pbf new file mode 100644 index 00000000..e746d88b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._34816-35071.pbf b/maplibre/fonts/InterExtraLightItalic/._34816-35071.pbf new file mode 100644 index 00000000..330aba67 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._35072-35327.pbf b/maplibre/fonts/InterExtraLightItalic/._35072-35327.pbf new file mode 100644 index 00000000..5363023b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._35328-35583.pbf b/maplibre/fonts/InterExtraLightItalic/._35328-35583.pbf new file mode 100644 index 00000000..ffa661a0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._35584-35839.pbf b/maplibre/fonts/InterExtraLightItalic/._35584-35839.pbf new file mode 100644 index 00000000..7050eca2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._3584-3839.pbf b/maplibre/fonts/InterExtraLightItalic/._3584-3839.pbf new file mode 100644 index 00000000..e41e097a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._35840-36095.pbf b/maplibre/fonts/InterExtraLightItalic/._35840-36095.pbf new file mode 100644 index 00000000..a6e2890c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._36096-36351.pbf b/maplibre/fonts/InterExtraLightItalic/._36096-36351.pbf new file mode 100644 index 00000000..9913850d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._36352-36607.pbf b/maplibre/fonts/InterExtraLightItalic/._36352-36607.pbf new file mode 100644 index 00000000..a1757fff Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._36608-36863.pbf b/maplibre/fonts/InterExtraLightItalic/._36608-36863.pbf new file mode 100644 index 00000000..100404c7 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._36864-37119.pbf b/maplibre/fonts/InterExtraLightItalic/._36864-37119.pbf new file mode 100644 index 00000000..02efc903 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._37120-37375.pbf b/maplibre/fonts/InterExtraLightItalic/._37120-37375.pbf new file mode 100644 index 00000000..423f6240 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._37376-37631.pbf b/maplibre/fonts/InterExtraLightItalic/._37376-37631.pbf new file mode 100644 index 00000000..1db7c842 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._37632-37887.pbf b/maplibre/fonts/InterExtraLightItalic/._37632-37887.pbf new file mode 100644 index 00000000..dbd2c392 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._37888-38143.pbf b/maplibre/fonts/InterExtraLightItalic/._37888-38143.pbf new file mode 100644 index 00000000..ee8ddcda Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._38144-38399.pbf b/maplibre/fonts/InterExtraLightItalic/._38144-38399.pbf new file mode 100644 index 00000000..bea4b6ac Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._3840-4095.pbf b/maplibre/fonts/InterExtraLightItalic/._3840-4095.pbf new file mode 100644 index 00000000..1d9e49ca Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._38400-38655.pbf b/maplibre/fonts/InterExtraLightItalic/._38400-38655.pbf new file mode 100644 index 00000000..826173d9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._38656-38911.pbf b/maplibre/fonts/InterExtraLightItalic/._38656-38911.pbf new file mode 100644 index 00000000..570ce23e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._38912-39167.pbf b/maplibre/fonts/InterExtraLightItalic/._38912-39167.pbf new file mode 100644 index 00000000..934a90d7 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._39168-39423.pbf b/maplibre/fonts/InterExtraLightItalic/._39168-39423.pbf new file mode 100644 index 00000000..63d405d2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._39424-39679.pbf b/maplibre/fonts/InterExtraLightItalic/._39424-39679.pbf new file mode 100644 index 00000000..c8e62264 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._39680-39935.pbf b/maplibre/fonts/InterExtraLightItalic/._39680-39935.pbf new file mode 100644 index 00000000..b0c90aba Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._39936-40191.pbf b/maplibre/fonts/InterExtraLightItalic/._39936-40191.pbf new file mode 100644 index 00000000..f6361532 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._40192-40447.pbf b/maplibre/fonts/InterExtraLightItalic/._40192-40447.pbf new file mode 100644 index 00000000..23b0f243 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._40448-40703.pbf b/maplibre/fonts/InterExtraLightItalic/._40448-40703.pbf new file mode 100644 index 00000000..35cd21d5 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._40704-40959.pbf b/maplibre/fonts/InterExtraLightItalic/._40704-40959.pbf new file mode 100644 index 00000000..964fadab Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._4096-4351.pbf b/maplibre/fonts/InterExtraLightItalic/._4096-4351.pbf new file mode 100644 index 00000000..40617376 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._40960-41215.pbf b/maplibre/fonts/InterExtraLightItalic/._40960-41215.pbf new file mode 100644 index 00000000..67d4fd6e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._41216-41471.pbf b/maplibre/fonts/InterExtraLightItalic/._41216-41471.pbf new file mode 100644 index 00000000..2ba149b5 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._41472-41727.pbf b/maplibre/fonts/InterExtraLightItalic/._41472-41727.pbf new file mode 100644 index 00000000..a5659084 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._41728-41983.pbf b/maplibre/fonts/InterExtraLightItalic/._41728-41983.pbf new file mode 100644 index 00000000..738f5244 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._41984-42239.pbf b/maplibre/fonts/InterExtraLightItalic/._41984-42239.pbf new file mode 100644 index 00000000..fc04c5e3 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._42240-42495.pbf b/maplibre/fonts/InterExtraLightItalic/._42240-42495.pbf new file mode 100644 index 00000000..bb244a7b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._42496-42751.pbf b/maplibre/fonts/InterExtraLightItalic/._42496-42751.pbf new file mode 100644 index 00000000..f7e52048 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._42752-43007.pbf b/maplibre/fonts/InterExtraLightItalic/._42752-43007.pbf new file mode 100644 index 00000000..92c1e806 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._43008-43263.pbf b/maplibre/fonts/InterExtraLightItalic/._43008-43263.pbf new file mode 100644 index 00000000..9abd6307 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._43264-43519.pbf b/maplibre/fonts/InterExtraLightItalic/._43264-43519.pbf new file mode 100644 index 00000000..121c5744 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._4352-4607.pbf b/maplibre/fonts/InterExtraLightItalic/._4352-4607.pbf new file mode 100644 index 00000000..a7ddf067 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._43520-43775.pbf b/maplibre/fonts/InterExtraLightItalic/._43520-43775.pbf new file mode 100644 index 00000000..70d9556f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._43776-44031.pbf b/maplibre/fonts/InterExtraLightItalic/._43776-44031.pbf new file mode 100644 index 00000000..7d641d3b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._44032-44287.pbf b/maplibre/fonts/InterExtraLightItalic/._44032-44287.pbf new file mode 100644 index 00000000..2e9da2f4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._44288-44543.pbf b/maplibre/fonts/InterExtraLightItalic/._44288-44543.pbf new file mode 100644 index 00000000..95034d5e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._44544-44799.pbf b/maplibre/fonts/InterExtraLightItalic/._44544-44799.pbf new file mode 100644 index 00000000..3ed56600 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._44800-45055.pbf b/maplibre/fonts/InterExtraLightItalic/._44800-45055.pbf new file mode 100644 index 00000000..995067c9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._45056-45311.pbf b/maplibre/fonts/InterExtraLightItalic/._45056-45311.pbf new file mode 100644 index 00000000..bdb0c40a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._45312-45567.pbf b/maplibre/fonts/InterExtraLightItalic/._45312-45567.pbf new file mode 100644 index 00000000..8f6212ac Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._45568-45823.pbf b/maplibre/fonts/InterExtraLightItalic/._45568-45823.pbf new file mode 100644 index 00000000..a8437c75 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._45824-46079.pbf b/maplibre/fonts/InterExtraLightItalic/._45824-46079.pbf new file mode 100644 index 00000000..f8948908 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._4608-4863.pbf b/maplibre/fonts/InterExtraLightItalic/._4608-4863.pbf new file mode 100644 index 00000000..bbe2970e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._46080-46335.pbf b/maplibre/fonts/InterExtraLightItalic/._46080-46335.pbf new file mode 100644 index 00000000..bca19ba2 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._46336-46591.pbf b/maplibre/fonts/InterExtraLightItalic/._46336-46591.pbf new file mode 100644 index 00000000..80913d33 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._46592-46847.pbf b/maplibre/fonts/InterExtraLightItalic/._46592-46847.pbf new file mode 100644 index 00000000..7f718827 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._46848-47103.pbf b/maplibre/fonts/InterExtraLightItalic/._46848-47103.pbf new file mode 100644 index 00000000..fc7e73a4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._47104-47359.pbf b/maplibre/fonts/InterExtraLightItalic/._47104-47359.pbf new file mode 100644 index 00000000..0dc357c3 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._47360-47615.pbf b/maplibre/fonts/InterExtraLightItalic/._47360-47615.pbf new file mode 100644 index 00000000..ad1c198d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._47616-47871.pbf b/maplibre/fonts/InterExtraLightItalic/._47616-47871.pbf new file mode 100644 index 00000000..e60a70f6 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._47872-48127.pbf b/maplibre/fonts/InterExtraLightItalic/._47872-48127.pbf new file mode 100644 index 00000000..e6870898 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._48128-48383.pbf b/maplibre/fonts/InterExtraLightItalic/._48128-48383.pbf new file mode 100644 index 00000000..5dd1b8cd Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._48384-48639.pbf b/maplibre/fonts/InterExtraLightItalic/._48384-48639.pbf new file mode 100644 index 00000000..2de2d329 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._4864-5119.pbf b/maplibre/fonts/InterExtraLightItalic/._4864-5119.pbf new file mode 100644 index 00000000..4aa07f8e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._48640-48895.pbf b/maplibre/fonts/InterExtraLightItalic/._48640-48895.pbf new file mode 100644 index 00000000..9c2c1b68 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._48896-49151.pbf b/maplibre/fonts/InterExtraLightItalic/._48896-49151.pbf new file mode 100644 index 00000000..75621a62 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._49152-49407.pbf b/maplibre/fonts/InterExtraLightItalic/._49152-49407.pbf new file mode 100644 index 00000000..df70cd86 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._49408-49663.pbf b/maplibre/fonts/InterExtraLightItalic/._49408-49663.pbf new file mode 100644 index 00000000..c8a60e52 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._49664-49919.pbf b/maplibre/fonts/InterExtraLightItalic/._49664-49919.pbf new file mode 100644 index 00000000..59c3d0cd Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._49920-50175.pbf b/maplibre/fonts/InterExtraLightItalic/._49920-50175.pbf new file mode 100644 index 00000000..37bba2d5 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._50176-50431.pbf b/maplibre/fonts/InterExtraLightItalic/._50176-50431.pbf new file mode 100644 index 00000000..4bd765f4 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._50432-50687.pbf b/maplibre/fonts/InterExtraLightItalic/._50432-50687.pbf new file mode 100644 index 00000000..ddf74846 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._50688-50943.pbf b/maplibre/fonts/InterExtraLightItalic/._50688-50943.pbf new file mode 100644 index 00000000..7ca8f4f1 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._50944-51199.pbf b/maplibre/fonts/InterExtraLightItalic/._50944-51199.pbf new file mode 100644 index 00000000..ca2f94ca Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._512-767.pbf b/maplibre/fonts/InterExtraLightItalic/._512-767.pbf new file mode 100644 index 00000000..c41dd3e3 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._5120-5375.pbf b/maplibre/fonts/InterExtraLightItalic/._5120-5375.pbf new file mode 100644 index 00000000..bfb538cc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._51200-51455.pbf b/maplibre/fonts/InterExtraLightItalic/._51200-51455.pbf new file mode 100644 index 00000000..af51d1ae Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._51456-51711.pbf b/maplibre/fonts/InterExtraLightItalic/._51456-51711.pbf new file mode 100644 index 00000000..4a5978ca Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._51712-51967.pbf b/maplibre/fonts/InterExtraLightItalic/._51712-51967.pbf new file mode 100644 index 00000000..ca445b7f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._51968-52223.pbf b/maplibre/fonts/InterExtraLightItalic/._51968-52223.pbf new file mode 100644 index 00000000..79fa2123 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._52224-52479.pbf b/maplibre/fonts/InterExtraLightItalic/._52224-52479.pbf new file mode 100644 index 00000000..7d3d8fd9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._52480-52735.pbf b/maplibre/fonts/InterExtraLightItalic/._52480-52735.pbf new file mode 100644 index 00000000..2109e2eb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._52736-52991.pbf b/maplibre/fonts/InterExtraLightItalic/._52736-52991.pbf new file mode 100644 index 00000000..7c5a4f37 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._52992-53247.pbf b/maplibre/fonts/InterExtraLightItalic/._52992-53247.pbf new file mode 100644 index 00000000..ed56c044 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._53248-53503.pbf b/maplibre/fonts/InterExtraLightItalic/._53248-53503.pbf new file mode 100644 index 00000000..32b672de Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._53504-53759.pbf b/maplibre/fonts/InterExtraLightItalic/._53504-53759.pbf new file mode 100644 index 00000000..2ff4ac21 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._5376-5631.pbf b/maplibre/fonts/InterExtraLightItalic/._5376-5631.pbf new file mode 100644 index 00000000..2df9646f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._53760-54015.pbf b/maplibre/fonts/InterExtraLightItalic/._53760-54015.pbf new file mode 100644 index 00000000..1b778589 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._54016-54271.pbf b/maplibre/fonts/InterExtraLightItalic/._54016-54271.pbf new file mode 100644 index 00000000..adcee097 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._54272-54527.pbf b/maplibre/fonts/InterExtraLightItalic/._54272-54527.pbf new file mode 100644 index 00000000..a5444694 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._54528-54783.pbf b/maplibre/fonts/InterExtraLightItalic/._54528-54783.pbf new file mode 100644 index 00000000..b7ce6b44 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._54784-55039.pbf b/maplibre/fonts/InterExtraLightItalic/._54784-55039.pbf new file mode 100644 index 00000000..d7394a14 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._55040-55295.pbf b/maplibre/fonts/InterExtraLightItalic/._55040-55295.pbf new file mode 100644 index 00000000..fba9d400 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._55296-55551.pbf b/maplibre/fonts/InterExtraLightItalic/._55296-55551.pbf new file mode 100644 index 00000000..057987a8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._55552-55807.pbf b/maplibre/fonts/InterExtraLightItalic/._55552-55807.pbf new file mode 100644 index 00000000..031bbabc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._55808-56063.pbf b/maplibre/fonts/InterExtraLightItalic/._55808-56063.pbf new file mode 100644 index 00000000..9a84c79f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._56064-56319.pbf b/maplibre/fonts/InterExtraLightItalic/._56064-56319.pbf new file mode 100644 index 00000000..7bdab5c1 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._5632-5887.pbf b/maplibre/fonts/InterExtraLightItalic/._5632-5887.pbf new file mode 100644 index 00000000..e0a4e7c8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._56320-56575.pbf b/maplibre/fonts/InterExtraLightItalic/._56320-56575.pbf new file mode 100644 index 00000000..86312a22 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._56576-56831.pbf b/maplibre/fonts/InterExtraLightItalic/._56576-56831.pbf new file mode 100644 index 00000000..3c0ae77d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._56832-57087.pbf b/maplibre/fonts/InterExtraLightItalic/._56832-57087.pbf new file mode 100644 index 00000000..b883353b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._57088-57343.pbf b/maplibre/fonts/InterExtraLightItalic/._57088-57343.pbf new file mode 100644 index 00000000..b708d03a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._57344-57599.pbf b/maplibre/fonts/InterExtraLightItalic/._57344-57599.pbf new file mode 100644 index 00000000..a807183d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._57600-57855.pbf b/maplibre/fonts/InterExtraLightItalic/._57600-57855.pbf new file mode 100644 index 00000000..126c4c6b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._57856-58111.pbf b/maplibre/fonts/InterExtraLightItalic/._57856-58111.pbf new file mode 100644 index 00000000..b8b974ef Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._58112-58367.pbf b/maplibre/fonts/InterExtraLightItalic/._58112-58367.pbf new file mode 100644 index 00000000..d187247b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._58368-58623.pbf b/maplibre/fonts/InterExtraLightItalic/._58368-58623.pbf new file mode 100644 index 00000000..7e98eef9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._58624-58879.pbf b/maplibre/fonts/InterExtraLightItalic/._58624-58879.pbf new file mode 100644 index 00000000..b8b735c0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._5888-6143.pbf b/maplibre/fonts/InterExtraLightItalic/._5888-6143.pbf new file mode 100644 index 00000000..466eb6bc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._58880-59135.pbf b/maplibre/fonts/InterExtraLightItalic/._58880-59135.pbf new file mode 100644 index 00000000..c49affc1 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._59136-59391.pbf b/maplibre/fonts/InterExtraLightItalic/._59136-59391.pbf new file mode 100644 index 00000000..c5b7af52 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._59392-59647.pbf b/maplibre/fonts/InterExtraLightItalic/._59392-59647.pbf new file mode 100644 index 00000000..f277cc0b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._59648-59903.pbf b/maplibre/fonts/InterExtraLightItalic/._59648-59903.pbf new file mode 100644 index 00000000..56e49e2f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._59904-60159.pbf b/maplibre/fonts/InterExtraLightItalic/._59904-60159.pbf new file mode 100644 index 00000000..d3a174f0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._60160-60415.pbf b/maplibre/fonts/InterExtraLightItalic/._60160-60415.pbf new file mode 100644 index 00000000..0cbbd4fc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._60416-60671.pbf b/maplibre/fonts/InterExtraLightItalic/._60416-60671.pbf new file mode 100644 index 00000000..61f9552b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._60672-60927.pbf b/maplibre/fonts/InterExtraLightItalic/._60672-60927.pbf new file mode 100644 index 00000000..e92ffba5 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._60928-61183.pbf b/maplibre/fonts/InterExtraLightItalic/._60928-61183.pbf new file mode 100644 index 00000000..57507cda Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._61184-61439.pbf b/maplibre/fonts/InterExtraLightItalic/._61184-61439.pbf new file mode 100644 index 00000000..a3aa0303 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._6144-6399.pbf b/maplibre/fonts/InterExtraLightItalic/._6144-6399.pbf new file mode 100644 index 00000000..64f78449 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._61440-61695.pbf b/maplibre/fonts/InterExtraLightItalic/._61440-61695.pbf new file mode 100644 index 00000000..ce2cad35 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._61696-61951.pbf b/maplibre/fonts/InterExtraLightItalic/._61696-61951.pbf new file mode 100644 index 00000000..28015e3d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._61952-62207.pbf b/maplibre/fonts/InterExtraLightItalic/._61952-62207.pbf new file mode 100644 index 00000000..ec6ab8a8 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._62208-62463.pbf b/maplibre/fonts/InterExtraLightItalic/._62208-62463.pbf new file mode 100644 index 00000000..fa7bd377 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._62464-62719.pbf b/maplibre/fonts/InterExtraLightItalic/._62464-62719.pbf new file mode 100644 index 00000000..56af2ffc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._62720-62975.pbf b/maplibre/fonts/InterExtraLightItalic/._62720-62975.pbf new file mode 100644 index 00000000..39fa97c9 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._62976-63231.pbf b/maplibre/fonts/InterExtraLightItalic/._62976-63231.pbf new file mode 100644 index 00000000..c82d6936 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._63232-63487.pbf b/maplibre/fonts/InterExtraLightItalic/._63232-63487.pbf new file mode 100644 index 00000000..103f7413 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._63488-63743.pbf b/maplibre/fonts/InterExtraLightItalic/._63488-63743.pbf new file mode 100644 index 00000000..eecad51f Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._63744-63999.pbf b/maplibre/fonts/InterExtraLightItalic/._63744-63999.pbf new file mode 100644 index 00000000..7ba2d27d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._6400-6655.pbf b/maplibre/fonts/InterExtraLightItalic/._6400-6655.pbf new file mode 100644 index 00000000..28117659 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._64000-64255.pbf b/maplibre/fonts/InterExtraLightItalic/._64000-64255.pbf new file mode 100644 index 00000000..33b7464a Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._64256-64511.pbf b/maplibre/fonts/InterExtraLightItalic/._64256-64511.pbf new file mode 100644 index 00000000..3b2151cd Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._64512-64767.pbf b/maplibre/fonts/InterExtraLightItalic/._64512-64767.pbf new file mode 100644 index 00000000..418a7777 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._64768-65023.pbf b/maplibre/fonts/InterExtraLightItalic/._64768-65023.pbf new file mode 100644 index 00000000..752a7fd0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._65024-65279.pbf b/maplibre/fonts/InterExtraLightItalic/._65024-65279.pbf new file mode 100644 index 00000000..711203e0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._65280-65535.pbf b/maplibre/fonts/InterExtraLightItalic/._65280-65535.pbf new file mode 100644 index 00000000..c8a582e1 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._6656-6911.pbf b/maplibre/fonts/InterExtraLightItalic/._6656-6911.pbf new file mode 100644 index 00000000..b51c274e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._6912-7167.pbf b/maplibre/fonts/InterExtraLightItalic/._6912-7167.pbf new file mode 100644 index 00000000..56c29e02 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._7168-7423.pbf b/maplibre/fonts/InterExtraLightItalic/._7168-7423.pbf new file mode 100644 index 00000000..cd380c4e Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._7424-7679.pbf b/maplibre/fonts/InterExtraLightItalic/._7424-7679.pbf new file mode 100644 index 00000000..7a68df8b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._768-1023.pbf b/maplibre/fonts/InterExtraLightItalic/._768-1023.pbf new file mode 100644 index 00000000..0b0b45dc Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._7680-7935.pbf b/maplibre/fonts/InterExtraLightItalic/._7680-7935.pbf new file mode 100644 index 00000000..1f3b37bb Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._7936-8191.pbf b/maplibre/fonts/InterExtraLightItalic/._7936-8191.pbf new file mode 100644 index 00000000..5f877719 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._8192-8447.pbf b/maplibre/fonts/InterExtraLightItalic/._8192-8447.pbf new file mode 100644 index 00000000..fc0ddc10 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._8448-8703.pbf b/maplibre/fonts/InterExtraLightItalic/._8448-8703.pbf new file mode 100644 index 00000000..0e2b7871 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._8704-8959.pbf b/maplibre/fonts/InterExtraLightItalic/._8704-8959.pbf new file mode 100644 index 00000000..1713d7d0 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._8960-9215.pbf b/maplibre/fonts/InterExtraLightItalic/._8960-9215.pbf new file mode 100644 index 00000000..f686387d Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._9216-9471.pbf b/maplibre/fonts/InterExtraLightItalic/._9216-9471.pbf new file mode 100644 index 00000000..6d938500 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._9472-9727.pbf b/maplibre/fonts/InterExtraLightItalic/._9472-9727.pbf new file mode 100644 index 00000000..96c3038b Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._9728-9983.pbf b/maplibre/fonts/InterExtraLightItalic/._9728-9983.pbf new file mode 100644 index 00000000..5369449c Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterExtraLightItalic/._9984-10239.pbf b/maplibre/fonts/InterExtraLightItalic/._9984-10239.pbf new file mode 100644 index 00000000..02b1cb16 Binary files /dev/null and b/maplibre/fonts/InterExtraLightItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterItalic/._0-255.pbf b/maplibre/fonts/InterItalic/._0-255.pbf new file mode 100644 index 00000000..a367c7ef Binary files /dev/null and b/maplibre/fonts/InterItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterItalic/._1024-1279.pbf b/maplibre/fonts/InterItalic/._1024-1279.pbf new file mode 100644 index 00000000..15cd1d22 Binary files /dev/null and b/maplibre/fonts/InterItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterItalic/._10240-10495.pbf b/maplibre/fonts/InterItalic/._10240-10495.pbf new file mode 100644 index 00000000..c48a70c1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterItalic/._10496-10751.pbf b/maplibre/fonts/InterItalic/._10496-10751.pbf new file mode 100644 index 00000000..2a7e7a40 Binary files /dev/null and b/maplibre/fonts/InterItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterItalic/._10752-11007.pbf b/maplibre/fonts/InterItalic/._10752-11007.pbf new file mode 100644 index 00000000..afe4a731 Binary files /dev/null and b/maplibre/fonts/InterItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterItalic/._11008-11263.pbf b/maplibre/fonts/InterItalic/._11008-11263.pbf new file mode 100644 index 00000000..0e0ceaa3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterItalic/._11264-11519.pbf b/maplibre/fonts/InterItalic/._11264-11519.pbf new file mode 100644 index 00000000..fd0e1a0d Binary files /dev/null and b/maplibre/fonts/InterItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterItalic/._11520-11775.pbf b/maplibre/fonts/InterItalic/._11520-11775.pbf new file mode 100644 index 00000000..9b599931 Binary files /dev/null and b/maplibre/fonts/InterItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterItalic/._11776-12031.pbf b/maplibre/fonts/InterItalic/._11776-12031.pbf new file mode 100644 index 00000000..022c0cee Binary files /dev/null and b/maplibre/fonts/InterItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterItalic/._12032-12287.pbf b/maplibre/fonts/InterItalic/._12032-12287.pbf new file mode 100644 index 00000000..478d830b Binary files /dev/null and b/maplibre/fonts/InterItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterItalic/._12288-12543.pbf b/maplibre/fonts/InterItalic/._12288-12543.pbf new file mode 100644 index 00000000..6ae893bc Binary files /dev/null and b/maplibre/fonts/InterItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterItalic/._12544-12799.pbf b/maplibre/fonts/InterItalic/._12544-12799.pbf new file mode 100644 index 00000000..8954aa70 Binary files /dev/null and b/maplibre/fonts/InterItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterItalic/._1280-1535.pbf b/maplibre/fonts/InterItalic/._1280-1535.pbf new file mode 100644 index 00000000..bd30e9d9 Binary files /dev/null and b/maplibre/fonts/InterItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterItalic/._12800-13055.pbf b/maplibre/fonts/InterItalic/._12800-13055.pbf new file mode 100644 index 00000000..152e82f4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterItalic/._13056-13311.pbf b/maplibre/fonts/InterItalic/._13056-13311.pbf new file mode 100644 index 00000000..a7ff0d77 Binary files /dev/null and b/maplibre/fonts/InterItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterItalic/._13312-13567.pbf b/maplibre/fonts/InterItalic/._13312-13567.pbf new file mode 100644 index 00000000..63c124f2 Binary files /dev/null and b/maplibre/fonts/InterItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterItalic/._13568-13823.pbf b/maplibre/fonts/InterItalic/._13568-13823.pbf new file mode 100644 index 00000000..e7d05a80 Binary files /dev/null and b/maplibre/fonts/InterItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterItalic/._13824-14079.pbf b/maplibre/fonts/InterItalic/._13824-14079.pbf new file mode 100644 index 00000000..61ce09f3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterItalic/._14080-14335.pbf b/maplibre/fonts/InterItalic/._14080-14335.pbf new file mode 100644 index 00000000..08eb1647 Binary files /dev/null and b/maplibre/fonts/InterItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterItalic/._14336-14591.pbf b/maplibre/fonts/InterItalic/._14336-14591.pbf new file mode 100644 index 00000000..3c17f7fc Binary files /dev/null and b/maplibre/fonts/InterItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterItalic/._14592-14847.pbf b/maplibre/fonts/InterItalic/._14592-14847.pbf new file mode 100644 index 00000000..e32a1bba Binary files /dev/null and b/maplibre/fonts/InterItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterItalic/._14848-15103.pbf b/maplibre/fonts/InterItalic/._14848-15103.pbf new file mode 100644 index 00000000..f14be1cd Binary files /dev/null and b/maplibre/fonts/InterItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterItalic/._15104-15359.pbf b/maplibre/fonts/InterItalic/._15104-15359.pbf new file mode 100644 index 00000000..c45e1162 Binary files /dev/null and b/maplibre/fonts/InterItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterItalic/._1536-1791.pbf b/maplibre/fonts/InterItalic/._1536-1791.pbf new file mode 100644 index 00000000..d187c644 Binary files /dev/null and b/maplibre/fonts/InterItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterItalic/._15360-15615.pbf b/maplibre/fonts/InterItalic/._15360-15615.pbf new file mode 100644 index 00000000..b997da1f Binary files /dev/null and b/maplibre/fonts/InterItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterItalic/._15616-15871.pbf b/maplibre/fonts/InterItalic/._15616-15871.pbf new file mode 100644 index 00000000..9ae305e8 Binary files /dev/null and b/maplibre/fonts/InterItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterItalic/._15872-16127.pbf b/maplibre/fonts/InterItalic/._15872-16127.pbf new file mode 100644 index 00000000..25b197db Binary files /dev/null and b/maplibre/fonts/InterItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterItalic/._16128-16383.pbf b/maplibre/fonts/InterItalic/._16128-16383.pbf new file mode 100644 index 00000000..e8ae9572 Binary files /dev/null and b/maplibre/fonts/InterItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterItalic/._16384-16639.pbf b/maplibre/fonts/InterItalic/._16384-16639.pbf new file mode 100644 index 00000000..f4450842 Binary files /dev/null and b/maplibre/fonts/InterItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterItalic/._16640-16895.pbf b/maplibre/fonts/InterItalic/._16640-16895.pbf new file mode 100644 index 00000000..566ecea0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterItalic/._16896-17151.pbf b/maplibre/fonts/InterItalic/._16896-17151.pbf new file mode 100644 index 00000000..bbc89c85 Binary files /dev/null and b/maplibre/fonts/InterItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterItalic/._17152-17407.pbf b/maplibre/fonts/InterItalic/._17152-17407.pbf new file mode 100644 index 00000000..bd2bfed1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterItalic/._17408-17663.pbf b/maplibre/fonts/InterItalic/._17408-17663.pbf new file mode 100644 index 00000000..9ac1bbfd Binary files /dev/null and b/maplibre/fonts/InterItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterItalic/._17664-17919.pbf b/maplibre/fonts/InterItalic/._17664-17919.pbf new file mode 100644 index 00000000..c8d1322b Binary files /dev/null and b/maplibre/fonts/InterItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterItalic/._1792-2047.pbf b/maplibre/fonts/InterItalic/._1792-2047.pbf new file mode 100644 index 00000000..6486f88d Binary files /dev/null and b/maplibre/fonts/InterItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterItalic/._17920-18175.pbf b/maplibre/fonts/InterItalic/._17920-18175.pbf new file mode 100644 index 00000000..568ad5d1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterItalic/._18176-18431.pbf b/maplibre/fonts/InterItalic/._18176-18431.pbf new file mode 100644 index 00000000..eeb47371 Binary files /dev/null and b/maplibre/fonts/InterItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterItalic/._18432-18687.pbf b/maplibre/fonts/InterItalic/._18432-18687.pbf new file mode 100644 index 00000000..faeb2542 Binary files /dev/null and b/maplibre/fonts/InterItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterItalic/._18688-18943.pbf b/maplibre/fonts/InterItalic/._18688-18943.pbf new file mode 100644 index 00000000..825593f5 Binary files /dev/null and b/maplibre/fonts/InterItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterItalic/._18944-19199.pbf b/maplibre/fonts/InterItalic/._18944-19199.pbf new file mode 100644 index 00000000..b5c92b2b Binary files /dev/null and b/maplibre/fonts/InterItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterItalic/._19200-19455.pbf b/maplibre/fonts/InterItalic/._19200-19455.pbf new file mode 100644 index 00000000..ba4f518b Binary files /dev/null and b/maplibre/fonts/InterItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterItalic/._19456-19711.pbf b/maplibre/fonts/InterItalic/._19456-19711.pbf new file mode 100644 index 00000000..70597256 Binary files /dev/null and b/maplibre/fonts/InterItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterItalic/._19712-19967.pbf b/maplibre/fonts/InterItalic/._19712-19967.pbf new file mode 100644 index 00000000..49439416 Binary files /dev/null and b/maplibre/fonts/InterItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterItalic/._19968-20223.pbf b/maplibre/fonts/InterItalic/._19968-20223.pbf new file mode 100644 index 00000000..526c8173 Binary files /dev/null and b/maplibre/fonts/InterItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterItalic/._20224-20479.pbf b/maplibre/fonts/InterItalic/._20224-20479.pbf new file mode 100644 index 00000000..499f4948 Binary files /dev/null and b/maplibre/fonts/InterItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterItalic/._2048-2303.pbf b/maplibre/fonts/InterItalic/._2048-2303.pbf new file mode 100644 index 00000000..bdf389c7 Binary files /dev/null and b/maplibre/fonts/InterItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterItalic/._20480-20735.pbf b/maplibre/fonts/InterItalic/._20480-20735.pbf new file mode 100644 index 00000000..4a4b131d Binary files /dev/null and b/maplibre/fonts/InterItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterItalic/._20736-20991.pbf b/maplibre/fonts/InterItalic/._20736-20991.pbf new file mode 100644 index 00000000..4b804b99 Binary files /dev/null and b/maplibre/fonts/InterItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterItalic/._20992-21247.pbf b/maplibre/fonts/InterItalic/._20992-21247.pbf new file mode 100644 index 00000000..11e92e24 Binary files /dev/null and b/maplibre/fonts/InterItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterItalic/._21248-21503.pbf b/maplibre/fonts/InterItalic/._21248-21503.pbf new file mode 100644 index 00000000..f21be540 Binary files /dev/null and b/maplibre/fonts/InterItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterItalic/._21504-21759.pbf b/maplibre/fonts/InterItalic/._21504-21759.pbf new file mode 100644 index 00000000..d1805270 Binary files /dev/null and b/maplibre/fonts/InterItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterItalic/._21760-22015.pbf b/maplibre/fonts/InterItalic/._21760-22015.pbf new file mode 100644 index 00000000..1bc495d0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterItalic/._22016-22271.pbf b/maplibre/fonts/InterItalic/._22016-22271.pbf new file mode 100644 index 00000000..f32e27c3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterItalic/._22272-22527.pbf b/maplibre/fonts/InterItalic/._22272-22527.pbf new file mode 100644 index 00000000..bf4fb13a Binary files /dev/null and b/maplibre/fonts/InterItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterItalic/._22528-22783.pbf b/maplibre/fonts/InterItalic/._22528-22783.pbf new file mode 100644 index 00000000..4a9248f9 Binary files /dev/null and b/maplibre/fonts/InterItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterItalic/._22784-23039.pbf b/maplibre/fonts/InterItalic/._22784-23039.pbf new file mode 100644 index 00000000..22ba5238 Binary files /dev/null and b/maplibre/fonts/InterItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterItalic/._2304-2559.pbf b/maplibre/fonts/InterItalic/._2304-2559.pbf new file mode 100644 index 00000000..56705441 Binary files /dev/null and b/maplibre/fonts/InterItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterItalic/._23040-23295.pbf b/maplibre/fonts/InterItalic/._23040-23295.pbf new file mode 100644 index 00000000..3a4ba2d6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterItalic/._23296-23551.pbf b/maplibre/fonts/InterItalic/._23296-23551.pbf new file mode 100644 index 00000000..77a8d284 Binary files /dev/null and b/maplibre/fonts/InterItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterItalic/._23552-23807.pbf b/maplibre/fonts/InterItalic/._23552-23807.pbf new file mode 100644 index 00000000..900ed132 Binary files /dev/null and b/maplibre/fonts/InterItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterItalic/._23808-24063.pbf b/maplibre/fonts/InterItalic/._23808-24063.pbf new file mode 100644 index 00000000..910fcf91 Binary files /dev/null and b/maplibre/fonts/InterItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterItalic/._24064-24319.pbf b/maplibre/fonts/InterItalic/._24064-24319.pbf new file mode 100644 index 00000000..712b5c0d Binary files /dev/null and b/maplibre/fonts/InterItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterItalic/._24320-24575.pbf b/maplibre/fonts/InterItalic/._24320-24575.pbf new file mode 100644 index 00000000..26f030a6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterItalic/._24576-24831.pbf b/maplibre/fonts/InterItalic/._24576-24831.pbf new file mode 100644 index 00000000..036a4423 Binary files /dev/null and b/maplibre/fonts/InterItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterItalic/._24832-25087.pbf b/maplibre/fonts/InterItalic/._24832-25087.pbf new file mode 100644 index 00000000..a33473a7 Binary files /dev/null and b/maplibre/fonts/InterItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterItalic/._25088-25343.pbf b/maplibre/fonts/InterItalic/._25088-25343.pbf new file mode 100644 index 00000000..f49a48e1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterItalic/._25344-25599.pbf b/maplibre/fonts/InterItalic/._25344-25599.pbf new file mode 100644 index 00000000..67627c41 Binary files /dev/null and b/maplibre/fonts/InterItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterItalic/._256-511.pbf b/maplibre/fonts/InterItalic/._256-511.pbf new file mode 100644 index 00000000..1e606394 Binary files /dev/null and b/maplibre/fonts/InterItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterItalic/._2560-2815.pbf b/maplibre/fonts/InterItalic/._2560-2815.pbf new file mode 100644 index 00000000..ffc6f7ce Binary files /dev/null and b/maplibre/fonts/InterItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterItalic/._25600-25855.pbf b/maplibre/fonts/InterItalic/._25600-25855.pbf new file mode 100644 index 00000000..fc008713 Binary files /dev/null and b/maplibre/fonts/InterItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterItalic/._25856-26111.pbf b/maplibre/fonts/InterItalic/._25856-26111.pbf new file mode 100644 index 00000000..4f0be34b Binary files /dev/null and b/maplibre/fonts/InterItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterItalic/._26112-26367.pbf b/maplibre/fonts/InterItalic/._26112-26367.pbf new file mode 100644 index 00000000..043a8cbf Binary files /dev/null and b/maplibre/fonts/InterItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterItalic/._26368-26623.pbf b/maplibre/fonts/InterItalic/._26368-26623.pbf new file mode 100644 index 00000000..2c785d74 Binary files /dev/null and b/maplibre/fonts/InterItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterItalic/._26624-26879.pbf b/maplibre/fonts/InterItalic/._26624-26879.pbf new file mode 100644 index 00000000..3acebe2a Binary files /dev/null and b/maplibre/fonts/InterItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterItalic/._26880-27135.pbf b/maplibre/fonts/InterItalic/._26880-27135.pbf new file mode 100644 index 00000000..08e9cdf4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterItalic/._27136-27391.pbf b/maplibre/fonts/InterItalic/._27136-27391.pbf new file mode 100644 index 00000000..aa478c9a Binary files /dev/null and b/maplibre/fonts/InterItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterItalic/._27392-27647.pbf b/maplibre/fonts/InterItalic/._27392-27647.pbf new file mode 100644 index 00000000..c177cc3e Binary files /dev/null and b/maplibre/fonts/InterItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterItalic/._27648-27903.pbf b/maplibre/fonts/InterItalic/._27648-27903.pbf new file mode 100644 index 00000000..b23cb761 Binary files /dev/null and b/maplibre/fonts/InterItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterItalic/._27904-28159.pbf b/maplibre/fonts/InterItalic/._27904-28159.pbf new file mode 100644 index 00000000..3fc805a0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterItalic/._2816-3071.pbf b/maplibre/fonts/InterItalic/._2816-3071.pbf new file mode 100644 index 00000000..1bd66a08 Binary files /dev/null and b/maplibre/fonts/InterItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterItalic/._28160-28415.pbf b/maplibre/fonts/InterItalic/._28160-28415.pbf new file mode 100644 index 00000000..de974996 Binary files /dev/null and b/maplibre/fonts/InterItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterItalic/._28416-28671.pbf b/maplibre/fonts/InterItalic/._28416-28671.pbf new file mode 100644 index 00000000..7594bf87 Binary files /dev/null and b/maplibre/fonts/InterItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterItalic/._28672-28927.pbf b/maplibre/fonts/InterItalic/._28672-28927.pbf new file mode 100644 index 00000000..fe100c8c Binary files /dev/null and b/maplibre/fonts/InterItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterItalic/._28928-29183.pbf b/maplibre/fonts/InterItalic/._28928-29183.pbf new file mode 100644 index 00000000..0a616d4d Binary files /dev/null and b/maplibre/fonts/InterItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterItalic/._29184-29439.pbf b/maplibre/fonts/InterItalic/._29184-29439.pbf new file mode 100644 index 00000000..12008c64 Binary files /dev/null and b/maplibre/fonts/InterItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterItalic/._29440-29695.pbf b/maplibre/fonts/InterItalic/._29440-29695.pbf new file mode 100644 index 00000000..0accfde1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterItalic/._29696-29951.pbf b/maplibre/fonts/InterItalic/._29696-29951.pbf new file mode 100644 index 00000000..e5bb3def Binary files /dev/null and b/maplibre/fonts/InterItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterItalic/._29952-30207.pbf b/maplibre/fonts/InterItalic/._29952-30207.pbf new file mode 100644 index 00000000..fe887572 Binary files /dev/null and b/maplibre/fonts/InterItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterItalic/._30208-30463.pbf b/maplibre/fonts/InterItalic/._30208-30463.pbf new file mode 100644 index 00000000..5536b2d4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterItalic/._30464-30719.pbf b/maplibre/fonts/InterItalic/._30464-30719.pbf new file mode 100644 index 00000000..d7f53cca Binary files /dev/null and b/maplibre/fonts/InterItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterItalic/._3072-3327.pbf b/maplibre/fonts/InterItalic/._3072-3327.pbf new file mode 100644 index 00000000..458c7efa Binary files /dev/null and b/maplibre/fonts/InterItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterItalic/._30720-30975.pbf b/maplibre/fonts/InterItalic/._30720-30975.pbf new file mode 100644 index 00000000..ed86bb55 Binary files /dev/null and b/maplibre/fonts/InterItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterItalic/._30976-31231.pbf b/maplibre/fonts/InterItalic/._30976-31231.pbf new file mode 100644 index 00000000..95ffb92a Binary files /dev/null and b/maplibre/fonts/InterItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterItalic/._31232-31487.pbf b/maplibre/fonts/InterItalic/._31232-31487.pbf new file mode 100644 index 00000000..4e4c2588 Binary files /dev/null and b/maplibre/fonts/InterItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterItalic/._31488-31743.pbf b/maplibre/fonts/InterItalic/._31488-31743.pbf new file mode 100644 index 00000000..a6c8b4ac Binary files /dev/null and b/maplibre/fonts/InterItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterItalic/._31744-31999.pbf b/maplibre/fonts/InterItalic/._31744-31999.pbf new file mode 100644 index 00000000..40446aed Binary files /dev/null and b/maplibre/fonts/InterItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterItalic/._32000-32255.pbf b/maplibre/fonts/InterItalic/._32000-32255.pbf new file mode 100644 index 00000000..6dbf877c Binary files /dev/null and b/maplibre/fonts/InterItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterItalic/._32256-32511.pbf b/maplibre/fonts/InterItalic/._32256-32511.pbf new file mode 100644 index 00000000..468d1d54 Binary files /dev/null and b/maplibre/fonts/InterItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterItalic/._32512-32767.pbf b/maplibre/fonts/InterItalic/._32512-32767.pbf new file mode 100644 index 00000000..2bc1b5be Binary files /dev/null and b/maplibre/fonts/InterItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterItalic/._32768-33023.pbf b/maplibre/fonts/InterItalic/._32768-33023.pbf new file mode 100644 index 00000000..73ffd498 Binary files /dev/null and b/maplibre/fonts/InterItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterItalic/._33024-33279.pbf b/maplibre/fonts/InterItalic/._33024-33279.pbf new file mode 100644 index 00000000..0d946f9e Binary files /dev/null and b/maplibre/fonts/InterItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterItalic/._3328-3583.pbf b/maplibre/fonts/InterItalic/._3328-3583.pbf new file mode 100644 index 00000000..501956d2 Binary files /dev/null and b/maplibre/fonts/InterItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterItalic/._33280-33535.pbf b/maplibre/fonts/InterItalic/._33280-33535.pbf new file mode 100644 index 00000000..14a42fac Binary files /dev/null and b/maplibre/fonts/InterItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterItalic/._33536-33791.pbf b/maplibre/fonts/InterItalic/._33536-33791.pbf new file mode 100644 index 00000000..967d5007 Binary files /dev/null and b/maplibre/fonts/InterItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterItalic/._33792-34047.pbf b/maplibre/fonts/InterItalic/._33792-34047.pbf new file mode 100644 index 00000000..b60ab1a7 Binary files /dev/null and b/maplibre/fonts/InterItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterItalic/._34048-34303.pbf b/maplibre/fonts/InterItalic/._34048-34303.pbf new file mode 100644 index 00000000..0a37d889 Binary files /dev/null and b/maplibre/fonts/InterItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterItalic/._34304-34559.pbf b/maplibre/fonts/InterItalic/._34304-34559.pbf new file mode 100644 index 00000000..abe24a85 Binary files /dev/null and b/maplibre/fonts/InterItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterItalic/._34560-34815.pbf b/maplibre/fonts/InterItalic/._34560-34815.pbf new file mode 100644 index 00000000..63cf25ef Binary files /dev/null and b/maplibre/fonts/InterItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterItalic/._34816-35071.pbf b/maplibre/fonts/InterItalic/._34816-35071.pbf new file mode 100644 index 00000000..7ef0b719 Binary files /dev/null and b/maplibre/fonts/InterItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterItalic/._35072-35327.pbf b/maplibre/fonts/InterItalic/._35072-35327.pbf new file mode 100644 index 00000000..05800a24 Binary files /dev/null and b/maplibre/fonts/InterItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterItalic/._35328-35583.pbf b/maplibre/fonts/InterItalic/._35328-35583.pbf new file mode 100644 index 00000000..a50a6fc3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterItalic/._35584-35839.pbf b/maplibre/fonts/InterItalic/._35584-35839.pbf new file mode 100644 index 00000000..ddc6b2f9 Binary files /dev/null and b/maplibre/fonts/InterItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterItalic/._3584-3839.pbf b/maplibre/fonts/InterItalic/._3584-3839.pbf new file mode 100644 index 00000000..93ba1fbe Binary files /dev/null and b/maplibre/fonts/InterItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterItalic/._35840-36095.pbf b/maplibre/fonts/InterItalic/._35840-36095.pbf new file mode 100644 index 00000000..969b92ee Binary files /dev/null and b/maplibre/fonts/InterItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterItalic/._36096-36351.pbf b/maplibre/fonts/InterItalic/._36096-36351.pbf new file mode 100644 index 00000000..39775e81 Binary files /dev/null and b/maplibre/fonts/InterItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterItalic/._36352-36607.pbf b/maplibre/fonts/InterItalic/._36352-36607.pbf new file mode 100644 index 00000000..cafdee4d Binary files /dev/null and b/maplibre/fonts/InterItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterItalic/._36608-36863.pbf b/maplibre/fonts/InterItalic/._36608-36863.pbf new file mode 100644 index 00000000..8f290d3b Binary files /dev/null and b/maplibre/fonts/InterItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterItalic/._36864-37119.pbf b/maplibre/fonts/InterItalic/._36864-37119.pbf new file mode 100644 index 00000000..7b29063f Binary files /dev/null and b/maplibre/fonts/InterItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterItalic/._37120-37375.pbf b/maplibre/fonts/InterItalic/._37120-37375.pbf new file mode 100644 index 00000000..084632ab Binary files /dev/null and b/maplibre/fonts/InterItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterItalic/._37376-37631.pbf b/maplibre/fonts/InterItalic/._37376-37631.pbf new file mode 100644 index 00000000..f5c336dd Binary files /dev/null and b/maplibre/fonts/InterItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterItalic/._37632-37887.pbf b/maplibre/fonts/InterItalic/._37632-37887.pbf new file mode 100644 index 00000000..848e8bc3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterItalic/._37888-38143.pbf b/maplibre/fonts/InterItalic/._37888-38143.pbf new file mode 100644 index 00000000..7c54680d Binary files /dev/null and b/maplibre/fonts/InterItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterItalic/._38144-38399.pbf b/maplibre/fonts/InterItalic/._38144-38399.pbf new file mode 100644 index 00000000..787a9546 Binary files /dev/null and b/maplibre/fonts/InterItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterItalic/._3840-4095.pbf b/maplibre/fonts/InterItalic/._3840-4095.pbf new file mode 100644 index 00000000..3867e4f1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterItalic/._38400-38655.pbf b/maplibre/fonts/InterItalic/._38400-38655.pbf new file mode 100644 index 00000000..9657c04f Binary files /dev/null and b/maplibre/fonts/InterItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterItalic/._38656-38911.pbf b/maplibre/fonts/InterItalic/._38656-38911.pbf new file mode 100644 index 00000000..a48075ed Binary files /dev/null and b/maplibre/fonts/InterItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterItalic/._38912-39167.pbf b/maplibre/fonts/InterItalic/._38912-39167.pbf new file mode 100644 index 00000000..ceac2c47 Binary files /dev/null and b/maplibre/fonts/InterItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterItalic/._39168-39423.pbf b/maplibre/fonts/InterItalic/._39168-39423.pbf new file mode 100644 index 00000000..c6bf2539 Binary files /dev/null and b/maplibre/fonts/InterItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterItalic/._39424-39679.pbf b/maplibre/fonts/InterItalic/._39424-39679.pbf new file mode 100644 index 00000000..c3d50aa8 Binary files /dev/null and b/maplibre/fonts/InterItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterItalic/._39680-39935.pbf b/maplibre/fonts/InterItalic/._39680-39935.pbf new file mode 100644 index 00000000..a0a2e828 Binary files /dev/null and b/maplibre/fonts/InterItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterItalic/._39936-40191.pbf b/maplibre/fonts/InterItalic/._39936-40191.pbf new file mode 100644 index 00000000..e4cf2960 Binary files /dev/null and b/maplibre/fonts/InterItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterItalic/._40192-40447.pbf b/maplibre/fonts/InterItalic/._40192-40447.pbf new file mode 100644 index 00000000..875ab826 Binary files /dev/null and b/maplibre/fonts/InterItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterItalic/._40448-40703.pbf b/maplibre/fonts/InterItalic/._40448-40703.pbf new file mode 100644 index 00000000..f59506c8 Binary files /dev/null and b/maplibre/fonts/InterItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterItalic/._40704-40959.pbf b/maplibre/fonts/InterItalic/._40704-40959.pbf new file mode 100644 index 00000000..fa3ec45d Binary files /dev/null and b/maplibre/fonts/InterItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterItalic/._4096-4351.pbf b/maplibre/fonts/InterItalic/._4096-4351.pbf new file mode 100644 index 00000000..6d717230 Binary files /dev/null and b/maplibre/fonts/InterItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterItalic/._40960-41215.pbf b/maplibre/fonts/InterItalic/._40960-41215.pbf new file mode 100644 index 00000000..01f40e55 Binary files /dev/null and b/maplibre/fonts/InterItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterItalic/._41216-41471.pbf b/maplibre/fonts/InterItalic/._41216-41471.pbf new file mode 100644 index 00000000..359ec3a6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterItalic/._41472-41727.pbf b/maplibre/fonts/InterItalic/._41472-41727.pbf new file mode 100644 index 00000000..521a0e01 Binary files /dev/null and b/maplibre/fonts/InterItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterItalic/._41728-41983.pbf b/maplibre/fonts/InterItalic/._41728-41983.pbf new file mode 100644 index 00000000..5c46a49a Binary files /dev/null and b/maplibre/fonts/InterItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterItalic/._41984-42239.pbf b/maplibre/fonts/InterItalic/._41984-42239.pbf new file mode 100644 index 00000000..cc527582 Binary files /dev/null and b/maplibre/fonts/InterItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterItalic/._42240-42495.pbf b/maplibre/fonts/InterItalic/._42240-42495.pbf new file mode 100644 index 00000000..b22acf83 Binary files /dev/null and b/maplibre/fonts/InterItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterItalic/._42496-42751.pbf b/maplibre/fonts/InterItalic/._42496-42751.pbf new file mode 100644 index 00000000..dfb80602 Binary files /dev/null and b/maplibre/fonts/InterItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterItalic/._42752-43007.pbf b/maplibre/fonts/InterItalic/._42752-43007.pbf new file mode 100644 index 00000000..85dc48a4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterItalic/._43008-43263.pbf b/maplibre/fonts/InterItalic/._43008-43263.pbf new file mode 100644 index 00000000..9e90cc3c Binary files /dev/null and b/maplibre/fonts/InterItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterItalic/._43264-43519.pbf b/maplibre/fonts/InterItalic/._43264-43519.pbf new file mode 100644 index 00000000..c7b42986 Binary files /dev/null and b/maplibre/fonts/InterItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterItalic/._4352-4607.pbf b/maplibre/fonts/InterItalic/._4352-4607.pbf new file mode 100644 index 00000000..d18e02b6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterItalic/._43520-43775.pbf b/maplibre/fonts/InterItalic/._43520-43775.pbf new file mode 100644 index 00000000..f11b8eee Binary files /dev/null and b/maplibre/fonts/InterItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterItalic/._43776-44031.pbf b/maplibre/fonts/InterItalic/._43776-44031.pbf new file mode 100644 index 00000000..037689dc Binary files /dev/null and b/maplibre/fonts/InterItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterItalic/._44032-44287.pbf b/maplibre/fonts/InterItalic/._44032-44287.pbf new file mode 100644 index 00000000..bc2b89e0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterItalic/._44288-44543.pbf b/maplibre/fonts/InterItalic/._44288-44543.pbf new file mode 100644 index 00000000..29b3e667 Binary files /dev/null and b/maplibre/fonts/InterItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterItalic/._44544-44799.pbf b/maplibre/fonts/InterItalic/._44544-44799.pbf new file mode 100644 index 00000000..7eef46e1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterItalic/._44800-45055.pbf b/maplibre/fonts/InterItalic/._44800-45055.pbf new file mode 100644 index 00000000..9a9f3bae Binary files /dev/null and b/maplibre/fonts/InterItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterItalic/._45056-45311.pbf b/maplibre/fonts/InterItalic/._45056-45311.pbf new file mode 100644 index 00000000..98fe7c3f Binary files /dev/null and b/maplibre/fonts/InterItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterItalic/._45312-45567.pbf b/maplibre/fonts/InterItalic/._45312-45567.pbf new file mode 100644 index 00000000..c4276a67 Binary files /dev/null and b/maplibre/fonts/InterItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterItalic/._45568-45823.pbf b/maplibre/fonts/InterItalic/._45568-45823.pbf new file mode 100644 index 00000000..c07c4521 Binary files /dev/null and b/maplibre/fonts/InterItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterItalic/._45824-46079.pbf b/maplibre/fonts/InterItalic/._45824-46079.pbf new file mode 100644 index 00000000..b0ede9be Binary files /dev/null and b/maplibre/fonts/InterItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterItalic/._4608-4863.pbf b/maplibre/fonts/InterItalic/._4608-4863.pbf new file mode 100644 index 00000000..ce07807e Binary files /dev/null and b/maplibre/fonts/InterItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterItalic/._46080-46335.pbf b/maplibre/fonts/InterItalic/._46080-46335.pbf new file mode 100644 index 00000000..73cf10ab Binary files /dev/null and b/maplibre/fonts/InterItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterItalic/._46336-46591.pbf b/maplibre/fonts/InterItalic/._46336-46591.pbf new file mode 100644 index 00000000..be4e2613 Binary files /dev/null and b/maplibre/fonts/InterItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterItalic/._46592-46847.pbf b/maplibre/fonts/InterItalic/._46592-46847.pbf new file mode 100644 index 00000000..68137bf1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterItalic/._46848-47103.pbf b/maplibre/fonts/InterItalic/._46848-47103.pbf new file mode 100644 index 00000000..6d1360eb Binary files /dev/null and b/maplibre/fonts/InterItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterItalic/._47104-47359.pbf b/maplibre/fonts/InterItalic/._47104-47359.pbf new file mode 100644 index 00000000..10f14e29 Binary files /dev/null and b/maplibre/fonts/InterItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterItalic/._47360-47615.pbf b/maplibre/fonts/InterItalic/._47360-47615.pbf new file mode 100644 index 00000000..a87fb61b Binary files /dev/null and b/maplibre/fonts/InterItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterItalic/._47616-47871.pbf b/maplibre/fonts/InterItalic/._47616-47871.pbf new file mode 100644 index 00000000..c9c9e132 Binary files /dev/null and b/maplibre/fonts/InterItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterItalic/._47872-48127.pbf b/maplibre/fonts/InterItalic/._47872-48127.pbf new file mode 100644 index 00000000..7926278d Binary files /dev/null and b/maplibre/fonts/InterItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterItalic/._48128-48383.pbf b/maplibre/fonts/InterItalic/._48128-48383.pbf new file mode 100644 index 00000000..e66ad3ab Binary files /dev/null and b/maplibre/fonts/InterItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterItalic/._48384-48639.pbf b/maplibre/fonts/InterItalic/._48384-48639.pbf new file mode 100644 index 00000000..07c985a5 Binary files /dev/null and b/maplibre/fonts/InterItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterItalic/._4864-5119.pbf b/maplibre/fonts/InterItalic/._4864-5119.pbf new file mode 100644 index 00000000..cc354fc3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterItalic/._48640-48895.pbf b/maplibre/fonts/InterItalic/._48640-48895.pbf new file mode 100644 index 00000000..d4ae07c6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterItalic/._48896-49151.pbf b/maplibre/fonts/InterItalic/._48896-49151.pbf new file mode 100644 index 00000000..a9746954 Binary files /dev/null and b/maplibre/fonts/InterItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterItalic/._49152-49407.pbf b/maplibre/fonts/InterItalic/._49152-49407.pbf new file mode 100644 index 00000000..4a5f8f13 Binary files /dev/null and b/maplibre/fonts/InterItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterItalic/._49408-49663.pbf b/maplibre/fonts/InterItalic/._49408-49663.pbf new file mode 100644 index 00000000..e6a66dee Binary files /dev/null and b/maplibre/fonts/InterItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterItalic/._49664-49919.pbf b/maplibre/fonts/InterItalic/._49664-49919.pbf new file mode 100644 index 00000000..fa2b4231 Binary files /dev/null and b/maplibre/fonts/InterItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterItalic/._49920-50175.pbf b/maplibre/fonts/InterItalic/._49920-50175.pbf new file mode 100644 index 00000000..91ba94d2 Binary files /dev/null and b/maplibre/fonts/InterItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterItalic/._50176-50431.pbf b/maplibre/fonts/InterItalic/._50176-50431.pbf new file mode 100644 index 00000000..a927bba0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterItalic/._50432-50687.pbf b/maplibre/fonts/InterItalic/._50432-50687.pbf new file mode 100644 index 00000000..2bba3f81 Binary files /dev/null and b/maplibre/fonts/InterItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterItalic/._50688-50943.pbf b/maplibre/fonts/InterItalic/._50688-50943.pbf new file mode 100644 index 00000000..ef338f9e Binary files /dev/null and b/maplibre/fonts/InterItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterItalic/._50944-51199.pbf b/maplibre/fonts/InterItalic/._50944-51199.pbf new file mode 100644 index 00000000..35150126 Binary files /dev/null and b/maplibre/fonts/InterItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterItalic/._512-767.pbf b/maplibre/fonts/InterItalic/._512-767.pbf new file mode 100644 index 00000000..ee9f9c46 Binary files /dev/null and b/maplibre/fonts/InterItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterItalic/._5120-5375.pbf b/maplibre/fonts/InterItalic/._5120-5375.pbf new file mode 100644 index 00000000..654f0d52 Binary files /dev/null and b/maplibre/fonts/InterItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterItalic/._51200-51455.pbf b/maplibre/fonts/InterItalic/._51200-51455.pbf new file mode 100644 index 00000000..09b758e6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterItalic/._51456-51711.pbf b/maplibre/fonts/InterItalic/._51456-51711.pbf new file mode 100644 index 00000000..2f291e3c Binary files /dev/null and b/maplibre/fonts/InterItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterItalic/._51712-51967.pbf b/maplibre/fonts/InterItalic/._51712-51967.pbf new file mode 100644 index 00000000..8a12d997 Binary files /dev/null and b/maplibre/fonts/InterItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterItalic/._51968-52223.pbf b/maplibre/fonts/InterItalic/._51968-52223.pbf new file mode 100644 index 00000000..13ed61a4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterItalic/._52224-52479.pbf b/maplibre/fonts/InterItalic/._52224-52479.pbf new file mode 100644 index 00000000..7a3f1317 Binary files /dev/null and b/maplibre/fonts/InterItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterItalic/._52480-52735.pbf b/maplibre/fonts/InterItalic/._52480-52735.pbf new file mode 100644 index 00000000..3ae1540c Binary files /dev/null and b/maplibre/fonts/InterItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterItalic/._52736-52991.pbf b/maplibre/fonts/InterItalic/._52736-52991.pbf new file mode 100644 index 00000000..6ae73627 Binary files /dev/null and b/maplibre/fonts/InterItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterItalic/._52992-53247.pbf b/maplibre/fonts/InterItalic/._52992-53247.pbf new file mode 100644 index 00000000..6e869572 Binary files /dev/null and b/maplibre/fonts/InterItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterItalic/._53248-53503.pbf b/maplibre/fonts/InterItalic/._53248-53503.pbf new file mode 100644 index 00000000..a4aa5f13 Binary files /dev/null and b/maplibre/fonts/InterItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterItalic/._53504-53759.pbf b/maplibre/fonts/InterItalic/._53504-53759.pbf new file mode 100644 index 00000000..e09f5d15 Binary files /dev/null and b/maplibre/fonts/InterItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterItalic/._5376-5631.pbf b/maplibre/fonts/InterItalic/._5376-5631.pbf new file mode 100644 index 00000000..7072399d Binary files /dev/null and b/maplibre/fonts/InterItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterItalic/._53760-54015.pbf b/maplibre/fonts/InterItalic/._53760-54015.pbf new file mode 100644 index 00000000..8e601fe6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterItalic/._54016-54271.pbf b/maplibre/fonts/InterItalic/._54016-54271.pbf new file mode 100644 index 00000000..77f3c776 Binary files /dev/null and b/maplibre/fonts/InterItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterItalic/._54272-54527.pbf b/maplibre/fonts/InterItalic/._54272-54527.pbf new file mode 100644 index 00000000..52cdcea2 Binary files /dev/null and b/maplibre/fonts/InterItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterItalic/._54528-54783.pbf b/maplibre/fonts/InterItalic/._54528-54783.pbf new file mode 100644 index 00000000..bbf2b088 Binary files /dev/null and b/maplibre/fonts/InterItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterItalic/._54784-55039.pbf b/maplibre/fonts/InterItalic/._54784-55039.pbf new file mode 100644 index 00000000..a1b263c3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterItalic/._55040-55295.pbf b/maplibre/fonts/InterItalic/._55040-55295.pbf new file mode 100644 index 00000000..8305d3f1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterItalic/._55296-55551.pbf b/maplibre/fonts/InterItalic/._55296-55551.pbf new file mode 100644 index 00000000..8e516deb Binary files /dev/null and b/maplibre/fonts/InterItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterItalic/._55552-55807.pbf b/maplibre/fonts/InterItalic/._55552-55807.pbf new file mode 100644 index 00000000..55f559a3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterItalic/._55808-56063.pbf b/maplibre/fonts/InterItalic/._55808-56063.pbf new file mode 100644 index 00000000..4e386eb3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterItalic/._56064-56319.pbf b/maplibre/fonts/InterItalic/._56064-56319.pbf new file mode 100644 index 00000000..edfe3b70 Binary files /dev/null and b/maplibre/fonts/InterItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterItalic/._5632-5887.pbf b/maplibre/fonts/InterItalic/._5632-5887.pbf new file mode 100644 index 00000000..7a082ff0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterItalic/._56320-56575.pbf b/maplibre/fonts/InterItalic/._56320-56575.pbf new file mode 100644 index 00000000..7473c5cc Binary files /dev/null and b/maplibre/fonts/InterItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterItalic/._56576-56831.pbf b/maplibre/fonts/InterItalic/._56576-56831.pbf new file mode 100644 index 00000000..655ae4fd Binary files /dev/null and b/maplibre/fonts/InterItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterItalic/._56832-57087.pbf b/maplibre/fonts/InterItalic/._56832-57087.pbf new file mode 100644 index 00000000..f4e893af Binary files /dev/null and b/maplibre/fonts/InterItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterItalic/._57088-57343.pbf b/maplibre/fonts/InterItalic/._57088-57343.pbf new file mode 100644 index 00000000..98ec54e9 Binary files /dev/null and b/maplibre/fonts/InterItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterItalic/._57344-57599.pbf b/maplibre/fonts/InterItalic/._57344-57599.pbf new file mode 100644 index 00000000..694d9b54 Binary files /dev/null and b/maplibre/fonts/InterItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterItalic/._57600-57855.pbf b/maplibre/fonts/InterItalic/._57600-57855.pbf new file mode 100644 index 00000000..ba8e3183 Binary files /dev/null and b/maplibre/fonts/InterItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterItalic/._57856-58111.pbf b/maplibre/fonts/InterItalic/._57856-58111.pbf new file mode 100644 index 00000000..2fb6d3de Binary files /dev/null and b/maplibre/fonts/InterItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterItalic/._58112-58367.pbf b/maplibre/fonts/InterItalic/._58112-58367.pbf new file mode 100644 index 00000000..4311aec4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterItalic/._58368-58623.pbf b/maplibre/fonts/InterItalic/._58368-58623.pbf new file mode 100644 index 00000000..a369fe23 Binary files /dev/null and b/maplibre/fonts/InterItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterItalic/._58624-58879.pbf b/maplibre/fonts/InterItalic/._58624-58879.pbf new file mode 100644 index 00000000..c2553622 Binary files /dev/null and b/maplibre/fonts/InterItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterItalic/._5888-6143.pbf b/maplibre/fonts/InterItalic/._5888-6143.pbf new file mode 100644 index 00000000..34c2f4f6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterItalic/._58880-59135.pbf b/maplibre/fonts/InterItalic/._58880-59135.pbf new file mode 100644 index 00000000..dd113d84 Binary files /dev/null and b/maplibre/fonts/InterItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterItalic/._59136-59391.pbf b/maplibre/fonts/InterItalic/._59136-59391.pbf new file mode 100644 index 00000000..446b5e03 Binary files /dev/null and b/maplibre/fonts/InterItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterItalic/._59392-59647.pbf b/maplibre/fonts/InterItalic/._59392-59647.pbf new file mode 100644 index 00000000..eaf756a8 Binary files /dev/null and b/maplibre/fonts/InterItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterItalic/._59648-59903.pbf b/maplibre/fonts/InterItalic/._59648-59903.pbf new file mode 100644 index 00000000..17cef07d Binary files /dev/null and b/maplibre/fonts/InterItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterItalic/._59904-60159.pbf b/maplibre/fonts/InterItalic/._59904-60159.pbf new file mode 100644 index 00000000..4d73a738 Binary files /dev/null and b/maplibre/fonts/InterItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterItalic/._60160-60415.pbf b/maplibre/fonts/InterItalic/._60160-60415.pbf new file mode 100644 index 00000000..9faf5784 Binary files /dev/null and b/maplibre/fonts/InterItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterItalic/._60416-60671.pbf b/maplibre/fonts/InterItalic/._60416-60671.pbf new file mode 100644 index 00000000..7d1f15cb Binary files /dev/null and b/maplibre/fonts/InterItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterItalic/._60672-60927.pbf b/maplibre/fonts/InterItalic/._60672-60927.pbf new file mode 100644 index 00000000..a9c1ab29 Binary files /dev/null and b/maplibre/fonts/InterItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterItalic/._60928-61183.pbf b/maplibre/fonts/InterItalic/._60928-61183.pbf new file mode 100644 index 00000000..132d6ac5 Binary files /dev/null and b/maplibre/fonts/InterItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterItalic/._61184-61439.pbf b/maplibre/fonts/InterItalic/._61184-61439.pbf new file mode 100644 index 00000000..b5e1ee8d Binary files /dev/null and b/maplibre/fonts/InterItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterItalic/._6144-6399.pbf b/maplibre/fonts/InterItalic/._6144-6399.pbf new file mode 100644 index 00000000..e734051c Binary files /dev/null and b/maplibre/fonts/InterItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterItalic/._61440-61695.pbf b/maplibre/fonts/InterItalic/._61440-61695.pbf new file mode 100644 index 00000000..37911b49 Binary files /dev/null and b/maplibre/fonts/InterItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterItalic/._61696-61951.pbf b/maplibre/fonts/InterItalic/._61696-61951.pbf new file mode 100644 index 00000000..25fb4c69 Binary files /dev/null and b/maplibre/fonts/InterItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterItalic/._61952-62207.pbf b/maplibre/fonts/InterItalic/._61952-62207.pbf new file mode 100644 index 00000000..e705627d Binary files /dev/null and b/maplibre/fonts/InterItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterItalic/._62208-62463.pbf b/maplibre/fonts/InterItalic/._62208-62463.pbf new file mode 100644 index 00000000..5dd0c3eb Binary files /dev/null and b/maplibre/fonts/InterItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterItalic/._62464-62719.pbf b/maplibre/fonts/InterItalic/._62464-62719.pbf new file mode 100644 index 00000000..0c4a3212 Binary files /dev/null and b/maplibre/fonts/InterItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterItalic/._62720-62975.pbf b/maplibre/fonts/InterItalic/._62720-62975.pbf new file mode 100644 index 00000000..025f57af Binary files /dev/null and b/maplibre/fonts/InterItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterItalic/._62976-63231.pbf b/maplibre/fonts/InterItalic/._62976-63231.pbf new file mode 100644 index 00000000..4a57316a Binary files /dev/null and b/maplibre/fonts/InterItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterItalic/._63232-63487.pbf b/maplibre/fonts/InterItalic/._63232-63487.pbf new file mode 100644 index 00000000..78170833 Binary files /dev/null and b/maplibre/fonts/InterItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterItalic/._63488-63743.pbf b/maplibre/fonts/InterItalic/._63488-63743.pbf new file mode 100644 index 00000000..818d3d07 Binary files /dev/null and b/maplibre/fonts/InterItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterItalic/._63744-63999.pbf b/maplibre/fonts/InterItalic/._63744-63999.pbf new file mode 100644 index 00000000..eef5cebf Binary files /dev/null and b/maplibre/fonts/InterItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterItalic/._6400-6655.pbf b/maplibre/fonts/InterItalic/._6400-6655.pbf new file mode 100644 index 00000000..3bff9fbd Binary files /dev/null and b/maplibre/fonts/InterItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterItalic/._64000-64255.pbf b/maplibre/fonts/InterItalic/._64000-64255.pbf new file mode 100644 index 00000000..02689eb4 Binary files /dev/null and b/maplibre/fonts/InterItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterItalic/._64256-64511.pbf b/maplibre/fonts/InterItalic/._64256-64511.pbf new file mode 100644 index 00000000..9a19ecd7 Binary files /dev/null and b/maplibre/fonts/InterItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterItalic/._64512-64767.pbf b/maplibre/fonts/InterItalic/._64512-64767.pbf new file mode 100644 index 00000000..c0ee2aca Binary files /dev/null and b/maplibre/fonts/InterItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterItalic/._64768-65023.pbf b/maplibre/fonts/InterItalic/._64768-65023.pbf new file mode 100644 index 00000000..8539cbdf Binary files /dev/null and b/maplibre/fonts/InterItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterItalic/._65024-65279.pbf b/maplibre/fonts/InterItalic/._65024-65279.pbf new file mode 100644 index 00000000..adcd0ac1 Binary files /dev/null and b/maplibre/fonts/InterItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterItalic/._65280-65535.pbf b/maplibre/fonts/InterItalic/._65280-65535.pbf new file mode 100644 index 00000000..40607f9f Binary files /dev/null and b/maplibre/fonts/InterItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterItalic/._6656-6911.pbf b/maplibre/fonts/InterItalic/._6656-6911.pbf new file mode 100644 index 00000000..1a8f9424 Binary files /dev/null and b/maplibre/fonts/InterItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterItalic/._6912-7167.pbf b/maplibre/fonts/InterItalic/._6912-7167.pbf new file mode 100644 index 00000000..9d3a14a6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterItalic/._7168-7423.pbf b/maplibre/fonts/InterItalic/._7168-7423.pbf new file mode 100644 index 00000000..04f209b0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterItalic/._7424-7679.pbf b/maplibre/fonts/InterItalic/._7424-7679.pbf new file mode 100644 index 00000000..a45ec1c9 Binary files /dev/null and b/maplibre/fonts/InterItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterItalic/._768-1023.pbf b/maplibre/fonts/InterItalic/._768-1023.pbf new file mode 100644 index 00000000..1be29d7e Binary files /dev/null and b/maplibre/fonts/InterItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterItalic/._7680-7935.pbf b/maplibre/fonts/InterItalic/._7680-7935.pbf new file mode 100644 index 00000000..2142f897 Binary files /dev/null and b/maplibre/fonts/InterItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterItalic/._7936-8191.pbf b/maplibre/fonts/InterItalic/._7936-8191.pbf new file mode 100644 index 00000000..71874bd3 Binary files /dev/null and b/maplibre/fonts/InterItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterItalic/._8192-8447.pbf b/maplibre/fonts/InterItalic/._8192-8447.pbf new file mode 100644 index 00000000..bdc478b0 Binary files /dev/null and b/maplibre/fonts/InterItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterItalic/._8448-8703.pbf b/maplibre/fonts/InterItalic/._8448-8703.pbf new file mode 100644 index 00000000..0ebdcb9b Binary files /dev/null and b/maplibre/fonts/InterItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterItalic/._8704-8959.pbf b/maplibre/fonts/InterItalic/._8704-8959.pbf new file mode 100644 index 00000000..a41e1ae6 Binary files /dev/null and b/maplibre/fonts/InterItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterItalic/._8960-9215.pbf b/maplibre/fonts/InterItalic/._8960-9215.pbf new file mode 100644 index 00000000..b6a5e597 Binary files /dev/null and b/maplibre/fonts/InterItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterItalic/._9216-9471.pbf b/maplibre/fonts/InterItalic/._9216-9471.pbf new file mode 100644 index 00000000..3936a46d Binary files /dev/null and b/maplibre/fonts/InterItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterItalic/._9472-9727.pbf b/maplibre/fonts/InterItalic/._9472-9727.pbf new file mode 100644 index 00000000..d0a4addd Binary files /dev/null and b/maplibre/fonts/InterItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterItalic/._9728-9983.pbf b/maplibre/fonts/InterItalic/._9728-9983.pbf new file mode 100644 index 00000000..f32ede92 Binary files /dev/null and b/maplibre/fonts/InterItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterItalic/._9984-10239.pbf b/maplibre/fonts/InterItalic/._9984-10239.pbf new file mode 100644 index 00000000..c9533abb Binary files /dev/null and b/maplibre/fonts/InterItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterLight/._0-255.pbf b/maplibre/fonts/InterLight/._0-255.pbf new file mode 100644 index 00000000..fcfb1de4 Binary files /dev/null and b/maplibre/fonts/InterLight/._0-255.pbf differ diff --git a/maplibre/fonts/InterLight/._1024-1279.pbf b/maplibre/fonts/InterLight/._1024-1279.pbf new file mode 100644 index 00000000..d53b47f9 Binary files /dev/null and b/maplibre/fonts/InterLight/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterLight/._10240-10495.pbf b/maplibre/fonts/InterLight/._10240-10495.pbf new file mode 100644 index 00000000..ca4479a4 Binary files /dev/null and b/maplibre/fonts/InterLight/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterLight/._10496-10751.pbf b/maplibre/fonts/InterLight/._10496-10751.pbf new file mode 100644 index 00000000..59bd9c9e Binary files /dev/null and b/maplibre/fonts/InterLight/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterLight/._10752-11007.pbf b/maplibre/fonts/InterLight/._10752-11007.pbf new file mode 100644 index 00000000..daae78fa Binary files /dev/null and b/maplibre/fonts/InterLight/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterLight/._11008-11263.pbf b/maplibre/fonts/InterLight/._11008-11263.pbf new file mode 100644 index 00000000..4066504c Binary files /dev/null and b/maplibre/fonts/InterLight/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterLight/._11264-11519.pbf b/maplibre/fonts/InterLight/._11264-11519.pbf new file mode 100644 index 00000000..4ed5dc09 Binary files /dev/null and b/maplibre/fonts/InterLight/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterLight/._11520-11775.pbf b/maplibre/fonts/InterLight/._11520-11775.pbf new file mode 100644 index 00000000..0341c3d4 Binary files /dev/null and b/maplibre/fonts/InterLight/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterLight/._11776-12031.pbf b/maplibre/fonts/InterLight/._11776-12031.pbf new file mode 100644 index 00000000..da982804 Binary files /dev/null and b/maplibre/fonts/InterLight/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterLight/._12032-12287.pbf b/maplibre/fonts/InterLight/._12032-12287.pbf new file mode 100644 index 00000000..b1702dfb Binary files /dev/null and b/maplibre/fonts/InterLight/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterLight/._12288-12543.pbf b/maplibre/fonts/InterLight/._12288-12543.pbf new file mode 100644 index 00000000..0b9bf219 Binary files /dev/null and b/maplibre/fonts/InterLight/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterLight/._12544-12799.pbf b/maplibre/fonts/InterLight/._12544-12799.pbf new file mode 100644 index 00000000..711bd270 Binary files /dev/null and b/maplibre/fonts/InterLight/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterLight/._1280-1535.pbf b/maplibre/fonts/InterLight/._1280-1535.pbf new file mode 100644 index 00000000..ff2ced84 Binary files /dev/null and b/maplibre/fonts/InterLight/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterLight/._12800-13055.pbf b/maplibre/fonts/InterLight/._12800-13055.pbf new file mode 100644 index 00000000..37dfbbf3 Binary files /dev/null and b/maplibre/fonts/InterLight/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterLight/._13056-13311.pbf b/maplibre/fonts/InterLight/._13056-13311.pbf new file mode 100644 index 00000000..56e9797d Binary files /dev/null and b/maplibre/fonts/InterLight/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterLight/._13312-13567.pbf b/maplibre/fonts/InterLight/._13312-13567.pbf new file mode 100644 index 00000000..f2f8e025 Binary files /dev/null and b/maplibre/fonts/InterLight/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterLight/._13568-13823.pbf b/maplibre/fonts/InterLight/._13568-13823.pbf new file mode 100644 index 00000000..62dbfd14 Binary files /dev/null and b/maplibre/fonts/InterLight/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterLight/._13824-14079.pbf b/maplibre/fonts/InterLight/._13824-14079.pbf new file mode 100644 index 00000000..4cc2402a Binary files /dev/null and b/maplibre/fonts/InterLight/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterLight/._14080-14335.pbf b/maplibre/fonts/InterLight/._14080-14335.pbf new file mode 100644 index 00000000..155e2308 Binary files /dev/null and b/maplibre/fonts/InterLight/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterLight/._14336-14591.pbf b/maplibre/fonts/InterLight/._14336-14591.pbf new file mode 100644 index 00000000..0c171077 Binary files /dev/null and b/maplibre/fonts/InterLight/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterLight/._14592-14847.pbf b/maplibre/fonts/InterLight/._14592-14847.pbf new file mode 100644 index 00000000..235e3896 Binary files /dev/null and b/maplibre/fonts/InterLight/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterLight/._14848-15103.pbf b/maplibre/fonts/InterLight/._14848-15103.pbf new file mode 100644 index 00000000..1ba468b5 Binary files /dev/null and b/maplibre/fonts/InterLight/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterLight/._15104-15359.pbf b/maplibre/fonts/InterLight/._15104-15359.pbf new file mode 100644 index 00000000..6f3e5f1a Binary files /dev/null and b/maplibre/fonts/InterLight/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterLight/._1536-1791.pbf b/maplibre/fonts/InterLight/._1536-1791.pbf new file mode 100644 index 00000000..f539c184 Binary files /dev/null and b/maplibre/fonts/InterLight/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterLight/._15360-15615.pbf b/maplibre/fonts/InterLight/._15360-15615.pbf new file mode 100644 index 00000000..0c66df6e Binary files /dev/null and b/maplibre/fonts/InterLight/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterLight/._15616-15871.pbf b/maplibre/fonts/InterLight/._15616-15871.pbf new file mode 100644 index 00000000..00ecaa83 Binary files /dev/null and b/maplibre/fonts/InterLight/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterLight/._15872-16127.pbf b/maplibre/fonts/InterLight/._15872-16127.pbf new file mode 100644 index 00000000..55132682 Binary files /dev/null and b/maplibre/fonts/InterLight/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterLight/._16128-16383.pbf b/maplibre/fonts/InterLight/._16128-16383.pbf new file mode 100644 index 00000000..d7932ebe Binary files /dev/null and b/maplibre/fonts/InterLight/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterLight/._16384-16639.pbf b/maplibre/fonts/InterLight/._16384-16639.pbf new file mode 100644 index 00000000..7cf1e95d Binary files /dev/null and b/maplibre/fonts/InterLight/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterLight/._16640-16895.pbf b/maplibre/fonts/InterLight/._16640-16895.pbf new file mode 100644 index 00000000..06364256 Binary files /dev/null and b/maplibre/fonts/InterLight/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterLight/._16896-17151.pbf b/maplibre/fonts/InterLight/._16896-17151.pbf new file mode 100644 index 00000000..3cc43147 Binary files /dev/null and b/maplibre/fonts/InterLight/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterLight/._17152-17407.pbf b/maplibre/fonts/InterLight/._17152-17407.pbf new file mode 100644 index 00000000..bc8d1eb4 Binary files /dev/null and b/maplibre/fonts/InterLight/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterLight/._17408-17663.pbf b/maplibre/fonts/InterLight/._17408-17663.pbf new file mode 100644 index 00000000..ae083dd4 Binary files /dev/null and b/maplibre/fonts/InterLight/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterLight/._17664-17919.pbf b/maplibre/fonts/InterLight/._17664-17919.pbf new file mode 100644 index 00000000..9e43431e Binary files /dev/null and b/maplibre/fonts/InterLight/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterLight/._1792-2047.pbf b/maplibre/fonts/InterLight/._1792-2047.pbf new file mode 100644 index 00000000..e62df9e6 Binary files /dev/null and b/maplibre/fonts/InterLight/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterLight/._17920-18175.pbf b/maplibre/fonts/InterLight/._17920-18175.pbf new file mode 100644 index 00000000..6aaea2c4 Binary files /dev/null and b/maplibre/fonts/InterLight/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterLight/._18176-18431.pbf b/maplibre/fonts/InterLight/._18176-18431.pbf new file mode 100644 index 00000000..a99e2d1a Binary files /dev/null and b/maplibre/fonts/InterLight/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterLight/._18432-18687.pbf b/maplibre/fonts/InterLight/._18432-18687.pbf new file mode 100644 index 00000000..25fd60cb Binary files /dev/null and b/maplibre/fonts/InterLight/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterLight/._18688-18943.pbf b/maplibre/fonts/InterLight/._18688-18943.pbf new file mode 100644 index 00000000..78fcbfaa Binary files /dev/null and b/maplibre/fonts/InterLight/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterLight/._18944-19199.pbf b/maplibre/fonts/InterLight/._18944-19199.pbf new file mode 100644 index 00000000..3a557515 Binary files /dev/null and b/maplibre/fonts/InterLight/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterLight/._19200-19455.pbf b/maplibre/fonts/InterLight/._19200-19455.pbf new file mode 100644 index 00000000..a0ba5452 Binary files /dev/null and b/maplibre/fonts/InterLight/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterLight/._19456-19711.pbf b/maplibre/fonts/InterLight/._19456-19711.pbf new file mode 100644 index 00000000..ebc49cd7 Binary files /dev/null and b/maplibre/fonts/InterLight/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterLight/._19712-19967.pbf b/maplibre/fonts/InterLight/._19712-19967.pbf new file mode 100644 index 00000000..a415a612 Binary files /dev/null and b/maplibre/fonts/InterLight/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterLight/._19968-20223.pbf b/maplibre/fonts/InterLight/._19968-20223.pbf new file mode 100644 index 00000000..8a3eb7e3 Binary files /dev/null and b/maplibre/fonts/InterLight/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterLight/._20224-20479.pbf b/maplibre/fonts/InterLight/._20224-20479.pbf new file mode 100644 index 00000000..1317d379 Binary files /dev/null and b/maplibre/fonts/InterLight/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterLight/._2048-2303.pbf b/maplibre/fonts/InterLight/._2048-2303.pbf new file mode 100644 index 00000000..0e782862 Binary files /dev/null and b/maplibre/fonts/InterLight/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterLight/._20480-20735.pbf b/maplibre/fonts/InterLight/._20480-20735.pbf new file mode 100644 index 00000000..21e4fbba Binary files /dev/null and b/maplibre/fonts/InterLight/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterLight/._20736-20991.pbf b/maplibre/fonts/InterLight/._20736-20991.pbf new file mode 100644 index 00000000..f3fa6135 Binary files /dev/null and b/maplibre/fonts/InterLight/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterLight/._20992-21247.pbf b/maplibre/fonts/InterLight/._20992-21247.pbf new file mode 100644 index 00000000..e0ce83d1 Binary files /dev/null and b/maplibre/fonts/InterLight/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterLight/._21248-21503.pbf b/maplibre/fonts/InterLight/._21248-21503.pbf new file mode 100644 index 00000000..2fb7ee04 Binary files /dev/null and b/maplibre/fonts/InterLight/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterLight/._21504-21759.pbf b/maplibre/fonts/InterLight/._21504-21759.pbf new file mode 100644 index 00000000..6660d1ca Binary files /dev/null and b/maplibre/fonts/InterLight/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterLight/._21760-22015.pbf b/maplibre/fonts/InterLight/._21760-22015.pbf new file mode 100644 index 00000000..31d5cde9 Binary files /dev/null and b/maplibre/fonts/InterLight/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterLight/._22016-22271.pbf b/maplibre/fonts/InterLight/._22016-22271.pbf new file mode 100644 index 00000000..e61869bf Binary files /dev/null and b/maplibre/fonts/InterLight/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterLight/._22272-22527.pbf b/maplibre/fonts/InterLight/._22272-22527.pbf new file mode 100644 index 00000000..5f557320 Binary files /dev/null and b/maplibre/fonts/InterLight/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterLight/._22528-22783.pbf b/maplibre/fonts/InterLight/._22528-22783.pbf new file mode 100644 index 00000000..97a2522a Binary files /dev/null and b/maplibre/fonts/InterLight/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterLight/._22784-23039.pbf b/maplibre/fonts/InterLight/._22784-23039.pbf new file mode 100644 index 00000000..6cc2143e Binary files /dev/null and b/maplibre/fonts/InterLight/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterLight/._2304-2559.pbf b/maplibre/fonts/InterLight/._2304-2559.pbf new file mode 100644 index 00000000..f4b78679 Binary files /dev/null and b/maplibre/fonts/InterLight/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterLight/._23040-23295.pbf b/maplibre/fonts/InterLight/._23040-23295.pbf new file mode 100644 index 00000000..0a49fb9d Binary files /dev/null and b/maplibre/fonts/InterLight/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterLight/._23296-23551.pbf b/maplibre/fonts/InterLight/._23296-23551.pbf new file mode 100644 index 00000000..116b8a26 Binary files /dev/null and b/maplibre/fonts/InterLight/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterLight/._23552-23807.pbf b/maplibre/fonts/InterLight/._23552-23807.pbf new file mode 100644 index 00000000..91af58c2 Binary files /dev/null and b/maplibre/fonts/InterLight/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterLight/._23808-24063.pbf b/maplibre/fonts/InterLight/._23808-24063.pbf new file mode 100644 index 00000000..e17e7306 Binary files /dev/null and b/maplibre/fonts/InterLight/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterLight/._24064-24319.pbf b/maplibre/fonts/InterLight/._24064-24319.pbf new file mode 100644 index 00000000..1acd725d Binary files /dev/null and b/maplibre/fonts/InterLight/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterLight/._24320-24575.pbf b/maplibre/fonts/InterLight/._24320-24575.pbf new file mode 100644 index 00000000..13d84c6e Binary files /dev/null and b/maplibre/fonts/InterLight/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterLight/._24576-24831.pbf b/maplibre/fonts/InterLight/._24576-24831.pbf new file mode 100644 index 00000000..7cb6d481 Binary files /dev/null and b/maplibre/fonts/InterLight/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterLight/._24832-25087.pbf b/maplibre/fonts/InterLight/._24832-25087.pbf new file mode 100644 index 00000000..1519a6d1 Binary files /dev/null and b/maplibre/fonts/InterLight/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterLight/._25088-25343.pbf b/maplibre/fonts/InterLight/._25088-25343.pbf new file mode 100644 index 00000000..14368325 Binary files /dev/null and b/maplibre/fonts/InterLight/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterLight/._25344-25599.pbf b/maplibre/fonts/InterLight/._25344-25599.pbf new file mode 100644 index 00000000..a8b3557d Binary files /dev/null and b/maplibre/fonts/InterLight/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterLight/._256-511.pbf b/maplibre/fonts/InterLight/._256-511.pbf new file mode 100644 index 00000000..51ac2ae0 Binary files /dev/null and b/maplibre/fonts/InterLight/._256-511.pbf differ diff --git a/maplibre/fonts/InterLight/._2560-2815.pbf b/maplibre/fonts/InterLight/._2560-2815.pbf new file mode 100644 index 00000000..f57541ff Binary files /dev/null and b/maplibre/fonts/InterLight/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterLight/._25600-25855.pbf b/maplibre/fonts/InterLight/._25600-25855.pbf new file mode 100644 index 00000000..e8f3785f Binary files /dev/null and b/maplibre/fonts/InterLight/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterLight/._25856-26111.pbf b/maplibre/fonts/InterLight/._25856-26111.pbf new file mode 100644 index 00000000..8c22846e Binary files /dev/null and b/maplibre/fonts/InterLight/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterLight/._26112-26367.pbf b/maplibre/fonts/InterLight/._26112-26367.pbf new file mode 100644 index 00000000..102f7352 Binary files /dev/null and b/maplibre/fonts/InterLight/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterLight/._26368-26623.pbf b/maplibre/fonts/InterLight/._26368-26623.pbf new file mode 100644 index 00000000..949fc7ff Binary files /dev/null and b/maplibre/fonts/InterLight/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterLight/._26624-26879.pbf b/maplibre/fonts/InterLight/._26624-26879.pbf new file mode 100644 index 00000000..fde01504 Binary files /dev/null and b/maplibre/fonts/InterLight/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterLight/._26880-27135.pbf b/maplibre/fonts/InterLight/._26880-27135.pbf new file mode 100644 index 00000000..dfcf674e Binary files /dev/null and b/maplibre/fonts/InterLight/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterLight/._27136-27391.pbf b/maplibre/fonts/InterLight/._27136-27391.pbf new file mode 100644 index 00000000..cb6148f5 Binary files /dev/null and b/maplibre/fonts/InterLight/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterLight/._27392-27647.pbf b/maplibre/fonts/InterLight/._27392-27647.pbf new file mode 100644 index 00000000..8de2ecfe Binary files /dev/null and b/maplibre/fonts/InterLight/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterLight/._27648-27903.pbf b/maplibre/fonts/InterLight/._27648-27903.pbf new file mode 100644 index 00000000..d226c708 Binary files /dev/null and b/maplibre/fonts/InterLight/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterLight/._27904-28159.pbf b/maplibre/fonts/InterLight/._27904-28159.pbf new file mode 100644 index 00000000..9bfa2c6c Binary files /dev/null and b/maplibre/fonts/InterLight/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterLight/._2816-3071.pbf b/maplibre/fonts/InterLight/._2816-3071.pbf new file mode 100644 index 00000000..033abeaa Binary files /dev/null and b/maplibre/fonts/InterLight/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterLight/._28160-28415.pbf b/maplibre/fonts/InterLight/._28160-28415.pbf new file mode 100644 index 00000000..e1aa9b51 Binary files /dev/null and b/maplibre/fonts/InterLight/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterLight/._28416-28671.pbf b/maplibre/fonts/InterLight/._28416-28671.pbf new file mode 100644 index 00000000..3316ff3f Binary files /dev/null and b/maplibre/fonts/InterLight/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterLight/._28672-28927.pbf b/maplibre/fonts/InterLight/._28672-28927.pbf new file mode 100644 index 00000000..1846c173 Binary files /dev/null and b/maplibre/fonts/InterLight/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterLight/._28928-29183.pbf b/maplibre/fonts/InterLight/._28928-29183.pbf new file mode 100644 index 00000000..58a1c574 Binary files /dev/null and b/maplibre/fonts/InterLight/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterLight/._29184-29439.pbf b/maplibre/fonts/InterLight/._29184-29439.pbf new file mode 100644 index 00000000..d3fe0805 Binary files /dev/null and b/maplibre/fonts/InterLight/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterLight/._29440-29695.pbf b/maplibre/fonts/InterLight/._29440-29695.pbf new file mode 100644 index 00000000..6a8e1b88 Binary files /dev/null and b/maplibre/fonts/InterLight/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterLight/._29696-29951.pbf b/maplibre/fonts/InterLight/._29696-29951.pbf new file mode 100644 index 00000000..24562bcb Binary files /dev/null and b/maplibre/fonts/InterLight/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterLight/._29952-30207.pbf b/maplibre/fonts/InterLight/._29952-30207.pbf new file mode 100644 index 00000000..26644a33 Binary files /dev/null and b/maplibre/fonts/InterLight/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterLight/._30208-30463.pbf b/maplibre/fonts/InterLight/._30208-30463.pbf new file mode 100644 index 00000000..c1f153e5 Binary files /dev/null and b/maplibre/fonts/InterLight/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterLight/._30464-30719.pbf b/maplibre/fonts/InterLight/._30464-30719.pbf new file mode 100644 index 00000000..2ac4fded Binary files /dev/null and b/maplibre/fonts/InterLight/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterLight/._3072-3327.pbf b/maplibre/fonts/InterLight/._3072-3327.pbf new file mode 100644 index 00000000..00008f30 Binary files /dev/null and b/maplibre/fonts/InterLight/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterLight/._30720-30975.pbf b/maplibre/fonts/InterLight/._30720-30975.pbf new file mode 100644 index 00000000..c26e4874 Binary files /dev/null and b/maplibre/fonts/InterLight/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterLight/._30976-31231.pbf b/maplibre/fonts/InterLight/._30976-31231.pbf new file mode 100644 index 00000000..4cc04dbe Binary files /dev/null and b/maplibre/fonts/InterLight/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterLight/._31232-31487.pbf b/maplibre/fonts/InterLight/._31232-31487.pbf new file mode 100644 index 00000000..4dede67b Binary files /dev/null and b/maplibre/fonts/InterLight/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterLight/._31488-31743.pbf b/maplibre/fonts/InterLight/._31488-31743.pbf new file mode 100644 index 00000000..5fb22a2f Binary files /dev/null and b/maplibre/fonts/InterLight/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterLight/._31744-31999.pbf b/maplibre/fonts/InterLight/._31744-31999.pbf new file mode 100644 index 00000000..4acab24a Binary files /dev/null and b/maplibre/fonts/InterLight/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterLight/._32000-32255.pbf b/maplibre/fonts/InterLight/._32000-32255.pbf new file mode 100644 index 00000000..53dbb9f5 Binary files /dev/null and b/maplibre/fonts/InterLight/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterLight/._32256-32511.pbf b/maplibre/fonts/InterLight/._32256-32511.pbf new file mode 100644 index 00000000..44d09034 Binary files /dev/null and b/maplibre/fonts/InterLight/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterLight/._32512-32767.pbf b/maplibre/fonts/InterLight/._32512-32767.pbf new file mode 100644 index 00000000..c7a26147 Binary files /dev/null and b/maplibre/fonts/InterLight/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterLight/._32768-33023.pbf b/maplibre/fonts/InterLight/._32768-33023.pbf new file mode 100644 index 00000000..c3f17e66 Binary files /dev/null and b/maplibre/fonts/InterLight/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterLight/._33024-33279.pbf b/maplibre/fonts/InterLight/._33024-33279.pbf new file mode 100644 index 00000000..10138f58 Binary files /dev/null and b/maplibre/fonts/InterLight/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterLight/._3328-3583.pbf b/maplibre/fonts/InterLight/._3328-3583.pbf new file mode 100644 index 00000000..b11acecb Binary files /dev/null and b/maplibre/fonts/InterLight/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterLight/._33280-33535.pbf b/maplibre/fonts/InterLight/._33280-33535.pbf new file mode 100644 index 00000000..5df1eef6 Binary files /dev/null and b/maplibre/fonts/InterLight/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterLight/._33536-33791.pbf b/maplibre/fonts/InterLight/._33536-33791.pbf new file mode 100644 index 00000000..e424f3c7 Binary files /dev/null and b/maplibre/fonts/InterLight/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterLight/._33792-34047.pbf b/maplibre/fonts/InterLight/._33792-34047.pbf new file mode 100644 index 00000000..d0f4feb8 Binary files /dev/null and b/maplibre/fonts/InterLight/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterLight/._34048-34303.pbf b/maplibre/fonts/InterLight/._34048-34303.pbf new file mode 100644 index 00000000..b3f18668 Binary files /dev/null and b/maplibre/fonts/InterLight/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterLight/._34304-34559.pbf b/maplibre/fonts/InterLight/._34304-34559.pbf new file mode 100644 index 00000000..744169f1 Binary files /dev/null and b/maplibre/fonts/InterLight/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterLight/._34560-34815.pbf b/maplibre/fonts/InterLight/._34560-34815.pbf new file mode 100644 index 00000000..b9d0cda0 Binary files /dev/null and b/maplibre/fonts/InterLight/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterLight/._34816-35071.pbf b/maplibre/fonts/InterLight/._34816-35071.pbf new file mode 100644 index 00000000..2e317fc4 Binary files /dev/null and b/maplibre/fonts/InterLight/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterLight/._35072-35327.pbf b/maplibre/fonts/InterLight/._35072-35327.pbf new file mode 100644 index 00000000..64b8ac8a Binary files /dev/null and b/maplibre/fonts/InterLight/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterLight/._35328-35583.pbf b/maplibre/fonts/InterLight/._35328-35583.pbf new file mode 100644 index 00000000..f0cc2e1c Binary files /dev/null and b/maplibre/fonts/InterLight/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterLight/._35584-35839.pbf b/maplibre/fonts/InterLight/._35584-35839.pbf new file mode 100644 index 00000000..4addd176 Binary files /dev/null and b/maplibre/fonts/InterLight/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterLight/._3584-3839.pbf b/maplibre/fonts/InterLight/._3584-3839.pbf new file mode 100644 index 00000000..f11dad0e Binary files /dev/null and b/maplibre/fonts/InterLight/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterLight/._35840-36095.pbf b/maplibre/fonts/InterLight/._35840-36095.pbf new file mode 100644 index 00000000..28999e13 Binary files /dev/null and b/maplibre/fonts/InterLight/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterLight/._36096-36351.pbf b/maplibre/fonts/InterLight/._36096-36351.pbf new file mode 100644 index 00000000..957eeb42 Binary files /dev/null and b/maplibre/fonts/InterLight/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterLight/._36352-36607.pbf b/maplibre/fonts/InterLight/._36352-36607.pbf new file mode 100644 index 00000000..61ebf1ef Binary files /dev/null and b/maplibre/fonts/InterLight/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterLight/._36608-36863.pbf b/maplibre/fonts/InterLight/._36608-36863.pbf new file mode 100644 index 00000000..11acaf5a Binary files /dev/null and b/maplibre/fonts/InterLight/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterLight/._36864-37119.pbf b/maplibre/fonts/InterLight/._36864-37119.pbf new file mode 100644 index 00000000..655ff8d8 Binary files /dev/null and b/maplibre/fonts/InterLight/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterLight/._37120-37375.pbf b/maplibre/fonts/InterLight/._37120-37375.pbf new file mode 100644 index 00000000..e355f05a Binary files /dev/null and b/maplibre/fonts/InterLight/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterLight/._37376-37631.pbf b/maplibre/fonts/InterLight/._37376-37631.pbf new file mode 100644 index 00000000..8a129483 Binary files /dev/null and b/maplibre/fonts/InterLight/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterLight/._37632-37887.pbf b/maplibre/fonts/InterLight/._37632-37887.pbf new file mode 100644 index 00000000..54b1e078 Binary files /dev/null and b/maplibre/fonts/InterLight/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterLight/._37888-38143.pbf b/maplibre/fonts/InterLight/._37888-38143.pbf new file mode 100644 index 00000000..e27f6378 Binary files /dev/null and b/maplibre/fonts/InterLight/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterLight/._38144-38399.pbf b/maplibre/fonts/InterLight/._38144-38399.pbf new file mode 100644 index 00000000..d4e52090 Binary files /dev/null and b/maplibre/fonts/InterLight/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterLight/._3840-4095.pbf b/maplibre/fonts/InterLight/._3840-4095.pbf new file mode 100644 index 00000000..fbff660f Binary files /dev/null and b/maplibre/fonts/InterLight/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterLight/._38400-38655.pbf b/maplibre/fonts/InterLight/._38400-38655.pbf new file mode 100644 index 00000000..d034a519 Binary files /dev/null and b/maplibre/fonts/InterLight/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterLight/._38656-38911.pbf b/maplibre/fonts/InterLight/._38656-38911.pbf new file mode 100644 index 00000000..32897be2 Binary files /dev/null and b/maplibre/fonts/InterLight/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterLight/._38912-39167.pbf b/maplibre/fonts/InterLight/._38912-39167.pbf new file mode 100644 index 00000000..185214f2 Binary files /dev/null and b/maplibre/fonts/InterLight/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterLight/._39168-39423.pbf b/maplibre/fonts/InterLight/._39168-39423.pbf new file mode 100644 index 00000000..266dbfec Binary files /dev/null and b/maplibre/fonts/InterLight/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterLight/._39424-39679.pbf b/maplibre/fonts/InterLight/._39424-39679.pbf new file mode 100644 index 00000000..9a386d01 Binary files /dev/null and b/maplibre/fonts/InterLight/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterLight/._39680-39935.pbf b/maplibre/fonts/InterLight/._39680-39935.pbf new file mode 100644 index 00000000..3cd30232 Binary files /dev/null and b/maplibre/fonts/InterLight/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterLight/._39936-40191.pbf b/maplibre/fonts/InterLight/._39936-40191.pbf new file mode 100644 index 00000000..bc7de8af Binary files /dev/null and b/maplibre/fonts/InterLight/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterLight/._40192-40447.pbf b/maplibre/fonts/InterLight/._40192-40447.pbf new file mode 100644 index 00000000..51f946be Binary files /dev/null and b/maplibre/fonts/InterLight/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterLight/._40448-40703.pbf b/maplibre/fonts/InterLight/._40448-40703.pbf new file mode 100644 index 00000000..358df51c Binary files /dev/null and b/maplibre/fonts/InterLight/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterLight/._40704-40959.pbf b/maplibre/fonts/InterLight/._40704-40959.pbf new file mode 100644 index 00000000..2f2b055c Binary files /dev/null and b/maplibre/fonts/InterLight/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterLight/._4096-4351.pbf b/maplibre/fonts/InterLight/._4096-4351.pbf new file mode 100644 index 00000000..1faeebba Binary files /dev/null and b/maplibre/fonts/InterLight/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterLight/._40960-41215.pbf b/maplibre/fonts/InterLight/._40960-41215.pbf new file mode 100644 index 00000000..070dc838 Binary files /dev/null and b/maplibre/fonts/InterLight/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterLight/._41216-41471.pbf b/maplibre/fonts/InterLight/._41216-41471.pbf new file mode 100644 index 00000000..7c940a0f Binary files /dev/null and b/maplibre/fonts/InterLight/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterLight/._41472-41727.pbf b/maplibre/fonts/InterLight/._41472-41727.pbf new file mode 100644 index 00000000..3e075877 Binary files /dev/null and b/maplibre/fonts/InterLight/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterLight/._41728-41983.pbf b/maplibre/fonts/InterLight/._41728-41983.pbf new file mode 100644 index 00000000..9a07a12e Binary files /dev/null and b/maplibre/fonts/InterLight/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterLight/._41984-42239.pbf b/maplibre/fonts/InterLight/._41984-42239.pbf new file mode 100644 index 00000000..590aaf61 Binary files /dev/null and b/maplibre/fonts/InterLight/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterLight/._42240-42495.pbf b/maplibre/fonts/InterLight/._42240-42495.pbf new file mode 100644 index 00000000..15e6205c Binary files /dev/null and b/maplibre/fonts/InterLight/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterLight/._42496-42751.pbf b/maplibre/fonts/InterLight/._42496-42751.pbf new file mode 100644 index 00000000..53dde9f4 Binary files /dev/null and b/maplibre/fonts/InterLight/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterLight/._42752-43007.pbf b/maplibre/fonts/InterLight/._42752-43007.pbf new file mode 100644 index 00000000..38ce36cc Binary files /dev/null and b/maplibre/fonts/InterLight/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterLight/._43008-43263.pbf b/maplibre/fonts/InterLight/._43008-43263.pbf new file mode 100644 index 00000000..800c92be Binary files /dev/null and b/maplibre/fonts/InterLight/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterLight/._43264-43519.pbf b/maplibre/fonts/InterLight/._43264-43519.pbf new file mode 100644 index 00000000..b36e561d Binary files /dev/null and b/maplibre/fonts/InterLight/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterLight/._4352-4607.pbf b/maplibre/fonts/InterLight/._4352-4607.pbf new file mode 100644 index 00000000..97f93f35 Binary files /dev/null and b/maplibre/fonts/InterLight/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterLight/._43520-43775.pbf b/maplibre/fonts/InterLight/._43520-43775.pbf new file mode 100644 index 00000000..05322079 Binary files /dev/null and b/maplibre/fonts/InterLight/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterLight/._43776-44031.pbf b/maplibre/fonts/InterLight/._43776-44031.pbf new file mode 100644 index 00000000..5fbd9b76 Binary files /dev/null and b/maplibre/fonts/InterLight/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterLight/._44032-44287.pbf b/maplibre/fonts/InterLight/._44032-44287.pbf new file mode 100644 index 00000000..521b1b3b Binary files /dev/null and b/maplibre/fonts/InterLight/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterLight/._44288-44543.pbf b/maplibre/fonts/InterLight/._44288-44543.pbf new file mode 100644 index 00000000..092c3a65 Binary files /dev/null and b/maplibre/fonts/InterLight/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterLight/._44544-44799.pbf b/maplibre/fonts/InterLight/._44544-44799.pbf new file mode 100644 index 00000000..d6135fa5 Binary files /dev/null and b/maplibre/fonts/InterLight/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterLight/._44800-45055.pbf b/maplibre/fonts/InterLight/._44800-45055.pbf new file mode 100644 index 00000000..d1f65728 Binary files /dev/null and b/maplibre/fonts/InterLight/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterLight/._45056-45311.pbf b/maplibre/fonts/InterLight/._45056-45311.pbf new file mode 100644 index 00000000..e22ea10b Binary files /dev/null and b/maplibre/fonts/InterLight/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterLight/._45312-45567.pbf b/maplibre/fonts/InterLight/._45312-45567.pbf new file mode 100644 index 00000000..92968caf Binary files /dev/null and b/maplibre/fonts/InterLight/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterLight/._45568-45823.pbf b/maplibre/fonts/InterLight/._45568-45823.pbf new file mode 100644 index 00000000..d4727b1c Binary files /dev/null and b/maplibre/fonts/InterLight/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterLight/._45824-46079.pbf b/maplibre/fonts/InterLight/._45824-46079.pbf new file mode 100644 index 00000000..28f19103 Binary files /dev/null and b/maplibre/fonts/InterLight/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterLight/._4608-4863.pbf b/maplibre/fonts/InterLight/._4608-4863.pbf new file mode 100644 index 00000000..72795b2f Binary files /dev/null and b/maplibre/fonts/InterLight/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterLight/._46080-46335.pbf b/maplibre/fonts/InterLight/._46080-46335.pbf new file mode 100644 index 00000000..af53bae3 Binary files /dev/null and b/maplibre/fonts/InterLight/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterLight/._46336-46591.pbf b/maplibre/fonts/InterLight/._46336-46591.pbf new file mode 100644 index 00000000..d597f7aa Binary files /dev/null and b/maplibre/fonts/InterLight/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterLight/._46592-46847.pbf b/maplibre/fonts/InterLight/._46592-46847.pbf new file mode 100644 index 00000000..fd967da6 Binary files /dev/null and b/maplibre/fonts/InterLight/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterLight/._46848-47103.pbf b/maplibre/fonts/InterLight/._46848-47103.pbf new file mode 100644 index 00000000..373a8ba1 Binary files /dev/null and b/maplibre/fonts/InterLight/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterLight/._47104-47359.pbf b/maplibre/fonts/InterLight/._47104-47359.pbf new file mode 100644 index 00000000..e81a73e2 Binary files /dev/null and b/maplibre/fonts/InterLight/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterLight/._47360-47615.pbf b/maplibre/fonts/InterLight/._47360-47615.pbf new file mode 100644 index 00000000..cb2b9148 Binary files /dev/null and b/maplibre/fonts/InterLight/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterLight/._47616-47871.pbf b/maplibre/fonts/InterLight/._47616-47871.pbf new file mode 100644 index 00000000..2f7fa927 Binary files /dev/null and b/maplibre/fonts/InterLight/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterLight/._47872-48127.pbf b/maplibre/fonts/InterLight/._47872-48127.pbf new file mode 100644 index 00000000..4d54db45 Binary files /dev/null and b/maplibre/fonts/InterLight/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterLight/._48128-48383.pbf b/maplibre/fonts/InterLight/._48128-48383.pbf new file mode 100644 index 00000000..1773ca25 Binary files /dev/null and b/maplibre/fonts/InterLight/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterLight/._48384-48639.pbf b/maplibre/fonts/InterLight/._48384-48639.pbf new file mode 100644 index 00000000..080afec1 Binary files /dev/null and b/maplibre/fonts/InterLight/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterLight/._4864-5119.pbf b/maplibre/fonts/InterLight/._4864-5119.pbf new file mode 100644 index 00000000..4998ef65 Binary files /dev/null and b/maplibre/fonts/InterLight/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterLight/._48640-48895.pbf b/maplibre/fonts/InterLight/._48640-48895.pbf new file mode 100644 index 00000000..2f9d4efd Binary files /dev/null and b/maplibre/fonts/InterLight/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterLight/._48896-49151.pbf b/maplibre/fonts/InterLight/._48896-49151.pbf new file mode 100644 index 00000000..baa31e9b Binary files /dev/null and b/maplibre/fonts/InterLight/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterLight/._49152-49407.pbf b/maplibre/fonts/InterLight/._49152-49407.pbf new file mode 100644 index 00000000..c68bce7b Binary files /dev/null and b/maplibre/fonts/InterLight/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterLight/._49408-49663.pbf b/maplibre/fonts/InterLight/._49408-49663.pbf new file mode 100644 index 00000000..f78b6e94 Binary files /dev/null and b/maplibre/fonts/InterLight/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterLight/._49664-49919.pbf b/maplibre/fonts/InterLight/._49664-49919.pbf new file mode 100644 index 00000000..67b29009 Binary files /dev/null and b/maplibre/fonts/InterLight/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterLight/._49920-50175.pbf b/maplibre/fonts/InterLight/._49920-50175.pbf new file mode 100644 index 00000000..01c983ad Binary files /dev/null and b/maplibre/fonts/InterLight/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterLight/._50176-50431.pbf b/maplibre/fonts/InterLight/._50176-50431.pbf new file mode 100644 index 00000000..c41d39d5 Binary files /dev/null and b/maplibre/fonts/InterLight/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterLight/._50432-50687.pbf b/maplibre/fonts/InterLight/._50432-50687.pbf new file mode 100644 index 00000000..c9086709 Binary files /dev/null and b/maplibre/fonts/InterLight/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterLight/._50688-50943.pbf b/maplibre/fonts/InterLight/._50688-50943.pbf new file mode 100644 index 00000000..aa42ff16 Binary files /dev/null and b/maplibre/fonts/InterLight/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterLight/._50944-51199.pbf b/maplibre/fonts/InterLight/._50944-51199.pbf new file mode 100644 index 00000000..c6378611 Binary files /dev/null and b/maplibre/fonts/InterLight/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterLight/._512-767.pbf b/maplibre/fonts/InterLight/._512-767.pbf new file mode 100644 index 00000000..1f1fcb4c Binary files /dev/null and b/maplibre/fonts/InterLight/._512-767.pbf differ diff --git a/maplibre/fonts/InterLight/._5120-5375.pbf b/maplibre/fonts/InterLight/._5120-5375.pbf new file mode 100644 index 00000000..4e89bffb Binary files /dev/null and b/maplibre/fonts/InterLight/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterLight/._51200-51455.pbf b/maplibre/fonts/InterLight/._51200-51455.pbf new file mode 100644 index 00000000..a76f6753 Binary files /dev/null and b/maplibre/fonts/InterLight/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterLight/._51456-51711.pbf b/maplibre/fonts/InterLight/._51456-51711.pbf new file mode 100644 index 00000000..ef1ce591 Binary files /dev/null and b/maplibre/fonts/InterLight/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterLight/._51712-51967.pbf b/maplibre/fonts/InterLight/._51712-51967.pbf new file mode 100644 index 00000000..7281e4c9 Binary files /dev/null and b/maplibre/fonts/InterLight/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterLight/._51968-52223.pbf b/maplibre/fonts/InterLight/._51968-52223.pbf new file mode 100644 index 00000000..cbfd23dc Binary files /dev/null and b/maplibre/fonts/InterLight/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterLight/._52224-52479.pbf b/maplibre/fonts/InterLight/._52224-52479.pbf new file mode 100644 index 00000000..d160291a Binary files /dev/null and b/maplibre/fonts/InterLight/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterLight/._52480-52735.pbf b/maplibre/fonts/InterLight/._52480-52735.pbf new file mode 100644 index 00000000..ef740a3c Binary files /dev/null and b/maplibre/fonts/InterLight/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterLight/._52736-52991.pbf b/maplibre/fonts/InterLight/._52736-52991.pbf new file mode 100644 index 00000000..1b3f791b Binary files /dev/null and b/maplibre/fonts/InterLight/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterLight/._52992-53247.pbf b/maplibre/fonts/InterLight/._52992-53247.pbf new file mode 100644 index 00000000..af3c03b7 Binary files /dev/null and b/maplibre/fonts/InterLight/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterLight/._53248-53503.pbf b/maplibre/fonts/InterLight/._53248-53503.pbf new file mode 100644 index 00000000..06673545 Binary files /dev/null and b/maplibre/fonts/InterLight/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterLight/._53504-53759.pbf b/maplibre/fonts/InterLight/._53504-53759.pbf new file mode 100644 index 00000000..1f739b93 Binary files /dev/null and b/maplibre/fonts/InterLight/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterLight/._5376-5631.pbf b/maplibre/fonts/InterLight/._5376-5631.pbf new file mode 100644 index 00000000..003e0078 Binary files /dev/null and b/maplibre/fonts/InterLight/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterLight/._53760-54015.pbf b/maplibre/fonts/InterLight/._53760-54015.pbf new file mode 100644 index 00000000..794c9767 Binary files /dev/null and b/maplibre/fonts/InterLight/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterLight/._54016-54271.pbf b/maplibre/fonts/InterLight/._54016-54271.pbf new file mode 100644 index 00000000..4f554cbf Binary files /dev/null and b/maplibre/fonts/InterLight/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterLight/._54272-54527.pbf b/maplibre/fonts/InterLight/._54272-54527.pbf new file mode 100644 index 00000000..9028810a Binary files /dev/null and b/maplibre/fonts/InterLight/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterLight/._54528-54783.pbf b/maplibre/fonts/InterLight/._54528-54783.pbf new file mode 100644 index 00000000..f5b25402 Binary files /dev/null and b/maplibre/fonts/InterLight/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterLight/._54784-55039.pbf b/maplibre/fonts/InterLight/._54784-55039.pbf new file mode 100644 index 00000000..88190d0e Binary files /dev/null and b/maplibre/fonts/InterLight/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterLight/._55040-55295.pbf b/maplibre/fonts/InterLight/._55040-55295.pbf new file mode 100644 index 00000000..76a2ee6e Binary files /dev/null and b/maplibre/fonts/InterLight/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterLight/._55296-55551.pbf b/maplibre/fonts/InterLight/._55296-55551.pbf new file mode 100644 index 00000000..ab92ba07 Binary files /dev/null and b/maplibre/fonts/InterLight/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterLight/._55552-55807.pbf b/maplibre/fonts/InterLight/._55552-55807.pbf new file mode 100644 index 00000000..bcf410ac Binary files /dev/null and b/maplibre/fonts/InterLight/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterLight/._55808-56063.pbf b/maplibre/fonts/InterLight/._55808-56063.pbf new file mode 100644 index 00000000..21a437a0 Binary files /dev/null and b/maplibre/fonts/InterLight/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterLight/._56064-56319.pbf b/maplibre/fonts/InterLight/._56064-56319.pbf new file mode 100644 index 00000000..b79ee87a Binary files /dev/null and b/maplibre/fonts/InterLight/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterLight/._5632-5887.pbf b/maplibre/fonts/InterLight/._5632-5887.pbf new file mode 100644 index 00000000..2f40679d Binary files /dev/null and b/maplibre/fonts/InterLight/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterLight/._56320-56575.pbf b/maplibre/fonts/InterLight/._56320-56575.pbf new file mode 100644 index 00000000..bdee8e8c Binary files /dev/null and b/maplibre/fonts/InterLight/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterLight/._56576-56831.pbf b/maplibre/fonts/InterLight/._56576-56831.pbf new file mode 100644 index 00000000..6f412fc4 Binary files /dev/null and b/maplibre/fonts/InterLight/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterLight/._56832-57087.pbf b/maplibre/fonts/InterLight/._56832-57087.pbf new file mode 100644 index 00000000..7e5c6a56 Binary files /dev/null and b/maplibre/fonts/InterLight/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterLight/._57088-57343.pbf b/maplibre/fonts/InterLight/._57088-57343.pbf new file mode 100644 index 00000000..39479792 Binary files /dev/null and b/maplibre/fonts/InterLight/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterLight/._57344-57599.pbf b/maplibre/fonts/InterLight/._57344-57599.pbf new file mode 100644 index 00000000..c418527b Binary files /dev/null and b/maplibre/fonts/InterLight/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterLight/._57600-57855.pbf b/maplibre/fonts/InterLight/._57600-57855.pbf new file mode 100644 index 00000000..ae7ca6cc Binary files /dev/null and b/maplibre/fonts/InterLight/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterLight/._57856-58111.pbf b/maplibre/fonts/InterLight/._57856-58111.pbf new file mode 100644 index 00000000..3c7eb1af Binary files /dev/null and b/maplibre/fonts/InterLight/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterLight/._58112-58367.pbf b/maplibre/fonts/InterLight/._58112-58367.pbf new file mode 100644 index 00000000..d847a33f Binary files /dev/null and b/maplibre/fonts/InterLight/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterLight/._58368-58623.pbf b/maplibre/fonts/InterLight/._58368-58623.pbf new file mode 100644 index 00000000..d9829ba4 Binary files /dev/null and b/maplibre/fonts/InterLight/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterLight/._58624-58879.pbf b/maplibre/fonts/InterLight/._58624-58879.pbf new file mode 100644 index 00000000..0014d61c Binary files /dev/null and b/maplibre/fonts/InterLight/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterLight/._5888-6143.pbf b/maplibre/fonts/InterLight/._5888-6143.pbf new file mode 100644 index 00000000..ca85eca8 Binary files /dev/null and b/maplibre/fonts/InterLight/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterLight/._58880-59135.pbf b/maplibre/fonts/InterLight/._58880-59135.pbf new file mode 100644 index 00000000..b29f6939 Binary files /dev/null and b/maplibre/fonts/InterLight/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterLight/._59136-59391.pbf b/maplibre/fonts/InterLight/._59136-59391.pbf new file mode 100644 index 00000000..f7426b81 Binary files /dev/null and b/maplibre/fonts/InterLight/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterLight/._59392-59647.pbf b/maplibre/fonts/InterLight/._59392-59647.pbf new file mode 100644 index 00000000..1e8139bc Binary files /dev/null and b/maplibre/fonts/InterLight/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterLight/._59648-59903.pbf b/maplibre/fonts/InterLight/._59648-59903.pbf new file mode 100644 index 00000000..00f1b22b Binary files /dev/null and b/maplibre/fonts/InterLight/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterLight/._59904-60159.pbf b/maplibre/fonts/InterLight/._59904-60159.pbf new file mode 100644 index 00000000..06703657 Binary files /dev/null and b/maplibre/fonts/InterLight/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterLight/._60160-60415.pbf b/maplibre/fonts/InterLight/._60160-60415.pbf new file mode 100644 index 00000000..f5857fe4 Binary files /dev/null and b/maplibre/fonts/InterLight/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterLight/._60416-60671.pbf b/maplibre/fonts/InterLight/._60416-60671.pbf new file mode 100644 index 00000000..5869973a Binary files /dev/null and b/maplibre/fonts/InterLight/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterLight/._60672-60927.pbf b/maplibre/fonts/InterLight/._60672-60927.pbf new file mode 100644 index 00000000..9fcc4b61 Binary files /dev/null and b/maplibre/fonts/InterLight/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterLight/._60928-61183.pbf b/maplibre/fonts/InterLight/._60928-61183.pbf new file mode 100644 index 00000000..a1676893 Binary files /dev/null and b/maplibre/fonts/InterLight/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterLight/._61184-61439.pbf b/maplibre/fonts/InterLight/._61184-61439.pbf new file mode 100644 index 00000000..962f9109 Binary files /dev/null and b/maplibre/fonts/InterLight/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterLight/._6144-6399.pbf b/maplibre/fonts/InterLight/._6144-6399.pbf new file mode 100644 index 00000000..6fadddae Binary files /dev/null and b/maplibre/fonts/InterLight/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterLight/._61440-61695.pbf b/maplibre/fonts/InterLight/._61440-61695.pbf new file mode 100644 index 00000000..9b4e80a0 Binary files /dev/null and b/maplibre/fonts/InterLight/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterLight/._61696-61951.pbf b/maplibre/fonts/InterLight/._61696-61951.pbf new file mode 100644 index 00000000..f77dce89 Binary files /dev/null and b/maplibre/fonts/InterLight/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterLight/._61952-62207.pbf b/maplibre/fonts/InterLight/._61952-62207.pbf new file mode 100644 index 00000000..8cdb8b5f Binary files /dev/null and b/maplibre/fonts/InterLight/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterLight/._62208-62463.pbf b/maplibre/fonts/InterLight/._62208-62463.pbf new file mode 100644 index 00000000..dd236cd8 Binary files /dev/null and b/maplibre/fonts/InterLight/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterLight/._62464-62719.pbf b/maplibre/fonts/InterLight/._62464-62719.pbf new file mode 100644 index 00000000..16af9a89 Binary files /dev/null and b/maplibre/fonts/InterLight/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterLight/._62720-62975.pbf b/maplibre/fonts/InterLight/._62720-62975.pbf new file mode 100644 index 00000000..e87bf693 Binary files /dev/null and b/maplibre/fonts/InterLight/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterLight/._62976-63231.pbf b/maplibre/fonts/InterLight/._62976-63231.pbf new file mode 100644 index 00000000..5ed22c1e Binary files /dev/null and b/maplibre/fonts/InterLight/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterLight/._63232-63487.pbf b/maplibre/fonts/InterLight/._63232-63487.pbf new file mode 100644 index 00000000..d781d1e9 Binary files /dev/null and b/maplibre/fonts/InterLight/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterLight/._63488-63743.pbf b/maplibre/fonts/InterLight/._63488-63743.pbf new file mode 100644 index 00000000..42249183 Binary files /dev/null and b/maplibre/fonts/InterLight/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterLight/._63744-63999.pbf b/maplibre/fonts/InterLight/._63744-63999.pbf new file mode 100644 index 00000000..93ae9a43 Binary files /dev/null and b/maplibre/fonts/InterLight/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterLight/._6400-6655.pbf b/maplibre/fonts/InterLight/._6400-6655.pbf new file mode 100644 index 00000000..5523168e Binary files /dev/null and b/maplibre/fonts/InterLight/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterLight/._64000-64255.pbf b/maplibre/fonts/InterLight/._64000-64255.pbf new file mode 100644 index 00000000..978557b8 Binary files /dev/null and b/maplibre/fonts/InterLight/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterLight/._64256-64511.pbf b/maplibre/fonts/InterLight/._64256-64511.pbf new file mode 100644 index 00000000..77378076 Binary files /dev/null and b/maplibre/fonts/InterLight/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterLight/._64512-64767.pbf b/maplibre/fonts/InterLight/._64512-64767.pbf new file mode 100644 index 00000000..4af54a9e Binary files /dev/null and b/maplibre/fonts/InterLight/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterLight/._64768-65023.pbf b/maplibre/fonts/InterLight/._64768-65023.pbf new file mode 100644 index 00000000..b41d644f Binary files /dev/null and b/maplibre/fonts/InterLight/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterLight/._65024-65279.pbf b/maplibre/fonts/InterLight/._65024-65279.pbf new file mode 100644 index 00000000..584e69ee Binary files /dev/null and b/maplibre/fonts/InterLight/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterLight/._65280-65535.pbf b/maplibre/fonts/InterLight/._65280-65535.pbf new file mode 100644 index 00000000..678a5f06 Binary files /dev/null and b/maplibre/fonts/InterLight/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterLight/._6656-6911.pbf b/maplibre/fonts/InterLight/._6656-6911.pbf new file mode 100644 index 00000000..2348af62 Binary files /dev/null and b/maplibre/fonts/InterLight/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterLight/._6912-7167.pbf b/maplibre/fonts/InterLight/._6912-7167.pbf new file mode 100644 index 00000000..95a02815 Binary files /dev/null and b/maplibre/fonts/InterLight/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterLight/._7168-7423.pbf b/maplibre/fonts/InterLight/._7168-7423.pbf new file mode 100644 index 00000000..f9046984 Binary files /dev/null and b/maplibre/fonts/InterLight/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterLight/._7424-7679.pbf b/maplibre/fonts/InterLight/._7424-7679.pbf new file mode 100644 index 00000000..d8d6a7e7 Binary files /dev/null and b/maplibre/fonts/InterLight/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterLight/._768-1023.pbf b/maplibre/fonts/InterLight/._768-1023.pbf new file mode 100644 index 00000000..68b03228 Binary files /dev/null and b/maplibre/fonts/InterLight/._768-1023.pbf differ diff --git a/maplibre/fonts/InterLight/._7680-7935.pbf b/maplibre/fonts/InterLight/._7680-7935.pbf new file mode 100644 index 00000000..d4ca6577 Binary files /dev/null and b/maplibre/fonts/InterLight/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterLight/._7936-8191.pbf b/maplibre/fonts/InterLight/._7936-8191.pbf new file mode 100644 index 00000000..c7d6a424 Binary files /dev/null and b/maplibre/fonts/InterLight/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterLight/._8192-8447.pbf b/maplibre/fonts/InterLight/._8192-8447.pbf new file mode 100644 index 00000000..aa9fbc93 Binary files /dev/null and b/maplibre/fonts/InterLight/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterLight/._8448-8703.pbf b/maplibre/fonts/InterLight/._8448-8703.pbf new file mode 100644 index 00000000..9992a1e7 Binary files /dev/null and b/maplibre/fonts/InterLight/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterLight/._8704-8959.pbf b/maplibre/fonts/InterLight/._8704-8959.pbf new file mode 100644 index 00000000..a60a3a8f Binary files /dev/null and b/maplibre/fonts/InterLight/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterLight/._8960-9215.pbf b/maplibre/fonts/InterLight/._8960-9215.pbf new file mode 100644 index 00000000..cfaa6061 Binary files /dev/null and b/maplibre/fonts/InterLight/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterLight/._9216-9471.pbf b/maplibre/fonts/InterLight/._9216-9471.pbf new file mode 100644 index 00000000..cb2624ef Binary files /dev/null and b/maplibre/fonts/InterLight/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterLight/._9472-9727.pbf b/maplibre/fonts/InterLight/._9472-9727.pbf new file mode 100644 index 00000000..af3e11e8 Binary files /dev/null and b/maplibre/fonts/InterLight/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterLight/._9728-9983.pbf b/maplibre/fonts/InterLight/._9728-9983.pbf new file mode 100644 index 00000000..54de9055 Binary files /dev/null and b/maplibre/fonts/InterLight/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterLight/._9984-10239.pbf b/maplibre/fonts/InterLight/._9984-10239.pbf new file mode 100644 index 00000000..f688a6ef Binary files /dev/null and b/maplibre/fonts/InterLight/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._0-255.pbf b/maplibre/fonts/InterLightItalic/._0-255.pbf new file mode 100644 index 00000000..beb60f68 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._1024-1279.pbf b/maplibre/fonts/InterLightItalic/._1024-1279.pbf new file mode 100644 index 00000000..d4da2372 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._10240-10495.pbf b/maplibre/fonts/InterLightItalic/._10240-10495.pbf new file mode 100644 index 00000000..6837d9f6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._10496-10751.pbf b/maplibre/fonts/InterLightItalic/._10496-10751.pbf new file mode 100644 index 00000000..5fe19dbc Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._10752-11007.pbf b/maplibre/fonts/InterLightItalic/._10752-11007.pbf new file mode 100644 index 00000000..9f1f999a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._11008-11263.pbf b/maplibre/fonts/InterLightItalic/._11008-11263.pbf new file mode 100644 index 00000000..75501fe3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._11264-11519.pbf b/maplibre/fonts/InterLightItalic/._11264-11519.pbf new file mode 100644 index 00000000..02f55960 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._11520-11775.pbf b/maplibre/fonts/InterLightItalic/._11520-11775.pbf new file mode 100644 index 00000000..e35489b7 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._11776-12031.pbf b/maplibre/fonts/InterLightItalic/._11776-12031.pbf new file mode 100644 index 00000000..5b441ef0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._12032-12287.pbf b/maplibre/fonts/InterLightItalic/._12032-12287.pbf new file mode 100644 index 00000000..5d320432 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._12288-12543.pbf b/maplibre/fonts/InterLightItalic/._12288-12543.pbf new file mode 100644 index 00000000..d57d70ba Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._12544-12799.pbf b/maplibre/fonts/InterLightItalic/._12544-12799.pbf new file mode 100644 index 00000000..8208c7c3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._1280-1535.pbf b/maplibre/fonts/InterLightItalic/._1280-1535.pbf new file mode 100644 index 00000000..e673748c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._12800-13055.pbf b/maplibre/fonts/InterLightItalic/._12800-13055.pbf new file mode 100644 index 00000000..5d86a676 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._13056-13311.pbf b/maplibre/fonts/InterLightItalic/._13056-13311.pbf new file mode 100644 index 00000000..3eebf688 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._13312-13567.pbf b/maplibre/fonts/InterLightItalic/._13312-13567.pbf new file mode 100644 index 00000000..2f0dd697 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._13568-13823.pbf b/maplibre/fonts/InterLightItalic/._13568-13823.pbf new file mode 100644 index 00000000..9280d5b3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._13824-14079.pbf b/maplibre/fonts/InterLightItalic/._13824-14079.pbf new file mode 100644 index 00000000..5f2661f2 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._14080-14335.pbf b/maplibre/fonts/InterLightItalic/._14080-14335.pbf new file mode 100644 index 00000000..47509fca Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._14336-14591.pbf b/maplibre/fonts/InterLightItalic/._14336-14591.pbf new file mode 100644 index 00000000..2efd7fe0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._14592-14847.pbf b/maplibre/fonts/InterLightItalic/._14592-14847.pbf new file mode 100644 index 00000000..51834b16 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._14848-15103.pbf b/maplibre/fonts/InterLightItalic/._14848-15103.pbf new file mode 100644 index 00000000..caad7a9e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._15104-15359.pbf b/maplibre/fonts/InterLightItalic/._15104-15359.pbf new file mode 100644 index 00000000..8c2a5616 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._1536-1791.pbf b/maplibre/fonts/InterLightItalic/._1536-1791.pbf new file mode 100644 index 00000000..4970340f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._15360-15615.pbf b/maplibre/fonts/InterLightItalic/._15360-15615.pbf new file mode 100644 index 00000000..276b27a6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._15616-15871.pbf b/maplibre/fonts/InterLightItalic/._15616-15871.pbf new file mode 100644 index 00000000..e5373a95 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._15872-16127.pbf b/maplibre/fonts/InterLightItalic/._15872-16127.pbf new file mode 100644 index 00000000..a8abd38e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._16128-16383.pbf b/maplibre/fonts/InterLightItalic/._16128-16383.pbf new file mode 100644 index 00000000..1004c454 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._16384-16639.pbf b/maplibre/fonts/InterLightItalic/._16384-16639.pbf new file mode 100644 index 00000000..104709ed Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._16640-16895.pbf b/maplibre/fonts/InterLightItalic/._16640-16895.pbf new file mode 100644 index 00000000..b002a992 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._16896-17151.pbf b/maplibre/fonts/InterLightItalic/._16896-17151.pbf new file mode 100644 index 00000000..c344bbdc Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._17152-17407.pbf b/maplibre/fonts/InterLightItalic/._17152-17407.pbf new file mode 100644 index 00000000..3fec5ad4 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._17408-17663.pbf b/maplibre/fonts/InterLightItalic/._17408-17663.pbf new file mode 100644 index 00000000..c984371f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._17664-17919.pbf b/maplibre/fonts/InterLightItalic/._17664-17919.pbf new file mode 100644 index 00000000..0a49f8f4 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._1792-2047.pbf b/maplibre/fonts/InterLightItalic/._1792-2047.pbf new file mode 100644 index 00000000..61fff7f6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._17920-18175.pbf b/maplibre/fonts/InterLightItalic/._17920-18175.pbf new file mode 100644 index 00000000..8274993c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._18176-18431.pbf b/maplibre/fonts/InterLightItalic/._18176-18431.pbf new file mode 100644 index 00000000..af1ba006 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._18432-18687.pbf b/maplibre/fonts/InterLightItalic/._18432-18687.pbf new file mode 100644 index 00000000..161eff85 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._18688-18943.pbf b/maplibre/fonts/InterLightItalic/._18688-18943.pbf new file mode 100644 index 00000000..75da58bb Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._18944-19199.pbf b/maplibre/fonts/InterLightItalic/._18944-19199.pbf new file mode 100644 index 00000000..fdc7d425 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._19200-19455.pbf b/maplibre/fonts/InterLightItalic/._19200-19455.pbf new file mode 100644 index 00000000..8b03be51 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._19456-19711.pbf b/maplibre/fonts/InterLightItalic/._19456-19711.pbf new file mode 100644 index 00000000..e41c4157 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._19712-19967.pbf b/maplibre/fonts/InterLightItalic/._19712-19967.pbf new file mode 100644 index 00000000..de9ecdaf Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._19968-20223.pbf b/maplibre/fonts/InterLightItalic/._19968-20223.pbf new file mode 100644 index 00000000..95dc075a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._20224-20479.pbf b/maplibre/fonts/InterLightItalic/._20224-20479.pbf new file mode 100644 index 00000000..3c7f10bd Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._2048-2303.pbf b/maplibre/fonts/InterLightItalic/._2048-2303.pbf new file mode 100644 index 00000000..40af9707 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._20480-20735.pbf b/maplibre/fonts/InterLightItalic/._20480-20735.pbf new file mode 100644 index 00000000..a0840836 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._20736-20991.pbf b/maplibre/fonts/InterLightItalic/._20736-20991.pbf new file mode 100644 index 00000000..e8d4ab4b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._20992-21247.pbf b/maplibre/fonts/InterLightItalic/._20992-21247.pbf new file mode 100644 index 00000000..634d3d1d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._21248-21503.pbf b/maplibre/fonts/InterLightItalic/._21248-21503.pbf new file mode 100644 index 00000000..bcf7eccc Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._21504-21759.pbf b/maplibre/fonts/InterLightItalic/._21504-21759.pbf new file mode 100644 index 00000000..4b61a093 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._21760-22015.pbf b/maplibre/fonts/InterLightItalic/._21760-22015.pbf new file mode 100644 index 00000000..68c1d39d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._22016-22271.pbf b/maplibre/fonts/InterLightItalic/._22016-22271.pbf new file mode 100644 index 00000000..260ee73b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._22272-22527.pbf b/maplibre/fonts/InterLightItalic/._22272-22527.pbf new file mode 100644 index 00000000..c8c164a0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._22528-22783.pbf b/maplibre/fonts/InterLightItalic/._22528-22783.pbf new file mode 100644 index 00000000..208e1e43 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._22784-23039.pbf b/maplibre/fonts/InterLightItalic/._22784-23039.pbf new file mode 100644 index 00000000..7104b3df Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._2304-2559.pbf b/maplibre/fonts/InterLightItalic/._2304-2559.pbf new file mode 100644 index 00000000..5228b862 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._23040-23295.pbf b/maplibre/fonts/InterLightItalic/._23040-23295.pbf new file mode 100644 index 00000000..56acfe9a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._23296-23551.pbf b/maplibre/fonts/InterLightItalic/._23296-23551.pbf new file mode 100644 index 00000000..7411849e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._23552-23807.pbf b/maplibre/fonts/InterLightItalic/._23552-23807.pbf new file mode 100644 index 00000000..f16e19a8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._23808-24063.pbf b/maplibre/fonts/InterLightItalic/._23808-24063.pbf new file mode 100644 index 00000000..926b897d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._24064-24319.pbf b/maplibre/fonts/InterLightItalic/._24064-24319.pbf new file mode 100644 index 00000000..a6dd59c0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._24320-24575.pbf b/maplibre/fonts/InterLightItalic/._24320-24575.pbf new file mode 100644 index 00000000..fe430331 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._24576-24831.pbf b/maplibre/fonts/InterLightItalic/._24576-24831.pbf new file mode 100644 index 00000000..55cc06f0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._24832-25087.pbf b/maplibre/fonts/InterLightItalic/._24832-25087.pbf new file mode 100644 index 00000000..cf55dbb3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._25088-25343.pbf b/maplibre/fonts/InterLightItalic/._25088-25343.pbf new file mode 100644 index 00000000..ffb73a21 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._25344-25599.pbf b/maplibre/fonts/InterLightItalic/._25344-25599.pbf new file mode 100644 index 00000000..b43aaaf1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._256-511.pbf b/maplibre/fonts/InterLightItalic/._256-511.pbf new file mode 100644 index 00000000..70fcc67c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._2560-2815.pbf b/maplibre/fonts/InterLightItalic/._2560-2815.pbf new file mode 100644 index 00000000..861e3d83 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._25600-25855.pbf b/maplibre/fonts/InterLightItalic/._25600-25855.pbf new file mode 100644 index 00000000..e7918e0e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._25856-26111.pbf b/maplibre/fonts/InterLightItalic/._25856-26111.pbf new file mode 100644 index 00000000..69995374 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._26112-26367.pbf b/maplibre/fonts/InterLightItalic/._26112-26367.pbf new file mode 100644 index 00000000..dc0fd210 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._26368-26623.pbf b/maplibre/fonts/InterLightItalic/._26368-26623.pbf new file mode 100644 index 00000000..e019a11f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._26624-26879.pbf b/maplibre/fonts/InterLightItalic/._26624-26879.pbf new file mode 100644 index 00000000..44de4e1e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._26880-27135.pbf b/maplibre/fonts/InterLightItalic/._26880-27135.pbf new file mode 100644 index 00000000..ae0a2d61 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._27136-27391.pbf b/maplibre/fonts/InterLightItalic/._27136-27391.pbf new file mode 100644 index 00000000..b348cce0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._27392-27647.pbf b/maplibre/fonts/InterLightItalic/._27392-27647.pbf new file mode 100644 index 00000000..efe98615 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._27648-27903.pbf b/maplibre/fonts/InterLightItalic/._27648-27903.pbf new file mode 100644 index 00000000..0223038c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._27904-28159.pbf b/maplibre/fonts/InterLightItalic/._27904-28159.pbf new file mode 100644 index 00000000..82e6e7ac Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._2816-3071.pbf b/maplibre/fonts/InterLightItalic/._2816-3071.pbf new file mode 100644 index 00000000..7ecca6e6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._28160-28415.pbf b/maplibre/fonts/InterLightItalic/._28160-28415.pbf new file mode 100644 index 00000000..46b05674 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._28416-28671.pbf b/maplibre/fonts/InterLightItalic/._28416-28671.pbf new file mode 100644 index 00000000..40c34a38 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._28672-28927.pbf b/maplibre/fonts/InterLightItalic/._28672-28927.pbf new file mode 100644 index 00000000..6fc98bc8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._28928-29183.pbf b/maplibre/fonts/InterLightItalic/._28928-29183.pbf new file mode 100644 index 00000000..cc398d5e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._29184-29439.pbf b/maplibre/fonts/InterLightItalic/._29184-29439.pbf new file mode 100644 index 00000000..e1797fb8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._29440-29695.pbf b/maplibre/fonts/InterLightItalic/._29440-29695.pbf new file mode 100644 index 00000000..3772b63c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._29696-29951.pbf b/maplibre/fonts/InterLightItalic/._29696-29951.pbf new file mode 100644 index 00000000..016ff66b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._29952-30207.pbf b/maplibre/fonts/InterLightItalic/._29952-30207.pbf new file mode 100644 index 00000000..5e0b31c2 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._30208-30463.pbf b/maplibre/fonts/InterLightItalic/._30208-30463.pbf new file mode 100644 index 00000000..22774a40 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._30464-30719.pbf b/maplibre/fonts/InterLightItalic/._30464-30719.pbf new file mode 100644 index 00000000..3213d9cc Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._3072-3327.pbf b/maplibre/fonts/InterLightItalic/._3072-3327.pbf new file mode 100644 index 00000000..7b4e0090 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._30720-30975.pbf b/maplibre/fonts/InterLightItalic/._30720-30975.pbf new file mode 100644 index 00000000..9ddbaa86 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._30976-31231.pbf b/maplibre/fonts/InterLightItalic/._30976-31231.pbf new file mode 100644 index 00000000..e55b184a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._31232-31487.pbf b/maplibre/fonts/InterLightItalic/._31232-31487.pbf new file mode 100644 index 00000000..9b736697 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._31488-31743.pbf b/maplibre/fonts/InterLightItalic/._31488-31743.pbf new file mode 100644 index 00000000..207c8b58 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._31744-31999.pbf b/maplibre/fonts/InterLightItalic/._31744-31999.pbf new file mode 100644 index 00000000..bde5dba5 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._32000-32255.pbf b/maplibre/fonts/InterLightItalic/._32000-32255.pbf new file mode 100644 index 00000000..8e4e6788 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._32256-32511.pbf b/maplibre/fonts/InterLightItalic/._32256-32511.pbf new file mode 100644 index 00000000..8749a2d3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._32512-32767.pbf b/maplibre/fonts/InterLightItalic/._32512-32767.pbf new file mode 100644 index 00000000..32f75798 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._32768-33023.pbf b/maplibre/fonts/InterLightItalic/._32768-33023.pbf new file mode 100644 index 00000000..8a82eaf1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._33024-33279.pbf b/maplibre/fonts/InterLightItalic/._33024-33279.pbf new file mode 100644 index 00000000..742f0282 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._3328-3583.pbf b/maplibre/fonts/InterLightItalic/._3328-3583.pbf new file mode 100644 index 00000000..d68d0f34 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._33280-33535.pbf b/maplibre/fonts/InterLightItalic/._33280-33535.pbf new file mode 100644 index 00000000..65be00ad Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._33536-33791.pbf b/maplibre/fonts/InterLightItalic/._33536-33791.pbf new file mode 100644 index 00000000..032e4360 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._33792-34047.pbf b/maplibre/fonts/InterLightItalic/._33792-34047.pbf new file mode 100644 index 00000000..c14fcbdd Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._34048-34303.pbf b/maplibre/fonts/InterLightItalic/._34048-34303.pbf new file mode 100644 index 00000000..5382b04a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._34304-34559.pbf b/maplibre/fonts/InterLightItalic/._34304-34559.pbf new file mode 100644 index 00000000..099fa3ab Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._34560-34815.pbf b/maplibre/fonts/InterLightItalic/._34560-34815.pbf new file mode 100644 index 00000000..aa8a6365 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._34816-35071.pbf b/maplibre/fonts/InterLightItalic/._34816-35071.pbf new file mode 100644 index 00000000..c8276ead Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._35072-35327.pbf b/maplibre/fonts/InterLightItalic/._35072-35327.pbf new file mode 100644 index 00000000..3afca50a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._35328-35583.pbf b/maplibre/fonts/InterLightItalic/._35328-35583.pbf new file mode 100644 index 00000000..96b72445 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._35584-35839.pbf b/maplibre/fonts/InterLightItalic/._35584-35839.pbf new file mode 100644 index 00000000..9f71e0bc Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._3584-3839.pbf b/maplibre/fonts/InterLightItalic/._3584-3839.pbf new file mode 100644 index 00000000..b1d8e199 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._35840-36095.pbf b/maplibre/fonts/InterLightItalic/._35840-36095.pbf new file mode 100644 index 00000000..98d2cfa1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._36096-36351.pbf b/maplibre/fonts/InterLightItalic/._36096-36351.pbf new file mode 100644 index 00000000..bbdb6830 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._36352-36607.pbf b/maplibre/fonts/InterLightItalic/._36352-36607.pbf new file mode 100644 index 00000000..1e39888f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._36608-36863.pbf b/maplibre/fonts/InterLightItalic/._36608-36863.pbf new file mode 100644 index 00000000..84b4fae0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._36864-37119.pbf b/maplibre/fonts/InterLightItalic/._36864-37119.pbf new file mode 100644 index 00000000..5167b9b7 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._37120-37375.pbf b/maplibre/fonts/InterLightItalic/._37120-37375.pbf new file mode 100644 index 00000000..8f1bee4c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._37376-37631.pbf b/maplibre/fonts/InterLightItalic/._37376-37631.pbf new file mode 100644 index 00000000..e3611457 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._37632-37887.pbf b/maplibre/fonts/InterLightItalic/._37632-37887.pbf new file mode 100644 index 00000000..984e444b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._37888-38143.pbf b/maplibre/fonts/InterLightItalic/._37888-38143.pbf new file mode 100644 index 00000000..373fa0a3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._38144-38399.pbf b/maplibre/fonts/InterLightItalic/._38144-38399.pbf new file mode 100644 index 00000000..b0141888 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._3840-4095.pbf b/maplibre/fonts/InterLightItalic/._3840-4095.pbf new file mode 100644 index 00000000..56e8bf45 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._38400-38655.pbf b/maplibre/fonts/InterLightItalic/._38400-38655.pbf new file mode 100644 index 00000000..31eb66b6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._38656-38911.pbf b/maplibre/fonts/InterLightItalic/._38656-38911.pbf new file mode 100644 index 00000000..5a42dd20 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._38912-39167.pbf b/maplibre/fonts/InterLightItalic/._38912-39167.pbf new file mode 100644 index 00000000..0609c161 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._39168-39423.pbf b/maplibre/fonts/InterLightItalic/._39168-39423.pbf new file mode 100644 index 00000000..ea7c44e8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._39424-39679.pbf b/maplibre/fonts/InterLightItalic/._39424-39679.pbf new file mode 100644 index 00000000..945f5d0b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._39680-39935.pbf b/maplibre/fonts/InterLightItalic/._39680-39935.pbf new file mode 100644 index 00000000..90e5c865 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._39936-40191.pbf b/maplibre/fonts/InterLightItalic/._39936-40191.pbf new file mode 100644 index 00000000..adab5ea3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._40192-40447.pbf b/maplibre/fonts/InterLightItalic/._40192-40447.pbf new file mode 100644 index 00000000..4f362df0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._40448-40703.pbf b/maplibre/fonts/InterLightItalic/._40448-40703.pbf new file mode 100644 index 00000000..f1df9ce9 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._40704-40959.pbf b/maplibre/fonts/InterLightItalic/._40704-40959.pbf new file mode 100644 index 00000000..067821cd Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._4096-4351.pbf b/maplibre/fonts/InterLightItalic/._4096-4351.pbf new file mode 100644 index 00000000..6d316d97 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._40960-41215.pbf b/maplibre/fonts/InterLightItalic/._40960-41215.pbf new file mode 100644 index 00000000..dd8792a7 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._41216-41471.pbf b/maplibre/fonts/InterLightItalic/._41216-41471.pbf new file mode 100644 index 00000000..83c07153 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._41472-41727.pbf b/maplibre/fonts/InterLightItalic/._41472-41727.pbf new file mode 100644 index 00000000..b36e862e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._41728-41983.pbf b/maplibre/fonts/InterLightItalic/._41728-41983.pbf new file mode 100644 index 00000000..26f498ab Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._41984-42239.pbf b/maplibre/fonts/InterLightItalic/._41984-42239.pbf new file mode 100644 index 00000000..1d060f05 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._42240-42495.pbf b/maplibre/fonts/InterLightItalic/._42240-42495.pbf new file mode 100644 index 00000000..b491a8ad Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._42496-42751.pbf b/maplibre/fonts/InterLightItalic/._42496-42751.pbf new file mode 100644 index 00000000..162b7420 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._42752-43007.pbf b/maplibre/fonts/InterLightItalic/._42752-43007.pbf new file mode 100644 index 00000000..36e31052 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._43008-43263.pbf b/maplibre/fonts/InterLightItalic/._43008-43263.pbf new file mode 100644 index 00000000..8b00d6c0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._43264-43519.pbf b/maplibre/fonts/InterLightItalic/._43264-43519.pbf new file mode 100644 index 00000000..ba8e5baa Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._4352-4607.pbf b/maplibre/fonts/InterLightItalic/._4352-4607.pbf new file mode 100644 index 00000000..426673aa Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._43520-43775.pbf b/maplibre/fonts/InterLightItalic/._43520-43775.pbf new file mode 100644 index 00000000..7ed66364 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._43776-44031.pbf b/maplibre/fonts/InterLightItalic/._43776-44031.pbf new file mode 100644 index 00000000..ede683e1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._44032-44287.pbf b/maplibre/fonts/InterLightItalic/._44032-44287.pbf new file mode 100644 index 00000000..0e64a08f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._44288-44543.pbf b/maplibre/fonts/InterLightItalic/._44288-44543.pbf new file mode 100644 index 00000000..93c5c7fd Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._44544-44799.pbf b/maplibre/fonts/InterLightItalic/._44544-44799.pbf new file mode 100644 index 00000000..b8c2177b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._44800-45055.pbf b/maplibre/fonts/InterLightItalic/._44800-45055.pbf new file mode 100644 index 00000000..38eb4692 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._45056-45311.pbf b/maplibre/fonts/InterLightItalic/._45056-45311.pbf new file mode 100644 index 00000000..a8e5da1c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._45312-45567.pbf b/maplibre/fonts/InterLightItalic/._45312-45567.pbf new file mode 100644 index 00000000..1ac242ad Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._45568-45823.pbf b/maplibre/fonts/InterLightItalic/._45568-45823.pbf new file mode 100644 index 00000000..1c028fd1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._45824-46079.pbf b/maplibre/fonts/InterLightItalic/._45824-46079.pbf new file mode 100644 index 00000000..df987316 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._4608-4863.pbf b/maplibre/fonts/InterLightItalic/._4608-4863.pbf new file mode 100644 index 00000000..bc4d41e6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._46080-46335.pbf b/maplibre/fonts/InterLightItalic/._46080-46335.pbf new file mode 100644 index 00000000..a4b1ba8d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._46336-46591.pbf b/maplibre/fonts/InterLightItalic/._46336-46591.pbf new file mode 100644 index 00000000..08553980 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._46592-46847.pbf b/maplibre/fonts/InterLightItalic/._46592-46847.pbf new file mode 100644 index 00000000..900a114d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._46848-47103.pbf b/maplibre/fonts/InterLightItalic/._46848-47103.pbf new file mode 100644 index 00000000..2c9545d0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._47104-47359.pbf b/maplibre/fonts/InterLightItalic/._47104-47359.pbf new file mode 100644 index 00000000..2050577b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._47360-47615.pbf b/maplibre/fonts/InterLightItalic/._47360-47615.pbf new file mode 100644 index 00000000..e0bddeea Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._47616-47871.pbf b/maplibre/fonts/InterLightItalic/._47616-47871.pbf new file mode 100644 index 00000000..54adeaaa Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._47872-48127.pbf b/maplibre/fonts/InterLightItalic/._47872-48127.pbf new file mode 100644 index 00000000..4f3f279a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._48128-48383.pbf b/maplibre/fonts/InterLightItalic/._48128-48383.pbf new file mode 100644 index 00000000..2f30d1a7 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._48384-48639.pbf b/maplibre/fonts/InterLightItalic/._48384-48639.pbf new file mode 100644 index 00000000..e7a97937 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._4864-5119.pbf b/maplibre/fonts/InterLightItalic/._4864-5119.pbf new file mode 100644 index 00000000..01282751 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._48640-48895.pbf b/maplibre/fonts/InterLightItalic/._48640-48895.pbf new file mode 100644 index 00000000..8b2a8022 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._48896-49151.pbf b/maplibre/fonts/InterLightItalic/._48896-49151.pbf new file mode 100644 index 00000000..fc791b8a Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._49152-49407.pbf b/maplibre/fonts/InterLightItalic/._49152-49407.pbf new file mode 100644 index 00000000..e1a1e531 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._49408-49663.pbf b/maplibre/fonts/InterLightItalic/._49408-49663.pbf new file mode 100644 index 00000000..03cc5135 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._49664-49919.pbf b/maplibre/fonts/InterLightItalic/._49664-49919.pbf new file mode 100644 index 00000000..909d2940 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._49920-50175.pbf b/maplibre/fonts/InterLightItalic/._49920-50175.pbf new file mode 100644 index 00000000..232ceb80 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._50176-50431.pbf b/maplibre/fonts/InterLightItalic/._50176-50431.pbf new file mode 100644 index 00000000..d5bc3fc5 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._50432-50687.pbf b/maplibre/fonts/InterLightItalic/._50432-50687.pbf new file mode 100644 index 00000000..c312d476 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._50688-50943.pbf b/maplibre/fonts/InterLightItalic/._50688-50943.pbf new file mode 100644 index 00000000..eef79ef4 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._50944-51199.pbf b/maplibre/fonts/InterLightItalic/._50944-51199.pbf new file mode 100644 index 00000000..2ca8855f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._512-767.pbf b/maplibre/fonts/InterLightItalic/._512-767.pbf new file mode 100644 index 00000000..256e85aa Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._5120-5375.pbf b/maplibre/fonts/InterLightItalic/._5120-5375.pbf new file mode 100644 index 00000000..45055949 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._51200-51455.pbf b/maplibre/fonts/InterLightItalic/._51200-51455.pbf new file mode 100644 index 00000000..6d80b132 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._51456-51711.pbf b/maplibre/fonts/InterLightItalic/._51456-51711.pbf new file mode 100644 index 00000000..1ef6bec1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._51712-51967.pbf b/maplibre/fonts/InterLightItalic/._51712-51967.pbf new file mode 100644 index 00000000..4355718b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._51968-52223.pbf b/maplibre/fonts/InterLightItalic/._51968-52223.pbf new file mode 100644 index 00000000..94bbad79 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._52224-52479.pbf b/maplibre/fonts/InterLightItalic/._52224-52479.pbf new file mode 100644 index 00000000..f104cd68 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._52480-52735.pbf b/maplibre/fonts/InterLightItalic/._52480-52735.pbf new file mode 100644 index 00000000..b7e98fd9 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._52736-52991.pbf b/maplibre/fonts/InterLightItalic/._52736-52991.pbf new file mode 100644 index 00000000..c6ca69a1 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._52992-53247.pbf b/maplibre/fonts/InterLightItalic/._52992-53247.pbf new file mode 100644 index 00000000..c5850f51 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._53248-53503.pbf b/maplibre/fonts/InterLightItalic/._53248-53503.pbf new file mode 100644 index 00000000..e7ad72b2 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._53504-53759.pbf b/maplibre/fonts/InterLightItalic/._53504-53759.pbf new file mode 100644 index 00000000..a16be344 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._5376-5631.pbf b/maplibre/fonts/InterLightItalic/._5376-5631.pbf new file mode 100644 index 00000000..ad601f38 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._53760-54015.pbf b/maplibre/fonts/InterLightItalic/._53760-54015.pbf new file mode 100644 index 00000000..6fa33c6c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._54016-54271.pbf b/maplibre/fonts/InterLightItalic/._54016-54271.pbf new file mode 100644 index 00000000..13c89e25 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._54272-54527.pbf b/maplibre/fonts/InterLightItalic/._54272-54527.pbf new file mode 100644 index 00000000..75c8e15d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._54528-54783.pbf b/maplibre/fonts/InterLightItalic/._54528-54783.pbf new file mode 100644 index 00000000..63cbb67c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._54784-55039.pbf b/maplibre/fonts/InterLightItalic/._54784-55039.pbf new file mode 100644 index 00000000..ab9c7f0d Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._55040-55295.pbf b/maplibre/fonts/InterLightItalic/._55040-55295.pbf new file mode 100644 index 00000000..c3439bc8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._55296-55551.pbf b/maplibre/fonts/InterLightItalic/._55296-55551.pbf new file mode 100644 index 00000000..c7bdcef3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._55552-55807.pbf b/maplibre/fonts/InterLightItalic/._55552-55807.pbf new file mode 100644 index 00000000..cf599112 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._55808-56063.pbf b/maplibre/fonts/InterLightItalic/._55808-56063.pbf new file mode 100644 index 00000000..c2e69300 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._56064-56319.pbf b/maplibre/fonts/InterLightItalic/._56064-56319.pbf new file mode 100644 index 00000000..99d83a33 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._5632-5887.pbf b/maplibre/fonts/InterLightItalic/._5632-5887.pbf new file mode 100644 index 00000000..d5f5a0b3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._56320-56575.pbf b/maplibre/fonts/InterLightItalic/._56320-56575.pbf new file mode 100644 index 00000000..072aa090 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._56576-56831.pbf b/maplibre/fonts/InterLightItalic/._56576-56831.pbf new file mode 100644 index 00000000..c1e9c78b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._56832-57087.pbf b/maplibre/fonts/InterLightItalic/._56832-57087.pbf new file mode 100644 index 00000000..22021a90 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._57088-57343.pbf b/maplibre/fonts/InterLightItalic/._57088-57343.pbf new file mode 100644 index 00000000..ead5dd7f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._57344-57599.pbf b/maplibre/fonts/InterLightItalic/._57344-57599.pbf new file mode 100644 index 00000000..d1abbb58 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._57600-57855.pbf b/maplibre/fonts/InterLightItalic/._57600-57855.pbf new file mode 100644 index 00000000..19f950d8 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._57856-58111.pbf b/maplibre/fonts/InterLightItalic/._57856-58111.pbf new file mode 100644 index 00000000..d10d2cc2 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._58112-58367.pbf b/maplibre/fonts/InterLightItalic/._58112-58367.pbf new file mode 100644 index 00000000..9108a976 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._58368-58623.pbf b/maplibre/fonts/InterLightItalic/._58368-58623.pbf new file mode 100644 index 00000000..4483dbee Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._58624-58879.pbf b/maplibre/fonts/InterLightItalic/._58624-58879.pbf new file mode 100644 index 00000000..42ed0fff Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._5888-6143.pbf b/maplibre/fonts/InterLightItalic/._5888-6143.pbf new file mode 100644 index 00000000..0641e756 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._58880-59135.pbf b/maplibre/fonts/InterLightItalic/._58880-59135.pbf new file mode 100644 index 00000000..25b969e0 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._59136-59391.pbf b/maplibre/fonts/InterLightItalic/._59136-59391.pbf new file mode 100644 index 00000000..9e3aa0f6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._59392-59647.pbf b/maplibre/fonts/InterLightItalic/._59392-59647.pbf new file mode 100644 index 00000000..e2d15331 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._59648-59903.pbf b/maplibre/fonts/InterLightItalic/._59648-59903.pbf new file mode 100644 index 00000000..7b8e9968 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._59904-60159.pbf b/maplibre/fonts/InterLightItalic/._59904-60159.pbf new file mode 100644 index 00000000..41286ef5 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._60160-60415.pbf b/maplibre/fonts/InterLightItalic/._60160-60415.pbf new file mode 100644 index 00000000..e8450d8c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._60416-60671.pbf b/maplibre/fonts/InterLightItalic/._60416-60671.pbf new file mode 100644 index 00000000..02114014 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._60672-60927.pbf b/maplibre/fonts/InterLightItalic/._60672-60927.pbf new file mode 100644 index 00000000..7a814170 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._60928-61183.pbf b/maplibre/fonts/InterLightItalic/._60928-61183.pbf new file mode 100644 index 00000000..5b17b072 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._61184-61439.pbf b/maplibre/fonts/InterLightItalic/._61184-61439.pbf new file mode 100644 index 00000000..d7340d87 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._6144-6399.pbf b/maplibre/fonts/InterLightItalic/._6144-6399.pbf new file mode 100644 index 00000000..e7b71d29 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._61440-61695.pbf b/maplibre/fonts/InterLightItalic/._61440-61695.pbf new file mode 100644 index 00000000..6b38a440 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._61696-61951.pbf b/maplibre/fonts/InterLightItalic/._61696-61951.pbf new file mode 100644 index 00000000..56d4a472 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._61952-62207.pbf b/maplibre/fonts/InterLightItalic/._61952-62207.pbf new file mode 100644 index 00000000..c389d341 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._62208-62463.pbf b/maplibre/fonts/InterLightItalic/._62208-62463.pbf new file mode 100644 index 00000000..ee7cd122 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._62464-62719.pbf b/maplibre/fonts/InterLightItalic/._62464-62719.pbf new file mode 100644 index 00000000..ba0f9cf2 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._62720-62975.pbf b/maplibre/fonts/InterLightItalic/._62720-62975.pbf new file mode 100644 index 00000000..83ca505b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._62976-63231.pbf b/maplibre/fonts/InterLightItalic/._62976-63231.pbf new file mode 100644 index 00000000..8019e683 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._63232-63487.pbf b/maplibre/fonts/InterLightItalic/._63232-63487.pbf new file mode 100644 index 00000000..e9d18d88 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._63488-63743.pbf b/maplibre/fonts/InterLightItalic/._63488-63743.pbf new file mode 100644 index 00000000..6c745c7f Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._63744-63999.pbf b/maplibre/fonts/InterLightItalic/._63744-63999.pbf new file mode 100644 index 00000000..95956592 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._6400-6655.pbf b/maplibre/fonts/InterLightItalic/._6400-6655.pbf new file mode 100644 index 00000000..3a5ef29e Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._64000-64255.pbf b/maplibre/fonts/InterLightItalic/._64000-64255.pbf new file mode 100644 index 00000000..ccf12629 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._64256-64511.pbf b/maplibre/fonts/InterLightItalic/._64256-64511.pbf new file mode 100644 index 00000000..da649a09 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._64512-64767.pbf b/maplibre/fonts/InterLightItalic/._64512-64767.pbf new file mode 100644 index 00000000..79c5c218 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._64768-65023.pbf b/maplibre/fonts/InterLightItalic/._64768-65023.pbf new file mode 100644 index 00000000..a1529322 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._65024-65279.pbf b/maplibre/fonts/InterLightItalic/._65024-65279.pbf new file mode 100644 index 00000000..a74933de Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._65280-65535.pbf b/maplibre/fonts/InterLightItalic/._65280-65535.pbf new file mode 100644 index 00000000..51a6821c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._6656-6911.pbf b/maplibre/fonts/InterLightItalic/._6656-6911.pbf new file mode 100644 index 00000000..78ccbaae Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._6912-7167.pbf b/maplibre/fonts/InterLightItalic/._6912-7167.pbf new file mode 100644 index 00000000..eaaae34b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._7168-7423.pbf b/maplibre/fonts/InterLightItalic/._7168-7423.pbf new file mode 100644 index 00000000..90d5e899 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._7424-7679.pbf b/maplibre/fonts/InterLightItalic/._7424-7679.pbf new file mode 100644 index 00000000..780605bb Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._768-1023.pbf b/maplibre/fonts/InterLightItalic/._768-1023.pbf new file mode 100644 index 00000000..0ee07165 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._7680-7935.pbf b/maplibre/fonts/InterLightItalic/._7680-7935.pbf new file mode 100644 index 00000000..49462aa3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._7936-8191.pbf b/maplibre/fonts/InterLightItalic/._7936-8191.pbf new file mode 100644 index 00000000..928f187b Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._8192-8447.pbf b/maplibre/fonts/InterLightItalic/._8192-8447.pbf new file mode 100644 index 00000000..f8b7b3bf Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._8448-8703.pbf b/maplibre/fonts/InterLightItalic/._8448-8703.pbf new file mode 100644 index 00000000..6249a1d3 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._8704-8959.pbf b/maplibre/fonts/InterLightItalic/._8704-8959.pbf new file mode 100644 index 00000000..e56d46c5 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._8960-9215.pbf b/maplibre/fonts/InterLightItalic/._8960-9215.pbf new file mode 100644 index 00000000..f6e61cc6 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._9216-9471.pbf b/maplibre/fonts/InterLightItalic/._9216-9471.pbf new file mode 100644 index 00000000..c3282917 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._9472-9727.pbf b/maplibre/fonts/InterLightItalic/._9472-9727.pbf new file mode 100644 index 00000000..98f472a7 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._9728-9983.pbf b/maplibre/fonts/InterLightItalic/._9728-9983.pbf new file mode 100644 index 00000000..d5233308 Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterLightItalic/._9984-10239.pbf b/maplibre/fonts/InterLightItalic/._9984-10239.pbf new file mode 100644 index 00000000..a498106c Binary files /dev/null and b/maplibre/fonts/InterLightItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterMedium/._0-255.pbf b/maplibre/fonts/InterMedium/._0-255.pbf new file mode 100644 index 00000000..d609f90e Binary files /dev/null and b/maplibre/fonts/InterMedium/._0-255.pbf differ diff --git a/maplibre/fonts/InterMedium/._1024-1279.pbf b/maplibre/fonts/InterMedium/._1024-1279.pbf new file mode 100644 index 00000000..18bbc9ef Binary files /dev/null and b/maplibre/fonts/InterMedium/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterMedium/._10240-10495.pbf b/maplibre/fonts/InterMedium/._10240-10495.pbf new file mode 100644 index 00000000..78d720f7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterMedium/._10496-10751.pbf b/maplibre/fonts/InterMedium/._10496-10751.pbf new file mode 100644 index 00000000..b956abd8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterMedium/._10752-11007.pbf b/maplibre/fonts/InterMedium/._10752-11007.pbf new file mode 100644 index 00000000..7a68640e Binary files /dev/null and b/maplibre/fonts/InterMedium/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterMedium/._11008-11263.pbf b/maplibre/fonts/InterMedium/._11008-11263.pbf new file mode 100644 index 00000000..98676132 Binary files /dev/null and b/maplibre/fonts/InterMedium/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterMedium/._11264-11519.pbf b/maplibre/fonts/InterMedium/._11264-11519.pbf new file mode 100644 index 00000000..af859bd0 Binary files /dev/null and b/maplibre/fonts/InterMedium/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterMedium/._11520-11775.pbf b/maplibre/fonts/InterMedium/._11520-11775.pbf new file mode 100644 index 00000000..dac67123 Binary files /dev/null and b/maplibre/fonts/InterMedium/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterMedium/._11776-12031.pbf b/maplibre/fonts/InterMedium/._11776-12031.pbf new file mode 100644 index 00000000..03e26224 Binary files /dev/null and b/maplibre/fonts/InterMedium/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterMedium/._12032-12287.pbf b/maplibre/fonts/InterMedium/._12032-12287.pbf new file mode 100644 index 00000000..4db53a0f Binary files /dev/null and b/maplibre/fonts/InterMedium/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterMedium/._12288-12543.pbf b/maplibre/fonts/InterMedium/._12288-12543.pbf new file mode 100644 index 00000000..e30656b5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterMedium/._12544-12799.pbf b/maplibre/fonts/InterMedium/._12544-12799.pbf new file mode 100644 index 00000000..94906156 Binary files /dev/null and b/maplibre/fonts/InterMedium/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterMedium/._1280-1535.pbf b/maplibre/fonts/InterMedium/._1280-1535.pbf new file mode 100644 index 00000000..6a08f8fd Binary files /dev/null and b/maplibre/fonts/InterMedium/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterMedium/._12800-13055.pbf b/maplibre/fonts/InterMedium/._12800-13055.pbf new file mode 100644 index 00000000..a73aae43 Binary files /dev/null and b/maplibre/fonts/InterMedium/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterMedium/._13056-13311.pbf b/maplibre/fonts/InterMedium/._13056-13311.pbf new file mode 100644 index 00000000..29095ee5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterMedium/._13312-13567.pbf b/maplibre/fonts/InterMedium/._13312-13567.pbf new file mode 100644 index 00000000..8d9bccf2 Binary files /dev/null and b/maplibre/fonts/InterMedium/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterMedium/._13568-13823.pbf b/maplibre/fonts/InterMedium/._13568-13823.pbf new file mode 100644 index 00000000..99dc2b8e Binary files /dev/null and b/maplibre/fonts/InterMedium/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterMedium/._13824-14079.pbf b/maplibre/fonts/InterMedium/._13824-14079.pbf new file mode 100644 index 00000000..c6c3b86e Binary files /dev/null and b/maplibre/fonts/InterMedium/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterMedium/._14080-14335.pbf b/maplibre/fonts/InterMedium/._14080-14335.pbf new file mode 100644 index 00000000..4e437d16 Binary files /dev/null and b/maplibre/fonts/InterMedium/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterMedium/._14336-14591.pbf b/maplibre/fonts/InterMedium/._14336-14591.pbf new file mode 100644 index 00000000..9366222a Binary files /dev/null and b/maplibre/fonts/InterMedium/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterMedium/._14592-14847.pbf b/maplibre/fonts/InterMedium/._14592-14847.pbf new file mode 100644 index 00000000..2236e95a Binary files /dev/null and b/maplibre/fonts/InterMedium/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterMedium/._14848-15103.pbf b/maplibre/fonts/InterMedium/._14848-15103.pbf new file mode 100644 index 00000000..24209e14 Binary files /dev/null and b/maplibre/fonts/InterMedium/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterMedium/._15104-15359.pbf b/maplibre/fonts/InterMedium/._15104-15359.pbf new file mode 100644 index 00000000..419ac833 Binary files /dev/null and b/maplibre/fonts/InterMedium/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterMedium/._1536-1791.pbf b/maplibre/fonts/InterMedium/._1536-1791.pbf new file mode 100644 index 00000000..232d363f Binary files /dev/null and b/maplibre/fonts/InterMedium/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterMedium/._15360-15615.pbf b/maplibre/fonts/InterMedium/._15360-15615.pbf new file mode 100644 index 00000000..2a968ae8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterMedium/._15616-15871.pbf b/maplibre/fonts/InterMedium/._15616-15871.pbf new file mode 100644 index 00000000..256d459a Binary files /dev/null and b/maplibre/fonts/InterMedium/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterMedium/._15872-16127.pbf b/maplibre/fonts/InterMedium/._15872-16127.pbf new file mode 100644 index 00000000..8d569ea9 Binary files /dev/null and b/maplibre/fonts/InterMedium/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterMedium/._16128-16383.pbf b/maplibre/fonts/InterMedium/._16128-16383.pbf new file mode 100644 index 00000000..ca22f502 Binary files /dev/null and b/maplibre/fonts/InterMedium/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterMedium/._16384-16639.pbf b/maplibre/fonts/InterMedium/._16384-16639.pbf new file mode 100644 index 00000000..d39c96e5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterMedium/._16640-16895.pbf b/maplibre/fonts/InterMedium/._16640-16895.pbf new file mode 100644 index 00000000..a0020811 Binary files /dev/null and b/maplibre/fonts/InterMedium/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterMedium/._16896-17151.pbf b/maplibre/fonts/InterMedium/._16896-17151.pbf new file mode 100644 index 00000000..8000644c Binary files /dev/null and b/maplibre/fonts/InterMedium/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterMedium/._17152-17407.pbf b/maplibre/fonts/InterMedium/._17152-17407.pbf new file mode 100644 index 00000000..4056c236 Binary files /dev/null and b/maplibre/fonts/InterMedium/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterMedium/._17408-17663.pbf b/maplibre/fonts/InterMedium/._17408-17663.pbf new file mode 100644 index 00000000..879c67d2 Binary files /dev/null and b/maplibre/fonts/InterMedium/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterMedium/._17664-17919.pbf b/maplibre/fonts/InterMedium/._17664-17919.pbf new file mode 100644 index 00000000..fc07683c Binary files /dev/null and b/maplibre/fonts/InterMedium/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterMedium/._1792-2047.pbf b/maplibre/fonts/InterMedium/._1792-2047.pbf new file mode 100644 index 00000000..1bf6c762 Binary files /dev/null and b/maplibre/fonts/InterMedium/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterMedium/._17920-18175.pbf b/maplibre/fonts/InterMedium/._17920-18175.pbf new file mode 100644 index 00000000..8c3cefce Binary files /dev/null and b/maplibre/fonts/InterMedium/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterMedium/._18176-18431.pbf b/maplibre/fonts/InterMedium/._18176-18431.pbf new file mode 100644 index 00000000..2d0adc7b Binary files /dev/null and b/maplibre/fonts/InterMedium/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterMedium/._18432-18687.pbf b/maplibre/fonts/InterMedium/._18432-18687.pbf new file mode 100644 index 00000000..d6674fab Binary files /dev/null and b/maplibre/fonts/InterMedium/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterMedium/._18688-18943.pbf b/maplibre/fonts/InterMedium/._18688-18943.pbf new file mode 100644 index 00000000..19339a95 Binary files /dev/null and b/maplibre/fonts/InterMedium/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterMedium/._18944-19199.pbf b/maplibre/fonts/InterMedium/._18944-19199.pbf new file mode 100644 index 00000000..ae4001b7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterMedium/._19200-19455.pbf b/maplibre/fonts/InterMedium/._19200-19455.pbf new file mode 100644 index 00000000..596f3516 Binary files /dev/null and b/maplibre/fonts/InterMedium/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterMedium/._19456-19711.pbf b/maplibre/fonts/InterMedium/._19456-19711.pbf new file mode 100644 index 00000000..7b81f1da Binary files /dev/null and b/maplibre/fonts/InterMedium/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterMedium/._19712-19967.pbf b/maplibre/fonts/InterMedium/._19712-19967.pbf new file mode 100644 index 00000000..9a415c86 Binary files /dev/null and b/maplibre/fonts/InterMedium/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterMedium/._19968-20223.pbf b/maplibre/fonts/InterMedium/._19968-20223.pbf new file mode 100644 index 00000000..22133dae Binary files /dev/null and b/maplibre/fonts/InterMedium/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterMedium/._20224-20479.pbf b/maplibre/fonts/InterMedium/._20224-20479.pbf new file mode 100644 index 00000000..c72c5592 Binary files /dev/null and b/maplibre/fonts/InterMedium/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterMedium/._2048-2303.pbf b/maplibre/fonts/InterMedium/._2048-2303.pbf new file mode 100644 index 00000000..439b9061 Binary files /dev/null and b/maplibre/fonts/InterMedium/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterMedium/._20480-20735.pbf b/maplibre/fonts/InterMedium/._20480-20735.pbf new file mode 100644 index 00000000..d473c595 Binary files /dev/null and b/maplibre/fonts/InterMedium/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterMedium/._20736-20991.pbf b/maplibre/fonts/InterMedium/._20736-20991.pbf new file mode 100644 index 00000000..e56731e7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterMedium/._20992-21247.pbf b/maplibre/fonts/InterMedium/._20992-21247.pbf new file mode 100644 index 00000000..eed9768b Binary files /dev/null and b/maplibre/fonts/InterMedium/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterMedium/._21248-21503.pbf b/maplibre/fonts/InterMedium/._21248-21503.pbf new file mode 100644 index 00000000..f1a386c5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterMedium/._21504-21759.pbf b/maplibre/fonts/InterMedium/._21504-21759.pbf new file mode 100644 index 00000000..e7a576dd Binary files /dev/null and b/maplibre/fonts/InterMedium/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterMedium/._21760-22015.pbf b/maplibre/fonts/InterMedium/._21760-22015.pbf new file mode 100644 index 00000000..4f172438 Binary files /dev/null and b/maplibre/fonts/InterMedium/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterMedium/._22016-22271.pbf b/maplibre/fonts/InterMedium/._22016-22271.pbf new file mode 100644 index 00000000..b3c8daab Binary files /dev/null and b/maplibre/fonts/InterMedium/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterMedium/._22272-22527.pbf b/maplibre/fonts/InterMedium/._22272-22527.pbf new file mode 100644 index 00000000..d5aaf58d Binary files /dev/null and b/maplibre/fonts/InterMedium/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterMedium/._22528-22783.pbf b/maplibre/fonts/InterMedium/._22528-22783.pbf new file mode 100644 index 00000000..2bde7d27 Binary files /dev/null and b/maplibre/fonts/InterMedium/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterMedium/._22784-23039.pbf b/maplibre/fonts/InterMedium/._22784-23039.pbf new file mode 100644 index 00000000..1231bb5e Binary files /dev/null and b/maplibre/fonts/InterMedium/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterMedium/._2304-2559.pbf b/maplibre/fonts/InterMedium/._2304-2559.pbf new file mode 100644 index 00000000..ac712132 Binary files /dev/null and b/maplibre/fonts/InterMedium/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterMedium/._23040-23295.pbf b/maplibre/fonts/InterMedium/._23040-23295.pbf new file mode 100644 index 00000000..2a35f0bb Binary files /dev/null and b/maplibre/fonts/InterMedium/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterMedium/._23296-23551.pbf b/maplibre/fonts/InterMedium/._23296-23551.pbf new file mode 100644 index 00000000..a9479ed3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterMedium/._23552-23807.pbf b/maplibre/fonts/InterMedium/._23552-23807.pbf new file mode 100644 index 00000000..ca727b76 Binary files /dev/null and b/maplibre/fonts/InterMedium/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterMedium/._23808-24063.pbf b/maplibre/fonts/InterMedium/._23808-24063.pbf new file mode 100644 index 00000000..ebead23a Binary files /dev/null and b/maplibre/fonts/InterMedium/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterMedium/._24064-24319.pbf b/maplibre/fonts/InterMedium/._24064-24319.pbf new file mode 100644 index 00000000..661e4224 Binary files /dev/null and b/maplibre/fonts/InterMedium/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterMedium/._24320-24575.pbf b/maplibre/fonts/InterMedium/._24320-24575.pbf new file mode 100644 index 00000000..13f54572 Binary files /dev/null and b/maplibre/fonts/InterMedium/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterMedium/._24576-24831.pbf b/maplibre/fonts/InterMedium/._24576-24831.pbf new file mode 100644 index 00000000..282d2d0d Binary files /dev/null and b/maplibre/fonts/InterMedium/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterMedium/._24832-25087.pbf b/maplibre/fonts/InterMedium/._24832-25087.pbf new file mode 100644 index 00000000..3391f902 Binary files /dev/null and b/maplibre/fonts/InterMedium/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterMedium/._25088-25343.pbf b/maplibre/fonts/InterMedium/._25088-25343.pbf new file mode 100644 index 00000000..8466f2bd Binary files /dev/null and b/maplibre/fonts/InterMedium/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterMedium/._25344-25599.pbf b/maplibre/fonts/InterMedium/._25344-25599.pbf new file mode 100644 index 00000000..41cf42df Binary files /dev/null and b/maplibre/fonts/InterMedium/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterMedium/._256-511.pbf b/maplibre/fonts/InterMedium/._256-511.pbf new file mode 100644 index 00000000..dc21f924 Binary files /dev/null and b/maplibre/fonts/InterMedium/._256-511.pbf differ diff --git a/maplibre/fonts/InterMedium/._2560-2815.pbf b/maplibre/fonts/InterMedium/._2560-2815.pbf new file mode 100644 index 00000000..196de68a Binary files /dev/null and b/maplibre/fonts/InterMedium/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterMedium/._25600-25855.pbf b/maplibre/fonts/InterMedium/._25600-25855.pbf new file mode 100644 index 00000000..5003f7ff Binary files /dev/null and b/maplibre/fonts/InterMedium/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterMedium/._25856-26111.pbf b/maplibre/fonts/InterMedium/._25856-26111.pbf new file mode 100644 index 00000000..47fda62d Binary files /dev/null and b/maplibre/fonts/InterMedium/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterMedium/._26112-26367.pbf b/maplibre/fonts/InterMedium/._26112-26367.pbf new file mode 100644 index 00000000..abd8ddaf Binary files /dev/null and b/maplibre/fonts/InterMedium/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterMedium/._26368-26623.pbf b/maplibre/fonts/InterMedium/._26368-26623.pbf new file mode 100644 index 00000000..e8aa9ec2 Binary files /dev/null and b/maplibre/fonts/InterMedium/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterMedium/._26624-26879.pbf b/maplibre/fonts/InterMedium/._26624-26879.pbf new file mode 100644 index 00000000..3f9944c9 Binary files /dev/null and b/maplibre/fonts/InterMedium/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterMedium/._26880-27135.pbf b/maplibre/fonts/InterMedium/._26880-27135.pbf new file mode 100644 index 00000000..4ea56d3c Binary files /dev/null and b/maplibre/fonts/InterMedium/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterMedium/._27136-27391.pbf b/maplibre/fonts/InterMedium/._27136-27391.pbf new file mode 100644 index 00000000..139c4110 Binary files /dev/null and b/maplibre/fonts/InterMedium/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterMedium/._27392-27647.pbf b/maplibre/fonts/InterMedium/._27392-27647.pbf new file mode 100644 index 00000000..85d31ba5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterMedium/._27648-27903.pbf b/maplibre/fonts/InterMedium/._27648-27903.pbf new file mode 100644 index 00000000..633fb3a9 Binary files /dev/null and b/maplibre/fonts/InterMedium/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterMedium/._27904-28159.pbf b/maplibre/fonts/InterMedium/._27904-28159.pbf new file mode 100644 index 00000000..05142cbd Binary files /dev/null and b/maplibre/fonts/InterMedium/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterMedium/._2816-3071.pbf b/maplibre/fonts/InterMedium/._2816-3071.pbf new file mode 100644 index 00000000..9d62805f Binary files /dev/null and b/maplibre/fonts/InterMedium/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterMedium/._28160-28415.pbf b/maplibre/fonts/InterMedium/._28160-28415.pbf new file mode 100644 index 00000000..abb8eb71 Binary files /dev/null and b/maplibre/fonts/InterMedium/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterMedium/._28416-28671.pbf b/maplibre/fonts/InterMedium/._28416-28671.pbf new file mode 100644 index 00000000..b4095d74 Binary files /dev/null and b/maplibre/fonts/InterMedium/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterMedium/._28672-28927.pbf b/maplibre/fonts/InterMedium/._28672-28927.pbf new file mode 100644 index 00000000..dfddc73c Binary files /dev/null and b/maplibre/fonts/InterMedium/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterMedium/._28928-29183.pbf b/maplibre/fonts/InterMedium/._28928-29183.pbf new file mode 100644 index 00000000..4174a847 Binary files /dev/null and b/maplibre/fonts/InterMedium/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterMedium/._29184-29439.pbf b/maplibre/fonts/InterMedium/._29184-29439.pbf new file mode 100644 index 00000000..aceb68fd Binary files /dev/null and b/maplibre/fonts/InterMedium/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterMedium/._29440-29695.pbf b/maplibre/fonts/InterMedium/._29440-29695.pbf new file mode 100644 index 00000000..29b0bd49 Binary files /dev/null and b/maplibre/fonts/InterMedium/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterMedium/._29696-29951.pbf b/maplibre/fonts/InterMedium/._29696-29951.pbf new file mode 100644 index 00000000..670743c5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterMedium/._29952-30207.pbf b/maplibre/fonts/InterMedium/._29952-30207.pbf new file mode 100644 index 00000000..8719cf6c Binary files /dev/null and b/maplibre/fonts/InterMedium/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterMedium/._30208-30463.pbf b/maplibre/fonts/InterMedium/._30208-30463.pbf new file mode 100644 index 00000000..16fe6aa4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterMedium/._30464-30719.pbf b/maplibre/fonts/InterMedium/._30464-30719.pbf new file mode 100644 index 00000000..b8176e18 Binary files /dev/null and b/maplibre/fonts/InterMedium/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterMedium/._3072-3327.pbf b/maplibre/fonts/InterMedium/._3072-3327.pbf new file mode 100644 index 00000000..9770665f Binary files /dev/null and b/maplibre/fonts/InterMedium/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterMedium/._30720-30975.pbf b/maplibre/fonts/InterMedium/._30720-30975.pbf new file mode 100644 index 00000000..97c8a584 Binary files /dev/null and b/maplibre/fonts/InterMedium/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterMedium/._30976-31231.pbf b/maplibre/fonts/InterMedium/._30976-31231.pbf new file mode 100644 index 00000000..47bfc4a0 Binary files /dev/null and b/maplibre/fonts/InterMedium/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterMedium/._31232-31487.pbf b/maplibre/fonts/InterMedium/._31232-31487.pbf new file mode 100644 index 00000000..33fedc48 Binary files /dev/null and b/maplibre/fonts/InterMedium/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterMedium/._31488-31743.pbf b/maplibre/fonts/InterMedium/._31488-31743.pbf new file mode 100644 index 00000000..a604d9b7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterMedium/._31744-31999.pbf b/maplibre/fonts/InterMedium/._31744-31999.pbf new file mode 100644 index 00000000..73225539 Binary files /dev/null and b/maplibre/fonts/InterMedium/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterMedium/._32000-32255.pbf b/maplibre/fonts/InterMedium/._32000-32255.pbf new file mode 100644 index 00000000..e873938a Binary files /dev/null and b/maplibre/fonts/InterMedium/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterMedium/._32256-32511.pbf b/maplibre/fonts/InterMedium/._32256-32511.pbf new file mode 100644 index 00000000..3ae4779a Binary files /dev/null and b/maplibre/fonts/InterMedium/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterMedium/._32512-32767.pbf b/maplibre/fonts/InterMedium/._32512-32767.pbf new file mode 100644 index 00000000..22d32f59 Binary files /dev/null and b/maplibre/fonts/InterMedium/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterMedium/._32768-33023.pbf b/maplibre/fonts/InterMedium/._32768-33023.pbf new file mode 100644 index 00000000..15914eb3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterMedium/._33024-33279.pbf b/maplibre/fonts/InterMedium/._33024-33279.pbf new file mode 100644 index 00000000..a3da22b8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterMedium/._3328-3583.pbf b/maplibre/fonts/InterMedium/._3328-3583.pbf new file mode 100644 index 00000000..44b41471 Binary files /dev/null and b/maplibre/fonts/InterMedium/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterMedium/._33280-33535.pbf b/maplibre/fonts/InterMedium/._33280-33535.pbf new file mode 100644 index 00000000..489d8eb3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterMedium/._33536-33791.pbf b/maplibre/fonts/InterMedium/._33536-33791.pbf new file mode 100644 index 00000000..27f1b3d4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterMedium/._33792-34047.pbf b/maplibre/fonts/InterMedium/._33792-34047.pbf new file mode 100644 index 00000000..6ba93593 Binary files /dev/null and b/maplibre/fonts/InterMedium/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterMedium/._34048-34303.pbf b/maplibre/fonts/InterMedium/._34048-34303.pbf new file mode 100644 index 00000000..b8b1377b Binary files /dev/null and b/maplibre/fonts/InterMedium/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterMedium/._34304-34559.pbf b/maplibre/fonts/InterMedium/._34304-34559.pbf new file mode 100644 index 00000000..ee619438 Binary files /dev/null and b/maplibre/fonts/InterMedium/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterMedium/._34560-34815.pbf b/maplibre/fonts/InterMedium/._34560-34815.pbf new file mode 100644 index 00000000..1a7df382 Binary files /dev/null and b/maplibre/fonts/InterMedium/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterMedium/._34816-35071.pbf b/maplibre/fonts/InterMedium/._34816-35071.pbf new file mode 100644 index 00000000..c71bff50 Binary files /dev/null and b/maplibre/fonts/InterMedium/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterMedium/._35072-35327.pbf b/maplibre/fonts/InterMedium/._35072-35327.pbf new file mode 100644 index 00000000..2e588fb2 Binary files /dev/null and b/maplibre/fonts/InterMedium/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterMedium/._35328-35583.pbf b/maplibre/fonts/InterMedium/._35328-35583.pbf new file mode 100644 index 00000000..30549517 Binary files /dev/null and b/maplibre/fonts/InterMedium/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterMedium/._35584-35839.pbf b/maplibre/fonts/InterMedium/._35584-35839.pbf new file mode 100644 index 00000000..2bf8b0bc Binary files /dev/null and b/maplibre/fonts/InterMedium/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterMedium/._3584-3839.pbf b/maplibre/fonts/InterMedium/._3584-3839.pbf new file mode 100644 index 00000000..9866178d Binary files /dev/null and b/maplibre/fonts/InterMedium/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterMedium/._35840-36095.pbf b/maplibre/fonts/InterMedium/._35840-36095.pbf new file mode 100644 index 00000000..be8dc5c1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterMedium/._36096-36351.pbf b/maplibre/fonts/InterMedium/._36096-36351.pbf new file mode 100644 index 00000000..b9d89d4d Binary files /dev/null and b/maplibre/fonts/InterMedium/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterMedium/._36352-36607.pbf b/maplibre/fonts/InterMedium/._36352-36607.pbf new file mode 100644 index 00000000..997ebc04 Binary files /dev/null and b/maplibre/fonts/InterMedium/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterMedium/._36608-36863.pbf b/maplibre/fonts/InterMedium/._36608-36863.pbf new file mode 100644 index 00000000..63305c15 Binary files /dev/null and b/maplibre/fonts/InterMedium/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterMedium/._36864-37119.pbf b/maplibre/fonts/InterMedium/._36864-37119.pbf new file mode 100644 index 00000000..d5591c3e Binary files /dev/null and b/maplibre/fonts/InterMedium/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterMedium/._37120-37375.pbf b/maplibre/fonts/InterMedium/._37120-37375.pbf new file mode 100644 index 00000000..aaa751ce Binary files /dev/null and b/maplibre/fonts/InterMedium/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterMedium/._37376-37631.pbf b/maplibre/fonts/InterMedium/._37376-37631.pbf new file mode 100644 index 00000000..ac300a2e Binary files /dev/null and b/maplibre/fonts/InterMedium/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterMedium/._37632-37887.pbf b/maplibre/fonts/InterMedium/._37632-37887.pbf new file mode 100644 index 00000000..601faf5f Binary files /dev/null and b/maplibre/fonts/InterMedium/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterMedium/._37888-38143.pbf b/maplibre/fonts/InterMedium/._37888-38143.pbf new file mode 100644 index 00000000..41be6eb7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterMedium/._38144-38399.pbf b/maplibre/fonts/InterMedium/._38144-38399.pbf new file mode 100644 index 00000000..7a2a0ad4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterMedium/._3840-4095.pbf b/maplibre/fonts/InterMedium/._3840-4095.pbf new file mode 100644 index 00000000..887195d9 Binary files /dev/null and b/maplibre/fonts/InterMedium/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterMedium/._38400-38655.pbf b/maplibre/fonts/InterMedium/._38400-38655.pbf new file mode 100644 index 00000000..3e1c9d0d Binary files /dev/null and b/maplibre/fonts/InterMedium/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterMedium/._38656-38911.pbf b/maplibre/fonts/InterMedium/._38656-38911.pbf new file mode 100644 index 00000000..876338b6 Binary files /dev/null and b/maplibre/fonts/InterMedium/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterMedium/._38912-39167.pbf b/maplibre/fonts/InterMedium/._38912-39167.pbf new file mode 100644 index 00000000..c331187d Binary files /dev/null and b/maplibre/fonts/InterMedium/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterMedium/._39168-39423.pbf b/maplibre/fonts/InterMedium/._39168-39423.pbf new file mode 100644 index 00000000..948f8b45 Binary files /dev/null and b/maplibre/fonts/InterMedium/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterMedium/._39424-39679.pbf b/maplibre/fonts/InterMedium/._39424-39679.pbf new file mode 100644 index 00000000..367fe876 Binary files /dev/null and b/maplibre/fonts/InterMedium/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterMedium/._39680-39935.pbf b/maplibre/fonts/InterMedium/._39680-39935.pbf new file mode 100644 index 00000000..427a46ec Binary files /dev/null and b/maplibre/fonts/InterMedium/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterMedium/._39936-40191.pbf b/maplibre/fonts/InterMedium/._39936-40191.pbf new file mode 100644 index 00000000..ec37ee86 Binary files /dev/null and b/maplibre/fonts/InterMedium/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterMedium/._40192-40447.pbf b/maplibre/fonts/InterMedium/._40192-40447.pbf new file mode 100644 index 00000000..d28bae1a Binary files /dev/null and b/maplibre/fonts/InterMedium/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterMedium/._40448-40703.pbf b/maplibre/fonts/InterMedium/._40448-40703.pbf new file mode 100644 index 00000000..474de985 Binary files /dev/null and b/maplibre/fonts/InterMedium/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterMedium/._40704-40959.pbf b/maplibre/fonts/InterMedium/._40704-40959.pbf new file mode 100644 index 00000000..4c7bde67 Binary files /dev/null and b/maplibre/fonts/InterMedium/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterMedium/._4096-4351.pbf b/maplibre/fonts/InterMedium/._4096-4351.pbf new file mode 100644 index 00000000..0aabae2b Binary files /dev/null and b/maplibre/fonts/InterMedium/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterMedium/._40960-41215.pbf b/maplibre/fonts/InterMedium/._40960-41215.pbf new file mode 100644 index 00000000..08d2eace Binary files /dev/null and b/maplibre/fonts/InterMedium/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterMedium/._41216-41471.pbf b/maplibre/fonts/InterMedium/._41216-41471.pbf new file mode 100644 index 00000000..3ef0329c Binary files /dev/null and b/maplibre/fonts/InterMedium/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterMedium/._41472-41727.pbf b/maplibre/fonts/InterMedium/._41472-41727.pbf new file mode 100644 index 00000000..a9ca43ee Binary files /dev/null and b/maplibre/fonts/InterMedium/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterMedium/._41728-41983.pbf b/maplibre/fonts/InterMedium/._41728-41983.pbf new file mode 100644 index 00000000..8b800dce Binary files /dev/null and b/maplibre/fonts/InterMedium/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterMedium/._41984-42239.pbf b/maplibre/fonts/InterMedium/._41984-42239.pbf new file mode 100644 index 00000000..87286863 Binary files /dev/null and b/maplibre/fonts/InterMedium/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterMedium/._42240-42495.pbf b/maplibre/fonts/InterMedium/._42240-42495.pbf new file mode 100644 index 00000000..e4dd27d8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterMedium/._42496-42751.pbf b/maplibre/fonts/InterMedium/._42496-42751.pbf new file mode 100644 index 00000000..174baf59 Binary files /dev/null and b/maplibre/fonts/InterMedium/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterMedium/._42752-43007.pbf b/maplibre/fonts/InterMedium/._42752-43007.pbf new file mode 100644 index 00000000..f1aafe66 Binary files /dev/null and b/maplibre/fonts/InterMedium/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterMedium/._43008-43263.pbf b/maplibre/fonts/InterMedium/._43008-43263.pbf new file mode 100644 index 00000000..991e393e Binary files /dev/null and b/maplibre/fonts/InterMedium/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterMedium/._43264-43519.pbf b/maplibre/fonts/InterMedium/._43264-43519.pbf new file mode 100644 index 00000000..05ca17c8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterMedium/._4352-4607.pbf b/maplibre/fonts/InterMedium/._4352-4607.pbf new file mode 100644 index 00000000..3e64a8a7 Binary files /dev/null and b/maplibre/fonts/InterMedium/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterMedium/._43520-43775.pbf b/maplibre/fonts/InterMedium/._43520-43775.pbf new file mode 100644 index 00000000..b62f6da1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterMedium/._43776-44031.pbf b/maplibre/fonts/InterMedium/._43776-44031.pbf new file mode 100644 index 00000000..6928090a Binary files /dev/null and b/maplibre/fonts/InterMedium/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterMedium/._44032-44287.pbf b/maplibre/fonts/InterMedium/._44032-44287.pbf new file mode 100644 index 00000000..f07d936d Binary files /dev/null and b/maplibre/fonts/InterMedium/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterMedium/._44288-44543.pbf b/maplibre/fonts/InterMedium/._44288-44543.pbf new file mode 100644 index 00000000..8a98d58f Binary files /dev/null and b/maplibre/fonts/InterMedium/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterMedium/._44544-44799.pbf b/maplibre/fonts/InterMedium/._44544-44799.pbf new file mode 100644 index 00000000..72edd724 Binary files /dev/null and b/maplibre/fonts/InterMedium/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterMedium/._44800-45055.pbf b/maplibre/fonts/InterMedium/._44800-45055.pbf new file mode 100644 index 00000000..f2206f9b Binary files /dev/null and b/maplibre/fonts/InterMedium/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterMedium/._45056-45311.pbf b/maplibre/fonts/InterMedium/._45056-45311.pbf new file mode 100644 index 00000000..3e53c605 Binary files /dev/null and b/maplibre/fonts/InterMedium/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterMedium/._45312-45567.pbf b/maplibre/fonts/InterMedium/._45312-45567.pbf new file mode 100644 index 00000000..3c2b5d3f Binary files /dev/null and b/maplibre/fonts/InterMedium/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterMedium/._45568-45823.pbf b/maplibre/fonts/InterMedium/._45568-45823.pbf new file mode 100644 index 00000000..caab5ea5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterMedium/._45824-46079.pbf b/maplibre/fonts/InterMedium/._45824-46079.pbf new file mode 100644 index 00000000..b8cfc8e5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterMedium/._4608-4863.pbf b/maplibre/fonts/InterMedium/._4608-4863.pbf new file mode 100644 index 00000000..6e647c83 Binary files /dev/null and b/maplibre/fonts/InterMedium/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterMedium/._46080-46335.pbf b/maplibre/fonts/InterMedium/._46080-46335.pbf new file mode 100644 index 00000000..b6a05d48 Binary files /dev/null and b/maplibre/fonts/InterMedium/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterMedium/._46336-46591.pbf b/maplibre/fonts/InterMedium/._46336-46591.pbf new file mode 100644 index 00000000..7d14d15e Binary files /dev/null and b/maplibre/fonts/InterMedium/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterMedium/._46592-46847.pbf b/maplibre/fonts/InterMedium/._46592-46847.pbf new file mode 100644 index 00000000..2d04e907 Binary files /dev/null and b/maplibre/fonts/InterMedium/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterMedium/._46848-47103.pbf b/maplibre/fonts/InterMedium/._46848-47103.pbf new file mode 100644 index 00000000..1fc0d361 Binary files /dev/null and b/maplibre/fonts/InterMedium/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterMedium/._47104-47359.pbf b/maplibre/fonts/InterMedium/._47104-47359.pbf new file mode 100644 index 00000000..65246cbf Binary files /dev/null and b/maplibre/fonts/InterMedium/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterMedium/._47360-47615.pbf b/maplibre/fonts/InterMedium/._47360-47615.pbf new file mode 100644 index 00000000..12833553 Binary files /dev/null and b/maplibre/fonts/InterMedium/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterMedium/._47616-47871.pbf b/maplibre/fonts/InterMedium/._47616-47871.pbf new file mode 100644 index 00000000..fa98076a Binary files /dev/null and b/maplibre/fonts/InterMedium/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterMedium/._47872-48127.pbf b/maplibre/fonts/InterMedium/._47872-48127.pbf new file mode 100644 index 00000000..a82eb324 Binary files /dev/null and b/maplibre/fonts/InterMedium/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterMedium/._48128-48383.pbf b/maplibre/fonts/InterMedium/._48128-48383.pbf new file mode 100644 index 00000000..e9172eb5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterMedium/._48384-48639.pbf b/maplibre/fonts/InterMedium/._48384-48639.pbf new file mode 100644 index 00000000..24178c97 Binary files /dev/null and b/maplibre/fonts/InterMedium/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterMedium/._4864-5119.pbf b/maplibre/fonts/InterMedium/._4864-5119.pbf new file mode 100644 index 00000000..81ac50d1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterMedium/._48640-48895.pbf b/maplibre/fonts/InterMedium/._48640-48895.pbf new file mode 100644 index 00000000..9e613acb Binary files /dev/null and b/maplibre/fonts/InterMedium/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterMedium/._48896-49151.pbf b/maplibre/fonts/InterMedium/._48896-49151.pbf new file mode 100644 index 00000000..e5dfa8fb Binary files /dev/null and b/maplibre/fonts/InterMedium/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterMedium/._49152-49407.pbf b/maplibre/fonts/InterMedium/._49152-49407.pbf new file mode 100644 index 00000000..2bb49717 Binary files /dev/null and b/maplibre/fonts/InterMedium/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterMedium/._49408-49663.pbf b/maplibre/fonts/InterMedium/._49408-49663.pbf new file mode 100644 index 00000000..a4413040 Binary files /dev/null and b/maplibre/fonts/InterMedium/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterMedium/._49664-49919.pbf b/maplibre/fonts/InterMedium/._49664-49919.pbf new file mode 100644 index 00000000..f30183fe Binary files /dev/null and b/maplibre/fonts/InterMedium/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterMedium/._49920-50175.pbf b/maplibre/fonts/InterMedium/._49920-50175.pbf new file mode 100644 index 00000000..3772e21e Binary files /dev/null and b/maplibre/fonts/InterMedium/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterMedium/._50176-50431.pbf b/maplibre/fonts/InterMedium/._50176-50431.pbf new file mode 100644 index 00000000..a6a8308d Binary files /dev/null and b/maplibre/fonts/InterMedium/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterMedium/._50432-50687.pbf b/maplibre/fonts/InterMedium/._50432-50687.pbf new file mode 100644 index 00000000..6a61b0a8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterMedium/._50688-50943.pbf b/maplibre/fonts/InterMedium/._50688-50943.pbf new file mode 100644 index 00000000..77e6cbb2 Binary files /dev/null and b/maplibre/fonts/InterMedium/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterMedium/._50944-51199.pbf b/maplibre/fonts/InterMedium/._50944-51199.pbf new file mode 100644 index 00000000..5de0defd Binary files /dev/null and b/maplibre/fonts/InterMedium/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterMedium/._512-767.pbf b/maplibre/fonts/InterMedium/._512-767.pbf new file mode 100644 index 00000000..2f129799 Binary files /dev/null and b/maplibre/fonts/InterMedium/._512-767.pbf differ diff --git a/maplibre/fonts/InterMedium/._5120-5375.pbf b/maplibre/fonts/InterMedium/._5120-5375.pbf new file mode 100644 index 00000000..ef416896 Binary files /dev/null and b/maplibre/fonts/InterMedium/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterMedium/._51200-51455.pbf b/maplibre/fonts/InterMedium/._51200-51455.pbf new file mode 100644 index 00000000..77b9e2b4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterMedium/._51456-51711.pbf b/maplibre/fonts/InterMedium/._51456-51711.pbf new file mode 100644 index 00000000..297c71f8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterMedium/._51712-51967.pbf b/maplibre/fonts/InterMedium/._51712-51967.pbf new file mode 100644 index 00000000..28da9c49 Binary files /dev/null and b/maplibre/fonts/InterMedium/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterMedium/._51968-52223.pbf b/maplibre/fonts/InterMedium/._51968-52223.pbf new file mode 100644 index 00000000..35398d0f Binary files /dev/null and b/maplibre/fonts/InterMedium/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterMedium/._52224-52479.pbf b/maplibre/fonts/InterMedium/._52224-52479.pbf new file mode 100644 index 00000000..b247fea1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterMedium/._52480-52735.pbf b/maplibre/fonts/InterMedium/._52480-52735.pbf new file mode 100644 index 00000000..e9807b72 Binary files /dev/null and b/maplibre/fonts/InterMedium/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterMedium/._52736-52991.pbf b/maplibre/fonts/InterMedium/._52736-52991.pbf new file mode 100644 index 00000000..f0d126ff Binary files /dev/null and b/maplibre/fonts/InterMedium/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterMedium/._52992-53247.pbf b/maplibre/fonts/InterMedium/._52992-53247.pbf new file mode 100644 index 00000000..c4ec3583 Binary files /dev/null and b/maplibre/fonts/InterMedium/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterMedium/._53248-53503.pbf b/maplibre/fonts/InterMedium/._53248-53503.pbf new file mode 100644 index 00000000..1b04d956 Binary files /dev/null and b/maplibre/fonts/InterMedium/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterMedium/._53504-53759.pbf b/maplibre/fonts/InterMedium/._53504-53759.pbf new file mode 100644 index 00000000..1e739e6c Binary files /dev/null and b/maplibre/fonts/InterMedium/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterMedium/._5376-5631.pbf b/maplibre/fonts/InterMedium/._5376-5631.pbf new file mode 100644 index 00000000..bb02b6bc Binary files /dev/null and b/maplibre/fonts/InterMedium/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterMedium/._53760-54015.pbf b/maplibre/fonts/InterMedium/._53760-54015.pbf new file mode 100644 index 00000000..3ce00112 Binary files /dev/null and b/maplibre/fonts/InterMedium/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterMedium/._54016-54271.pbf b/maplibre/fonts/InterMedium/._54016-54271.pbf new file mode 100644 index 00000000..dc2b81e1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterMedium/._54272-54527.pbf b/maplibre/fonts/InterMedium/._54272-54527.pbf new file mode 100644 index 00000000..f34255be Binary files /dev/null and b/maplibre/fonts/InterMedium/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterMedium/._54528-54783.pbf b/maplibre/fonts/InterMedium/._54528-54783.pbf new file mode 100644 index 00000000..d7c0bff5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterMedium/._54784-55039.pbf b/maplibre/fonts/InterMedium/._54784-55039.pbf new file mode 100644 index 00000000..69dcb31f Binary files /dev/null and b/maplibre/fonts/InterMedium/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterMedium/._55040-55295.pbf b/maplibre/fonts/InterMedium/._55040-55295.pbf new file mode 100644 index 00000000..91bb6054 Binary files /dev/null and b/maplibre/fonts/InterMedium/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterMedium/._55296-55551.pbf b/maplibre/fonts/InterMedium/._55296-55551.pbf new file mode 100644 index 00000000..7f0d61d3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterMedium/._55552-55807.pbf b/maplibre/fonts/InterMedium/._55552-55807.pbf new file mode 100644 index 00000000..02f4dd5b Binary files /dev/null and b/maplibre/fonts/InterMedium/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterMedium/._55808-56063.pbf b/maplibre/fonts/InterMedium/._55808-56063.pbf new file mode 100644 index 00000000..99da25eb Binary files /dev/null and b/maplibre/fonts/InterMedium/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterMedium/._56064-56319.pbf b/maplibre/fonts/InterMedium/._56064-56319.pbf new file mode 100644 index 00000000..a15d1f3d Binary files /dev/null and b/maplibre/fonts/InterMedium/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterMedium/._5632-5887.pbf b/maplibre/fonts/InterMedium/._5632-5887.pbf new file mode 100644 index 00000000..54e136a5 Binary files /dev/null and b/maplibre/fonts/InterMedium/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterMedium/._56320-56575.pbf b/maplibre/fonts/InterMedium/._56320-56575.pbf new file mode 100644 index 00000000..ff4913a4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterMedium/._56576-56831.pbf b/maplibre/fonts/InterMedium/._56576-56831.pbf new file mode 100644 index 00000000..7514f550 Binary files /dev/null and b/maplibre/fonts/InterMedium/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterMedium/._56832-57087.pbf b/maplibre/fonts/InterMedium/._56832-57087.pbf new file mode 100644 index 00000000..529c44a8 Binary files /dev/null and b/maplibre/fonts/InterMedium/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterMedium/._57088-57343.pbf b/maplibre/fonts/InterMedium/._57088-57343.pbf new file mode 100644 index 00000000..c2b7517c Binary files /dev/null and b/maplibre/fonts/InterMedium/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterMedium/._57344-57599.pbf b/maplibre/fonts/InterMedium/._57344-57599.pbf new file mode 100644 index 00000000..b95cdedb Binary files /dev/null and b/maplibre/fonts/InterMedium/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterMedium/._57600-57855.pbf b/maplibre/fonts/InterMedium/._57600-57855.pbf new file mode 100644 index 00000000..3a17c086 Binary files /dev/null and b/maplibre/fonts/InterMedium/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterMedium/._57856-58111.pbf b/maplibre/fonts/InterMedium/._57856-58111.pbf new file mode 100644 index 00000000..4650ff82 Binary files /dev/null and b/maplibre/fonts/InterMedium/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterMedium/._58112-58367.pbf b/maplibre/fonts/InterMedium/._58112-58367.pbf new file mode 100644 index 00000000..4d022c5a Binary files /dev/null and b/maplibre/fonts/InterMedium/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterMedium/._58368-58623.pbf b/maplibre/fonts/InterMedium/._58368-58623.pbf new file mode 100644 index 00000000..3ab01048 Binary files /dev/null and b/maplibre/fonts/InterMedium/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterMedium/._58624-58879.pbf b/maplibre/fonts/InterMedium/._58624-58879.pbf new file mode 100644 index 00000000..e6551f17 Binary files /dev/null and b/maplibre/fonts/InterMedium/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterMedium/._5888-6143.pbf b/maplibre/fonts/InterMedium/._5888-6143.pbf new file mode 100644 index 00000000..7ee20373 Binary files /dev/null and b/maplibre/fonts/InterMedium/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterMedium/._58880-59135.pbf b/maplibre/fonts/InterMedium/._58880-59135.pbf new file mode 100644 index 00000000..aaadd1d0 Binary files /dev/null and b/maplibre/fonts/InterMedium/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterMedium/._59136-59391.pbf b/maplibre/fonts/InterMedium/._59136-59391.pbf new file mode 100644 index 00000000..0ae1b1a3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterMedium/._59392-59647.pbf b/maplibre/fonts/InterMedium/._59392-59647.pbf new file mode 100644 index 00000000..b51cfc67 Binary files /dev/null and b/maplibre/fonts/InterMedium/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterMedium/._59648-59903.pbf b/maplibre/fonts/InterMedium/._59648-59903.pbf new file mode 100644 index 00000000..0c2ca597 Binary files /dev/null and b/maplibre/fonts/InterMedium/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterMedium/._59904-60159.pbf b/maplibre/fonts/InterMedium/._59904-60159.pbf new file mode 100644 index 00000000..5d0e4a69 Binary files /dev/null and b/maplibre/fonts/InterMedium/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterMedium/._60160-60415.pbf b/maplibre/fonts/InterMedium/._60160-60415.pbf new file mode 100644 index 00000000..119f2361 Binary files /dev/null and b/maplibre/fonts/InterMedium/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterMedium/._60416-60671.pbf b/maplibre/fonts/InterMedium/._60416-60671.pbf new file mode 100644 index 00000000..9b7aaa06 Binary files /dev/null and b/maplibre/fonts/InterMedium/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterMedium/._60672-60927.pbf b/maplibre/fonts/InterMedium/._60672-60927.pbf new file mode 100644 index 00000000..55a14211 Binary files /dev/null and b/maplibre/fonts/InterMedium/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterMedium/._60928-61183.pbf b/maplibre/fonts/InterMedium/._60928-61183.pbf new file mode 100644 index 00000000..e04b1e9b Binary files /dev/null and b/maplibre/fonts/InterMedium/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterMedium/._61184-61439.pbf b/maplibre/fonts/InterMedium/._61184-61439.pbf new file mode 100644 index 00000000..4c383a28 Binary files /dev/null and b/maplibre/fonts/InterMedium/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterMedium/._6144-6399.pbf b/maplibre/fonts/InterMedium/._6144-6399.pbf new file mode 100644 index 00000000..3bcb8e27 Binary files /dev/null and b/maplibre/fonts/InterMedium/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterMedium/._61440-61695.pbf b/maplibre/fonts/InterMedium/._61440-61695.pbf new file mode 100644 index 00000000..0a7e9a04 Binary files /dev/null and b/maplibre/fonts/InterMedium/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterMedium/._61696-61951.pbf b/maplibre/fonts/InterMedium/._61696-61951.pbf new file mode 100644 index 00000000..5aadc1d0 Binary files /dev/null and b/maplibre/fonts/InterMedium/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterMedium/._61952-62207.pbf b/maplibre/fonts/InterMedium/._61952-62207.pbf new file mode 100644 index 00000000..0a48d394 Binary files /dev/null and b/maplibre/fonts/InterMedium/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterMedium/._62208-62463.pbf b/maplibre/fonts/InterMedium/._62208-62463.pbf new file mode 100644 index 00000000..aacb26a4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterMedium/._62464-62719.pbf b/maplibre/fonts/InterMedium/._62464-62719.pbf new file mode 100644 index 00000000..fb088fe1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterMedium/._62720-62975.pbf b/maplibre/fonts/InterMedium/._62720-62975.pbf new file mode 100644 index 00000000..b8bc83e4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterMedium/._62976-63231.pbf b/maplibre/fonts/InterMedium/._62976-63231.pbf new file mode 100644 index 00000000..eb36e136 Binary files /dev/null and b/maplibre/fonts/InterMedium/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterMedium/._63232-63487.pbf b/maplibre/fonts/InterMedium/._63232-63487.pbf new file mode 100644 index 00000000..82d61218 Binary files /dev/null and b/maplibre/fonts/InterMedium/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterMedium/._63488-63743.pbf b/maplibre/fonts/InterMedium/._63488-63743.pbf new file mode 100644 index 00000000..80e1d99a Binary files /dev/null and b/maplibre/fonts/InterMedium/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterMedium/._63744-63999.pbf b/maplibre/fonts/InterMedium/._63744-63999.pbf new file mode 100644 index 00000000..fc6a4c9d Binary files /dev/null and b/maplibre/fonts/InterMedium/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterMedium/._6400-6655.pbf b/maplibre/fonts/InterMedium/._6400-6655.pbf new file mode 100644 index 00000000..2ce16ba3 Binary files /dev/null and b/maplibre/fonts/InterMedium/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterMedium/._64000-64255.pbf b/maplibre/fonts/InterMedium/._64000-64255.pbf new file mode 100644 index 00000000..15018c31 Binary files /dev/null and b/maplibre/fonts/InterMedium/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterMedium/._64256-64511.pbf b/maplibre/fonts/InterMedium/._64256-64511.pbf new file mode 100644 index 00000000..128c4ae4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterMedium/._64512-64767.pbf b/maplibre/fonts/InterMedium/._64512-64767.pbf new file mode 100644 index 00000000..fb5cc45e Binary files /dev/null and b/maplibre/fonts/InterMedium/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterMedium/._64768-65023.pbf b/maplibre/fonts/InterMedium/._64768-65023.pbf new file mode 100644 index 00000000..1e57d39c Binary files /dev/null and b/maplibre/fonts/InterMedium/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterMedium/._65024-65279.pbf b/maplibre/fonts/InterMedium/._65024-65279.pbf new file mode 100644 index 00000000..b232df34 Binary files /dev/null and b/maplibre/fonts/InterMedium/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterMedium/._65280-65535.pbf b/maplibre/fonts/InterMedium/._65280-65535.pbf new file mode 100644 index 00000000..bab76734 Binary files /dev/null and b/maplibre/fonts/InterMedium/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterMedium/._6656-6911.pbf b/maplibre/fonts/InterMedium/._6656-6911.pbf new file mode 100644 index 00000000..8806e9a4 Binary files /dev/null and b/maplibre/fonts/InterMedium/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterMedium/._6912-7167.pbf b/maplibre/fonts/InterMedium/._6912-7167.pbf new file mode 100644 index 00000000..5bf0f995 Binary files /dev/null and b/maplibre/fonts/InterMedium/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterMedium/._7168-7423.pbf b/maplibre/fonts/InterMedium/._7168-7423.pbf new file mode 100644 index 00000000..afef4a3c Binary files /dev/null and b/maplibre/fonts/InterMedium/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterMedium/._7424-7679.pbf b/maplibre/fonts/InterMedium/._7424-7679.pbf new file mode 100644 index 00000000..3be130ad Binary files /dev/null and b/maplibre/fonts/InterMedium/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterMedium/._768-1023.pbf b/maplibre/fonts/InterMedium/._768-1023.pbf new file mode 100644 index 00000000..291da106 Binary files /dev/null and b/maplibre/fonts/InterMedium/._768-1023.pbf differ diff --git a/maplibre/fonts/InterMedium/._7680-7935.pbf b/maplibre/fonts/InterMedium/._7680-7935.pbf new file mode 100644 index 00000000..8ce703a1 Binary files /dev/null and b/maplibre/fonts/InterMedium/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterMedium/._7936-8191.pbf b/maplibre/fonts/InterMedium/._7936-8191.pbf new file mode 100644 index 00000000..78a65440 Binary files /dev/null and b/maplibre/fonts/InterMedium/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterMedium/._8192-8447.pbf b/maplibre/fonts/InterMedium/._8192-8447.pbf new file mode 100644 index 00000000..57e2a3ab Binary files /dev/null and b/maplibre/fonts/InterMedium/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterMedium/._8448-8703.pbf b/maplibre/fonts/InterMedium/._8448-8703.pbf new file mode 100644 index 00000000..b837b4e0 Binary files /dev/null and b/maplibre/fonts/InterMedium/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterMedium/._8704-8959.pbf b/maplibre/fonts/InterMedium/._8704-8959.pbf new file mode 100644 index 00000000..8870947c Binary files /dev/null and b/maplibre/fonts/InterMedium/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterMedium/._8960-9215.pbf b/maplibre/fonts/InterMedium/._8960-9215.pbf new file mode 100644 index 00000000..8d48e652 Binary files /dev/null and b/maplibre/fonts/InterMedium/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterMedium/._9216-9471.pbf b/maplibre/fonts/InterMedium/._9216-9471.pbf new file mode 100644 index 00000000..30f1519e Binary files /dev/null and b/maplibre/fonts/InterMedium/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterMedium/._9472-9727.pbf b/maplibre/fonts/InterMedium/._9472-9727.pbf new file mode 100644 index 00000000..21ab5992 Binary files /dev/null and b/maplibre/fonts/InterMedium/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterMedium/._9728-9983.pbf b/maplibre/fonts/InterMedium/._9728-9983.pbf new file mode 100644 index 00000000..33251e37 Binary files /dev/null and b/maplibre/fonts/InterMedium/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterMedium/._9984-10239.pbf b/maplibre/fonts/InterMedium/._9984-10239.pbf new file mode 100644 index 00000000..4c0506dc Binary files /dev/null and b/maplibre/fonts/InterMedium/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._0-255.pbf b/maplibre/fonts/InterMediumItalic/._0-255.pbf new file mode 100644 index 00000000..7e9c2c0a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._1024-1279.pbf b/maplibre/fonts/InterMediumItalic/._1024-1279.pbf new file mode 100644 index 00000000..e792203c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._10240-10495.pbf b/maplibre/fonts/InterMediumItalic/._10240-10495.pbf new file mode 100644 index 00000000..eabfe72b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._10496-10751.pbf b/maplibre/fonts/InterMediumItalic/._10496-10751.pbf new file mode 100644 index 00000000..3d5a738d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._10752-11007.pbf b/maplibre/fonts/InterMediumItalic/._10752-11007.pbf new file mode 100644 index 00000000..7fd2f58e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._11008-11263.pbf b/maplibre/fonts/InterMediumItalic/._11008-11263.pbf new file mode 100644 index 00000000..b67d7f60 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._11264-11519.pbf b/maplibre/fonts/InterMediumItalic/._11264-11519.pbf new file mode 100644 index 00000000..616d4715 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._11520-11775.pbf b/maplibre/fonts/InterMediumItalic/._11520-11775.pbf new file mode 100644 index 00000000..aef8ac48 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._11776-12031.pbf b/maplibre/fonts/InterMediumItalic/._11776-12031.pbf new file mode 100644 index 00000000..2b55d35f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._12032-12287.pbf b/maplibre/fonts/InterMediumItalic/._12032-12287.pbf new file mode 100644 index 00000000..56ed66c1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._12288-12543.pbf b/maplibre/fonts/InterMediumItalic/._12288-12543.pbf new file mode 100644 index 00000000..255976a2 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._12544-12799.pbf b/maplibre/fonts/InterMediumItalic/._12544-12799.pbf new file mode 100644 index 00000000..2cd2f7f8 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._1280-1535.pbf b/maplibre/fonts/InterMediumItalic/._1280-1535.pbf new file mode 100644 index 00000000..e339feee Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._12800-13055.pbf b/maplibre/fonts/InterMediumItalic/._12800-13055.pbf new file mode 100644 index 00000000..d84dbab1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._13056-13311.pbf b/maplibre/fonts/InterMediumItalic/._13056-13311.pbf new file mode 100644 index 00000000..16aed52e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._13312-13567.pbf b/maplibre/fonts/InterMediumItalic/._13312-13567.pbf new file mode 100644 index 00000000..9d2e5522 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._13568-13823.pbf b/maplibre/fonts/InterMediumItalic/._13568-13823.pbf new file mode 100644 index 00000000..d1e5b5f6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._13824-14079.pbf b/maplibre/fonts/InterMediumItalic/._13824-14079.pbf new file mode 100644 index 00000000..b8428e68 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._14080-14335.pbf b/maplibre/fonts/InterMediumItalic/._14080-14335.pbf new file mode 100644 index 00000000..447238b6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._14336-14591.pbf b/maplibre/fonts/InterMediumItalic/._14336-14591.pbf new file mode 100644 index 00000000..72229dac Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._14592-14847.pbf b/maplibre/fonts/InterMediumItalic/._14592-14847.pbf new file mode 100644 index 00000000..cfb12144 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._14848-15103.pbf b/maplibre/fonts/InterMediumItalic/._14848-15103.pbf new file mode 100644 index 00000000..a5ca3287 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._15104-15359.pbf b/maplibre/fonts/InterMediumItalic/._15104-15359.pbf new file mode 100644 index 00000000..b514e5c3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._1536-1791.pbf b/maplibre/fonts/InterMediumItalic/._1536-1791.pbf new file mode 100644 index 00000000..bd8392f9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._15360-15615.pbf b/maplibre/fonts/InterMediumItalic/._15360-15615.pbf new file mode 100644 index 00000000..3e1b9dd3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._15616-15871.pbf b/maplibre/fonts/InterMediumItalic/._15616-15871.pbf new file mode 100644 index 00000000..c083f7df Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._15872-16127.pbf b/maplibre/fonts/InterMediumItalic/._15872-16127.pbf new file mode 100644 index 00000000..b26c75ef Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._16128-16383.pbf b/maplibre/fonts/InterMediumItalic/._16128-16383.pbf new file mode 100644 index 00000000..1d2cf8e2 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._16384-16639.pbf b/maplibre/fonts/InterMediumItalic/._16384-16639.pbf new file mode 100644 index 00000000..93831198 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._16640-16895.pbf b/maplibre/fonts/InterMediumItalic/._16640-16895.pbf new file mode 100644 index 00000000..ed39945a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._16896-17151.pbf b/maplibre/fonts/InterMediumItalic/._16896-17151.pbf new file mode 100644 index 00000000..a2615c68 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._17152-17407.pbf b/maplibre/fonts/InterMediumItalic/._17152-17407.pbf new file mode 100644 index 00000000..cc8630fc Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._17408-17663.pbf b/maplibre/fonts/InterMediumItalic/._17408-17663.pbf new file mode 100644 index 00000000..6ca127ad Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._17664-17919.pbf b/maplibre/fonts/InterMediumItalic/._17664-17919.pbf new file mode 100644 index 00000000..444b19f2 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._1792-2047.pbf b/maplibre/fonts/InterMediumItalic/._1792-2047.pbf new file mode 100644 index 00000000..0cc8f233 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._17920-18175.pbf b/maplibre/fonts/InterMediumItalic/._17920-18175.pbf new file mode 100644 index 00000000..a5f371a3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._18176-18431.pbf b/maplibre/fonts/InterMediumItalic/._18176-18431.pbf new file mode 100644 index 00000000..5cc16ae6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._18432-18687.pbf b/maplibre/fonts/InterMediumItalic/._18432-18687.pbf new file mode 100644 index 00000000..69fb370f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._18688-18943.pbf b/maplibre/fonts/InterMediumItalic/._18688-18943.pbf new file mode 100644 index 00000000..349e93aa Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._18944-19199.pbf b/maplibre/fonts/InterMediumItalic/._18944-19199.pbf new file mode 100644 index 00000000..a58e9fb1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._19200-19455.pbf b/maplibre/fonts/InterMediumItalic/._19200-19455.pbf new file mode 100644 index 00000000..9ee71907 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._19456-19711.pbf b/maplibre/fonts/InterMediumItalic/._19456-19711.pbf new file mode 100644 index 00000000..9c7e3e54 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._19712-19967.pbf b/maplibre/fonts/InterMediumItalic/._19712-19967.pbf new file mode 100644 index 00000000..0f2f92ce Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._19968-20223.pbf b/maplibre/fonts/InterMediumItalic/._19968-20223.pbf new file mode 100644 index 00000000..fa309c08 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._20224-20479.pbf b/maplibre/fonts/InterMediumItalic/._20224-20479.pbf new file mode 100644 index 00000000..61943a3a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._2048-2303.pbf b/maplibre/fonts/InterMediumItalic/._2048-2303.pbf new file mode 100644 index 00000000..3e81e4ac Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._20480-20735.pbf b/maplibre/fonts/InterMediumItalic/._20480-20735.pbf new file mode 100644 index 00000000..2a7f4a87 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._20736-20991.pbf b/maplibre/fonts/InterMediumItalic/._20736-20991.pbf new file mode 100644 index 00000000..538a584a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._20992-21247.pbf b/maplibre/fonts/InterMediumItalic/._20992-21247.pbf new file mode 100644 index 00000000..f2ff54f3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._21248-21503.pbf b/maplibre/fonts/InterMediumItalic/._21248-21503.pbf new file mode 100644 index 00000000..2af454a7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._21504-21759.pbf b/maplibre/fonts/InterMediumItalic/._21504-21759.pbf new file mode 100644 index 00000000..b7c287d6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._21760-22015.pbf b/maplibre/fonts/InterMediumItalic/._21760-22015.pbf new file mode 100644 index 00000000..d6bca0a8 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._22016-22271.pbf b/maplibre/fonts/InterMediumItalic/._22016-22271.pbf new file mode 100644 index 00000000..d163a9c0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._22272-22527.pbf b/maplibre/fonts/InterMediumItalic/._22272-22527.pbf new file mode 100644 index 00000000..0623e120 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._22528-22783.pbf b/maplibre/fonts/InterMediumItalic/._22528-22783.pbf new file mode 100644 index 00000000..afb1c299 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._22784-23039.pbf b/maplibre/fonts/InterMediumItalic/._22784-23039.pbf new file mode 100644 index 00000000..78b222e7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._2304-2559.pbf b/maplibre/fonts/InterMediumItalic/._2304-2559.pbf new file mode 100644 index 00000000..7f057e02 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._23040-23295.pbf b/maplibre/fonts/InterMediumItalic/._23040-23295.pbf new file mode 100644 index 00000000..56f87e4e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._23296-23551.pbf b/maplibre/fonts/InterMediumItalic/._23296-23551.pbf new file mode 100644 index 00000000..91738fdd Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._23552-23807.pbf b/maplibre/fonts/InterMediumItalic/._23552-23807.pbf new file mode 100644 index 00000000..71404e35 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._23808-24063.pbf b/maplibre/fonts/InterMediumItalic/._23808-24063.pbf new file mode 100644 index 00000000..a2c0edc3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._24064-24319.pbf b/maplibre/fonts/InterMediumItalic/._24064-24319.pbf new file mode 100644 index 00000000..ef4e1020 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._24320-24575.pbf b/maplibre/fonts/InterMediumItalic/._24320-24575.pbf new file mode 100644 index 00000000..f39e52b1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._24576-24831.pbf b/maplibre/fonts/InterMediumItalic/._24576-24831.pbf new file mode 100644 index 00000000..0b56df91 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._24832-25087.pbf b/maplibre/fonts/InterMediumItalic/._24832-25087.pbf new file mode 100644 index 00000000..b28f7815 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._25088-25343.pbf b/maplibre/fonts/InterMediumItalic/._25088-25343.pbf new file mode 100644 index 00000000..603dde2f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._25344-25599.pbf b/maplibre/fonts/InterMediumItalic/._25344-25599.pbf new file mode 100644 index 00000000..115cece5 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._256-511.pbf b/maplibre/fonts/InterMediumItalic/._256-511.pbf new file mode 100644 index 00000000..fb3f4c18 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._2560-2815.pbf b/maplibre/fonts/InterMediumItalic/._2560-2815.pbf new file mode 100644 index 00000000..e8ca13ed Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._25600-25855.pbf b/maplibre/fonts/InterMediumItalic/._25600-25855.pbf new file mode 100644 index 00000000..32c8a060 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._25856-26111.pbf b/maplibre/fonts/InterMediumItalic/._25856-26111.pbf new file mode 100644 index 00000000..3799e218 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._26112-26367.pbf b/maplibre/fonts/InterMediumItalic/._26112-26367.pbf new file mode 100644 index 00000000..c405c69a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._26368-26623.pbf b/maplibre/fonts/InterMediumItalic/._26368-26623.pbf new file mode 100644 index 00000000..64e24512 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._26624-26879.pbf b/maplibre/fonts/InterMediumItalic/._26624-26879.pbf new file mode 100644 index 00000000..88e87bbd Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._26880-27135.pbf b/maplibre/fonts/InterMediumItalic/._26880-27135.pbf new file mode 100644 index 00000000..6382c08e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._27136-27391.pbf b/maplibre/fonts/InterMediumItalic/._27136-27391.pbf new file mode 100644 index 00000000..7d34f7a1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._27392-27647.pbf b/maplibre/fonts/InterMediumItalic/._27392-27647.pbf new file mode 100644 index 00000000..af4d9e91 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._27648-27903.pbf b/maplibre/fonts/InterMediumItalic/._27648-27903.pbf new file mode 100644 index 00000000..e8a261f8 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._27904-28159.pbf b/maplibre/fonts/InterMediumItalic/._27904-28159.pbf new file mode 100644 index 00000000..85a935f5 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._2816-3071.pbf b/maplibre/fonts/InterMediumItalic/._2816-3071.pbf new file mode 100644 index 00000000..98d10ca4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._28160-28415.pbf b/maplibre/fonts/InterMediumItalic/._28160-28415.pbf new file mode 100644 index 00000000..e6b17b47 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._28416-28671.pbf b/maplibre/fonts/InterMediumItalic/._28416-28671.pbf new file mode 100644 index 00000000..72fdb4f2 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._28672-28927.pbf b/maplibre/fonts/InterMediumItalic/._28672-28927.pbf new file mode 100644 index 00000000..cfeb4d8f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._28928-29183.pbf b/maplibre/fonts/InterMediumItalic/._28928-29183.pbf new file mode 100644 index 00000000..73d79d2c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._29184-29439.pbf b/maplibre/fonts/InterMediumItalic/._29184-29439.pbf new file mode 100644 index 00000000..b5c85b21 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._29440-29695.pbf b/maplibre/fonts/InterMediumItalic/._29440-29695.pbf new file mode 100644 index 00000000..0e8b4839 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._29696-29951.pbf b/maplibre/fonts/InterMediumItalic/._29696-29951.pbf new file mode 100644 index 00000000..1727ce8d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._29952-30207.pbf b/maplibre/fonts/InterMediumItalic/._29952-30207.pbf new file mode 100644 index 00000000..755b4d73 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._30208-30463.pbf b/maplibre/fonts/InterMediumItalic/._30208-30463.pbf new file mode 100644 index 00000000..a9e51387 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._30464-30719.pbf b/maplibre/fonts/InterMediumItalic/._30464-30719.pbf new file mode 100644 index 00000000..2600985e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._3072-3327.pbf b/maplibre/fonts/InterMediumItalic/._3072-3327.pbf new file mode 100644 index 00000000..8a8fd9d1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._30720-30975.pbf b/maplibre/fonts/InterMediumItalic/._30720-30975.pbf new file mode 100644 index 00000000..1ea5ac07 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._30976-31231.pbf b/maplibre/fonts/InterMediumItalic/._30976-31231.pbf new file mode 100644 index 00000000..732358c7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._31232-31487.pbf b/maplibre/fonts/InterMediumItalic/._31232-31487.pbf new file mode 100644 index 00000000..ad4a4d88 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._31488-31743.pbf b/maplibre/fonts/InterMediumItalic/._31488-31743.pbf new file mode 100644 index 00000000..e6d17aa9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._31744-31999.pbf b/maplibre/fonts/InterMediumItalic/._31744-31999.pbf new file mode 100644 index 00000000..b0e5570a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._32000-32255.pbf b/maplibre/fonts/InterMediumItalic/._32000-32255.pbf new file mode 100644 index 00000000..72215a89 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._32256-32511.pbf b/maplibre/fonts/InterMediumItalic/._32256-32511.pbf new file mode 100644 index 00000000..fc9ad313 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._32512-32767.pbf b/maplibre/fonts/InterMediumItalic/._32512-32767.pbf new file mode 100644 index 00000000..e7a3e014 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._32768-33023.pbf b/maplibre/fonts/InterMediumItalic/._32768-33023.pbf new file mode 100644 index 00000000..89d4c0ce Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._33024-33279.pbf b/maplibre/fonts/InterMediumItalic/._33024-33279.pbf new file mode 100644 index 00000000..81aecdde Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._3328-3583.pbf b/maplibre/fonts/InterMediumItalic/._3328-3583.pbf new file mode 100644 index 00000000..c562beab Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._33280-33535.pbf b/maplibre/fonts/InterMediumItalic/._33280-33535.pbf new file mode 100644 index 00000000..fdf3a384 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._33536-33791.pbf b/maplibre/fonts/InterMediumItalic/._33536-33791.pbf new file mode 100644 index 00000000..f27ded82 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._33792-34047.pbf b/maplibre/fonts/InterMediumItalic/._33792-34047.pbf new file mode 100644 index 00000000..f6a5f280 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._34048-34303.pbf b/maplibre/fonts/InterMediumItalic/._34048-34303.pbf new file mode 100644 index 00000000..cc0c9752 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._34304-34559.pbf b/maplibre/fonts/InterMediumItalic/._34304-34559.pbf new file mode 100644 index 00000000..fc1032cb Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._34560-34815.pbf b/maplibre/fonts/InterMediumItalic/._34560-34815.pbf new file mode 100644 index 00000000..a52498f9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._34816-35071.pbf b/maplibre/fonts/InterMediumItalic/._34816-35071.pbf new file mode 100644 index 00000000..9860219c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._35072-35327.pbf b/maplibre/fonts/InterMediumItalic/._35072-35327.pbf new file mode 100644 index 00000000..9448c989 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._35328-35583.pbf b/maplibre/fonts/InterMediumItalic/._35328-35583.pbf new file mode 100644 index 00000000..4fbf16ee Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._35584-35839.pbf b/maplibre/fonts/InterMediumItalic/._35584-35839.pbf new file mode 100644 index 00000000..5e7428ad Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._3584-3839.pbf b/maplibre/fonts/InterMediumItalic/._3584-3839.pbf new file mode 100644 index 00000000..7a193813 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._35840-36095.pbf b/maplibre/fonts/InterMediumItalic/._35840-36095.pbf new file mode 100644 index 00000000..e1404801 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._36096-36351.pbf b/maplibre/fonts/InterMediumItalic/._36096-36351.pbf new file mode 100644 index 00000000..c666011c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._36352-36607.pbf b/maplibre/fonts/InterMediumItalic/._36352-36607.pbf new file mode 100644 index 00000000..fad6f2db Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._36608-36863.pbf b/maplibre/fonts/InterMediumItalic/._36608-36863.pbf new file mode 100644 index 00000000..6c799648 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._36864-37119.pbf b/maplibre/fonts/InterMediumItalic/._36864-37119.pbf new file mode 100644 index 00000000..1bb9854f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._37120-37375.pbf b/maplibre/fonts/InterMediumItalic/._37120-37375.pbf new file mode 100644 index 00000000..aca117c9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._37376-37631.pbf b/maplibre/fonts/InterMediumItalic/._37376-37631.pbf new file mode 100644 index 00000000..1e9f621b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._37632-37887.pbf b/maplibre/fonts/InterMediumItalic/._37632-37887.pbf new file mode 100644 index 00000000..f6127ca5 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._37888-38143.pbf b/maplibre/fonts/InterMediumItalic/._37888-38143.pbf new file mode 100644 index 00000000..b7286a23 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._38144-38399.pbf b/maplibre/fonts/InterMediumItalic/._38144-38399.pbf new file mode 100644 index 00000000..93abfb7a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._3840-4095.pbf b/maplibre/fonts/InterMediumItalic/._3840-4095.pbf new file mode 100644 index 00000000..a308fbb1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._38400-38655.pbf b/maplibre/fonts/InterMediumItalic/._38400-38655.pbf new file mode 100644 index 00000000..c3413c7f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._38656-38911.pbf b/maplibre/fonts/InterMediumItalic/._38656-38911.pbf new file mode 100644 index 00000000..ef4fd106 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._38912-39167.pbf b/maplibre/fonts/InterMediumItalic/._38912-39167.pbf new file mode 100644 index 00000000..bc570ad7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._39168-39423.pbf b/maplibre/fonts/InterMediumItalic/._39168-39423.pbf new file mode 100644 index 00000000..a3615e5f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._39424-39679.pbf b/maplibre/fonts/InterMediumItalic/._39424-39679.pbf new file mode 100644 index 00000000..3c5186da Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._39680-39935.pbf b/maplibre/fonts/InterMediumItalic/._39680-39935.pbf new file mode 100644 index 00000000..6a41cdc4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._39936-40191.pbf b/maplibre/fonts/InterMediumItalic/._39936-40191.pbf new file mode 100644 index 00000000..7e67f1ce Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._40192-40447.pbf b/maplibre/fonts/InterMediumItalic/._40192-40447.pbf new file mode 100644 index 00000000..145b2317 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._40448-40703.pbf b/maplibre/fonts/InterMediumItalic/._40448-40703.pbf new file mode 100644 index 00000000..70489757 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._40704-40959.pbf b/maplibre/fonts/InterMediumItalic/._40704-40959.pbf new file mode 100644 index 00000000..1b31e45d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._4096-4351.pbf b/maplibre/fonts/InterMediumItalic/._4096-4351.pbf new file mode 100644 index 00000000..70aa7378 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._40960-41215.pbf b/maplibre/fonts/InterMediumItalic/._40960-41215.pbf new file mode 100644 index 00000000..3a1f357e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._41216-41471.pbf b/maplibre/fonts/InterMediumItalic/._41216-41471.pbf new file mode 100644 index 00000000..4f13d0b9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._41472-41727.pbf b/maplibre/fonts/InterMediumItalic/._41472-41727.pbf new file mode 100644 index 00000000..eec4b075 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._41728-41983.pbf b/maplibre/fonts/InterMediumItalic/._41728-41983.pbf new file mode 100644 index 00000000..9ee896c1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._41984-42239.pbf b/maplibre/fonts/InterMediumItalic/._41984-42239.pbf new file mode 100644 index 00000000..a5815b2c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._42240-42495.pbf b/maplibre/fonts/InterMediumItalic/._42240-42495.pbf new file mode 100644 index 00000000..c5a94fa7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._42496-42751.pbf b/maplibre/fonts/InterMediumItalic/._42496-42751.pbf new file mode 100644 index 00000000..4899f5fa Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._42752-43007.pbf b/maplibre/fonts/InterMediumItalic/._42752-43007.pbf new file mode 100644 index 00000000..853bf878 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._43008-43263.pbf b/maplibre/fonts/InterMediumItalic/._43008-43263.pbf new file mode 100644 index 00000000..c0dcdefc Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._43264-43519.pbf b/maplibre/fonts/InterMediumItalic/._43264-43519.pbf new file mode 100644 index 00000000..79f8137c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._4352-4607.pbf b/maplibre/fonts/InterMediumItalic/._4352-4607.pbf new file mode 100644 index 00000000..98cacbca Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._43520-43775.pbf b/maplibre/fonts/InterMediumItalic/._43520-43775.pbf new file mode 100644 index 00000000..6f0d2ac7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._43776-44031.pbf b/maplibre/fonts/InterMediumItalic/._43776-44031.pbf new file mode 100644 index 00000000..32aea291 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._44032-44287.pbf b/maplibre/fonts/InterMediumItalic/._44032-44287.pbf new file mode 100644 index 00000000..0af431fb Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._44288-44543.pbf b/maplibre/fonts/InterMediumItalic/._44288-44543.pbf new file mode 100644 index 00000000..c5ce1b2d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._44544-44799.pbf b/maplibre/fonts/InterMediumItalic/._44544-44799.pbf new file mode 100644 index 00000000..5d242a11 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._44800-45055.pbf b/maplibre/fonts/InterMediumItalic/._44800-45055.pbf new file mode 100644 index 00000000..1002304b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._45056-45311.pbf b/maplibre/fonts/InterMediumItalic/._45056-45311.pbf new file mode 100644 index 00000000..03ead4fc Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._45312-45567.pbf b/maplibre/fonts/InterMediumItalic/._45312-45567.pbf new file mode 100644 index 00000000..bd2354b4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._45568-45823.pbf b/maplibre/fonts/InterMediumItalic/._45568-45823.pbf new file mode 100644 index 00000000..8512f2b6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._45824-46079.pbf b/maplibre/fonts/InterMediumItalic/._45824-46079.pbf new file mode 100644 index 00000000..80d9ae2b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._4608-4863.pbf b/maplibre/fonts/InterMediumItalic/._4608-4863.pbf new file mode 100644 index 00000000..9b07c27a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._46080-46335.pbf b/maplibre/fonts/InterMediumItalic/._46080-46335.pbf new file mode 100644 index 00000000..71cbc130 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._46336-46591.pbf b/maplibre/fonts/InterMediumItalic/._46336-46591.pbf new file mode 100644 index 00000000..45889f2d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._46592-46847.pbf b/maplibre/fonts/InterMediumItalic/._46592-46847.pbf new file mode 100644 index 00000000..1283e250 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._46848-47103.pbf b/maplibre/fonts/InterMediumItalic/._46848-47103.pbf new file mode 100644 index 00000000..a4aadab0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._47104-47359.pbf b/maplibre/fonts/InterMediumItalic/._47104-47359.pbf new file mode 100644 index 00000000..791f792a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._47360-47615.pbf b/maplibre/fonts/InterMediumItalic/._47360-47615.pbf new file mode 100644 index 00000000..dd89c380 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._47616-47871.pbf b/maplibre/fonts/InterMediumItalic/._47616-47871.pbf new file mode 100644 index 00000000..b7f9f3fd Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._47872-48127.pbf b/maplibre/fonts/InterMediumItalic/._47872-48127.pbf new file mode 100644 index 00000000..8fe80ec5 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._48128-48383.pbf b/maplibre/fonts/InterMediumItalic/._48128-48383.pbf new file mode 100644 index 00000000..f3a2374a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._48384-48639.pbf b/maplibre/fonts/InterMediumItalic/._48384-48639.pbf new file mode 100644 index 00000000..03e9cf4c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._4864-5119.pbf b/maplibre/fonts/InterMediumItalic/._4864-5119.pbf new file mode 100644 index 00000000..163b83f7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._48640-48895.pbf b/maplibre/fonts/InterMediumItalic/._48640-48895.pbf new file mode 100644 index 00000000..d7810cc7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._48896-49151.pbf b/maplibre/fonts/InterMediumItalic/._48896-49151.pbf new file mode 100644 index 00000000..91fd9078 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._49152-49407.pbf b/maplibre/fonts/InterMediumItalic/._49152-49407.pbf new file mode 100644 index 00000000..9aff3568 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._49408-49663.pbf b/maplibre/fonts/InterMediumItalic/._49408-49663.pbf new file mode 100644 index 00000000..097e8461 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._49664-49919.pbf b/maplibre/fonts/InterMediumItalic/._49664-49919.pbf new file mode 100644 index 00000000..40c0e387 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._49920-50175.pbf b/maplibre/fonts/InterMediumItalic/._49920-50175.pbf new file mode 100644 index 00000000..79bfde27 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._50176-50431.pbf b/maplibre/fonts/InterMediumItalic/._50176-50431.pbf new file mode 100644 index 00000000..709dbc18 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._50432-50687.pbf b/maplibre/fonts/InterMediumItalic/._50432-50687.pbf new file mode 100644 index 00000000..892c53a4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._50688-50943.pbf b/maplibre/fonts/InterMediumItalic/._50688-50943.pbf new file mode 100644 index 00000000..d9a54fad Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._50944-51199.pbf b/maplibre/fonts/InterMediumItalic/._50944-51199.pbf new file mode 100644 index 00000000..269e6ef1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._512-767.pbf b/maplibre/fonts/InterMediumItalic/._512-767.pbf new file mode 100644 index 00000000..005ec659 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._5120-5375.pbf b/maplibre/fonts/InterMediumItalic/._5120-5375.pbf new file mode 100644 index 00000000..41ac84be Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._51200-51455.pbf b/maplibre/fonts/InterMediumItalic/._51200-51455.pbf new file mode 100644 index 00000000..8c634776 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._51456-51711.pbf b/maplibre/fonts/InterMediumItalic/._51456-51711.pbf new file mode 100644 index 00000000..2003c284 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._51712-51967.pbf b/maplibre/fonts/InterMediumItalic/._51712-51967.pbf new file mode 100644 index 00000000..5ef49eaa Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._51968-52223.pbf b/maplibre/fonts/InterMediumItalic/._51968-52223.pbf new file mode 100644 index 00000000..fa6c436b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._52224-52479.pbf b/maplibre/fonts/InterMediumItalic/._52224-52479.pbf new file mode 100644 index 00000000..c80ffac7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._52480-52735.pbf b/maplibre/fonts/InterMediumItalic/._52480-52735.pbf new file mode 100644 index 00000000..785c52e0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._52736-52991.pbf b/maplibre/fonts/InterMediumItalic/._52736-52991.pbf new file mode 100644 index 00000000..6c35030f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._52992-53247.pbf b/maplibre/fonts/InterMediumItalic/._52992-53247.pbf new file mode 100644 index 00000000..d6183d23 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._53248-53503.pbf b/maplibre/fonts/InterMediumItalic/._53248-53503.pbf new file mode 100644 index 00000000..07146e95 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._53504-53759.pbf b/maplibre/fonts/InterMediumItalic/._53504-53759.pbf new file mode 100644 index 00000000..35007230 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._5376-5631.pbf b/maplibre/fonts/InterMediumItalic/._5376-5631.pbf new file mode 100644 index 00000000..7183a671 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._53760-54015.pbf b/maplibre/fonts/InterMediumItalic/._53760-54015.pbf new file mode 100644 index 00000000..44410dfb Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._54016-54271.pbf b/maplibre/fonts/InterMediumItalic/._54016-54271.pbf new file mode 100644 index 00000000..b0906b08 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._54272-54527.pbf b/maplibre/fonts/InterMediumItalic/._54272-54527.pbf new file mode 100644 index 00000000..d5dc8549 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._54528-54783.pbf b/maplibre/fonts/InterMediumItalic/._54528-54783.pbf new file mode 100644 index 00000000..59052e57 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._54784-55039.pbf b/maplibre/fonts/InterMediumItalic/._54784-55039.pbf new file mode 100644 index 00000000..ac6249b7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._55040-55295.pbf b/maplibre/fonts/InterMediumItalic/._55040-55295.pbf new file mode 100644 index 00000000..fcc5c024 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._55296-55551.pbf b/maplibre/fonts/InterMediumItalic/._55296-55551.pbf new file mode 100644 index 00000000..74e26608 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._55552-55807.pbf b/maplibre/fonts/InterMediumItalic/._55552-55807.pbf new file mode 100644 index 00000000..1a65d3e8 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._55808-56063.pbf b/maplibre/fonts/InterMediumItalic/._55808-56063.pbf new file mode 100644 index 00000000..f6a81814 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._56064-56319.pbf b/maplibre/fonts/InterMediumItalic/._56064-56319.pbf new file mode 100644 index 00000000..962016ad Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._5632-5887.pbf b/maplibre/fonts/InterMediumItalic/._5632-5887.pbf new file mode 100644 index 00000000..a1ada7eb Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._56320-56575.pbf b/maplibre/fonts/InterMediumItalic/._56320-56575.pbf new file mode 100644 index 00000000..7b044ba1 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._56576-56831.pbf b/maplibre/fonts/InterMediumItalic/._56576-56831.pbf new file mode 100644 index 00000000..0d42f65e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._56832-57087.pbf b/maplibre/fonts/InterMediumItalic/._56832-57087.pbf new file mode 100644 index 00000000..707d8fd6 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._57088-57343.pbf b/maplibre/fonts/InterMediumItalic/._57088-57343.pbf new file mode 100644 index 00000000..a504fcbc Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._57344-57599.pbf b/maplibre/fonts/InterMediumItalic/._57344-57599.pbf new file mode 100644 index 00000000..de7e2027 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._57600-57855.pbf b/maplibre/fonts/InterMediumItalic/._57600-57855.pbf new file mode 100644 index 00000000..ff4ffb50 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._57856-58111.pbf b/maplibre/fonts/InterMediumItalic/._57856-58111.pbf new file mode 100644 index 00000000..80072f3c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._58112-58367.pbf b/maplibre/fonts/InterMediumItalic/._58112-58367.pbf new file mode 100644 index 00000000..6e80f2b4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._58368-58623.pbf b/maplibre/fonts/InterMediumItalic/._58368-58623.pbf new file mode 100644 index 00000000..b4ad6261 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._58624-58879.pbf b/maplibre/fonts/InterMediumItalic/._58624-58879.pbf new file mode 100644 index 00000000..cc35254d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._5888-6143.pbf b/maplibre/fonts/InterMediumItalic/._5888-6143.pbf new file mode 100644 index 00000000..d5fd857b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._58880-59135.pbf b/maplibre/fonts/InterMediumItalic/._58880-59135.pbf new file mode 100644 index 00000000..3c82a431 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._59136-59391.pbf b/maplibre/fonts/InterMediumItalic/._59136-59391.pbf new file mode 100644 index 00000000..c4834a2b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._59392-59647.pbf b/maplibre/fonts/InterMediumItalic/._59392-59647.pbf new file mode 100644 index 00000000..4aa890e7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._59648-59903.pbf b/maplibre/fonts/InterMediumItalic/._59648-59903.pbf new file mode 100644 index 00000000..43dcad0e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._59904-60159.pbf b/maplibre/fonts/InterMediumItalic/._59904-60159.pbf new file mode 100644 index 00000000..b5bd019a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._60160-60415.pbf b/maplibre/fonts/InterMediumItalic/._60160-60415.pbf new file mode 100644 index 00000000..273f2d71 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._60416-60671.pbf b/maplibre/fonts/InterMediumItalic/._60416-60671.pbf new file mode 100644 index 00000000..cf39eb89 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._60672-60927.pbf b/maplibre/fonts/InterMediumItalic/._60672-60927.pbf new file mode 100644 index 00000000..231dcdba Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._60928-61183.pbf b/maplibre/fonts/InterMediumItalic/._60928-61183.pbf new file mode 100644 index 00000000..35d268e5 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._61184-61439.pbf b/maplibre/fonts/InterMediumItalic/._61184-61439.pbf new file mode 100644 index 00000000..54153b0f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._6144-6399.pbf b/maplibre/fonts/InterMediumItalic/._6144-6399.pbf new file mode 100644 index 00000000..fdf482f4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._61440-61695.pbf b/maplibre/fonts/InterMediumItalic/._61440-61695.pbf new file mode 100644 index 00000000..d8c4397b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._61696-61951.pbf b/maplibre/fonts/InterMediumItalic/._61696-61951.pbf new file mode 100644 index 00000000..2cdf3f60 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._61952-62207.pbf b/maplibre/fonts/InterMediumItalic/._61952-62207.pbf new file mode 100644 index 00000000..211ffa85 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._62208-62463.pbf b/maplibre/fonts/InterMediumItalic/._62208-62463.pbf new file mode 100644 index 00000000..d318413c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._62464-62719.pbf b/maplibre/fonts/InterMediumItalic/._62464-62719.pbf new file mode 100644 index 00000000..3f1f2b91 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._62720-62975.pbf b/maplibre/fonts/InterMediumItalic/._62720-62975.pbf new file mode 100644 index 00000000..ba004030 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._62976-63231.pbf b/maplibre/fonts/InterMediumItalic/._62976-63231.pbf new file mode 100644 index 00000000..052884c9 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._63232-63487.pbf b/maplibre/fonts/InterMediumItalic/._63232-63487.pbf new file mode 100644 index 00000000..cb9f452a Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._63488-63743.pbf b/maplibre/fonts/InterMediumItalic/._63488-63743.pbf new file mode 100644 index 00000000..1737e483 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._63744-63999.pbf b/maplibre/fonts/InterMediumItalic/._63744-63999.pbf new file mode 100644 index 00000000..fe5ba45f Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._6400-6655.pbf b/maplibre/fonts/InterMediumItalic/._6400-6655.pbf new file mode 100644 index 00000000..9fc5304e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._64000-64255.pbf b/maplibre/fonts/InterMediumItalic/._64000-64255.pbf new file mode 100644 index 00000000..d2556d63 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._64256-64511.pbf b/maplibre/fonts/InterMediumItalic/._64256-64511.pbf new file mode 100644 index 00000000..0a35702c Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._64512-64767.pbf b/maplibre/fonts/InterMediumItalic/._64512-64767.pbf new file mode 100644 index 00000000..7b9fb3f0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._64768-65023.pbf b/maplibre/fonts/InterMediumItalic/._64768-65023.pbf new file mode 100644 index 00000000..37f8ab3b Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._65024-65279.pbf b/maplibre/fonts/InterMediumItalic/._65024-65279.pbf new file mode 100644 index 00000000..9afdc538 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._65280-65535.pbf b/maplibre/fonts/InterMediumItalic/._65280-65535.pbf new file mode 100644 index 00000000..8570f4cf Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._6656-6911.pbf b/maplibre/fonts/InterMediumItalic/._6656-6911.pbf new file mode 100644 index 00000000..bdc7a309 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._6912-7167.pbf b/maplibre/fonts/InterMediumItalic/._6912-7167.pbf new file mode 100644 index 00000000..5129ed7d Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._7168-7423.pbf b/maplibre/fonts/InterMediumItalic/._7168-7423.pbf new file mode 100644 index 00000000..4e5df1e0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._7424-7679.pbf b/maplibre/fonts/InterMediumItalic/._7424-7679.pbf new file mode 100644 index 00000000..3e9093a4 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._768-1023.pbf b/maplibre/fonts/InterMediumItalic/._768-1023.pbf new file mode 100644 index 00000000..b303c48e Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._7680-7935.pbf b/maplibre/fonts/InterMediumItalic/._7680-7935.pbf new file mode 100644 index 00000000..f2eda242 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._7936-8191.pbf b/maplibre/fonts/InterMediumItalic/._7936-8191.pbf new file mode 100644 index 00000000..d97c8a06 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._8192-8447.pbf b/maplibre/fonts/InterMediumItalic/._8192-8447.pbf new file mode 100644 index 00000000..08bde2c3 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._8448-8703.pbf b/maplibre/fonts/InterMediumItalic/._8448-8703.pbf new file mode 100644 index 00000000..ca1bdbbb Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._8704-8959.pbf b/maplibre/fonts/InterMediumItalic/._8704-8959.pbf new file mode 100644 index 00000000..077281e7 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._8960-9215.pbf b/maplibre/fonts/InterMediumItalic/._8960-9215.pbf new file mode 100644 index 00000000..432d1fe0 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._9216-9471.pbf b/maplibre/fonts/InterMediumItalic/._9216-9471.pbf new file mode 100644 index 00000000..f8e68c49 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._9472-9727.pbf b/maplibre/fonts/InterMediumItalic/._9472-9727.pbf new file mode 100644 index 00000000..232fb500 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._9728-9983.pbf b/maplibre/fonts/InterMediumItalic/._9728-9983.pbf new file mode 100644 index 00000000..6347d888 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterMediumItalic/._9984-10239.pbf b/maplibre/fonts/InterMediumItalic/._9984-10239.pbf new file mode 100644 index 00000000..2c274c76 Binary files /dev/null and b/maplibre/fonts/InterMediumItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterRegular/._0-255.pbf b/maplibre/fonts/InterRegular/._0-255.pbf new file mode 100644 index 00000000..9898e848 Binary files /dev/null and b/maplibre/fonts/InterRegular/._0-255.pbf differ diff --git a/maplibre/fonts/InterRegular/._1024-1279.pbf b/maplibre/fonts/InterRegular/._1024-1279.pbf new file mode 100644 index 00000000..408b542f Binary files /dev/null and b/maplibre/fonts/InterRegular/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterRegular/._10240-10495.pbf b/maplibre/fonts/InterRegular/._10240-10495.pbf new file mode 100644 index 00000000..4428b856 Binary files /dev/null and b/maplibre/fonts/InterRegular/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterRegular/._10496-10751.pbf b/maplibre/fonts/InterRegular/._10496-10751.pbf new file mode 100644 index 00000000..967d99b7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterRegular/._10752-11007.pbf b/maplibre/fonts/InterRegular/._10752-11007.pbf new file mode 100644 index 00000000..94b060ee Binary files /dev/null and b/maplibre/fonts/InterRegular/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterRegular/._11008-11263.pbf b/maplibre/fonts/InterRegular/._11008-11263.pbf new file mode 100644 index 00000000..cc29eb9e Binary files /dev/null and b/maplibre/fonts/InterRegular/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterRegular/._11264-11519.pbf b/maplibre/fonts/InterRegular/._11264-11519.pbf new file mode 100644 index 00000000..3c082b27 Binary files /dev/null and b/maplibre/fonts/InterRegular/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterRegular/._11520-11775.pbf b/maplibre/fonts/InterRegular/._11520-11775.pbf new file mode 100644 index 00000000..99571274 Binary files /dev/null and b/maplibre/fonts/InterRegular/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterRegular/._11776-12031.pbf b/maplibre/fonts/InterRegular/._11776-12031.pbf new file mode 100644 index 00000000..e0f77559 Binary files /dev/null and b/maplibre/fonts/InterRegular/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterRegular/._12032-12287.pbf b/maplibre/fonts/InterRegular/._12032-12287.pbf new file mode 100644 index 00000000..66faa820 Binary files /dev/null and b/maplibre/fonts/InterRegular/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterRegular/._12288-12543.pbf b/maplibre/fonts/InterRegular/._12288-12543.pbf new file mode 100644 index 00000000..82640708 Binary files /dev/null and b/maplibre/fonts/InterRegular/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterRegular/._12544-12799.pbf b/maplibre/fonts/InterRegular/._12544-12799.pbf new file mode 100644 index 00000000..586b9a08 Binary files /dev/null and b/maplibre/fonts/InterRegular/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterRegular/._1280-1535.pbf b/maplibre/fonts/InterRegular/._1280-1535.pbf new file mode 100644 index 00000000..87a3674c Binary files /dev/null and b/maplibre/fonts/InterRegular/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterRegular/._12800-13055.pbf b/maplibre/fonts/InterRegular/._12800-13055.pbf new file mode 100644 index 00000000..c25204a7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterRegular/._13056-13311.pbf b/maplibre/fonts/InterRegular/._13056-13311.pbf new file mode 100644 index 00000000..63bc2c07 Binary files /dev/null and b/maplibre/fonts/InterRegular/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterRegular/._13312-13567.pbf b/maplibre/fonts/InterRegular/._13312-13567.pbf new file mode 100644 index 00000000..f1fb3926 Binary files /dev/null and b/maplibre/fonts/InterRegular/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterRegular/._13568-13823.pbf b/maplibre/fonts/InterRegular/._13568-13823.pbf new file mode 100644 index 00000000..9482e5ec Binary files /dev/null and b/maplibre/fonts/InterRegular/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterRegular/._13824-14079.pbf b/maplibre/fonts/InterRegular/._13824-14079.pbf new file mode 100644 index 00000000..3d8867e0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterRegular/._14080-14335.pbf b/maplibre/fonts/InterRegular/._14080-14335.pbf new file mode 100644 index 00000000..0637ac5f Binary files /dev/null and b/maplibre/fonts/InterRegular/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterRegular/._14336-14591.pbf b/maplibre/fonts/InterRegular/._14336-14591.pbf new file mode 100644 index 00000000..c545d1cb Binary files /dev/null and b/maplibre/fonts/InterRegular/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterRegular/._14592-14847.pbf b/maplibre/fonts/InterRegular/._14592-14847.pbf new file mode 100644 index 00000000..35b9b863 Binary files /dev/null and b/maplibre/fonts/InterRegular/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterRegular/._14848-15103.pbf b/maplibre/fonts/InterRegular/._14848-15103.pbf new file mode 100644 index 00000000..34bce8c3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterRegular/._15104-15359.pbf b/maplibre/fonts/InterRegular/._15104-15359.pbf new file mode 100644 index 00000000..7eec02be Binary files /dev/null and b/maplibre/fonts/InterRegular/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterRegular/._1536-1791.pbf b/maplibre/fonts/InterRegular/._1536-1791.pbf new file mode 100644 index 00000000..d26adb88 Binary files /dev/null and b/maplibre/fonts/InterRegular/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterRegular/._15360-15615.pbf b/maplibre/fonts/InterRegular/._15360-15615.pbf new file mode 100644 index 00000000..287deffc Binary files /dev/null and b/maplibre/fonts/InterRegular/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterRegular/._15616-15871.pbf b/maplibre/fonts/InterRegular/._15616-15871.pbf new file mode 100644 index 00000000..966efce4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterRegular/._15872-16127.pbf b/maplibre/fonts/InterRegular/._15872-16127.pbf new file mode 100644 index 00000000..8b1ef05b Binary files /dev/null and b/maplibre/fonts/InterRegular/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterRegular/._16128-16383.pbf b/maplibre/fonts/InterRegular/._16128-16383.pbf new file mode 100644 index 00000000..b63d3aa0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterRegular/._16384-16639.pbf b/maplibre/fonts/InterRegular/._16384-16639.pbf new file mode 100644 index 00000000..563b8fbb Binary files /dev/null and b/maplibre/fonts/InterRegular/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterRegular/._16640-16895.pbf b/maplibre/fonts/InterRegular/._16640-16895.pbf new file mode 100644 index 00000000..bc361002 Binary files /dev/null and b/maplibre/fonts/InterRegular/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterRegular/._16896-17151.pbf b/maplibre/fonts/InterRegular/._16896-17151.pbf new file mode 100644 index 00000000..fd957d51 Binary files /dev/null and b/maplibre/fonts/InterRegular/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterRegular/._17152-17407.pbf b/maplibre/fonts/InterRegular/._17152-17407.pbf new file mode 100644 index 00000000..975c6e57 Binary files /dev/null and b/maplibre/fonts/InterRegular/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterRegular/._17408-17663.pbf b/maplibre/fonts/InterRegular/._17408-17663.pbf new file mode 100644 index 00000000..75844300 Binary files /dev/null and b/maplibre/fonts/InterRegular/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterRegular/._17664-17919.pbf b/maplibre/fonts/InterRegular/._17664-17919.pbf new file mode 100644 index 00000000..f6767a3b Binary files /dev/null and b/maplibre/fonts/InterRegular/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterRegular/._1792-2047.pbf b/maplibre/fonts/InterRegular/._1792-2047.pbf new file mode 100644 index 00000000..c1f785d3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterRegular/._17920-18175.pbf b/maplibre/fonts/InterRegular/._17920-18175.pbf new file mode 100644 index 00000000..a9c2e42a Binary files /dev/null and b/maplibre/fonts/InterRegular/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterRegular/._18176-18431.pbf b/maplibre/fonts/InterRegular/._18176-18431.pbf new file mode 100644 index 00000000..3ef8fc9e Binary files /dev/null and b/maplibre/fonts/InterRegular/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterRegular/._18432-18687.pbf b/maplibre/fonts/InterRegular/._18432-18687.pbf new file mode 100644 index 00000000..68de34a3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterRegular/._18688-18943.pbf b/maplibre/fonts/InterRegular/._18688-18943.pbf new file mode 100644 index 00000000..fc32b47b Binary files /dev/null and b/maplibre/fonts/InterRegular/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterRegular/._18944-19199.pbf b/maplibre/fonts/InterRegular/._18944-19199.pbf new file mode 100644 index 00000000..ce9a99f2 Binary files /dev/null and b/maplibre/fonts/InterRegular/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterRegular/._19200-19455.pbf b/maplibre/fonts/InterRegular/._19200-19455.pbf new file mode 100644 index 00000000..4518a898 Binary files /dev/null and b/maplibre/fonts/InterRegular/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterRegular/._19456-19711.pbf b/maplibre/fonts/InterRegular/._19456-19711.pbf new file mode 100644 index 00000000..16acf4f2 Binary files /dev/null and b/maplibre/fonts/InterRegular/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterRegular/._19712-19967.pbf b/maplibre/fonts/InterRegular/._19712-19967.pbf new file mode 100644 index 00000000..fc99f9c3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterRegular/._19968-20223.pbf b/maplibre/fonts/InterRegular/._19968-20223.pbf new file mode 100644 index 00000000..4b77e028 Binary files /dev/null and b/maplibre/fonts/InterRegular/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterRegular/._20224-20479.pbf b/maplibre/fonts/InterRegular/._20224-20479.pbf new file mode 100644 index 00000000..f4fada6d Binary files /dev/null and b/maplibre/fonts/InterRegular/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterRegular/._2048-2303.pbf b/maplibre/fonts/InterRegular/._2048-2303.pbf new file mode 100644 index 00000000..84a1c9b4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterRegular/._20480-20735.pbf b/maplibre/fonts/InterRegular/._20480-20735.pbf new file mode 100644 index 00000000..f3e6ce59 Binary files /dev/null and b/maplibre/fonts/InterRegular/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterRegular/._20736-20991.pbf b/maplibre/fonts/InterRegular/._20736-20991.pbf new file mode 100644 index 00000000..d0785817 Binary files /dev/null and b/maplibre/fonts/InterRegular/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterRegular/._20992-21247.pbf b/maplibre/fonts/InterRegular/._20992-21247.pbf new file mode 100644 index 00000000..ac38ae08 Binary files /dev/null and b/maplibre/fonts/InterRegular/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterRegular/._21248-21503.pbf b/maplibre/fonts/InterRegular/._21248-21503.pbf new file mode 100644 index 00000000..c1372108 Binary files /dev/null and b/maplibre/fonts/InterRegular/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterRegular/._21504-21759.pbf b/maplibre/fonts/InterRegular/._21504-21759.pbf new file mode 100644 index 00000000..7b38ad98 Binary files /dev/null and b/maplibre/fonts/InterRegular/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterRegular/._21760-22015.pbf b/maplibre/fonts/InterRegular/._21760-22015.pbf new file mode 100644 index 00000000..83aadbf5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterRegular/._22016-22271.pbf b/maplibre/fonts/InterRegular/._22016-22271.pbf new file mode 100644 index 00000000..715a55d2 Binary files /dev/null and b/maplibre/fonts/InterRegular/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterRegular/._22272-22527.pbf b/maplibre/fonts/InterRegular/._22272-22527.pbf new file mode 100644 index 00000000..5782c197 Binary files /dev/null and b/maplibre/fonts/InterRegular/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterRegular/._22528-22783.pbf b/maplibre/fonts/InterRegular/._22528-22783.pbf new file mode 100644 index 00000000..bfaa9c35 Binary files /dev/null and b/maplibre/fonts/InterRegular/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterRegular/._22784-23039.pbf b/maplibre/fonts/InterRegular/._22784-23039.pbf new file mode 100644 index 00000000..540b8e18 Binary files /dev/null and b/maplibre/fonts/InterRegular/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterRegular/._2304-2559.pbf b/maplibre/fonts/InterRegular/._2304-2559.pbf new file mode 100644 index 00000000..3379dd46 Binary files /dev/null and b/maplibre/fonts/InterRegular/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterRegular/._23040-23295.pbf b/maplibre/fonts/InterRegular/._23040-23295.pbf new file mode 100644 index 00000000..8ad15f26 Binary files /dev/null and b/maplibre/fonts/InterRegular/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterRegular/._23296-23551.pbf b/maplibre/fonts/InterRegular/._23296-23551.pbf new file mode 100644 index 00000000..2c9dab23 Binary files /dev/null and b/maplibre/fonts/InterRegular/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterRegular/._23552-23807.pbf b/maplibre/fonts/InterRegular/._23552-23807.pbf new file mode 100644 index 00000000..1310e2e7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterRegular/._23808-24063.pbf b/maplibre/fonts/InterRegular/._23808-24063.pbf new file mode 100644 index 00000000..db1c6def Binary files /dev/null and b/maplibre/fonts/InterRegular/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterRegular/._24064-24319.pbf b/maplibre/fonts/InterRegular/._24064-24319.pbf new file mode 100644 index 00000000..5ba5b13a Binary files /dev/null and b/maplibre/fonts/InterRegular/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterRegular/._24320-24575.pbf b/maplibre/fonts/InterRegular/._24320-24575.pbf new file mode 100644 index 00000000..5fd061e5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterRegular/._24576-24831.pbf b/maplibre/fonts/InterRegular/._24576-24831.pbf new file mode 100644 index 00000000..96457890 Binary files /dev/null and b/maplibre/fonts/InterRegular/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterRegular/._24832-25087.pbf b/maplibre/fonts/InterRegular/._24832-25087.pbf new file mode 100644 index 00000000..b132fe28 Binary files /dev/null and b/maplibre/fonts/InterRegular/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterRegular/._25088-25343.pbf b/maplibre/fonts/InterRegular/._25088-25343.pbf new file mode 100644 index 00000000..783b67c6 Binary files /dev/null and b/maplibre/fonts/InterRegular/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterRegular/._25344-25599.pbf b/maplibre/fonts/InterRegular/._25344-25599.pbf new file mode 100644 index 00000000..95b3801b Binary files /dev/null and b/maplibre/fonts/InterRegular/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterRegular/._256-511.pbf b/maplibre/fonts/InterRegular/._256-511.pbf new file mode 100644 index 00000000..b8aafc39 Binary files /dev/null and b/maplibre/fonts/InterRegular/._256-511.pbf differ diff --git a/maplibre/fonts/InterRegular/._2560-2815.pbf b/maplibre/fonts/InterRegular/._2560-2815.pbf new file mode 100644 index 00000000..93f79474 Binary files /dev/null and b/maplibre/fonts/InterRegular/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterRegular/._25600-25855.pbf b/maplibre/fonts/InterRegular/._25600-25855.pbf new file mode 100644 index 00000000..e8282802 Binary files /dev/null and b/maplibre/fonts/InterRegular/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterRegular/._25856-26111.pbf b/maplibre/fonts/InterRegular/._25856-26111.pbf new file mode 100644 index 00000000..b581f6dc Binary files /dev/null and b/maplibre/fonts/InterRegular/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterRegular/._26112-26367.pbf b/maplibre/fonts/InterRegular/._26112-26367.pbf new file mode 100644 index 00000000..eb2aa5c5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterRegular/._26368-26623.pbf b/maplibre/fonts/InterRegular/._26368-26623.pbf new file mode 100644 index 00000000..7809c00c Binary files /dev/null and b/maplibre/fonts/InterRegular/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterRegular/._26624-26879.pbf b/maplibre/fonts/InterRegular/._26624-26879.pbf new file mode 100644 index 00000000..39b4a9c6 Binary files /dev/null and b/maplibre/fonts/InterRegular/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterRegular/._26880-27135.pbf b/maplibre/fonts/InterRegular/._26880-27135.pbf new file mode 100644 index 00000000..0bcfa1df Binary files /dev/null and b/maplibre/fonts/InterRegular/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterRegular/._27136-27391.pbf b/maplibre/fonts/InterRegular/._27136-27391.pbf new file mode 100644 index 00000000..10fa949a Binary files /dev/null and b/maplibre/fonts/InterRegular/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterRegular/._27392-27647.pbf b/maplibre/fonts/InterRegular/._27392-27647.pbf new file mode 100644 index 00000000..3c6a3342 Binary files /dev/null and b/maplibre/fonts/InterRegular/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterRegular/._27648-27903.pbf b/maplibre/fonts/InterRegular/._27648-27903.pbf new file mode 100644 index 00000000..8d9d5ad1 Binary files /dev/null and b/maplibre/fonts/InterRegular/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterRegular/._27904-28159.pbf b/maplibre/fonts/InterRegular/._27904-28159.pbf new file mode 100644 index 00000000..6260d3ad Binary files /dev/null and b/maplibre/fonts/InterRegular/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterRegular/._2816-3071.pbf b/maplibre/fonts/InterRegular/._2816-3071.pbf new file mode 100644 index 00000000..d74c0c21 Binary files /dev/null and b/maplibre/fonts/InterRegular/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterRegular/._28160-28415.pbf b/maplibre/fonts/InterRegular/._28160-28415.pbf new file mode 100644 index 00000000..ac76f5c8 Binary files /dev/null and b/maplibre/fonts/InterRegular/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterRegular/._28416-28671.pbf b/maplibre/fonts/InterRegular/._28416-28671.pbf new file mode 100644 index 00000000..ef0e5502 Binary files /dev/null and b/maplibre/fonts/InterRegular/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterRegular/._28672-28927.pbf b/maplibre/fonts/InterRegular/._28672-28927.pbf new file mode 100644 index 00000000..5bd06e04 Binary files /dev/null and b/maplibre/fonts/InterRegular/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterRegular/._28928-29183.pbf b/maplibre/fonts/InterRegular/._28928-29183.pbf new file mode 100644 index 00000000..cb8e9216 Binary files /dev/null and b/maplibre/fonts/InterRegular/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterRegular/._29184-29439.pbf b/maplibre/fonts/InterRegular/._29184-29439.pbf new file mode 100644 index 00000000..a8488ba3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterRegular/._29440-29695.pbf b/maplibre/fonts/InterRegular/._29440-29695.pbf new file mode 100644 index 00000000..0154a62c Binary files /dev/null and b/maplibre/fonts/InterRegular/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterRegular/._29696-29951.pbf b/maplibre/fonts/InterRegular/._29696-29951.pbf new file mode 100644 index 00000000..f4c297f5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterRegular/._29952-30207.pbf b/maplibre/fonts/InterRegular/._29952-30207.pbf new file mode 100644 index 00000000..7591d242 Binary files /dev/null and b/maplibre/fonts/InterRegular/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterRegular/._30208-30463.pbf b/maplibre/fonts/InterRegular/._30208-30463.pbf new file mode 100644 index 00000000..c58d8bf5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterRegular/._30464-30719.pbf b/maplibre/fonts/InterRegular/._30464-30719.pbf new file mode 100644 index 00000000..5e1118ee Binary files /dev/null and b/maplibre/fonts/InterRegular/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterRegular/._3072-3327.pbf b/maplibre/fonts/InterRegular/._3072-3327.pbf new file mode 100644 index 00000000..b7c089da Binary files /dev/null and b/maplibre/fonts/InterRegular/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterRegular/._30720-30975.pbf b/maplibre/fonts/InterRegular/._30720-30975.pbf new file mode 100644 index 00000000..4491eae4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterRegular/._30976-31231.pbf b/maplibre/fonts/InterRegular/._30976-31231.pbf new file mode 100644 index 00000000..9f82f285 Binary files /dev/null and b/maplibre/fonts/InterRegular/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterRegular/._31232-31487.pbf b/maplibre/fonts/InterRegular/._31232-31487.pbf new file mode 100644 index 00000000..e42fc3a6 Binary files /dev/null and b/maplibre/fonts/InterRegular/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterRegular/._31488-31743.pbf b/maplibre/fonts/InterRegular/._31488-31743.pbf new file mode 100644 index 00000000..0612167b Binary files /dev/null and b/maplibre/fonts/InterRegular/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterRegular/._31744-31999.pbf b/maplibre/fonts/InterRegular/._31744-31999.pbf new file mode 100644 index 00000000..47f9118b Binary files /dev/null and b/maplibre/fonts/InterRegular/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterRegular/._32000-32255.pbf b/maplibre/fonts/InterRegular/._32000-32255.pbf new file mode 100644 index 00000000..abf3147b Binary files /dev/null and b/maplibre/fonts/InterRegular/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterRegular/._32256-32511.pbf b/maplibre/fonts/InterRegular/._32256-32511.pbf new file mode 100644 index 00000000..0f3cfd27 Binary files /dev/null and b/maplibre/fonts/InterRegular/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterRegular/._32512-32767.pbf b/maplibre/fonts/InterRegular/._32512-32767.pbf new file mode 100644 index 00000000..618faae3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterRegular/._32768-33023.pbf b/maplibre/fonts/InterRegular/._32768-33023.pbf new file mode 100644 index 00000000..b3831339 Binary files /dev/null and b/maplibre/fonts/InterRegular/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterRegular/._33024-33279.pbf b/maplibre/fonts/InterRegular/._33024-33279.pbf new file mode 100644 index 00000000..cffc4098 Binary files /dev/null and b/maplibre/fonts/InterRegular/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterRegular/._3328-3583.pbf b/maplibre/fonts/InterRegular/._3328-3583.pbf new file mode 100644 index 00000000..d08d7383 Binary files /dev/null and b/maplibre/fonts/InterRegular/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterRegular/._33280-33535.pbf b/maplibre/fonts/InterRegular/._33280-33535.pbf new file mode 100644 index 00000000..c9d206d8 Binary files /dev/null and b/maplibre/fonts/InterRegular/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterRegular/._33536-33791.pbf b/maplibre/fonts/InterRegular/._33536-33791.pbf new file mode 100644 index 00000000..e53ca741 Binary files /dev/null and b/maplibre/fonts/InterRegular/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterRegular/._33792-34047.pbf b/maplibre/fonts/InterRegular/._33792-34047.pbf new file mode 100644 index 00000000..a32354ab Binary files /dev/null and b/maplibre/fonts/InterRegular/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterRegular/._34048-34303.pbf b/maplibre/fonts/InterRegular/._34048-34303.pbf new file mode 100644 index 00000000..9bd8cc33 Binary files /dev/null and b/maplibre/fonts/InterRegular/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterRegular/._34304-34559.pbf b/maplibre/fonts/InterRegular/._34304-34559.pbf new file mode 100644 index 00000000..a3ca39f3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterRegular/._34560-34815.pbf b/maplibre/fonts/InterRegular/._34560-34815.pbf new file mode 100644 index 00000000..b86f8777 Binary files /dev/null and b/maplibre/fonts/InterRegular/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterRegular/._34816-35071.pbf b/maplibre/fonts/InterRegular/._34816-35071.pbf new file mode 100644 index 00000000..226e79d5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterRegular/._35072-35327.pbf b/maplibre/fonts/InterRegular/._35072-35327.pbf new file mode 100644 index 00000000..d2ce3fa0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterRegular/._35328-35583.pbf b/maplibre/fonts/InterRegular/._35328-35583.pbf new file mode 100644 index 00000000..d09357a5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterRegular/._35584-35839.pbf b/maplibre/fonts/InterRegular/._35584-35839.pbf new file mode 100644 index 00000000..989e1ee5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterRegular/._3584-3839.pbf b/maplibre/fonts/InterRegular/._3584-3839.pbf new file mode 100644 index 00000000..c5d934ca Binary files /dev/null and b/maplibre/fonts/InterRegular/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterRegular/._35840-36095.pbf b/maplibre/fonts/InterRegular/._35840-36095.pbf new file mode 100644 index 00000000..38f6edde Binary files /dev/null and b/maplibre/fonts/InterRegular/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterRegular/._36096-36351.pbf b/maplibre/fonts/InterRegular/._36096-36351.pbf new file mode 100644 index 00000000..bda08cf5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterRegular/._36352-36607.pbf b/maplibre/fonts/InterRegular/._36352-36607.pbf new file mode 100644 index 00000000..962e0b8c Binary files /dev/null and b/maplibre/fonts/InterRegular/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterRegular/._36608-36863.pbf b/maplibre/fonts/InterRegular/._36608-36863.pbf new file mode 100644 index 00000000..c2d66403 Binary files /dev/null and b/maplibre/fonts/InterRegular/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterRegular/._36864-37119.pbf b/maplibre/fonts/InterRegular/._36864-37119.pbf new file mode 100644 index 00000000..021a9fa6 Binary files /dev/null and b/maplibre/fonts/InterRegular/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterRegular/._37120-37375.pbf b/maplibre/fonts/InterRegular/._37120-37375.pbf new file mode 100644 index 00000000..0c936c34 Binary files /dev/null and b/maplibre/fonts/InterRegular/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterRegular/._37376-37631.pbf b/maplibre/fonts/InterRegular/._37376-37631.pbf new file mode 100644 index 00000000..455aaec8 Binary files /dev/null and b/maplibre/fonts/InterRegular/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterRegular/._37632-37887.pbf b/maplibre/fonts/InterRegular/._37632-37887.pbf new file mode 100644 index 00000000..bb95cad9 Binary files /dev/null and b/maplibre/fonts/InterRegular/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterRegular/._37888-38143.pbf b/maplibre/fonts/InterRegular/._37888-38143.pbf new file mode 100644 index 00000000..7331028b Binary files /dev/null and b/maplibre/fonts/InterRegular/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterRegular/._38144-38399.pbf b/maplibre/fonts/InterRegular/._38144-38399.pbf new file mode 100644 index 00000000..1acf4d0a Binary files /dev/null and b/maplibre/fonts/InterRegular/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterRegular/._3840-4095.pbf b/maplibre/fonts/InterRegular/._3840-4095.pbf new file mode 100644 index 00000000..34800844 Binary files /dev/null and b/maplibre/fonts/InterRegular/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterRegular/._38400-38655.pbf b/maplibre/fonts/InterRegular/._38400-38655.pbf new file mode 100644 index 00000000..57de13fb Binary files /dev/null and b/maplibre/fonts/InterRegular/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterRegular/._38656-38911.pbf b/maplibre/fonts/InterRegular/._38656-38911.pbf new file mode 100644 index 00000000..48ef6bfe Binary files /dev/null and b/maplibre/fonts/InterRegular/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterRegular/._38912-39167.pbf b/maplibre/fonts/InterRegular/._38912-39167.pbf new file mode 100644 index 00000000..ee3ec378 Binary files /dev/null and b/maplibre/fonts/InterRegular/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterRegular/._39168-39423.pbf b/maplibre/fonts/InterRegular/._39168-39423.pbf new file mode 100644 index 00000000..5c41559c Binary files /dev/null and b/maplibre/fonts/InterRegular/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterRegular/._39424-39679.pbf b/maplibre/fonts/InterRegular/._39424-39679.pbf new file mode 100644 index 00000000..24382c2e Binary files /dev/null and b/maplibre/fonts/InterRegular/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterRegular/._39680-39935.pbf b/maplibre/fonts/InterRegular/._39680-39935.pbf new file mode 100644 index 00000000..a374fcbc Binary files /dev/null and b/maplibre/fonts/InterRegular/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterRegular/._39936-40191.pbf b/maplibre/fonts/InterRegular/._39936-40191.pbf new file mode 100644 index 00000000..28c29a38 Binary files /dev/null and b/maplibre/fonts/InterRegular/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterRegular/._40192-40447.pbf b/maplibre/fonts/InterRegular/._40192-40447.pbf new file mode 100644 index 00000000..b8ed37bd Binary files /dev/null and b/maplibre/fonts/InterRegular/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterRegular/._40448-40703.pbf b/maplibre/fonts/InterRegular/._40448-40703.pbf new file mode 100644 index 00000000..c718bbe7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterRegular/._40704-40959.pbf b/maplibre/fonts/InterRegular/._40704-40959.pbf new file mode 100644 index 00000000..07c03600 Binary files /dev/null and b/maplibre/fonts/InterRegular/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterRegular/._4096-4351.pbf b/maplibre/fonts/InterRegular/._4096-4351.pbf new file mode 100644 index 00000000..c6ab15ee Binary files /dev/null and b/maplibre/fonts/InterRegular/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterRegular/._40960-41215.pbf b/maplibre/fonts/InterRegular/._40960-41215.pbf new file mode 100644 index 00000000..ea8d599b Binary files /dev/null and b/maplibre/fonts/InterRegular/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterRegular/._41216-41471.pbf b/maplibre/fonts/InterRegular/._41216-41471.pbf new file mode 100644 index 00000000..115f8e31 Binary files /dev/null and b/maplibre/fonts/InterRegular/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterRegular/._41472-41727.pbf b/maplibre/fonts/InterRegular/._41472-41727.pbf new file mode 100644 index 00000000..c55e9e44 Binary files /dev/null and b/maplibre/fonts/InterRegular/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterRegular/._41728-41983.pbf b/maplibre/fonts/InterRegular/._41728-41983.pbf new file mode 100644 index 00000000..6b111df7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterRegular/._41984-42239.pbf b/maplibre/fonts/InterRegular/._41984-42239.pbf new file mode 100644 index 00000000..cf2160f3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterRegular/._42240-42495.pbf b/maplibre/fonts/InterRegular/._42240-42495.pbf new file mode 100644 index 00000000..a4ad3e38 Binary files /dev/null and b/maplibre/fonts/InterRegular/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterRegular/._42496-42751.pbf b/maplibre/fonts/InterRegular/._42496-42751.pbf new file mode 100644 index 00000000..1e8003f3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterRegular/._42752-43007.pbf b/maplibre/fonts/InterRegular/._42752-43007.pbf new file mode 100644 index 00000000..bd30585a Binary files /dev/null and b/maplibre/fonts/InterRegular/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterRegular/._43008-43263.pbf b/maplibre/fonts/InterRegular/._43008-43263.pbf new file mode 100644 index 00000000..393483f1 Binary files /dev/null and b/maplibre/fonts/InterRegular/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterRegular/._43264-43519.pbf b/maplibre/fonts/InterRegular/._43264-43519.pbf new file mode 100644 index 00000000..d7578bfc Binary files /dev/null and b/maplibre/fonts/InterRegular/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterRegular/._4352-4607.pbf b/maplibre/fonts/InterRegular/._4352-4607.pbf new file mode 100644 index 00000000..ff07fc03 Binary files /dev/null and b/maplibre/fonts/InterRegular/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterRegular/._43520-43775.pbf b/maplibre/fonts/InterRegular/._43520-43775.pbf new file mode 100644 index 00000000..d80c35a5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterRegular/._43776-44031.pbf b/maplibre/fonts/InterRegular/._43776-44031.pbf new file mode 100644 index 00000000..54a33159 Binary files /dev/null and b/maplibre/fonts/InterRegular/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterRegular/._44032-44287.pbf b/maplibre/fonts/InterRegular/._44032-44287.pbf new file mode 100644 index 00000000..80af944c Binary files /dev/null and b/maplibre/fonts/InterRegular/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterRegular/._44288-44543.pbf b/maplibre/fonts/InterRegular/._44288-44543.pbf new file mode 100644 index 00000000..b527374b Binary files /dev/null and b/maplibre/fonts/InterRegular/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterRegular/._44544-44799.pbf b/maplibre/fonts/InterRegular/._44544-44799.pbf new file mode 100644 index 00000000..7b4945e5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterRegular/._44800-45055.pbf b/maplibre/fonts/InterRegular/._44800-45055.pbf new file mode 100644 index 00000000..f764cf5c Binary files /dev/null and b/maplibre/fonts/InterRegular/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterRegular/._45056-45311.pbf b/maplibre/fonts/InterRegular/._45056-45311.pbf new file mode 100644 index 00000000..65a991f0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterRegular/._45312-45567.pbf b/maplibre/fonts/InterRegular/._45312-45567.pbf new file mode 100644 index 00000000..9ea96b29 Binary files /dev/null and b/maplibre/fonts/InterRegular/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterRegular/._45568-45823.pbf b/maplibre/fonts/InterRegular/._45568-45823.pbf new file mode 100644 index 00000000..8c775a0b Binary files /dev/null and b/maplibre/fonts/InterRegular/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterRegular/._45824-46079.pbf b/maplibre/fonts/InterRegular/._45824-46079.pbf new file mode 100644 index 00000000..bc0df170 Binary files /dev/null and b/maplibre/fonts/InterRegular/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterRegular/._4608-4863.pbf b/maplibre/fonts/InterRegular/._4608-4863.pbf new file mode 100644 index 00000000..e4c76d05 Binary files /dev/null and b/maplibre/fonts/InterRegular/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterRegular/._46080-46335.pbf b/maplibre/fonts/InterRegular/._46080-46335.pbf new file mode 100644 index 00000000..9aec2aba Binary files /dev/null and b/maplibre/fonts/InterRegular/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterRegular/._46336-46591.pbf b/maplibre/fonts/InterRegular/._46336-46591.pbf new file mode 100644 index 00000000..513b54e3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterRegular/._46592-46847.pbf b/maplibre/fonts/InterRegular/._46592-46847.pbf new file mode 100644 index 00000000..3b28fb14 Binary files /dev/null and b/maplibre/fonts/InterRegular/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterRegular/._46848-47103.pbf b/maplibre/fonts/InterRegular/._46848-47103.pbf new file mode 100644 index 00000000..16b5d96a Binary files /dev/null and b/maplibre/fonts/InterRegular/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterRegular/._47104-47359.pbf b/maplibre/fonts/InterRegular/._47104-47359.pbf new file mode 100644 index 00000000..b2cf56e4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterRegular/._47360-47615.pbf b/maplibre/fonts/InterRegular/._47360-47615.pbf new file mode 100644 index 00000000..94b2fa5b Binary files /dev/null and b/maplibre/fonts/InterRegular/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterRegular/._47616-47871.pbf b/maplibre/fonts/InterRegular/._47616-47871.pbf new file mode 100644 index 00000000..482c800d Binary files /dev/null and b/maplibre/fonts/InterRegular/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterRegular/._47872-48127.pbf b/maplibre/fonts/InterRegular/._47872-48127.pbf new file mode 100644 index 00000000..085cc1ac Binary files /dev/null and b/maplibre/fonts/InterRegular/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterRegular/._48128-48383.pbf b/maplibre/fonts/InterRegular/._48128-48383.pbf new file mode 100644 index 00000000..90da3ab5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterRegular/._48384-48639.pbf b/maplibre/fonts/InterRegular/._48384-48639.pbf new file mode 100644 index 00000000..bd7c79e9 Binary files /dev/null and b/maplibre/fonts/InterRegular/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterRegular/._4864-5119.pbf b/maplibre/fonts/InterRegular/._4864-5119.pbf new file mode 100644 index 00000000..6bbae05a Binary files /dev/null and b/maplibre/fonts/InterRegular/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterRegular/._48640-48895.pbf b/maplibre/fonts/InterRegular/._48640-48895.pbf new file mode 100644 index 00000000..c56e6e61 Binary files /dev/null and b/maplibre/fonts/InterRegular/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterRegular/._48896-49151.pbf b/maplibre/fonts/InterRegular/._48896-49151.pbf new file mode 100644 index 00000000..125310bc Binary files /dev/null and b/maplibre/fonts/InterRegular/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterRegular/._49152-49407.pbf b/maplibre/fonts/InterRegular/._49152-49407.pbf new file mode 100644 index 00000000..3e08a820 Binary files /dev/null and b/maplibre/fonts/InterRegular/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterRegular/._49408-49663.pbf b/maplibre/fonts/InterRegular/._49408-49663.pbf new file mode 100644 index 00000000..692eb8f4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterRegular/._49664-49919.pbf b/maplibre/fonts/InterRegular/._49664-49919.pbf new file mode 100644 index 00000000..be8e0667 Binary files /dev/null and b/maplibre/fonts/InterRegular/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterRegular/._49920-50175.pbf b/maplibre/fonts/InterRegular/._49920-50175.pbf new file mode 100644 index 00000000..54560202 Binary files /dev/null and b/maplibre/fonts/InterRegular/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterRegular/._50176-50431.pbf b/maplibre/fonts/InterRegular/._50176-50431.pbf new file mode 100644 index 00000000..a6c1d636 Binary files /dev/null and b/maplibre/fonts/InterRegular/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterRegular/._50432-50687.pbf b/maplibre/fonts/InterRegular/._50432-50687.pbf new file mode 100644 index 00000000..f72bf364 Binary files /dev/null and b/maplibre/fonts/InterRegular/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterRegular/._50688-50943.pbf b/maplibre/fonts/InterRegular/._50688-50943.pbf new file mode 100644 index 00000000..76b0b41d Binary files /dev/null and b/maplibre/fonts/InterRegular/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterRegular/._50944-51199.pbf b/maplibre/fonts/InterRegular/._50944-51199.pbf new file mode 100644 index 00000000..6f4f6603 Binary files /dev/null and b/maplibre/fonts/InterRegular/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterRegular/._512-767.pbf b/maplibre/fonts/InterRegular/._512-767.pbf new file mode 100644 index 00000000..1bf4992e Binary files /dev/null and b/maplibre/fonts/InterRegular/._512-767.pbf differ diff --git a/maplibre/fonts/InterRegular/._5120-5375.pbf b/maplibre/fonts/InterRegular/._5120-5375.pbf new file mode 100644 index 00000000..b6ee07fa Binary files /dev/null and b/maplibre/fonts/InterRegular/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterRegular/._51200-51455.pbf b/maplibre/fonts/InterRegular/._51200-51455.pbf new file mode 100644 index 00000000..40c4ce53 Binary files /dev/null and b/maplibre/fonts/InterRegular/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterRegular/._51456-51711.pbf b/maplibre/fonts/InterRegular/._51456-51711.pbf new file mode 100644 index 00000000..91157b22 Binary files /dev/null and b/maplibre/fonts/InterRegular/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterRegular/._51712-51967.pbf b/maplibre/fonts/InterRegular/._51712-51967.pbf new file mode 100644 index 00000000..c665c4aa Binary files /dev/null and b/maplibre/fonts/InterRegular/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterRegular/._51968-52223.pbf b/maplibre/fonts/InterRegular/._51968-52223.pbf new file mode 100644 index 00000000..bacd442b Binary files /dev/null and b/maplibre/fonts/InterRegular/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterRegular/._52224-52479.pbf b/maplibre/fonts/InterRegular/._52224-52479.pbf new file mode 100644 index 00000000..2a12772b Binary files /dev/null and b/maplibre/fonts/InterRegular/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterRegular/._52480-52735.pbf b/maplibre/fonts/InterRegular/._52480-52735.pbf new file mode 100644 index 00000000..2f4e5ca3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterRegular/._52736-52991.pbf b/maplibre/fonts/InterRegular/._52736-52991.pbf new file mode 100644 index 00000000..fd355277 Binary files /dev/null and b/maplibre/fonts/InterRegular/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterRegular/._52992-53247.pbf b/maplibre/fonts/InterRegular/._52992-53247.pbf new file mode 100644 index 00000000..26121235 Binary files /dev/null and b/maplibre/fonts/InterRegular/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterRegular/._53248-53503.pbf b/maplibre/fonts/InterRegular/._53248-53503.pbf new file mode 100644 index 00000000..c167c207 Binary files /dev/null and b/maplibre/fonts/InterRegular/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterRegular/._53504-53759.pbf b/maplibre/fonts/InterRegular/._53504-53759.pbf new file mode 100644 index 00000000..72872b4b Binary files /dev/null and b/maplibre/fonts/InterRegular/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterRegular/._5376-5631.pbf b/maplibre/fonts/InterRegular/._5376-5631.pbf new file mode 100644 index 00000000..f9b5e876 Binary files /dev/null and b/maplibre/fonts/InterRegular/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterRegular/._53760-54015.pbf b/maplibre/fonts/InterRegular/._53760-54015.pbf new file mode 100644 index 00000000..4e4d7159 Binary files /dev/null and b/maplibre/fonts/InterRegular/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterRegular/._54016-54271.pbf b/maplibre/fonts/InterRegular/._54016-54271.pbf new file mode 100644 index 00000000..210e4706 Binary files /dev/null and b/maplibre/fonts/InterRegular/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterRegular/._54272-54527.pbf b/maplibre/fonts/InterRegular/._54272-54527.pbf new file mode 100644 index 00000000..354c930e Binary files /dev/null and b/maplibre/fonts/InterRegular/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterRegular/._54528-54783.pbf b/maplibre/fonts/InterRegular/._54528-54783.pbf new file mode 100644 index 00000000..876a067e Binary files /dev/null and b/maplibre/fonts/InterRegular/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterRegular/._54784-55039.pbf b/maplibre/fonts/InterRegular/._54784-55039.pbf new file mode 100644 index 00000000..9df2f56d Binary files /dev/null and b/maplibre/fonts/InterRegular/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterRegular/._55040-55295.pbf b/maplibre/fonts/InterRegular/._55040-55295.pbf new file mode 100644 index 00000000..d51accc5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterRegular/._55296-55551.pbf b/maplibre/fonts/InterRegular/._55296-55551.pbf new file mode 100644 index 00000000..8f248695 Binary files /dev/null and b/maplibre/fonts/InterRegular/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterRegular/._55552-55807.pbf b/maplibre/fonts/InterRegular/._55552-55807.pbf new file mode 100644 index 00000000..85a4b994 Binary files /dev/null and b/maplibre/fonts/InterRegular/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterRegular/._55808-56063.pbf b/maplibre/fonts/InterRegular/._55808-56063.pbf new file mode 100644 index 00000000..8ab6f8b9 Binary files /dev/null and b/maplibre/fonts/InterRegular/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterRegular/._56064-56319.pbf b/maplibre/fonts/InterRegular/._56064-56319.pbf new file mode 100644 index 00000000..b577db4c Binary files /dev/null and b/maplibre/fonts/InterRegular/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterRegular/._5632-5887.pbf b/maplibre/fonts/InterRegular/._5632-5887.pbf new file mode 100644 index 00000000..ca49d077 Binary files /dev/null and b/maplibre/fonts/InterRegular/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterRegular/._56320-56575.pbf b/maplibre/fonts/InterRegular/._56320-56575.pbf new file mode 100644 index 00000000..e4acbb7f Binary files /dev/null and b/maplibre/fonts/InterRegular/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterRegular/._56576-56831.pbf b/maplibre/fonts/InterRegular/._56576-56831.pbf new file mode 100644 index 00000000..6c350ede Binary files /dev/null and b/maplibre/fonts/InterRegular/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterRegular/._56832-57087.pbf b/maplibre/fonts/InterRegular/._56832-57087.pbf new file mode 100644 index 00000000..8cb538f3 Binary files /dev/null and b/maplibre/fonts/InterRegular/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterRegular/._57088-57343.pbf b/maplibre/fonts/InterRegular/._57088-57343.pbf new file mode 100644 index 00000000..3ed09177 Binary files /dev/null and b/maplibre/fonts/InterRegular/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterRegular/._57344-57599.pbf b/maplibre/fonts/InterRegular/._57344-57599.pbf new file mode 100644 index 00000000..99c3f395 Binary files /dev/null and b/maplibre/fonts/InterRegular/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterRegular/._57600-57855.pbf b/maplibre/fonts/InterRegular/._57600-57855.pbf new file mode 100644 index 00000000..aed1d51d Binary files /dev/null and b/maplibre/fonts/InterRegular/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterRegular/._57856-58111.pbf b/maplibre/fonts/InterRegular/._57856-58111.pbf new file mode 100644 index 00000000..14ad704d Binary files /dev/null and b/maplibre/fonts/InterRegular/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterRegular/._58112-58367.pbf b/maplibre/fonts/InterRegular/._58112-58367.pbf new file mode 100644 index 00000000..804d4b78 Binary files /dev/null and b/maplibre/fonts/InterRegular/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterRegular/._58368-58623.pbf b/maplibre/fonts/InterRegular/._58368-58623.pbf new file mode 100644 index 00000000..58639bd9 Binary files /dev/null and b/maplibre/fonts/InterRegular/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterRegular/._58624-58879.pbf b/maplibre/fonts/InterRegular/._58624-58879.pbf new file mode 100644 index 00000000..623d5cbd Binary files /dev/null and b/maplibre/fonts/InterRegular/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterRegular/._5888-6143.pbf b/maplibre/fonts/InterRegular/._5888-6143.pbf new file mode 100644 index 00000000..cec8e02c Binary files /dev/null and b/maplibre/fonts/InterRegular/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterRegular/._58880-59135.pbf b/maplibre/fonts/InterRegular/._58880-59135.pbf new file mode 100644 index 00000000..7773c82c Binary files /dev/null and b/maplibre/fonts/InterRegular/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterRegular/._59136-59391.pbf b/maplibre/fonts/InterRegular/._59136-59391.pbf new file mode 100644 index 00000000..9c5a53e0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterRegular/._59392-59647.pbf b/maplibre/fonts/InterRegular/._59392-59647.pbf new file mode 100644 index 00000000..17cea21d Binary files /dev/null and b/maplibre/fonts/InterRegular/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterRegular/._59648-59903.pbf b/maplibre/fonts/InterRegular/._59648-59903.pbf new file mode 100644 index 00000000..304a2dca Binary files /dev/null and b/maplibre/fonts/InterRegular/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterRegular/._59904-60159.pbf b/maplibre/fonts/InterRegular/._59904-60159.pbf new file mode 100644 index 00000000..07d89350 Binary files /dev/null and b/maplibre/fonts/InterRegular/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterRegular/._60160-60415.pbf b/maplibre/fonts/InterRegular/._60160-60415.pbf new file mode 100644 index 00000000..3ce55d83 Binary files /dev/null and b/maplibre/fonts/InterRegular/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterRegular/._60416-60671.pbf b/maplibre/fonts/InterRegular/._60416-60671.pbf new file mode 100644 index 00000000..725e1dde Binary files /dev/null and b/maplibre/fonts/InterRegular/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterRegular/._60672-60927.pbf b/maplibre/fonts/InterRegular/._60672-60927.pbf new file mode 100644 index 00000000..f28c0f94 Binary files /dev/null and b/maplibre/fonts/InterRegular/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterRegular/._60928-61183.pbf b/maplibre/fonts/InterRegular/._60928-61183.pbf new file mode 100644 index 00000000..b14c65be Binary files /dev/null and b/maplibre/fonts/InterRegular/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterRegular/._61184-61439.pbf b/maplibre/fonts/InterRegular/._61184-61439.pbf new file mode 100644 index 00000000..652c83ee Binary files /dev/null and b/maplibre/fonts/InterRegular/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterRegular/._6144-6399.pbf b/maplibre/fonts/InterRegular/._6144-6399.pbf new file mode 100644 index 00000000..e6ba1e25 Binary files /dev/null and b/maplibre/fonts/InterRegular/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterRegular/._61440-61695.pbf b/maplibre/fonts/InterRegular/._61440-61695.pbf new file mode 100644 index 00000000..14ede95c Binary files /dev/null and b/maplibre/fonts/InterRegular/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterRegular/._61696-61951.pbf b/maplibre/fonts/InterRegular/._61696-61951.pbf new file mode 100644 index 00000000..2041386d Binary files /dev/null and b/maplibre/fonts/InterRegular/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterRegular/._61952-62207.pbf b/maplibre/fonts/InterRegular/._61952-62207.pbf new file mode 100644 index 00000000..1b50ca1e Binary files /dev/null and b/maplibre/fonts/InterRegular/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterRegular/._62208-62463.pbf b/maplibre/fonts/InterRegular/._62208-62463.pbf new file mode 100644 index 00000000..47142cb8 Binary files /dev/null and b/maplibre/fonts/InterRegular/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterRegular/._62464-62719.pbf b/maplibre/fonts/InterRegular/._62464-62719.pbf new file mode 100644 index 00000000..a2c11bef Binary files /dev/null and b/maplibre/fonts/InterRegular/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterRegular/._62720-62975.pbf b/maplibre/fonts/InterRegular/._62720-62975.pbf new file mode 100644 index 00000000..20a38603 Binary files /dev/null and b/maplibre/fonts/InterRegular/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterRegular/._62976-63231.pbf b/maplibre/fonts/InterRegular/._62976-63231.pbf new file mode 100644 index 00000000..74020246 Binary files /dev/null and b/maplibre/fonts/InterRegular/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterRegular/._63232-63487.pbf b/maplibre/fonts/InterRegular/._63232-63487.pbf new file mode 100644 index 00000000..ddc00f25 Binary files /dev/null and b/maplibre/fonts/InterRegular/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterRegular/._63488-63743.pbf b/maplibre/fonts/InterRegular/._63488-63743.pbf new file mode 100644 index 00000000..c7a108eb Binary files /dev/null and b/maplibre/fonts/InterRegular/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterRegular/._63744-63999.pbf b/maplibre/fonts/InterRegular/._63744-63999.pbf new file mode 100644 index 00000000..c2d82117 Binary files /dev/null and b/maplibre/fonts/InterRegular/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterRegular/._6400-6655.pbf b/maplibre/fonts/InterRegular/._6400-6655.pbf new file mode 100644 index 00000000..089a0a7c Binary files /dev/null and b/maplibre/fonts/InterRegular/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterRegular/._64000-64255.pbf b/maplibre/fonts/InterRegular/._64000-64255.pbf new file mode 100644 index 00000000..0e9e9344 Binary files /dev/null and b/maplibre/fonts/InterRegular/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterRegular/._64256-64511.pbf b/maplibre/fonts/InterRegular/._64256-64511.pbf new file mode 100644 index 00000000..9bc14ec0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterRegular/._64512-64767.pbf b/maplibre/fonts/InterRegular/._64512-64767.pbf new file mode 100644 index 00000000..97665d43 Binary files /dev/null and b/maplibre/fonts/InterRegular/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterRegular/._64768-65023.pbf b/maplibre/fonts/InterRegular/._64768-65023.pbf new file mode 100644 index 00000000..bb2874e2 Binary files /dev/null and b/maplibre/fonts/InterRegular/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterRegular/._65024-65279.pbf b/maplibre/fonts/InterRegular/._65024-65279.pbf new file mode 100644 index 00000000..d58b5424 Binary files /dev/null and b/maplibre/fonts/InterRegular/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterRegular/._65280-65535.pbf b/maplibre/fonts/InterRegular/._65280-65535.pbf new file mode 100644 index 00000000..771887fc Binary files /dev/null and b/maplibre/fonts/InterRegular/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterRegular/._6656-6911.pbf b/maplibre/fonts/InterRegular/._6656-6911.pbf new file mode 100644 index 00000000..d6dce121 Binary files /dev/null and b/maplibre/fonts/InterRegular/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterRegular/._6912-7167.pbf b/maplibre/fonts/InterRegular/._6912-7167.pbf new file mode 100644 index 00000000..e23482e4 Binary files /dev/null and b/maplibre/fonts/InterRegular/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterRegular/._7168-7423.pbf b/maplibre/fonts/InterRegular/._7168-7423.pbf new file mode 100644 index 00000000..51ae3fa7 Binary files /dev/null and b/maplibre/fonts/InterRegular/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterRegular/._7424-7679.pbf b/maplibre/fonts/InterRegular/._7424-7679.pbf new file mode 100644 index 00000000..b5cb0207 Binary files /dev/null and b/maplibre/fonts/InterRegular/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterRegular/._768-1023.pbf b/maplibre/fonts/InterRegular/._768-1023.pbf new file mode 100644 index 00000000..442612e5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._768-1023.pbf differ diff --git a/maplibre/fonts/InterRegular/._7680-7935.pbf b/maplibre/fonts/InterRegular/._7680-7935.pbf new file mode 100644 index 00000000..4b12ad2f Binary files /dev/null and b/maplibre/fonts/InterRegular/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterRegular/._7936-8191.pbf b/maplibre/fonts/InterRegular/._7936-8191.pbf new file mode 100644 index 00000000..d81f90b2 Binary files /dev/null and b/maplibre/fonts/InterRegular/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterRegular/._8192-8447.pbf b/maplibre/fonts/InterRegular/._8192-8447.pbf new file mode 100644 index 00000000..971352d9 Binary files /dev/null and b/maplibre/fonts/InterRegular/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterRegular/._8448-8703.pbf b/maplibre/fonts/InterRegular/._8448-8703.pbf new file mode 100644 index 00000000..116e68ad Binary files /dev/null and b/maplibre/fonts/InterRegular/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterRegular/._8704-8959.pbf b/maplibre/fonts/InterRegular/._8704-8959.pbf new file mode 100644 index 00000000..0ffaae84 Binary files /dev/null and b/maplibre/fonts/InterRegular/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterRegular/._8960-9215.pbf b/maplibre/fonts/InterRegular/._8960-9215.pbf new file mode 100644 index 00000000..f84d8a82 Binary files /dev/null and b/maplibre/fonts/InterRegular/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterRegular/._9216-9471.pbf b/maplibre/fonts/InterRegular/._9216-9471.pbf new file mode 100644 index 00000000..5b20fb9c Binary files /dev/null and b/maplibre/fonts/InterRegular/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterRegular/._9472-9727.pbf b/maplibre/fonts/InterRegular/._9472-9727.pbf new file mode 100644 index 00000000..4ce3914b Binary files /dev/null and b/maplibre/fonts/InterRegular/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterRegular/._9728-9983.pbf b/maplibre/fonts/InterRegular/._9728-9983.pbf new file mode 100644 index 00000000..477a09a0 Binary files /dev/null and b/maplibre/fonts/InterRegular/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterRegular/._9984-10239.pbf b/maplibre/fonts/InterRegular/._9984-10239.pbf new file mode 100644 index 00000000..c94757c5 Binary files /dev/null and b/maplibre/fonts/InterRegular/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._0-255.pbf b/maplibre/fonts/InterSemiBold/._0-255.pbf new file mode 100644 index 00000000..9fdc7c86 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._0-255.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._1024-1279.pbf b/maplibre/fonts/InterSemiBold/._1024-1279.pbf new file mode 100644 index 00000000..d8eda2d6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._10240-10495.pbf b/maplibre/fonts/InterSemiBold/._10240-10495.pbf new file mode 100644 index 00000000..07162460 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._10496-10751.pbf b/maplibre/fonts/InterSemiBold/._10496-10751.pbf new file mode 100644 index 00000000..8e356bb0 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._10752-11007.pbf b/maplibre/fonts/InterSemiBold/._10752-11007.pbf new file mode 100644 index 00000000..e2e08a6a Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._11008-11263.pbf b/maplibre/fonts/InterSemiBold/._11008-11263.pbf new file mode 100644 index 00000000..f7363be5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._11264-11519.pbf b/maplibre/fonts/InterSemiBold/._11264-11519.pbf new file mode 100644 index 00000000..f34fa678 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._11520-11775.pbf b/maplibre/fonts/InterSemiBold/._11520-11775.pbf new file mode 100644 index 00000000..d92d7bb2 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._11776-12031.pbf b/maplibre/fonts/InterSemiBold/._11776-12031.pbf new file mode 100644 index 00000000..b7114167 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._12032-12287.pbf b/maplibre/fonts/InterSemiBold/._12032-12287.pbf new file mode 100644 index 00000000..13ba71e9 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._12288-12543.pbf b/maplibre/fonts/InterSemiBold/._12288-12543.pbf new file mode 100644 index 00000000..3b75173f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._12544-12799.pbf b/maplibre/fonts/InterSemiBold/._12544-12799.pbf new file mode 100644 index 00000000..83cf5c73 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._1280-1535.pbf b/maplibre/fonts/InterSemiBold/._1280-1535.pbf new file mode 100644 index 00000000..787e173d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._12800-13055.pbf b/maplibre/fonts/InterSemiBold/._12800-13055.pbf new file mode 100644 index 00000000..eb25bd0e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._13056-13311.pbf b/maplibre/fonts/InterSemiBold/._13056-13311.pbf new file mode 100644 index 00000000..120c6787 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._13312-13567.pbf b/maplibre/fonts/InterSemiBold/._13312-13567.pbf new file mode 100644 index 00000000..75c8e66f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._13568-13823.pbf b/maplibre/fonts/InterSemiBold/._13568-13823.pbf new file mode 100644 index 00000000..da3078d7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._13824-14079.pbf b/maplibre/fonts/InterSemiBold/._13824-14079.pbf new file mode 100644 index 00000000..c0afb3fb Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._14080-14335.pbf b/maplibre/fonts/InterSemiBold/._14080-14335.pbf new file mode 100644 index 00000000..5373c89a Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._14336-14591.pbf b/maplibre/fonts/InterSemiBold/._14336-14591.pbf new file mode 100644 index 00000000..e13bc396 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._14592-14847.pbf b/maplibre/fonts/InterSemiBold/._14592-14847.pbf new file mode 100644 index 00000000..5b6548d3 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._14848-15103.pbf b/maplibre/fonts/InterSemiBold/._14848-15103.pbf new file mode 100644 index 00000000..c3a07947 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._15104-15359.pbf b/maplibre/fonts/InterSemiBold/._15104-15359.pbf new file mode 100644 index 00000000..e29b29e1 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._1536-1791.pbf b/maplibre/fonts/InterSemiBold/._1536-1791.pbf new file mode 100644 index 00000000..6047f82d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._15360-15615.pbf b/maplibre/fonts/InterSemiBold/._15360-15615.pbf new file mode 100644 index 00000000..7979c67e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._15616-15871.pbf b/maplibre/fonts/InterSemiBold/._15616-15871.pbf new file mode 100644 index 00000000..f7bfa8b7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._15872-16127.pbf b/maplibre/fonts/InterSemiBold/._15872-16127.pbf new file mode 100644 index 00000000..65e2a657 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._16128-16383.pbf b/maplibre/fonts/InterSemiBold/._16128-16383.pbf new file mode 100644 index 00000000..563f694f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._16384-16639.pbf b/maplibre/fonts/InterSemiBold/._16384-16639.pbf new file mode 100644 index 00000000..074eb077 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._16640-16895.pbf b/maplibre/fonts/InterSemiBold/._16640-16895.pbf new file mode 100644 index 00000000..0cb86ffe Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._16896-17151.pbf b/maplibre/fonts/InterSemiBold/._16896-17151.pbf new file mode 100644 index 00000000..d08c8e14 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._17152-17407.pbf b/maplibre/fonts/InterSemiBold/._17152-17407.pbf new file mode 100644 index 00000000..d0706dcd Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._17408-17663.pbf b/maplibre/fonts/InterSemiBold/._17408-17663.pbf new file mode 100644 index 00000000..b8ccc669 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._17664-17919.pbf b/maplibre/fonts/InterSemiBold/._17664-17919.pbf new file mode 100644 index 00000000..c3601d27 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._1792-2047.pbf b/maplibre/fonts/InterSemiBold/._1792-2047.pbf new file mode 100644 index 00000000..0418ae05 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._17920-18175.pbf b/maplibre/fonts/InterSemiBold/._17920-18175.pbf new file mode 100644 index 00000000..fa9a3700 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._18176-18431.pbf b/maplibre/fonts/InterSemiBold/._18176-18431.pbf new file mode 100644 index 00000000..bd5a9d05 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._18432-18687.pbf b/maplibre/fonts/InterSemiBold/._18432-18687.pbf new file mode 100644 index 00000000..f0f477ed Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._18688-18943.pbf b/maplibre/fonts/InterSemiBold/._18688-18943.pbf new file mode 100644 index 00000000..ff8aa137 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._18944-19199.pbf b/maplibre/fonts/InterSemiBold/._18944-19199.pbf new file mode 100644 index 00000000..a36da18f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._19200-19455.pbf b/maplibre/fonts/InterSemiBold/._19200-19455.pbf new file mode 100644 index 00000000..604e86d5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._19456-19711.pbf b/maplibre/fonts/InterSemiBold/._19456-19711.pbf new file mode 100644 index 00000000..ec76464e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._19712-19967.pbf b/maplibre/fonts/InterSemiBold/._19712-19967.pbf new file mode 100644 index 00000000..52a6c8fc Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._19968-20223.pbf b/maplibre/fonts/InterSemiBold/._19968-20223.pbf new file mode 100644 index 00000000..19827868 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._20224-20479.pbf b/maplibre/fonts/InterSemiBold/._20224-20479.pbf new file mode 100644 index 00000000..9a403cb5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._2048-2303.pbf b/maplibre/fonts/InterSemiBold/._2048-2303.pbf new file mode 100644 index 00000000..29590a16 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._20480-20735.pbf b/maplibre/fonts/InterSemiBold/._20480-20735.pbf new file mode 100644 index 00000000..2c85be48 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._20736-20991.pbf b/maplibre/fonts/InterSemiBold/._20736-20991.pbf new file mode 100644 index 00000000..4d312855 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._20992-21247.pbf b/maplibre/fonts/InterSemiBold/._20992-21247.pbf new file mode 100644 index 00000000..a98b3ce7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._21248-21503.pbf b/maplibre/fonts/InterSemiBold/._21248-21503.pbf new file mode 100644 index 00000000..5bd5a14e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._21504-21759.pbf b/maplibre/fonts/InterSemiBold/._21504-21759.pbf new file mode 100644 index 00000000..f032d812 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._21760-22015.pbf b/maplibre/fonts/InterSemiBold/._21760-22015.pbf new file mode 100644 index 00000000..71f81bad Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._22016-22271.pbf b/maplibre/fonts/InterSemiBold/._22016-22271.pbf new file mode 100644 index 00000000..56be9c43 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._22272-22527.pbf b/maplibre/fonts/InterSemiBold/._22272-22527.pbf new file mode 100644 index 00000000..51a1ab53 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._22528-22783.pbf b/maplibre/fonts/InterSemiBold/._22528-22783.pbf new file mode 100644 index 00000000..f3665c62 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._22784-23039.pbf b/maplibre/fonts/InterSemiBold/._22784-23039.pbf new file mode 100644 index 00000000..e9152796 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._2304-2559.pbf b/maplibre/fonts/InterSemiBold/._2304-2559.pbf new file mode 100644 index 00000000..aeef587b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._23040-23295.pbf b/maplibre/fonts/InterSemiBold/._23040-23295.pbf new file mode 100644 index 00000000..32ddeccd Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._23296-23551.pbf b/maplibre/fonts/InterSemiBold/._23296-23551.pbf new file mode 100644 index 00000000..7dfb3ed5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._23552-23807.pbf b/maplibre/fonts/InterSemiBold/._23552-23807.pbf new file mode 100644 index 00000000..ff315794 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._23808-24063.pbf b/maplibre/fonts/InterSemiBold/._23808-24063.pbf new file mode 100644 index 00000000..0b3d84a9 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._24064-24319.pbf b/maplibre/fonts/InterSemiBold/._24064-24319.pbf new file mode 100644 index 00000000..4ac7f222 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._24320-24575.pbf b/maplibre/fonts/InterSemiBold/._24320-24575.pbf new file mode 100644 index 00000000..c1cf0365 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._24576-24831.pbf b/maplibre/fonts/InterSemiBold/._24576-24831.pbf new file mode 100644 index 00000000..2a49ee6d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._24832-25087.pbf b/maplibre/fonts/InterSemiBold/._24832-25087.pbf new file mode 100644 index 00000000..687c4f12 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._25088-25343.pbf b/maplibre/fonts/InterSemiBold/._25088-25343.pbf new file mode 100644 index 00000000..49066699 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._25344-25599.pbf b/maplibre/fonts/InterSemiBold/._25344-25599.pbf new file mode 100644 index 00000000..f041cf0d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._256-511.pbf b/maplibre/fonts/InterSemiBold/._256-511.pbf new file mode 100644 index 00000000..99ded520 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._256-511.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._2560-2815.pbf b/maplibre/fonts/InterSemiBold/._2560-2815.pbf new file mode 100644 index 00000000..8cfe168e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._25600-25855.pbf b/maplibre/fonts/InterSemiBold/._25600-25855.pbf new file mode 100644 index 00000000..ed3812ba Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._25856-26111.pbf b/maplibre/fonts/InterSemiBold/._25856-26111.pbf new file mode 100644 index 00000000..6985dc21 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._26112-26367.pbf b/maplibre/fonts/InterSemiBold/._26112-26367.pbf new file mode 100644 index 00000000..2844544b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._26368-26623.pbf b/maplibre/fonts/InterSemiBold/._26368-26623.pbf new file mode 100644 index 00000000..4b0380e6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._26624-26879.pbf b/maplibre/fonts/InterSemiBold/._26624-26879.pbf new file mode 100644 index 00000000..1a84cbde Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._26880-27135.pbf b/maplibre/fonts/InterSemiBold/._26880-27135.pbf new file mode 100644 index 00000000..09f3962d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._27136-27391.pbf b/maplibre/fonts/InterSemiBold/._27136-27391.pbf new file mode 100644 index 00000000..73f783f1 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._27392-27647.pbf b/maplibre/fonts/InterSemiBold/._27392-27647.pbf new file mode 100644 index 00000000..eeffc1ff Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._27648-27903.pbf b/maplibre/fonts/InterSemiBold/._27648-27903.pbf new file mode 100644 index 00000000..62203d8d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._27904-28159.pbf b/maplibre/fonts/InterSemiBold/._27904-28159.pbf new file mode 100644 index 00000000..20328929 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._2816-3071.pbf b/maplibre/fonts/InterSemiBold/._2816-3071.pbf new file mode 100644 index 00000000..ce2cf207 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._28160-28415.pbf b/maplibre/fonts/InterSemiBold/._28160-28415.pbf new file mode 100644 index 00000000..64d2e853 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._28416-28671.pbf b/maplibre/fonts/InterSemiBold/._28416-28671.pbf new file mode 100644 index 00000000..cf0fe647 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._28672-28927.pbf b/maplibre/fonts/InterSemiBold/._28672-28927.pbf new file mode 100644 index 00000000..52ffd178 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._28928-29183.pbf b/maplibre/fonts/InterSemiBold/._28928-29183.pbf new file mode 100644 index 00000000..c3342eed Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._29184-29439.pbf b/maplibre/fonts/InterSemiBold/._29184-29439.pbf new file mode 100644 index 00000000..9a1ce995 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._29440-29695.pbf b/maplibre/fonts/InterSemiBold/._29440-29695.pbf new file mode 100644 index 00000000..4a4475c5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._29696-29951.pbf b/maplibre/fonts/InterSemiBold/._29696-29951.pbf new file mode 100644 index 00000000..dd5dd855 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._29952-30207.pbf b/maplibre/fonts/InterSemiBold/._29952-30207.pbf new file mode 100644 index 00000000..c3926b15 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._30208-30463.pbf b/maplibre/fonts/InterSemiBold/._30208-30463.pbf new file mode 100644 index 00000000..efe2bd34 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._30464-30719.pbf b/maplibre/fonts/InterSemiBold/._30464-30719.pbf new file mode 100644 index 00000000..dd5a5953 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._3072-3327.pbf b/maplibre/fonts/InterSemiBold/._3072-3327.pbf new file mode 100644 index 00000000..795ce588 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._30720-30975.pbf b/maplibre/fonts/InterSemiBold/._30720-30975.pbf new file mode 100644 index 00000000..81892257 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._30976-31231.pbf b/maplibre/fonts/InterSemiBold/._30976-31231.pbf new file mode 100644 index 00000000..f473864b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._31232-31487.pbf b/maplibre/fonts/InterSemiBold/._31232-31487.pbf new file mode 100644 index 00000000..bddf7875 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._31488-31743.pbf b/maplibre/fonts/InterSemiBold/._31488-31743.pbf new file mode 100644 index 00000000..234f7974 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._31744-31999.pbf b/maplibre/fonts/InterSemiBold/._31744-31999.pbf new file mode 100644 index 00000000..93f0f46b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._32000-32255.pbf b/maplibre/fonts/InterSemiBold/._32000-32255.pbf new file mode 100644 index 00000000..9f19c4d8 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._32256-32511.pbf b/maplibre/fonts/InterSemiBold/._32256-32511.pbf new file mode 100644 index 00000000..83242752 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._32512-32767.pbf b/maplibre/fonts/InterSemiBold/._32512-32767.pbf new file mode 100644 index 00000000..9deedde6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._32768-33023.pbf b/maplibre/fonts/InterSemiBold/._32768-33023.pbf new file mode 100644 index 00000000..19e1f8e6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._33024-33279.pbf b/maplibre/fonts/InterSemiBold/._33024-33279.pbf new file mode 100644 index 00000000..3622c662 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._3328-3583.pbf b/maplibre/fonts/InterSemiBold/._3328-3583.pbf new file mode 100644 index 00000000..ebe124a5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._33280-33535.pbf b/maplibre/fonts/InterSemiBold/._33280-33535.pbf new file mode 100644 index 00000000..ae2235ff Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._33536-33791.pbf b/maplibre/fonts/InterSemiBold/._33536-33791.pbf new file mode 100644 index 00000000..7c0b7faf Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._33792-34047.pbf b/maplibre/fonts/InterSemiBold/._33792-34047.pbf new file mode 100644 index 00000000..c1e600bd Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._34048-34303.pbf b/maplibre/fonts/InterSemiBold/._34048-34303.pbf new file mode 100644 index 00000000..0352acb3 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._34304-34559.pbf b/maplibre/fonts/InterSemiBold/._34304-34559.pbf new file mode 100644 index 00000000..569cc28c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._34560-34815.pbf b/maplibre/fonts/InterSemiBold/._34560-34815.pbf new file mode 100644 index 00000000..c4716d58 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._34816-35071.pbf b/maplibre/fonts/InterSemiBold/._34816-35071.pbf new file mode 100644 index 00000000..96ed1194 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._35072-35327.pbf b/maplibre/fonts/InterSemiBold/._35072-35327.pbf new file mode 100644 index 00000000..69431622 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._35328-35583.pbf b/maplibre/fonts/InterSemiBold/._35328-35583.pbf new file mode 100644 index 00000000..a526d4fc Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._35584-35839.pbf b/maplibre/fonts/InterSemiBold/._35584-35839.pbf new file mode 100644 index 00000000..2da6c5a3 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._3584-3839.pbf b/maplibre/fonts/InterSemiBold/._3584-3839.pbf new file mode 100644 index 00000000..a2ac2437 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._35840-36095.pbf b/maplibre/fonts/InterSemiBold/._35840-36095.pbf new file mode 100644 index 00000000..3559515f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._36096-36351.pbf b/maplibre/fonts/InterSemiBold/._36096-36351.pbf new file mode 100644 index 00000000..56d3b227 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._36352-36607.pbf b/maplibre/fonts/InterSemiBold/._36352-36607.pbf new file mode 100644 index 00000000..67a88f49 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._36608-36863.pbf b/maplibre/fonts/InterSemiBold/._36608-36863.pbf new file mode 100644 index 00000000..e7e5a9aa Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._36864-37119.pbf b/maplibre/fonts/InterSemiBold/._36864-37119.pbf new file mode 100644 index 00000000..0d216c2d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._37120-37375.pbf b/maplibre/fonts/InterSemiBold/._37120-37375.pbf new file mode 100644 index 00000000..d0246287 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._37376-37631.pbf b/maplibre/fonts/InterSemiBold/._37376-37631.pbf new file mode 100644 index 00000000..d7f7933e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._37632-37887.pbf b/maplibre/fonts/InterSemiBold/._37632-37887.pbf new file mode 100644 index 00000000..94455f94 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._37888-38143.pbf b/maplibre/fonts/InterSemiBold/._37888-38143.pbf new file mode 100644 index 00000000..6f1d1e24 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._38144-38399.pbf b/maplibre/fonts/InterSemiBold/._38144-38399.pbf new file mode 100644 index 00000000..02ab1fa0 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._3840-4095.pbf b/maplibre/fonts/InterSemiBold/._3840-4095.pbf new file mode 100644 index 00000000..35fcf2db Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._38400-38655.pbf b/maplibre/fonts/InterSemiBold/._38400-38655.pbf new file mode 100644 index 00000000..5d0fe156 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._38656-38911.pbf b/maplibre/fonts/InterSemiBold/._38656-38911.pbf new file mode 100644 index 00000000..38f74992 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._38912-39167.pbf b/maplibre/fonts/InterSemiBold/._38912-39167.pbf new file mode 100644 index 00000000..50cd6649 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._39168-39423.pbf b/maplibre/fonts/InterSemiBold/._39168-39423.pbf new file mode 100644 index 00000000..40c47f20 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._39424-39679.pbf b/maplibre/fonts/InterSemiBold/._39424-39679.pbf new file mode 100644 index 00000000..52183fc9 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._39680-39935.pbf b/maplibre/fonts/InterSemiBold/._39680-39935.pbf new file mode 100644 index 00000000..f67deb70 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._39936-40191.pbf b/maplibre/fonts/InterSemiBold/._39936-40191.pbf new file mode 100644 index 00000000..623310eb Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._40192-40447.pbf b/maplibre/fonts/InterSemiBold/._40192-40447.pbf new file mode 100644 index 00000000..c9ffb639 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._40448-40703.pbf b/maplibre/fonts/InterSemiBold/._40448-40703.pbf new file mode 100644 index 00000000..8aaf78b6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._40704-40959.pbf b/maplibre/fonts/InterSemiBold/._40704-40959.pbf new file mode 100644 index 00000000..d3b45bf5 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._4096-4351.pbf b/maplibre/fonts/InterSemiBold/._4096-4351.pbf new file mode 100644 index 00000000..0f32cb38 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._40960-41215.pbf b/maplibre/fonts/InterSemiBold/._40960-41215.pbf new file mode 100644 index 00000000..4a57ff68 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._41216-41471.pbf b/maplibre/fonts/InterSemiBold/._41216-41471.pbf new file mode 100644 index 00000000..dc05659e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._41472-41727.pbf b/maplibre/fonts/InterSemiBold/._41472-41727.pbf new file mode 100644 index 00000000..fc026734 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._41728-41983.pbf b/maplibre/fonts/InterSemiBold/._41728-41983.pbf new file mode 100644 index 00000000..8787fb2e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._41984-42239.pbf b/maplibre/fonts/InterSemiBold/._41984-42239.pbf new file mode 100644 index 00000000..f7244611 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._42240-42495.pbf b/maplibre/fonts/InterSemiBold/._42240-42495.pbf new file mode 100644 index 00000000..700075fe Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._42496-42751.pbf b/maplibre/fonts/InterSemiBold/._42496-42751.pbf new file mode 100644 index 00000000..f9870737 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._42752-43007.pbf b/maplibre/fonts/InterSemiBold/._42752-43007.pbf new file mode 100644 index 00000000..542e8aad Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._43008-43263.pbf b/maplibre/fonts/InterSemiBold/._43008-43263.pbf new file mode 100644 index 00000000..9c2aab69 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._43264-43519.pbf b/maplibre/fonts/InterSemiBold/._43264-43519.pbf new file mode 100644 index 00000000..e4cfbcca Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._4352-4607.pbf b/maplibre/fonts/InterSemiBold/._4352-4607.pbf new file mode 100644 index 00000000..dd4559f7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._43520-43775.pbf b/maplibre/fonts/InterSemiBold/._43520-43775.pbf new file mode 100644 index 00000000..001b447c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._43776-44031.pbf b/maplibre/fonts/InterSemiBold/._43776-44031.pbf new file mode 100644 index 00000000..d23515e3 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._44032-44287.pbf b/maplibre/fonts/InterSemiBold/._44032-44287.pbf new file mode 100644 index 00000000..29a5b342 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._44288-44543.pbf b/maplibre/fonts/InterSemiBold/._44288-44543.pbf new file mode 100644 index 00000000..b9d3f41f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._44544-44799.pbf b/maplibre/fonts/InterSemiBold/._44544-44799.pbf new file mode 100644 index 00000000..e37abeda Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._44800-45055.pbf b/maplibre/fonts/InterSemiBold/._44800-45055.pbf new file mode 100644 index 00000000..28ace7e4 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._45056-45311.pbf b/maplibre/fonts/InterSemiBold/._45056-45311.pbf new file mode 100644 index 00000000..cd13f6f6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._45312-45567.pbf b/maplibre/fonts/InterSemiBold/._45312-45567.pbf new file mode 100644 index 00000000..5699fded Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._45568-45823.pbf b/maplibre/fonts/InterSemiBold/._45568-45823.pbf new file mode 100644 index 00000000..cfaf71ce Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._45824-46079.pbf b/maplibre/fonts/InterSemiBold/._45824-46079.pbf new file mode 100644 index 00000000..1dff25cb Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._4608-4863.pbf b/maplibre/fonts/InterSemiBold/._4608-4863.pbf new file mode 100644 index 00000000..b2883b3d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._46080-46335.pbf b/maplibre/fonts/InterSemiBold/._46080-46335.pbf new file mode 100644 index 00000000..09182b3c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._46336-46591.pbf b/maplibre/fonts/InterSemiBold/._46336-46591.pbf new file mode 100644 index 00000000..b30be84f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._46592-46847.pbf b/maplibre/fonts/InterSemiBold/._46592-46847.pbf new file mode 100644 index 00000000..88ad6702 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._46848-47103.pbf b/maplibre/fonts/InterSemiBold/._46848-47103.pbf new file mode 100644 index 00000000..8ff2dfd4 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._47104-47359.pbf b/maplibre/fonts/InterSemiBold/._47104-47359.pbf new file mode 100644 index 00000000..b6cfb619 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._47360-47615.pbf b/maplibre/fonts/InterSemiBold/._47360-47615.pbf new file mode 100644 index 00000000..964b9665 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._47616-47871.pbf b/maplibre/fonts/InterSemiBold/._47616-47871.pbf new file mode 100644 index 00000000..77c7cea9 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._47872-48127.pbf b/maplibre/fonts/InterSemiBold/._47872-48127.pbf new file mode 100644 index 00000000..dddbcc93 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._48128-48383.pbf b/maplibre/fonts/InterSemiBold/._48128-48383.pbf new file mode 100644 index 00000000..8d339467 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._48384-48639.pbf b/maplibre/fonts/InterSemiBold/._48384-48639.pbf new file mode 100644 index 00000000..305276b7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._4864-5119.pbf b/maplibre/fonts/InterSemiBold/._4864-5119.pbf new file mode 100644 index 00000000..77a5df0b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._48640-48895.pbf b/maplibre/fonts/InterSemiBold/._48640-48895.pbf new file mode 100644 index 00000000..678a173f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._48896-49151.pbf b/maplibre/fonts/InterSemiBold/._48896-49151.pbf new file mode 100644 index 00000000..2571bee8 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._49152-49407.pbf b/maplibre/fonts/InterSemiBold/._49152-49407.pbf new file mode 100644 index 00000000..543db9c8 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._49408-49663.pbf b/maplibre/fonts/InterSemiBold/._49408-49663.pbf new file mode 100644 index 00000000..00c41bec Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._49664-49919.pbf b/maplibre/fonts/InterSemiBold/._49664-49919.pbf new file mode 100644 index 00000000..551644cc Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._49920-50175.pbf b/maplibre/fonts/InterSemiBold/._49920-50175.pbf new file mode 100644 index 00000000..1665c549 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._50176-50431.pbf b/maplibre/fonts/InterSemiBold/._50176-50431.pbf new file mode 100644 index 00000000..53cde9ca Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._50432-50687.pbf b/maplibre/fonts/InterSemiBold/._50432-50687.pbf new file mode 100644 index 00000000..cefcd77c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._50688-50943.pbf b/maplibre/fonts/InterSemiBold/._50688-50943.pbf new file mode 100644 index 00000000..e3d94c76 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._50944-51199.pbf b/maplibre/fonts/InterSemiBold/._50944-51199.pbf new file mode 100644 index 00000000..f4cda087 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._512-767.pbf b/maplibre/fonts/InterSemiBold/._512-767.pbf new file mode 100644 index 00000000..b0794f5a Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._512-767.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._5120-5375.pbf b/maplibre/fonts/InterSemiBold/._5120-5375.pbf new file mode 100644 index 00000000..6cd2f998 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._51200-51455.pbf b/maplibre/fonts/InterSemiBold/._51200-51455.pbf new file mode 100644 index 00000000..12c73d59 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._51456-51711.pbf b/maplibre/fonts/InterSemiBold/._51456-51711.pbf new file mode 100644 index 00000000..bf4e3641 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._51712-51967.pbf b/maplibre/fonts/InterSemiBold/._51712-51967.pbf new file mode 100644 index 00000000..4d868441 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._51968-52223.pbf b/maplibre/fonts/InterSemiBold/._51968-52223.pbf new file mode 100644 index 00000000..6e094702 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._52224-52479.pbf b/maplibre/fonts/InterSemiBold/._52224-52479.pbf new file mode 100644 index 00000000..59953b70 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._52480-52735.pbf b/maplibre/fonts/InterSemiBold/._52480-52735.pbf new file mode 100644 index 00000000..27f25562 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._52736-52991.pbf b/maplibre/fonts/InterSemiBold/._52736-52991.pbf new file mode 100644 index 00000000..aadf4aea Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._52992-53247.pbf b/maplibre/fonts/InterSemiBold/._52992-53247.pbf new file mode 100644 index 00000000..38e34bcf Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._53248-53503.pbf b/maplibre/fonts/InterSemiBold/._53248-53503.pbf new file mode 100644 index 00000000..6ed76a82 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._53504-53759.pbf b/maplibre/fonts/InterSemiBold/._53504-53759.pbf new file mode 100644 index 00000000..1aa2b4c7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._5376-5631.pbf b/maplibre/fonts/InterSemiBold/._5376-5631.pbf new file mode 100644 index 00000000..ab0f1950 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._53760-54015.pbf b/maplibre/fonts/InterSemiBold/._53760-54015.pbf new file mode 100644 index 00000000..00fca23d Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._54016-54271.pbf b/maplibre/fonts/InterSemiBold/._54016-54271.pbf new file mode 100644 index 00000000..2ed2b815 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._54272-54527.pbf b/maplibre/fonts/InterSemiBold/._54272-54527.pbf new file mode 100644 index 00000000..c738526b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._54528-54783.pbf b/maplibre/fonts/InterSemiBold/._54528-54783.pbf new file mode 100644 index 00000000..fcf112ef Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._54784-55039.pbf b/maplibre/fonts/InterSemiBold/._54784-55039.pbf new file mode 100644 index 00000000..33e6de71 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._55040-55295.pbf b/maplibre/fonts/InterSemiBold/._55040-55295.pbf new file mode 100644 index 00000000..ae8ee58b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._55296-55551.pbf b/maplibre/fonts/InterSemiBold/._55296-55551.pbf new file mode 100644 index 00000000..86db28b8 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._55552-55807.pbf b/maplibre/fonts/InterSemiBold/._55552-55807.pbf new file mode 100644 index 00000000..cabb3c5f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._55808-56063.pbf b/maplibre/fonts/InterSemiBold/._55808-56063.pbf new file mode 100644 index 00000000..bf7ee1be Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._56064-56319.pbf b/maplibre/fonts/InterSemiBold/._56064-56319.pbf new file mode 100644 index 00000000..9dea8978 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._5632-5887.pbf b/maplibre/fonts/InterSemiBold/._5632-5887.pbf new file mode 100644 index 00000000..bd2ffdec Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._56320-56575.pbf b/maplibre/fonts/InterSemiBold/._56320-56575.pbf new file mode 100644 index 00000000..a55a6092 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._56576-56831.pbf b/maplibre/fonts/InterSemiBold/._56576-56831.pbf new file mode 100644 index 00000000..ec6b249e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._56832-57087.pbf b/maplibre/fonts/InterSemiBold/._56832-57087.pbf new file mode 100644 index 00000000..c926a5ef Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._57088-57343.pbf b/maplibre/fonts/InterSemiBold/._57088-57343.pbf new file mode 100644 index 00000000..34946aa6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._57344-57599.pbf b/maplibre/fonts/InterSemiBold/._57344-57599.pbf new file mode 100644 index 00000000..f813a40b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._57600-57855.pbf b/maplibre/fonts/InterSemiBold/._57600-57855.pbf new file mode 100644 index 00000000..2d0af525 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._57856-58111.pbf b/maplibre/fonts/InterSemiBold/._57856-58111.pbf new file mode 100644 index 00000000..d3b61566 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._58112-58367.pbf b/maplibre/fonts/InterSemiBold/._58112-58367.pbf new file mode 100644 index 00000000..cc6fc4db Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._58368-58623.pbf b/maplibre/fonts/InterSemiBold/._58368-58623.pbf new file mode 100644 index 00000000..85b3e3cb Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._58624-58879.pbf b/maplibre/fonts/InterSemiBold/._58624-58879.pbf new file mode 100644 index 00000000..f87c7219 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._5888-6143.pbf b/maplibre/fonts/InterSemiBold/._5888-6143.pbf new file mode 100644 index 00000000..360daabe Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._58880-59135.pbf b/maplibre/fonts/InterSemiBold/._58880-59135.pbf new file mode 100644 index 00000000..5437ad9c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._59136-59391.pbf b/maplibre/fonts/InterSemiBold/._59136-59391.pbf new file mode 100644 index 00000000..81c83c27 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._59392-59647.pbf b/maplibre/fonts/InterSemiBold/._59392-59647.pbf new file mode 100644 index 00000000..c064c80f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._59648-59903.pbf b/maplibre/fonts/InterSemiBold/._59648-59903.pbf new file mode 100644 index 00000000..c46106ae Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._59904-60159.pbf b/maplibre/fonts/InterSemiBold/._59904-60159.pbf new file mode 100644 index 00000000..572e1e93 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._60160-60415.pbf b/maplibre/fonts/InterSemiBold/._60160-60415.pbf new file mode 100644 index 00000000..cd3bf04e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._60416-60671.pbf b/maplibre/fonts/InterSemiBold/._60416-60671.pbf new file mode 100644 index 00000000..a0327f92 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._60672-60927.pbf b/maplibre/fonts/InterSemiBold/._60672-60927.pbf new file mode 100644 index 00000000..2e6e290a Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._60928-61183.pbf b/maplibre/fonts/InterSemiBold/._60928-61183.pbf new file mode 100644 index 00000000..e2c1c1e4 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._61184-61439.pbf b/maplibre/fonts/InterSemiBold/._61184-61439.pbf new file mode 100644 index 00000000..f2a51b37 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._6144-6399.pbf b/maplibre/fonts/InterSemiBold/._6144-6399.pbf new file mode 100644 index 00000000..56c4db67 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._61440-61695.pbf b/maplibre/fonts/InterSemiBold/._61440-61695.pbf new file mode 100644 index 00000000..2ff40b0c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._61696-61951.pbf b/maplibre/fonts/InterSemiBold/._61696-61951.pbf new file mode 100644 index 00000000..6a5081af Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._61952-62207.pbf b/maplibre/fonts/InterSemiBold/._61952-62207.pbf new file mode 100644 index 00000000..bb8bf987 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._62208-62463.pbf b/maplibre/fonts/InterSemiBold/._62208-62463.pbf new file mode 100644 index 00000000..434960cf Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._62464-62719.pbf b/maplibre/fonts/InterSemiBold/._62464-62719.pbf new file mode 100644 index 00000000..da081c2c Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._62720-62975.pbf b/maplibre/fonts/InterSemiBold/._62720-62975.pbf new file mode 100644 index 00000000..25d72af7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._62976-63231.pbf b/maplibre/fonts/InterSemiBold/._62976-63231.pbf new file mode 100644 index 00000000..c1502615 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._63232-63487.pbf b/maplibre/fonts/InterSemiBold/._63232-63487.pbf new file mode 100644 index 00000000..558247a6 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._63488-63743.pbf b/maplibre/fonts/InterSemiBold/._63488-63743.pbf new file mode 100644 index 00000000..015a3948 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._63744-63999.pbf b/maplibre/fonts/InterSemiBold/._63744-63999.pbf new file mode 100644 index 00000000..a4ffd765 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._6400-6655.pbf b/maplibre/fonts/InterSemiBold/._6400-6655.pbf new file mode 100644 index 00000000..adb772dc Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._64000-64255.pbf b/maplibre/fonts/InterSemiBold/._64000-64255.pbf new file mode 100644 index 00000000..be3c9afe Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._64256-64511.pbf b/maplibre/fonts/InterSemiBold/._64256-64511.pbf new file mode 100644 index 00000000..92c057fa Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._64512-64767.pbf b/maplibre/fonts/InterSemiBold/._64512-64767.pbf new file mode 100644 index 00000000..82e2afc3 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._64768-65023.pbf b/maplibre/fonts/InterSemiBold/._64768-65023.pbf new file mode 100644 index 00000000..0cbf8c9f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._65024-65279.pbf b/maplibre/fonts/InterSemiBold/._65024-65279.pbf new file mode 100644 index 00000000..fbfff629 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._65280-65535.pbf b/maplibre/fonts/InterSemiBold/._65280-65535.pbf new file mode 100644 index 00000000..0841ed89 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._6656-6911.pbf b/maplibre/fonts/InterSemiBold/._6656-6911.pbf new file mode 100644 index 00000000..41fda260 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._6912-7167.pbf b/maplibre/fonts/InterSemiBold/._6912-7167.pbf new file mode 100644 index 00000000..f365e58f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._7168-7423.pbf b/maplibre/fonts/InterSemiBold/._7168-7423.pbf new file mode 100644 index 00000000..572fd190 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._7424-7679.pbf b/maplibre/fonts/InterSemiBold/._7424-7679.pbf new file mode 100644 index 00000000..75631d78 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._768-1023.pbf b/maplibre/fonts/InterSemiBold/._768-1023.pbf new file mode 100644 index 00000000..9c4ce8db Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._768-1023.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._7680-7935.pbf b/maplibre/fonts/InterSemiBold/._7680-7935.pbf new file mode 100644 index 00000000..28759b3b Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._7936-8191.pbf b/maplibre/fonts/InterSemiBold/._7936-8191.pbf new file mode 100644 index 00000000..60ef2e60 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._8192-8447.pbf b/maplibre/fonts/InterSemiBold/._8192-8447.pbf new file mode 100644 index 00000000..a97383e7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._8448-8703.pbf b/maplibre/fonts/InterSemiBold/._8448-8703.pbf new file mode 100644 index 00000000..e3255e4a Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._8704-8959.pbf b/maplibre/fonts/InterSemiBold/._8704-8959.pbf new file mode 100644 index 00000000..9228af99 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._8960-9215.pbf b/maplibre/fonts/InterSemiBold/._8960-9215.pbf new file mode 100644 index 00000000..c2cafd2f Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._9216-9471.pbf b/maplibre/fonts/InterSemiBold/._9216-9471.pbf new file mode 100644 index 00000000..77c4d9b2 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._9472-9727.pbf b/maplibre/fonts/InterSemiBold/._9472-9727.pbf new file mode 100644 index 00000000..e395da2e Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._9728-9983.pbf b/maplibre/fonts/InterSemiBold/._9728-9983.pbf new file mode 100644 index 00000000..c05196bc Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterSemiBold/._9984-10239.pbf b/maplibre/fonts/InterSemiBold/._9984-10239.pbf new file mode 100644 index 00000000..3b06c5b7 Binary files /dev/null and b/maplibre/fonts/InterSemiBold/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._0-255.pbf b/maplibre/fonts/InterSemiBoldItalic/._0-255.pbf new file mode 100644 index 00000000..34eb597b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._1024-1279.pbf b/maplibre/fonts/InterSemiBoldItalic/._1024-1279.pbf new file mode 100644 index 00000000..1511a835 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._10240-10495.pbf b/maplibre/fonts/InterSemiBoldItalic/._10240-10495.pbf new file mode 100644 index 00000000..9c8299f1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._10496-10751.pbf b/maplibre/fonts/InterSemiBoldItalic/._10496-10751.pbf new file mode 100644 index 00000000..a170694d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._10752-11007.pbf b/maplibre/fonts/InterSemiBoldItalic/._10752-11007.pbf new file mode 100644 index 00000000..5f526a5f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._11008-11263.pbf b/maplibre/fonts/InterSemiBoldItalic/._11008-11263.pbf new file mode 100644 index 00000000..2b395f34 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._11264-11519.pbf b/maplibre/fonts/InterSemiBoldItalic/._11264-11519.pbf new file mode 100644 index 00000000..446415a1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._11520-11775.pbf b/maplibre/fonts/InterSemiBoldItalic/._11520-11775.pbf new file mode 100644 index 00000000..9e470e9b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._11776-12031.pbf b/maplibre/fonts/InterSemiBoldItalic/._11776-12031.pbf new file mode 100644 index 00000000..ce18216f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._12032-12287.pbf b/maplibre/fonts/InterSemiBoldItalic/._12032-12287.pbf new file mode 100644 index 00000000..87290fee Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._12288-12543.pbf b/maplibre/fonts/InterSemiBoldItalic/._12288-12543.pbf new file mode 100644 index 00000000..f1e5effd Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._12544-12799.pbf b/maplibre/fonts/InterSemiBoldItalic/._12544-12799.pbf new file mode 100644 index 00000000..13e41b18 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._1280-1535.pbf b/maplibre/fonts/InterSemiBoldItalic/._1280-1535.pbf new file mode 100644 index 00000000..e15b8e6f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._12800-13055.pbf b/maplibre/fonts/InterSemiBoldItalic/._12800-13055.pbf new file mode 100644 index 00000000..46b13341 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._13056-13311.pbf b/maplibre/fonts/InterSemiBoldItalic/._13056-13311.pbf new file mode 100644 index 00000000..34d51ed7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._13312-13567.pbf b/maplibre/fonts/InterSemiBoldItalic/._13312-13567.pbf new file mode 100644 index 00000000..ab4ed40c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._13568-13823.pbf b/maplibre/fonts/InterSemiBoldItalic/._13568-13823.pbf new file mode 100644 index 00000000..8e491be1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._13824-14079.pbf b/maplibre/fonts/InterSemiBoldItalic/._13824-14079.pbf new file mode 100644 index 00000000..6c6e993b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._14080-14335.pbf b/maplibre/fonts/InterSemiBoldItalic/._14080-14335.pbf new file mode 100644 index 00000000..33e1c5e5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._14336-14591.pbf b/maplibre/fonts/InterSemiBoldItalic/._14336-14591.pbf new file mode 100644 index 00000000..c40a9a00 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._14592-14847.pbf b/maplibre/fonts/InterSemiBoldItalic/._14592-14847.pbf new file mode 100644 index 00000000..38cdeebb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._14848-15103.pbf b/maplibre/fonts/InterSemiBoldItalic/._14848-15103.pbf new file mode 100644 index 00000000..eaaad2a5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._15104-15359.pbf b/maplibre/fonts/InterSemiBoldItalic/._15104-15359.pbf new file mode 100644 index 00000000..71359588 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._1536-1791.pbf b/maplibre/fonts/InterSemiBoldItalic/._1536-1791.pbf new file mode 100644 index 00000000..1d232374 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._15360-15615.pbf b/maplibre/fonts/InterSemiBoldItalic/._15360-15615.pbf new file mode 100644 index 00000000..438594c1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._15616-15871.pbf b/maplibre/fonts/InterSemiBoldItalic/._15616-15871.pbf new file mode 100644 index 00000000..827b0b34 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._15872-16127.pbf b/maplibre/fonts/InterSemiBoldItalic/._15872-16127.pbf new file mode 100644 index 00000000..a1870878 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._16128-16383.pbf b/maplibre/fonts/InterSemiBoldItalic/._16128-16383.pbf new file mode 100644 index 00000000..92db7f94 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._16384-16639.pbf b/maplibre/fonts/InterSemiBoldItalic/._16384-16639.pbf new file mode 100644 index 00000000..61f5da6f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._16640-16895.pbf b/maplibre/fonts/InterSemiBoldItalic/._16640-16895.pbf new file mode 100644 index 00000000..32c51923 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._16896-17151.pbf b/maplibre/fonts/InterSemiBoldItalic/._16896-17151.pbf new file mode 100644 index 00000000..c4a531c4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._17152-17407.pbf b/maplibre/fonts/InterSemiBoldItalic/._17152-17407.pbf new file mode 100644 index 00000000..fb80ed72 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._17408-17663.pbf b/maplibre/fonts/InterSemiBoldItalic/._17408-17663.pbf new file mode 100644 index 00000000..f1a8c2db Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._17664-17919.pbf b/maplibre/fonts/InterSemiBoldItalic/._17664-17919.pbf new file mode 100644 index 00000000..02cbd1c9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._1792-2047.pbf b/maplibre/fonts/InterSemiBoldItalic/._1792-2047.pbf new file mode 100644 index 00000000..584c10ac Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._17920-18175.pbf b/maplibre/fonts/InterSemiBoldItalic/._17920-18175.pbf new file mode 100644 index 00000000..14d1e92c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._18176-18431.pbf b/maplibre/fonts/InterSemiBoldItalic/._18176-18431.pbf new file mode 100644 index 00000000..9ebf27a7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._18432-18687.pbf b/maplibre/fonts/InterSemiBoldItalic/._18432-18687.pbf new file mode 100644 index 00000000..38baf8e8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._18688-18943.pbf b/maplibre/fonts/InterSemiBoldItalic/._18688-18943.pbf new file mode 100644 index 00000000..f76a98c4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._18944-19199.pbf b/maplibre/fonts/InterSemiBoldItalic/._18944-19199.pbf new file mode 100644 index 00000000..34b90710 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._19200-19455.pbf b/maplibre/fonts/InterSemiBoldItalic/._19200-19455.pbf new file mode 100644 index 00000000..40017c1a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._19456-19711.pbf b/maplibre/fonts/InterSemiBoldItalic/._19456-19711.pbf new file mode 100644 index 00000000..0d6cea04 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._19712-19967.pbf b/maplibre/fonts/InterSemiBoldItalic/._19712-19967.pbf new file mode 100644 index 00000000..7de89a3e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._19968-20223.pbf b/maplibre/fonts/InterSemiBoldItalic/._19968-20223.pbf new file mode 100644 index 00000000..4d1b2e97 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._20224-20479.pbf b/maplibre/fonts/InterSemiBoldItalic/._20224-20479.pbf new file mode 100644 index 00000000..49582eb9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._2048-2303.pbf b/maplibre/fonts/InterSemiBoldItalic/._2048-2303.pbf new file mode 100644 index 00000000..8e4996de Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._20480-20735.pbf b/maplibre/fonts/InterSemiBoldItalic/._20480-20735.pbf new file mode 100644 index 00000000..0f1e06f7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._20736-20991.pbf b/maplibre/fonts/InterSemiBoldItalic/._20736-20991.pbf new file mode 100644 index 00000000..f446588f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._20992-21247.pbf b/maplibre/fonts/InterSemiBoldItalic/._20992-21247.pbf new file mode 100644 index 00000000..41fa207f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._21248-21503.pbf b/maplibre/fonts/InterSemiBoldItalic/._21248-21503.pbf new file mode 100644 index 00000000..aa5d8f77 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._21504-21759.pbf b/maplibre/fonts/InterSemiBoldItalic/._21504-21759.pbf new file mode 100644 index 00000000..79b76667 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._21760-22015.pbf b/maplibre/fonts/InterSemiBoldItalic/._21760-22015.pbf new file mode 100644 index 00000000..165d7b62 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._22016-22271.pbf b/maplibre/fonts/InterSemiBoldItalic/._22016-22271.pbf new file mode 100644 index 00000000..71716292 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._22272-22527.pbf b/maplibre/fonts/InterSemiBoldItalic/._22272-22527.pbf new file mode 100644 index 00000000..17fe1249 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._22528-22783.pbf b/maplibre/fonts/InterSemiBoldItalic/._22528-22783.pbf new file mode 100644 index 00000000..99c4356c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._22784-23039.pbf b/maplibre/fonts/InterSemiBoldItalic/._22784-23039.pbf new file mode 100644 index 00000000..efeb7235 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._2304-2559.pbf b/maplibre/fonts/InterSemiBoldItalic/._2304-2559.pbf new file mode 100644 index 00000000..e6388de0 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._23040-23295.pbf b/maplibre/fonts/InterSemiBoldItalic/._23040-23295.pbf new file mode 100644 index 00000000..dcbf1590 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._23296-23551.pbf b/maplibre/fonts/InterSemiBoldItalic/._23296-23551.pbf new file mode 100644 index 00000000..ac25235d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._23552-23807.pbf b/maplibre/fonts/InterSemiBoldItalic/._23552-23807.pbf new file mode 100644 index 00000000..07ff083d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._23808-24063.pbf b/maplibre/fonts/InterSemiBoldItalic/._23808-24063.pbf new file mode 100644 index 00000000..ed044e91 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._24064-24319.pbf b/maplibre/fonts/InterSemiBoldItalic/._24064-24319.pbf new file mode 100644 index 00000000..9a82962c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._24320-24575.pbf b/maplibre/fonts/InterSemiBoldItalic/._24320-24575.pbf new file mode 100644 index 00000000..d1b470f2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._24576-24831.pbf b/maplibre/fonts/InterSemiBoldItalic/._24576-24831.pbf new file mode 100644 index 00000000..846ed62d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._24832-25087.pbf b/maplibre/fonts/InterSemiBoldItalic/._24832-25087.pbf new file mode 100644 index 00000000..5202fb8d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._25088-25343.pbf b/maplibre/fonts/InterSemiBoldItalic/._25088-25343.pbf new file mode 100644 index 00000000..ed7618af Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._25344-25599.pbf b/maplibre/fonts/InterSemiBoldItalic/._25344-25599.pbf new file mode 100644 index 00000000..dd685188 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._256-511.pbf b/maplibre/fonts/InterSemiBoldItalic/._256-511.pbf new file mode 100644 index 00000000..f9aae7b3 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._2560-2815.pbf b/maplibre/fonts/InterSemiBoldItalic/._2560-2815.pbf new file mode 100644 index 00000000..5f90243a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._25600-25855.pbf b/maplibre/fonts/InterSemiBoldItalic/._25600-25855.pbf new file mode 100644 index 00000000..a4a01852 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._25856-26111.pbf b/maplibre/fonts/InterSemiBoldItalic/._25856-26111.pbf new file mode 100644 index 00000000..0030d657 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._26112-26367.pbf b/maplibre/fonts/InterSemiBoldItalic/._26112-26367.pbf new file mode 100644 index 00000000..9d7fb713 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._26368-26623.pbf b/maplibre/fonts/InterSemiBoldItalic/._26368-26623.pbf new file mode 100644 index 00000000..88a0fba5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._26624-26879.pbf b/maplibre/fonts/InterSemiBoldItalic/._26624-26879.pbf new file mode 100644 index 00000000..720b97ce Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._26880-27135.pbf b/maplibre/fonts/InterSemiBoldItalic/._26880-27135.pbf new file mode 100644 index 00000000..c7655fe5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._27136-27391.pbf b/maplibre/fonts/InterSemiBoldItalic/._27136-27391.pbf new file mode 100644 index 00000000..7333017c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._27392-27647.pbf b/maplibre/fonts/InterSemiBoldItalic/._27392-27647.pbf new file mode 100644 index 00000000..b241d4d2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._27648-27903.pbf b/maplibre/fonts/InterSemiBoldItalic/._27648-27903.pbf new file mode 100644 index 00000000..12223723 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._27904-28159.pbf b/maplibre/fonts/InterSemiBoldItalic/._27904-28159.pbf new file mode 100644 index 00000000..0997c02e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._2816-3071.pbf b/maplibre/fonts/InterSemiBoldItalic/._2816-3071.pbf new file mode 100644 index 00000000..4b356185 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._28160-28415.pbf b/maplibre/fonts/InterSemiBoldItalic/._28160-28415.pbf new file mode 100644 index 00000000..fe0b6251 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._28416-28671.pbf b/maplibre/fonts/InterSemiBoldItalic/._28416-28671.pbf new file mode 100644 index 00000000..d79801ca Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._28672-28927.pbf b/maplibre/fonts/InterSemiBoldItalic/._28672-28927.pbf new file mode 100644 index 00000000..dc66408b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._28928-29183.pbf b/maplibre/fonts/InterSemiBoldItalic/._28928-29183.pbf new file mode 100644 index 00000000..825c726b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._29184-29439.pbf b/maplibre/fonts/InterSemiBoldItalic/._29184-29439.pbf new file mode 100644 index 00000000..b6fd1299 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._29440-29695.pbf b/maplibre/fonts/InterSemiBoldItalic/._29440-29695.pbf new file mode 100644 index 00000000..d0e5852b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._29696-29951.pbf b/maplibre/fonts/InterSemiBoldItalic/._29696-29951.pbf new file mode 100644 index 00000000..ffb5d6f8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._29952-30207.pbf b/maplibre/fonts/InterSemiBoldItalic/._29952-30207.pbf new file mode 100644 index 00000000..d742a3a7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._30208-30463.pbf b/maplibre/fonts/InterSemiBoldItalic/._30208-30463.pbf new file mode 100644 index 00000000..ceb75ddc Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._30464-30719.pbf b/maplibre/fonts/InterSemiBoldItalic/._30464-30719.pbf new file mode 100644 index 00000000..329fde04 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._3072-3327.pbf b/maplibre/fonts/InterSemiBoldItalic/._3072-3327.pbf new file mode 100644 index 00000000..7d34b5fa Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._30720-30975.pbf b/maplibre/fonts/InterSemiBoldItalic/._30720-30975.pbf new file mode 100644 index 00000000..fe0d3dfb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._30976-31231.pbf b/maplibre/fonts/InterSemiBoldItalic/._30976-31231.pbf new file mode 100644 index 00000000..d1935a5e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._31232-31487.pbf b/maplibre/fonts/InterSemiBoldItalic/._31232-31487.pbf new file mode 100644 index 00000000..2f0dc35c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._31488-31743.pbf b/maplibre/fonts/InterSemiBoldItalic/._31488-31743.pbf new file mode 100644 index 00000000..a62a93a8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._31744-31999.pbf b/maplibre/fonts/InterSemiBoldItalic/._31744-31999.pbf new file mode 100644 index 00000000..b754c910 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._32000-32255.pbf b/maplibre/fonts/InterSemiBoldItalic/._32000-32255.pbf new file mode 100644 index 00000000..01f21b77 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._32256-32511.pbf b/maplibre/fonts/InterSemiBoldItalic/._32256-32511.pbf new file mode 100644 index 00000000..268959b2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._32512-32767.pbf b/maplibre/fonts/InterSemiBoldItalic/._32512-32767.pbf new file mode 100644 index 00000000..37ba558f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._32768-33023.pbf b/maplibre/fonts/InterSemiBoldItalic/._32768-33023.pbf new file mode 100644 index 00000000..0389dac8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._33024-33279.pbf b/maplibre/fonts/InterSemiBoldItalic/._33024-33279.pbf new file mode 100644 index 00000000..3f77980d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._3328-3583.pbf b/maplibre/fonts/InterSemiBoldItalic/._3328-3583.pbf new file mode 100644 index 00000000..6135cfe2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._33280-33535.pbf b/maplibre/fonts/InterSemiBoldItalic/._33280-33535.pbf new file mode 100644 index 00000000..6af3788d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._33536-33791.pbf b/maplibre/fonts/InterSemiBoldItalic/._33536-33791.pbf new file mode 100644 index 00000000..7b83a58f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._33792-34047.pbf b/maplibre/fonts/InterSemiBoldItalic/._33792-34047.pbf new file mode 100644 index 00000000..70ae5e22 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._34048-34303.pbf b/maplibre/fonts/InterSemiBoldItalic/._34048-34303.pbf new file mode 100644 index 00000000..36acd76a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._34304-34559.pbf b/maplibre/fonts/InterSemiBoldItalic/._34304-34559.pbf new file mode 100644 index 00000000..64053351 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._34560-34815.pbf b/maplibre/fonts/InterSemiBoldItalic/._34560-34815.pbf new file mode 100644 index 00000000..2af776fd Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._34816-35071.pbf b/maplibre/fonts/InterSemiBoldItalic/._34816-35071.pbf new file mode 100644 index 00000000..91d24660 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._35072-35327.pbf b/maplibre/fonts/InterSemiBoldItalic/._35072-35327.pbf new file mode 100644 index 00000000..82fa77fc Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._35328-35583.pbf b/maplibre/fonts/InterSemiBoldItalic/._35328-35583.pbf new file mode 100644 index 00000000..04d754f1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._35584-35839.pbf b/maplibre/fonts/InterSemiBoldItalic/._35584-35839.pbf new file mode 100644 index 00000000..5075a69c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._3584-3839.pbf b/maplibre/fonts/InterSemiBoldItalic/._3584-3839.pbf new file mode 100644 index 00000000..14990f5c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._35840-36095.pbf b/maplibre/fonts/InterSemiBoldItalic/._35840-36095.pbf new file mode 100644 index 00000000..52fdc638 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._36096-36351.pbf b/maplibre/fonts/InterSemiBoldItalic/._36096-36351.pbf new file mode 100644 index 00000000..5b0d7e5a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._36352-36607.pbf b/maplibre/fonts/InterSemiBoldItalic/._36352-36607.pbf new file mode 100644 index 00000000..c2e80fd4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._36608-36863.pbf b/maplibre/fonts/InterSemiBoldItalic/._36608-36863.pbf new file mode 100644 index 00000000..3bc40b34 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._36864-37119.pbf b/maplibre/fonts/InterSemiBoldItalic/._36864-37119.pbf new file mode 100644 index 00000000..9786f1d8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._37120-37375.pbf b/maplibre/fonts/InterSemiBoldItalic/._37120-37375.pbf new file mode 100644 index 00000000..656e64c4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._37376-37631.pbf b/maplibre/fonts/InterSemiBoldItalic/._37376-37631.pbf new file mode 100644 index 00000000..b75f31b7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._37632-37887.pbf b/maplibre/fonts/InterSemiBoldItalic/._37632-37887.pbf new file mode 100644 index 00000000..adb6efbb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._37888-38143.pbf b/maplibre/fonts/InterSemiBoldItalic/._37888-38143.pbf new file mode 100644 index 00000000..088a28f5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._38144-38399.pbf b/maplibre/fonts/InterSemiBoldItalic/._38144-38399.pbf new file mode 100644 index 00000000..90aae11d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._3840-4095.pbf b/maplibre/fonts/InterSemiBoldItalic/._3840-4095.pbf new file mode 100644 index 00000000..94ec1185 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._38400-38655.pbf b/maplibre/fonts/InterSemiBoldItalic/._38400-38655.pbf new file mode 100644 index 00000000..8c8a7500 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._38656-38911.pbf b/maplibre/fonts/InterSemiBoldItalic/._38656-38911.pbf new file mode 100644 index 00000000..b9526ca6 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._38912-39167.pbf b/maplibre/fonts/InterSemiBoldItalic/._38912-39167.pbf new file mode 100644 index 00000000..7770b707 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._39168-39423.pbf b/maplibre/fonts/InterSemiBoldItalic/._39168-39423.pbf new file mode 100644 index 00000000..fd8c252c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._39424-39679.pbf b/maplibre/fonts/InterSemiBoldItalic/._39424-39679.pbf new file mode 100644 index 00000000..7dfaafe8 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._39680-39935.pbf b/maplibre/fonts/InterSemiBoldItalic/._39680-39935.pbf new file mode 100644 index 00000000..ff320317 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._39936-40191.pbf b/maplibre/fonts/InterSemiBoldItalic/._39936-40191.pbf new file mode 100644 index 00000000..4ba687eb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._40192-40447.pbf b/maplibre/fonts/InterSemiBoldItalic/._40192-40447.pbf new file mode 100644 index 00000000..b714a352 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._40448-40703.pbf b/maplibre/fonts/InterSemiBoldItalic/._40448-40703.pbf new file mode 100644 index 00000000..7baa758a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._40704-40959.pbf b/maplibre/fonts/InterSemiBoldItalic/._40704-40959.pbf new file mode 100644 index 00000000..293c71cd Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._4096-4351.pbf b/maplibre/fonts/InterSemiBoldItalic/._4096-4351.pbf new file mode 100644 index 00000000..16f5870c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._40960-41215.pbf b/maplibre/fonts/InterSemiBoldItalic/._40960-41215.pbf new file mode 100644 index 00000000..36cdb02c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._41216-41471.pbf b/maplibre/fonts/InterSemiBoldItalic/._41216-41471.pbf new file mode 100644 index 00000000..da605d09 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._41472-41727.pbf b/maplibre/fonts/InterSemiBoldItalic/._41472-41727.pbf new file mode 100644 index 00000000..054631bb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._41728-41983.pbf b/maplibre/fonts/InterSemiBoldItalic/._41728-41983.pbf new file mode 100644 index 00000000..3c45a167 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._41984-42239.pbf b/maplibre/fonts/InterSemiBoldItalic/._41984-42239.pbf new file mode 100644 index 00000000..3e07dbe1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._42240-42495.pbf b/maplibre/fonts/InterSemiBoldItalic/._42240-42495.pbf new file mode 100644 index 00000000..10c687f5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._42496-42751.pbf b/maplibre/fonts/InterSemiBoldItalic/._42496-42751.pbf new file mode 100644 index 00000000..a36f88e0 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._42752-43007.pbf b/maplibre/fonts/InterSemiBoldItalic/._42752-43007.pbf new file mode 100644 index 00000000..af1b68fb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._43008-43263.pbf b/maplibre/fonts/InterSemiBoldItalic/._43008-43263.pbf new file mode 100644 index 00000000..2dded01d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._43264-43519.pbf b/maplibre/fonts/InterSemiBoldItalic/._43264-43519.pbf new file mode 100644 index 00000000..b06f9915 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._4352-4607.pbf b/maplibre/fonts/InterSemiBoldItalic/._4352-4607.pbf new file mode 100644 index 00000000..169ec3ca Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._43520-43775.pbf b/maplibre/fonts/InterSemiBoldItalic/._43520-43775.pbf new file mode 100644 index 00000000..22a05d57 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._43776-44031.pbf b/maplibre/fonts/InterSemiBoldItalic/._43776-44031.pbf new file mode 100644 index 00000000..970e462d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._44032-44287.pbf b/maplibre/fonts/InterSemiBoldItalic/._44032-44287.pbf new file mode 100644 index 00000000..a17c190b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._44288-44543.pbf b/maplibre/fonts/InterSemiBoldItalic/._44288-44543.pbf new file mode 100644 index 00000000..ded72b91 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._44544-44799.pbf b/maplibre/fonts/InterSemiBoldItalic/._44544-44799.pbf new file mode 100644 index 00000000..2937cf38 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._44800-45055.pbf b/maplibre/fonts/InterSemiBoldItalic/._44800-45055.pbf new file mode 100644 index 00000000..dd0b9080 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._45056-45311.pbf b/maplibre/fonts/InterSemiBoldItalic/._45056-45311.pbf new file mode 100644 index 00000000..b22086f1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._45312-45567.pbf b/maplibre/fonts/InterSemiBoldItalic/._45312-45567.pbf new file mode 100644 index 00000000..22cff5dc Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._45568-45823.pbf b/maplibre/fonts/InterSemiBoldItalic/._45568-45823.pbf new file mode 100644 index 00000000..daef6c48 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._45824-46079.pbf b/maplibre/fonts/InterSemiBoldItalic/._45824-46079.pbf new file mode 100644 index 00000000..4ffb3e24 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._4608-4863.pbf b/maplibre/fonts/InterSemiBoldItalic/._4608-4863.pbf new file mode 100644 index 00000000..2c8297b0 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._46080-46335.pbf b/maplibre/fonts/InterSemiBoldItalic/._46080-46335.pbf new file mode 100644 index 00000000..12418503 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._46336-46591.pbf b/maplibre/fonts/InterSemiBoldItalic/._46336-46591.pbf new file mode 100644 index 00000000..d0fe7709 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._46592-46847.pbf b/maplibre/fonts/InterSemiBoldItalic/._46592-46847.pbf new file mode 100644 index 00000000..0053605b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._46848-47103.pbf b/maplibre/fonts/InterSemiBoldItalic/._46848-47103.pbf new file mode 100644 index 00000000..28c429e1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._47104-47359.pbf b/maplibre/fonts/InterSemiBoldItalic/._47104-47359.pbf new file mode 100644 index 00000000..e961c0a1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._47360-47615.pbf b/maplibre/fonts/InterSemiBoldItalic/._47360-47615.pbf new file mode 100644 index 00000000..48909211 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._47616-47871.pbf b/maplibre/fonts/InterSemiBoldItalic/._47616-47871.pbf new file mode 100644 index 00000000..c92d3fdc Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._47872-48127.pbf b/maplibre/fonts/InterSemiBoldItalic/._47872-48127.pbf new file mode 100644 index 00000000..f2415553 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._48128-48383.pbf b/maplibre/fonts/InterSemiBoldItalic/._48128-48383.pbf new file mode 100644 index 00000000..963b7bde Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._48384-48639.pbf b/maplibre/fonts/InterSemiBoldItalic/._48384-48639.pbf new file mode 100644 index 00000000..e145b3e5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._4864-5119.pbf b/maplibre/fonts/InterSemiBoldItalic/._4864-5119.pbf new file mode 100644 index 00000000..ee57be00 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._48640-48895.pbf b/maplibre/fonts/InterSemiBoldItalic/._48640-48895.pbf new file mode 100644 index 00000000..7f0f44c6 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._48896-49151.pbf b/maplibre/fonts/InterSemiBoldItalic/._48896-49151.pbf new file mode 100644 index 00000000..9854f36b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._49152-49407.pbf b/maplibre/fonts/InterSemiBoldItalic/._49152-49407.pbf new file mode 100644 index 00000000..7162c378 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._49408-49663.pbf b/maplibre/fonts/InterSemiBoldItalic/._49408-49663.pbf new file mode 100644 index 00000000..858cc06e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._49664-49919.pbf b/maplibre/fonts/InterSemiBoldItalic/._49664-49919.pbf new file mode 100644 index 00000000..a666b383 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._49920-50175.pbf b/maplibre/fonts/InterSemiBoldItalic/._49920-50175.pbf new file mode 100644 index 00000000..f82e56fb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._50176-50431.pbf b/maplibre/fonts/InterSemiBoldItalic/._50176-50431.pbf new file mode 100644 index 00000000..e5378596 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._50432-50687.pbf b/maplibre/fonts/InterSemiBoldItalic/._50432-50687.pbf new file mode 100644 index 00000000..2cfd78b7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._50688-50943.pbf b/maplibre/fonts/InterSemiBoldItalic/._50688-50943.pbf new file mode 100644 index 00000000..c2779cda Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._50944-51199.pbf b/maplibre/fonts/InterSemiBoldItalic/._50944-51199.pbf new file mode 100644 index 00000000..d9369596 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._512-767.pbf b/maplibre/fonts/InterSemiBoldItalic/._512-767.pbf new file mode 100644 index 00000000..0ed85a76 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._5120-5375.pbf b/maplibre/fonts/InterSemiBoldItalic/._5120-5375.pbf new file mode 100644 index 00000000..16ef5e13 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._51200-51455.pbf b/maplibre/fonts/InterSemiBoldItalic/._51200-51455.pbf new file mode 100644 index 00000000..38525850 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._51456-51711.pbf b/maplibre/fonts/InterSemiBoldItalic/._51456-51711.pbf new file mode 100644 index 00000000..c65feefe Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._51712-51967.pbf b/maplibre/fonts/InterSemiBoldItalic/._51712-51967.pbf new file mode 100644 index 00000000..d7eaadb9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._51968-52223.pbf b/maplibre/fonts/InterSemiBoldItalic/._51968-52223.pbf new file mode 100644 index 00000000..977c748e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._52224-52479.pbf b/maplibre/fonts/InterSemiBoldItalic/._52224-52479.pbf new file mode 100644 index 00000000..6676b6fd Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._52480-52735.pbf b/maplibre/fonts/InterSemiBoldItalic/._52480-52735.pbf new file mode 100644 index 00000000..50c4977a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._52736-52991.pbf b/maplibre/fonts/InterSemiBoldItalic/._52736-52991.pbf new file mode 100644 index 00000000..b49befcf Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._52992-53247.pbf b/maplibre/fonts/InterSemiBoldItalic/._52992-53247.pbf new file mode 100644 index 00000000..51eb835a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._53248-53503.pbf b/maplibre/fonts/InterSemiBoldItalic/._53248-53503.pbf new file mode 100644 index 00000000..2c6b747d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._53504-53759.pbf b/maplibre/fonts/InterSemiBoldItalic/._53504-53759.pbf new file mode 100644 index 00000000..7c53061c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._5376-5631.pbf b/maplibre/fonts/InterSemiBoldItalic/._5376-5631.pbf new file mode 100644 index 00000000..738152c2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._53760-54015.pbf b/maplibre/fonts/InterSemiBoldItalic/._53760-54015.pbf new file mode 100644 index 00000000..2c5c7ce0 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._54016-54271.pbf b/maplibre/fonts/InterSemiBoldItalic/._54016-54271.pbf new file mode 100644 index 00000000..6a4dadeb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._54272-54527.pbf b/maplibre/fonts/InterSemiBoldItalic/._54272-54527.pbf new file mode 100644 index 00000000..ea1812e4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._54528-54783.pbf b/maplibre/fonts/InterSemiBoldItalic/._54528-54783.pbf new file mode 100644 index 00000000..9f8d94a6 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._54784-55039.pbf b/maplibre/fonts/InterSemiBoldItalic/._54784-55039.pbf new file mode 100644 index 00000000..e67d74e9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._55040-55295.pbf b/maplibre/fonts/InterSemiBoldItalic/._55040-55295.pbf new file mode 100644 index 00000000..b23c92df Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._55296-55551.pbf b/maplibre/fonts/InterSemiBoldItalic/._55296-55551.pbf new file mode 100644 index 00000000..355423a4 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._55552-55807.pbf b/maplibre/fonts/InterSemiBoldItalic/._55552-55807.pbf new file mode 100644 index 00000000..bdd38257 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._55808-56063.pbf b/maplibre/fonts/InterSemiBoldItalic/._55808-56063.pbf new file mode 100644 index 00000000..8d4b58c5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._56064-56319.pbf b/maplibre/fonts/InterSemiBoldItalic/._56064-56319.pbf new file mode 100644 index 00000000..7d73e5d7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._5632-5887.pbf b/maplibre/fonts/InterSemiBoldItalic/._5632-5887.pbf new file mode 100644 index 00000000..1f989f12 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._56320-56575.pbf b/maplibre/fonts/InterSemiBoldItalic/._56320-56575.pbf new file mode 100644 index 00000000..6b31b297 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._56576-56831.pbf b/maplibre/fonts/InterSemiBoldItalic/._56576-56831.pbf new file mode 100644 index 00000000..54962566 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._56832-57087.pbf b/maplibre/fonts/InterSemiBoldItalic/._56832-57087.pbf new file mode 100644 index 00000000..3729cea7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._57088-57343.pbf b/maplibre/fonts/InterSemiBoldItalic/._57088-57343.pbf new file mode 100644 index 00000000..913084f7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._57344-57599.pbf b/maplibre/fonts/InterSemiBoldItalic/._57344-57599.pbf new file mode 100644 index 00000000..da8ee5e5 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._57600-57855.pbf b/maplibre/fonts/InterSemiBoldItalic/._57600-57855.pbf new file mode 100644 index 00000000..efea773c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._57856-58111.pbf b/maplibre/fonts/InterSemiBoldItalic/._57856-58111.pbf new file mode 100644 index 00000000..df4b79dd Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._58112-58367.pbf b/maplibre/fonts/InterSemiBoldItalic/._58112-58367.pbf new file mode 100644 index 00000000..ccf1de44 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._58368-58623.pbf b/maplibre/fonts/InterSemiBoldItalic/._58368-58623.pbf new file mode 100644 index 00000000..0765be40 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._58624-58879.pbf b/maplibre/fonts/InterSemiBoldItalic/._58624-58879.pbf new file mode 100644 index 00000000..690a4e3e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._5888-6143.pbf b/maplibre/fonts/InterSemiBoldItalic/._5888-6143.pbf new file mode 100644 index 00000000..61bb6335 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._58880-59135.pbf b/maplibre/fonts/InterSemiBoldItalic/._58880-59135.pbf new file mode 100644 index 00000000..8d58e641 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._59136-59391.pbf b/maplibre/fonts/InterSemiBoldItalic/._59136-59391.pbf new file mode 100644 index 00000000..01abd33b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._59392-59647.pbf b/maplibre/fonts/InterSemiBoldItalic/._59392-59647.pbf new file mode 100644 index 00000000..4203440b Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._59648-59903.pbf b/maplibre/fonts/InterSemiBoldItalic/._59648-59903.pbf new file mode 100644 index 00000000..3340119e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._59904-60159.pbf b/maplibre/fonts/InterSemiBoldItalic/._59904-60159.pbf new file mode 100644 index 00000000..a4b38e71 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._60160-60415.pbf b/maplibre/fonts/InterSemiBoldItalic/._60160-60415.pbf new file mode 100644 index 00000000..acdf23e9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._60416-60671.pbf b/maplibre/fonts/InterSemiBoldItalic/._60416-60671.pbf new file mode 100644 index 00000000..aa02aec3 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._60672-60927.pbf b/maplibre/fonts/InterSemiBoldItalic/._60672-60927.pbf new file mode 100644 index 00000000..2340e92f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._60928-61183.pbf b/maplibre/fonts/InterSemiBoldItalic/._60928-61183.pbf new file mode 100644 index 00000000..08910309 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._61184-61439.pbf b/maplibre/fonts/InterSemiBoldItalic/._61184-61439.pbf new file mode 100644 index 00000000..fc58e80e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._6144-6399.pbf b/maplibre/fonts/InterSemiBoldItalic/._6144-6399.pbf new file mode 100644 index 00000000..8fef9bce Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._61440-61695.pbf b/maplibre/fonts/InterSemiBoldItalic/._61440-61695.pbf new file mode 100644 index 00000000..a4ba51bb Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._61696-61951.pbf b/maplibre/fonts/InterSemiBoldItalic/._61696-61951.pbf new file mode 100644 index 00000000..211da732 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._61952-62207.pbf b/maplibre/fonts/InterSemiBoldItalic/._61952-62207.pbf new file mode 100644 index 00000000..39f0408c Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._62208-62463.pbf b/maplibre/fonts/InterSemiBoldItalic/._62208-62463.pbf new file mode 100644 index 00000000..2dcec846 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._62464-62719.pbf b/maplibre/fonts/InterSemiBoldItalic/._62464-62719.pbf new file mode 100644 index 00000000..43a995e9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._62720-62975.pbf b/maplibre/fonts/InterSemiBoldItalic/._62720-62975.pbf new file mode 100644 index 00000000..a6cc0167 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._62976-63231.pbf b/maplibre/fonts/InterSemiBoldItalic/._62976-63231.pbf new file mode 100644 index 00000000..048c95a2 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._63232-63487.pbf b/maplibre/fonts/InterSemiBoldItalic/._63232-63487.pbf new file mode 100644 index 00000000..c866dbb6 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._63488-63743.pbf b/maplibre/fonts/InterSemiBoldItalic/._63488-63743.pbf new file mode 100644 index 00000000..bb9b9a1a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._63744-63999.pbf b/maplibre/fonts/InterSemiBoldItalic/._63744-63999.pbf new file mode 100644 index 00000000..ef973235 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._6400-6655.pbf b/maplibre/fonts/InterSemiBoldItalic/._6400-6655.pbf new file mode 100644 index 00000000..c517bc0f Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._64000-64255.pbf b/maplibre/fonts/InterSemiBoldItalic/._64000-64255.pbf new file mode 100644 index 00000000..d6c42023 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._64256-64511.pbf b/maplibre/fonts/InterSemiBoldItalic/._64256-64511.pbf new file mode 100644 index 00000000..f58b3f2a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._64512-64767.pbf b/maplibre/fonts/InterSemiBoldItalic/._64512-64767.pbf new file mode 100644 index 00000000..94eedc7e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._64768-65023.pbf b/maplibre/fonts/InterSemiBoldItalic/._64768-65023.pbf new file mode 100644 index 00000000..c7f91263 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._65024-65279.pbf b/maplibre/fonts/InterSemiBoldItalic/._65024-65279.pbf new file mode 100644 index 00000000..708837c9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._65280-65535.pbf b/maplibre/fonts/InterSemiBoldItalic/._65280-65535.pbf new file mode 100644 index 00000000..4fbc6db0 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._6656-6911.pbf b/maplibre/fonts/InterSemiBoldItalic/._6656-6911.pbf new file mode 100644 index 00000000..e5ba4858 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._6912-7167.pbf b/maplibre/fonts/InterSemiBoldItalic/._6912-7167.pbf new file mode 100644 index 00000000..a12d4861 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._7168-7423.pbf b/maplibre/fonts/InterSemiBoldItalic/._7168-7423.pbf new file mode 100644 index 00000000..d8272103 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._7424-7679.pbf b/maplibre/fonts/InterSemiBoldItalic/._7424-7679.pbf new file mode 100644 index 00000000..e90cdcd3 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._768-1023.pbf b/maplibre/fonts/InterSemiBoldItalic/._768-1023.pbf new file mode 100644 index 00000000..8627e2b1 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._7680-7935.pbf b/maplibre/fonts/InterSemiBoldItalic/._7680-7935.pbf new file mode 100644 index 00000000..d725f032 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._7936-8191.pbf b/maplibre/fonts/InterSemiBoldItalic/._7936-8191.pbf new file mode 100644 index 00000000..d857165a Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._8192-8447.pbf b/maplibre/fonts/InterSemiBoldItalic/._8192-8447.pbf new file mode 100644 index 00000000..74b2a9a9 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._8448-8703.pbf b/maplibre/fonts/InterSemiBoldItalic/._8448-8703.pbf new file mode 100644 index 00000000..c43f3f47 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._8704-8959.pbf b/maplibre/fonts/InterSemiBoldItalic/._8704-8959.pbf new file mode 100644 index 00000000..a41c3197 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._8960-9215.pbf b/maplibre/fonts/InterSemiBoldItalic/._8960-9215.pbf new file mode 100644 index 00000000..97b4e0c7 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._9216-9471.pbf b/maplibre/fonts/InterSemiBoldItalic/._9216-9471.pbf new file mode 100644 index 00000000..1ee40b6d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._9472-9727.pbf b/maplibre/fonts/InterSemiBoldItalic/._9472-9727.pbf new file mode 100644 index 00000000..85703750 Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._9728-9983.pbf b/maplibre/fonts/InterSemiBoldItalic/._9728-9983.pbf new file mode 100644 index 00000000..12b85f5e Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterSemiBoldItalic/._9984-10239.pbf b/maplibre/fonts/InterSemiBoldItalic/._9984-10239.pbf new file mode 100644 index 00000000..f93ed34d Binary files /dev/null and b/maplibre/fonts/InterSemiBoldItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterThin/._0-255.pbf b/maplibre/fonts/InterThin/._0-255.pbf new file mode 100644 index 00000000..69adf4a3 Binary files /dev/null and b/maplibre/fonts/InterThin/._0-255.pbf differ diff --git a/maplibre/fonts/InterThin/._1024-1279.pbf b/maplibre/fonts/InterThin/._1024-1279.pbf new file mode 100644 index 00000000..f14d7687 Binary files /dev/null and b/maplibre/fonts/InterThin/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterThin/._10240-10495.pbf b/maplibre/fonts/InterThin/._10240-10495.pbf new file mode 100644 index 00000000..f16e284f Binary files /dev/null and b/maplibre/fonts/InterThin/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterThin/._10496-10751.pbf b/maplibre/fonts/InterThin/._10496-10751.pbf new file mode 100644 index 00000000..d9c39358 Binary files /dev/null and b/maplibre/fonts/InterThin/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterThin/._10752-11007.pbf b/maplibre/fonts/InterThin/._10752-11007.pbf new file mode 100644 index 00000000..b0263bef Binary files /dev/null and b/maplibre/fonts/InterThin/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterThin/._11008-11263.pbf b/maplibre/fonts/InterThin/._11008-11263.pbf new file mode 100644 index 00000000..3e9d7ba5 Binary files /dev/null and b/maplibre/fonts/InterThin/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterThin/._11264-11519.pbf b/maplibre/fonts/InterThin/._11264-11519.pbf new file mode 100644 index 00000000..69144ecb Binary files /dev/null and b/maplibre/fonts/InterThin/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterThin/._11520-11775.pbf b/maplibre/fonts/InterThin/._11520-11775.pbf new file mode 100644 index 00000000..5c40ae83 Binary files /dev/null and b/maplibre/fonts/InterThin/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterThin/._11776-12031.pbf b/maplibre/fonts/InterThin/._11776-12031.pbf new file mode 100644 index 00000000..9966b0c1 Binary files /dev/null and b/maplibre/fonts/InterThin/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterThin/._12032-12287.pbf b/maplibre/fonts/InterThin/._12032-12287.pbf new file mode 100644 index 00000000..2102c12c Binary files /dev/null and b/maplibre/fonts/InterThin/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterThin/._12288-12543.pbf b/maplibre/fonts/InterThin/._12288-12543.pbf new file mode 100644 index 00000000..0f876d54 Binary files /dev/null and b/maplibre/fonts/InterThin/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterThin/._12544-12799.pbf b/maplibre/fonts/InterThin/._12544-12799.pbf new file mode 100644 index 00000000..1a64b5d3 Binary files /dev/null and b/maplibre/fonts/InterThin/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterThin/._1280-1535.pbf b/maplibre/fonts/InterThin/._1280-1535.pbf new file mode 100644 index 00000000..21a26885 Binary files /dev/null and b/maplibre/fonts/InterThin/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterThin/._12800-13055.pbf b/maplibre/fonts/InterThin/._12800-13055.pbf new file mode 100644 index 00000000..237c7787 Binary files /dev/null and b/maplibre/fonts/InterThin/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterThin/._13056-13311.pbf b/maplibre/fonts/InterThin/._13056-13311.pbf new file mode 100644 index 00000000..50a55df5 Binary files /dev/null and b/maplibre/fonts/InterThin/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterThin/._13312-13567.pbf b/maplibre/fonts/InterThin/._13312-13567.pbf new file mode 100644 index 00000000..74600e45 Binary files /dev/null and b/maplibre/fonts/InterThin/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterThin/._13568-13823.pbf b/maplibre/fonts/InterThin/._13568-13823.pbf new file mode 100644 index 00000000..8f10189b Binary files /dev/null and b/maplibre/fonts/InterThin/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterThin/._13824-14079.pbf b/maplibre/fonts/InterThin/._13824-14079.pbf new file mode 100644 index 00000000..1976515d Binary files /dev/null and b/maplibre/fonts/InterThin/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterThin/._14080-14335.pbf b/maplibre/fonts/InterThin/._14080-14335.pbf new file mode 100644 index 00000000..921ddcfd Binary files /dev/null and b/maplibre/fonts/InterThin/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterThin/._14336-14591.pbf b/maplibre/fonts/InterThin/._14336-14591.pbf new file mode 100644 index 00000000..605cf558 Binary files /dev/null and b/maplibre/fonts/InterThin/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterThin/._14592-14847.pbf b/maplibre/fonts/InterThin/._14592-14847.pbf new file mode 100644 index 00000000..06e912df Binary files /dev/null and b/maplibre/fonts/InterThin/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterThin/._14848-15103.pbf b/maplibre/fonts/InterThin/._14848-15103.pbf new file mode 100644 index 00000000..6c5cb8d6 Binary files /dev/null and b/maplibre/fonts/InterThin/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterThin/._15104-15359.pbf b/maplibre/fonts/InterThin/._15104-15359.pbf new file mode 100644 index 00000000..e7ff62b6 Binary files /dev/null and b/maplibre/fonts/InterThin/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterThin/._1536-1791.pbf b/maplibre/fonts/InterThin/._1536-1791.pbf new file mode 100644 index 00000000..a9d8d2e5 Binary files /dev/null and b/maplibre/fonts/InterThin/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterThin/._15360-15615.pbf b/maplibre/fonts/InterThin/._15360-15615.pbf new file mode 100644 index 00000000..f7649931 Binary files /dev/null and b/maplibre/fonts/InterThin/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterThin/._15616-15871.pbf b/maplibre/fonts/InterThin/._15616-15871.pbf new file mode 100644 index 00000000..7358b868 Binary files /dev/null and b/maplibre/fonts/InterThin/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterThin/._15872-16127.pbf b/maplibre/fonts/InterThin/._15872-16127.pbf new file mode 100644 index 00000000..79355e3a Binary files /dev/null and b/maplibre/fonts/InterThin/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterThin/._16128-16383.pbf b/maplibre/fonts/InterThin/._16128-16383.pbf new file mode 100644 index 00000000..ffe672f4 Binary files /dev/null and b/maplibre/fonts/InterThin/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterThin/._16384-16639.pbf b/maplibre/fonts/InterThin/._16384-16639.pbf new file mode 100644 index 00000000..db374c00 Binary files /dev/null and b/maplibre/fonts/InterThin/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterThin/._16640-16895.pbf b/maplibre/fonts/InterThin/._16640-16895.pbf new file mode 100644 index 00000000..d299be1c Binary files /dev/null and b/maplibre/fonts/InterThin/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterThin/._16896-17151.pbf b/maplibre/fonts/InterThin/._16896-17151.pbf new file mode 100644 index 00000000..3bd1ae69 Binary files /dev/null and b/maplibre/fonts/InterThin/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterThin/._17152-17407.pbf b/maplibre/fonts/InterThin/._17152-17407.pbf new file mode 100644 index 00000000..32e68d14 Binary files /dev/null and b/maplibre/fonts/InterThin/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterThin/._17408-17663.pbf b/maplibre/fonts/InterThin/._17408-17663.pbf new file mode 100644 index 00000000..df1b1686 Binary files /dev/null and b/maplibre/fonts/InterThin/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterThin/._17664-17919.pbf b/maplibre/fonts/InterThin/._17664-17919.pbf new file mode 100644 index 00000000..26f1faa2 Binary files /dev/null and b/maplibre/fonts/InterThin/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterThin/._1792-2047.pbf b/maplibre/fonts/InterThin/._1792-2047.pbf new file mode 100644 index 00000000..380299ec Binary files /dev/null and b/maplibre/fonts/InterThin/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterThin/._17920-18175.pbf b/maplibre/fonts/InterThin/._17920-18175.pbf new file mode 100644 index 00000000..85c1752f Binary files /dev/null and b/maplibre/fonts/InterThin/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterThin/._18176-18431.pbf b/maplibre/fonts/InterThin/._18176-18431.pbf new file mode 100644 index 00000000..a71f32d4 Binary files /dev/null and b/maplibre/fonts/InterThin/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterThin/._18432-18687.pbf b/maplibre/fonts/InterThin/._18432-18687.pbf new file mode 100644 index 00000000..e7680ba2 Binary files /dev/null and b/maplibre/fonts/InterThin/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterThin/._18688-18943.pbf b/maplibre/fonts/InterThin/._18688-18943.pbf new file mode 100644 index 00000000..1b7d5090 Binary files /dev/null and b/maplibre/fonts/InterThin/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterThin/._18944-19199.pbf b/maplibre/fonts/InterThin/._18944-19199.pbf new file mode 100644 index 00000000..ab124bc5 Binary files /dev/null and b/maplibre/fonts/InterThin/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterThin/._19200-19455.pbf b/maplibre/fonts/InterThin/._19200-19455.pbf new file mode 100644 index 00000000..3fe6e5e2 Binary files /dev/null and b/maplibre/fonts/InterThin/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterThin/._19456-19711.pbf b/maplibre/fonts/InterThin/._19456-19711.pbf new file mode 100644 index 00000000..e0113bc7 Binary files /dev/null and b/maplibre/fonts/InterThin/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterThin/._19712-19967.pbf b/maplibre/fonts/InterThin/._19712-19967.pbf new file mode 100644 index 00000000..7685e78b Binary files /dev/null and b/maplibre/fonts/InterThin/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterThin/._19968-20223.pbf b/maplibre/fonts/InterThin/._19968-20223.pbf new file mode 100644 index 00000000..5f5b9416 Binary files /dev/null and b/maplibre/fonts/InterThin/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterThin/._20224-20479.pbf b/maplibre/fonts/InterThin/._20224-20479.pbf new file mode 100644 index 00000000..e3e53229 Binary files /dev/null and b/maplibre/fonts/InterThin/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterThin/._2048-2303.pbf b/maplibre/fonts/InterThin/._2048-2303.pbf new file mode 100644 index 00000000..71a796ff Binary files /dev/null and b/maplibre/fonts/InterThin/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterThin/._20480-20735.pbf b/maplibre/fonts/InterThin/._20480-20735.pbf new file mode 100644 index 00000000..e5913db3 Binary files /dev/null and b/maplibre/fonts/InterThin/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterThin/._20736-20991.pbf b/maplibre/fonts/InterThin/._20736-20991.pbf new file mode 100644 index 00000000..18908f81 Binary files /dev/null and b/maplibre/fonts/InterThin/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterThin/._20992-21247.pbf b/maplibre/fonts/InterThin/._20992-21247.pbf new file mode 100644 index 00000000..ef6e89e8 Binary files /dev/null and b/maplibre/fonts/InterThin/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterThin/._21248-21503.pbf b/maplibre/fonts/InterThin/._21248-21503.pbf new file mode 100644 index 00000000..0f5348c0 Binary files /dev/null and b/maplibre/fonts/InterThin/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterThin/._21504-21759.pbf b/maplibre/fonts/InterThin/._21504-21759.pbf new file mode 100644 index 00000000..d0803b5b Binary files /dev/null and b/maplibre/fonts/InterThin/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterThin/._21760-22015.pbf b/maplibre/fonts/InterThin/._21760-22015.pbf new file mode 100644 index 00000000..d7c1d2af Binary files /dev/null and b/maplibre/fonts/InterThin/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterThin/._22016-22271.pbf b/maplibre/fonts/InterThin/._22016-22271.pbf new file mode 100644 index 00000000..5c4e0cfd Binary files /dev/null and b/maplibre/fonts/InterThin/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterThin/._22272-22527.pbf b/maplibre/fonts/InterThin/._22272-22527.pbf new file mode 100644 index 00000000..1d8227fe Binary files /dev/null and b/maplibre/fonts/InterThin/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterThin/._22528-22783.pbf b/maplibre/fonts/InterThin/._22528-22783.pbf new file mode 100644 index 00000000..5b8aed2f Binary files /dev/null and b/maplibre/fonts/InterThin/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterThin/._22784-23039.pbf b/maplibre/fonts/InterThin/._22784-23039.pbf new file mode 100644 index 00000000..2c4eca69 Binary files /dev/null and b/maplibre/fonts/InterThin/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterThin/._2304-2559.pbf b/maplibre/fonts/InterThin/._2304-2559.pbf new file mode 100644 index 00000000..e8fb2701 Binary files /dev/null and b/maplibre/fonts/InterThin/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterThin/._23040-23295.pbf b/maplibre/fonts/InterThin/._23040-23295.pbf new file mode 100644 index 00000000..699f52c3 Binary files /dev/null and b/maplibre/fonts/InterThin/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterThin/._23296-23551.pbf b/maplibre/fonts/InterThin/._23296-23551.pbf new file mode 100644 index 00000000..b63660f0 Binary files /dev/null and b/maplibre/fonts/InterThin/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterThin/._23552-23807.pbf b/maplibre/fonts/InterThin/._23552-23807.pbf new file mode 100644 index 00000000..60da84dd Binary files /dev/null and b/maplibre/fonts/InterThin/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterThin/._23808-24063.pbf b/maplibre/fonts/InterThin/._23808-24063.pbf new file mode 100644 index 00000000..973dc76c Binary files /dev/null and b/maplibre/fonts/InterThin/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterThin/._24064-24319.pbf b/maplibre/fonts/InterThin/._24064-24319.pbf new file mode 100644 index 00000000..3b18611f Binary files /dev/null and b/maplibre/fonts/InterThin/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterThin/._24320-24575.pbf b/maplibre/fonts/InterThin/._24320-24575.pbf new file mode 100644 index 00000000..cc93c0a1 Binary files /dev/null and b/maplibre/fonts/InterThin/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterThin/._24576-24831.pbf b/maplibre/fonts/InterThin/._24576-24831.pbf new file mode 100644 index 00000000..5a5d07c4 Binary files /dev/null and b/maplibre/fonts/InterThin/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterThin/._24832-25087.pbf b/maplibre/fonts/InterThin/._24832-25087.pbf new file mode 100644 index 00000000..e61f8b58 Binary files /dev/null and b/maplibre/fonts/InterThin/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterThin/._25088-25343.pbf b/maplibre/fonts/InterThin/._25088-25343.pbf new file mode 100644 index 00000000..c6bfb537 Binary files /dev/null and b/maplibre/fonts/InterThin/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterThin/._25344-25599.pbf b/maplibre/fonts/InterThin/._25344-25599.pbf new file mode 100644 index 00000000..87dc9b06 Binary files /dev/null and b/maplibre/fonts/InterThin/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterThin/._256-511.pbf b/maplibre/fonts/InterThin/._256-511.pbf new file mode 100644 index 00000000..2bc6c977 Binary files /dev/null and b/maplibre/fonts/InterThin/._256-511.pbf differ diff --git a/maplibre/fonts/InterThin/._2560-2815.pbf b/maplibre/fonts/InterThin/._2560-2815.pbf new file mode 100644 index 00000000..afdfeaec Binary files /dev/null and b/maplibre/fonts/InterThin/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterThin/._25600-25855.pbf b/maplibre/fonts/InterThin/._25600-25855.pbf new file mode 100644 index 00000000..26b1bb2f Binary files /dev/null and b/maplibre/fonts/InterThin/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterThin/._25856-26111.pbf b/maplibre/fonts/InterThin/._25856-26111.pbf new file mode 100644 index 00000000..fa1c28aa Binary files /dev/null and b/maplibre/fonts/InterThin/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterThin/._26112-26367.pbf b/maplibre/fonts/InterThin/._26112-26367.pbf new file mode 100644 index 00000000..a7923cb1 Binary files /dev/null and b/maplibre/fonts/InterThin/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterThin/._26368-26623.pbf b/maplibre/fonts/InterThin/._26368-26623.pbf new file mode 100644 index 00000000..8ce1c7b7 Binary files /dev/null and b/maplibre/fonts/InterThin/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterThin/._26624-26879.pbf b/maplibre/fonts/InterThin/._26624-26879.pbf new file mode 100644 index 00000000..07c236b4 Binary files /dev/null and b/maplibre/fonts/InterThin/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterThin/._26880-27135.pbf b/maplibre/fonts/InterThin/._26880-27135.pbf new file mode 100644 index 00000000..cc51d6b3 Binary files /dev/null and b/maplibre/fonts/InterThin/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterThin/._27136-27391.pbf b/maplibre/fonts/InterThin/._27136-27391.pbf new file mode 100644 index 00000000..be532ad2 Binary files /dev/null and b/maplibre/fonts/InterThin/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterThin/._27392-27647.pbf b/maplibre/fonts/InterThin/._27392-27647.pbf new file mode 100644 index 00000000..f261ecd1 Binary files /dev/null and b/maplibre/fonts/InterThin/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterThin/._27648-27903.pbf b/maplibre/fonts/InterThin/._27648-27903.pbf new file mode 100644 index 00000000..f0cf5f47 Binary files /dev/null and b/maplibre/fonts/InterThin/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterThin/._27904-28159.pbf b/maplibre/fonts/InterThin/._27904-28159.pbf new file mode 100644 index 00000000..b7a5ef56 Binary files /dev/null and b/maplibre/fonts/InterThin/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterThin/._2816-3071.pbf b/maplibre/fonts/InterThin/._2816-3071.pbf new file mode 100644 index 00000000..02d37a88 Binary files /dev/null and b/maplibre/fonts/InterThin/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterThin/._28160-28415.pbf b/maplibre/fonts/InterThin/._28160-28415.pbf new file mode 100644 index 00000000..408a30e2 Binary files /dev/null and b/maplibre/fonts/InterThin/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterThin/._28416-28671.pbf b/maplibre/fonts/InterThin/._28416-28671.pbf new file mode 100644 index 00000000..63e0d5d3 Binary files /dev/null and b/maplibre/fonts/InterThin/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterThin/._28672-28927.pbf b/maplibre/fonts/InterThin/._28672-28927.pbf new file mode 100644 index 00000000..f4833684 Binary files /dev/null and b/maplibre/fonts/InterThin/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterThin/._28928-29183.pbf b/maplibre/fonts/InterThin/._28928-29183.pbf new file mode 100644 index 00000000..d5e1b294 Binary files /dev/null and b/maplibre/fonts/InterThin/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterThin/._29184-29439.pbf b/maplibre/fonts/InterThin/._29184-29439.pbf new file mode 100644 index 00000000..14d644d4 Binary files /dev/null and b/maplibre/fonts/InterThin/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterThin/._29440-29695.pbf b/maplibre/fonts/InterThin/._29440-29695.pbf new file mode 100644 index 00000000..4ed92d58 Binary files /dev/null and b/maplibre/fonts/InterThin/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterThin/._29696-29951.pbf b/maplibre/fonts/InterThin/._29696-29951.pbf new file mode 100644 index 00000000..fd265167 Binary files /dev/null and b/maplibre/fonts/InterThin/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterThin/._29952-30207.pbf b/maplibre/fonts/InterThin/._29952-30207.pbf new file mode 100644 index 00000000..e0f801b2 Binary files /dev/null and b/maplibre/fonts/InterThin/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterThin/._30208-30463.pbf b/maplibre/fonts/InterThin/._30208-30463.pbf new file mode 100644 index 00000000..75ebc23d Binary files /dev/null and b/maplibre/fonts/InterThin/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterThin/._30464-30719.pbf b/maplibre/fonts/InterThin/._30464-30719.pbf new file mode 100644 index 00000000..7012d8ec Binary files /dev/null and b/maplibre/fonts/InterThin/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterThin/._3072-3327.pbf b/maplibre/fonts/InterThin/._3072-3327.pbf new file mode 100644 index 00000000..a70a2e6e Binary files /dev/null and b/maplibre/fonts/InterThin/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterThin/._30720-30975.pbf b/maplibre/fonts/InterThin/._30720-30975.pbf new file mode 100644 index 00000000..c091441c Binary files /dev/null and b/maplibre/fonts/InterThin/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterThin/._30976-31231.pbf b/maplibre/fonts/InterThin/._30976-31231.pbf new file mode 100644 index 00000000..668466cd Binary files /dev/null and b/maplibre/fonts/InterThin/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterThin/._31232-31487.pbf b/maplibre/fonts/InterThin/._31232-31487.pbf new file mode 100644 index 00000000..b1bb7927 Binary files /dev/null and b/maplibre/fonts/InterThin/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterThin/._31488-31743.pbf b/maplibre/fonts/InterThin/._31488-31743.pbf new file mode 100644 index 00000000..60b5b8e6 Binary files /dev/null and b/maplibre/fonts/InterThin/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterThin/._31744-31999.pbf b/maplibre/fonts/InterThin/._31744-31999.pbf new file mode 100644 index 00000000..00779830 Binary files /dev/null and b/maplibre/fonts/InterThin/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterThin/._32000-32255.pbf b/maplibre/fonts/InterThin/._32000-32255.pbf new file mode 100644 index 00000000..214e8de2 Binary files /dev/null and b/maplibre/fonts/InterThin/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterThin/._32256-32511.pbf b/maplibre/fonts/InterThin/._32256-32511.pbf new file mode 100644 index 00000000..99dc988e Binary files /dev/null and b/maplibre/fonts/InterThin/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterThin/._32512-32767.pbf b/maplibre/fonts/InterThin/._32512-32767.pbf new file mode 100644 index 00000000..3bfb7e24 Binary files /dev/null and b/maplibre/fonts/InterThin/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterThin/._32768-33023.pbf b/maplibre/fonts/InterThin/._32768-33023.pbf new file mode 100644 index 00000000..40b6d890 Binary files /dev/null and b/maplibre/fonts/InterThin/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterThin/._33024-33279.pbf b/maplibre/fonts/InterThin/._33024-33279.pbf new file mode 100644 index 00000000..29cc700f Binary files /dev/null and b/maplibre/fonts/InterThin/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterThin/._3328-3583.pbf b/maplibre/fonts/InterThin/._3328-3583.pbf new file mode 100644 index 00000000..f2dc28e0 Binary files /dev/null and b/maplibre/fonts/InterThin/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterThin/._33280-33535.pbf b/maplibre/fonts/InterThin/._33280-33535.pbf new file mode 100644 index 00000000..7800da90 Binary files /dev/null and b/maplibre/fonts/InterThin/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterThin/._33536-33791.pbf b/maplibre/fonts/InterThin/._33536-33791.pbf new file mode 100644 index 00000000..4e190871 Binary files /dev/null and b/maplibre/fonts/InterThin/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterThin/._33792-34047.pbf b/maplibre/fonts/InterThin/._33792-34047.pbf new file mode 100644 index 00000000..f687b2b1 Binary files /dev/null and b/maplibre/fonts/InterThin/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterThin/._34048-34303.pbf b/maplibre/fonts/InterThin/._34048-34303.pbf new file mode 100644 index 00000000..5437e59e Binary files /dev/null and b/maplibre/fonts/InterThin/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterThin/._34304-34559.pbf b/maplibre/fonts/InterThin/._34304-34559.pbf new file mode 100644 index 00000000..acfa86b7 Binary files /dev/null and b/maplibre/fonts/InterThin/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterThin/._34560-34815.pbf b/maplibre/fonts/InterThin/._34560-34815.pbf new file mode 100644 index 00000000..e99701be Binary files /dev/null and b/maplibre/fonts/InterThin/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterThin/._34816-35071.pbf b/maplibre/fonts/InterThin/._34816-35071.pbf new file mode 100644 index 00000000..fc9ddef5 Binary files /dev/null and b/maplibre/fonts/InterThin/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterThin/._35072-35327.pbf b/maplibre/fonts/InterThin/._35072-35327.pbf new file mode 100644 index 00000000..3f0e047e Binary files /dev/null and b/maplibre/fonts/InterThin/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterThin/._35328-35583.pbf b/maplibre/fonts/InterThin/._35328-35583.pbf new file mode 100644 index 00000000..72f475e3 Binary files /dev/null and b/maplibre/fonts/InterThin/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterThin/._35584-35839.pbf b/maplibre/fonts/InterThin/._35584-35839.pbf new file mode 100644 index 00000000..563b3a77 Binary files /dev/null and b/maplibre/fonts/InterThin/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterThin/._3584-3839.pbf b/maplibre/fonts/InterThin/._3584-3839.pbf new file mode 100644 index 00000000..5a6ae44b Binary files /dev/null and b/maplibre/fonts/InterThin/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterThin/._35840-36095.pbf b/maplibre/fonts/InterThin/._35840-36095.pbf new file mode 100644 index 00000000..4efb3e0d Binary files /dev/null and b/maplibre/fonts/InterThin/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterThin/._36096-36351.pbf b/maplibre/fonts/InterThin/._36096-36351.pbf new file mode 100644 index 00000000..97879bef Binary files /dev/null and b/maplibre/fonts/InterThin/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterThin/._36352-36607.pbf b/maplibre/fonts/InterThin/._36352-36607.pbf new file mode 100644 index 00000000..a7a2cf01 Binary files /dev/null and b/maplibre/fonts/InterThin/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterThin/._36608-36863.pbf b/maplibre/fonts/InterThin/._36608-36863.pbf new file mode 100644 index 00000000..1cd056d1 Binary files /dev/null and b/maplibre/fonts/InterThin/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterThin/._36864-37119.pbf b/maplibre/fonts/InterThin/._36864-37119.pbf new file mode 100644 index 00000000..dafb43a3 Binary files /dev/null and b/maplibre/fonts/InterThin/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterThin/._37120-37375.pbf b/maplibre/fonts/InterThin/._37120-37375.pbf new file mode 100644 index 00000000..4f99f798 Binary files /dev/null and b/maplibre/fonts/InterThin/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterThin/._37376-37631.pbf b/maplibre/fonts/InterThin/._37376-37631.pbf new file mode 100644 index 00000000..60433f00 Binary files /dev/null and b/maplibre/fonts/InterThin/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterThin/._37632-37887.pbf b/maplibre/fonts/InterThin/._37632-37887.pbf new file mode 100644 index 00000000..bb6b396f Binary files /dev/null and b/maplibre/fonts/InterThin/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterThin/._37888-38143.pbf b/maplibre/fonts/InterThin/._37888-38143.pbf new file mode 100644 index 00000000..500a0239 Binary files /dev/null and b/maplibre/fonts/InterThin/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterThin/._38144-38399.pbf b/maplibre/fonts/InterThin/._38144-38399.pbf new file mode 100644 index 00000000..1768de7a Binary files /dev/null and b/maplibre/fonts/InterThin/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterThin/._3840-4095.pbf b/maplibre/fonts/InterThin/._3840-4095.pbf new file mode 100644 index 00000000..5d18a1da Binary files /dev/null and b/maplibre/fonts/InterThin/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterThin/._38400-38655.pbf b/maplibre/fonts/InterThin/._38400-38655.pbf new file mode 100644 index 00000000..9a1fa3f6 Binary files /dev/null and b/maplibre/fonts/InterThin/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterThin/._38656-38911.pbf b/maplibre/fonts/InterThin/._38656-38911.pbf new file mode 100644 index 00000000..e4058187 Binary files /dev/null and b/maplibre/fonts/InterThin/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterThin/._38912-39167.pbf b/maplibre/fonts/InterThin/._38912-39167.pbf new file mode 100644 index 00000000..0b980bdd Binary files /dev/null and b/maplibre/fonts/InterThin/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterThin/._39168-39423.pbf b/maplibre/fonts/InterThin/._39168-39423.pbf new file mode 100644 index 00000000..f43ce689 Binary files /dev/null and b/maplibre/fonts/InterThin/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterThin/._39424-39679.pbf b/maplibre/fonts/InterThin/._39424-39679.pbf new file mode 100644 index 00000000..623cb7cb Binary files /dev/null and b/maplibre/fonts/InterThin/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterThin/._39680-39935.pbf b/maplibre/fonts/InterThin/._39680-39935.pbf new file mode 100644 index 00000000..8d8a94ca Binary files /dev/null and b/maplibre/fonts/InterThin/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterThin/._39936-40191.pbf b/maplibre/fonts/InterThin/._39936-40191.pbf new file mode 100644 index 00000000..578bb080 Binary files /dev/null and b/maplibre/fonts/InterThin/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterThin/._40192-40447.pbf b/maplibre/fonts/InterThin/._40192-40447.pbf new file mode 100644 index 00000000..336c48b2 Binary files /dev/null and b/maplibre/fonts/InterThin/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterThin/._40448-40703.pbf b/maplibre/fonts/InterThin/._40448-40703.pbf new file mode 100644 index 00000000..1434f8a6 Binary files /dev/null and b/maplibre/fonts/InterThin/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterThin/._40704-40959.pbf b/maplibre/fonts/InterThin/._40704-40959.pbf new file mode 100644 index 00000000..1e21a3e2 Binary files /dev/null and b/maplibre/fonts/InterThin/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterThin/._4096-4351.pbf b/maplibre/fonts/InterThin/._4096-4351.pbf new file mode 100644 index 00000000..7ddf826b Binary files /dev/null and b/maplibre/fonts/InterThin/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterThin/._40960-41215.pbf b/maplibre/fonts/InterThin/._40960-41215.pbf new file mode 100644 index 00000000..f32b729e Binary files /dev/null and b/maplibre/fonts/InterThin/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterThin/._41216-41471.pbf b/maplibre/fonts/InterThin/._41216-41471.pbf new file mode 100644 index 00000000..c5f1264f Binary files /dev/null and b/maplibre/fonts/InterThin/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterThin/._41472-41727.pbf b/maplibre/fonts/InterThin/._41472-41727.pbf new file mode 100644 index 00000000..962a14d1 Binary files /dev/null and b/maplibre/fonts/InterThin/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterThin/._41728-41983.pbf b/maplibre/fonts/InterThin/._41728-41983.pbf new file mode 100644 index 00000000..92ee8718 Binary files /dev/null and b/maplibre/fonts/InterThin/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterThin/._41984-42239.pbf b/maplibre/fonts/InterThin/._41984-42239.pbf new file mode 100644 index 00000000..c1208cac Binary files /dev/null and b/maplibre/fonts/InterThin/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterThin/._42240-42495.pbf b/maplibre/fonts/InterThin/._42240-42495.pbf new file mode 100644 index 00000000..2b0493bd Binary files /dev/null and b/maplibre/fonts/InterThin/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterThin/._42496-42751.pbf b/maplibre/fonts/InterThin/._42496-42751.pbf new file mode 100644 index 00000000..0dcf55b0 Binary files /dev/null and b/maplibre/fonts/InterThin/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterThin/._42752-43007.pbf b/maplibre/fonts/InterThin/._42752-43007.pbf new file mode 100644 index 00000000..495d25c7 Binary files /dev/null and b/maplibre/fonts/InterThin/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterThin/._43008-43263.pbf b/maplibre/fonts/InterThin/._43008-43263.pbf new file mode 100644 index 00000000..17515afb Binary files /dev/null and b/maplibre/fonts/InterThin/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterThin/._43264-43519.pbf b/maplibre/fonts/InterThin/._43264-43519.pbf new file mode 100644 index 00000000..bdb8767b Binary files /dev/null and b/maplibre/fonts/InterThin/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterThin/._4352-4607.pbf b/maplibre/fonts/InterThin/._4352-4607.pbf new file mode 100644 index 00000000..45703667 Binary files /dev/null and b/maplibre/fonts/InterThin/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterThin/._43520-43775.pbf b/maplibre/fonts/InterThin/._43520-43775.pbf new file mode 100644 index 00000000..cfda8ec0 Binary files /dev/null and b/maplibre/fonts/InterThin/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterThin/._43776-44031.pbf b/maplibre/fonts/InterThin/._43776-44031.pbf new file mode 100644 index 00000000..797df644 Binary files /dev/null and b/maplibre/fonts/InterThin/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterThin/._44032-44287.pbf b/maplibre/fonts/InterThin/._44032-44287.pbf new file mode 100644 index 00000000..113f62ec Binary files /dev/null and b/maplibre/fonts/InterThin/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterThin/._44288-44543.pbf b/maplibre/fonts/InterThin/._44288-44543.pbf new file mode 100644 index 00000000..043af692 Binary files /dev/null and b/maplibre/fonts/InterThin/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterThin/._44544-44799.pbf b/maplibre/fonts/InterThin/._44544-44799.pbf new file mode 100644 index 00000000..7e52f90a Binary files /dev/null and b/maplibre/fonts/InterThin/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterThin/._44800-45055.pbf b/maplibre/fonts/InterThin/._44800-45055.pbf new file mode 100644 index 00000000..b2744979 Binary files /dev/null and b/maplibre/fonts/InterThin/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterThin/._45056-45311.pbf b/maplibre/fonts/InterThin/._45056-45311.pbf new file mode 100644 index 00000000..18cc1361 Binary files /dev/null and b/maplibre/fonts/InterThin/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterThin/._45312-45567.pbf b/maplibre/fonts/InterThin/._45312-45567.pbf new file mode 100644 index 00000000..9ec7a66b Binary files /dev/null and b/maplibre/fonts/InterThin/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterThin/._45568-45823.pbf b/maplibre/fonts/InterThin/._45568-45823.pbf new file mode 100644 index 00000000..b1423941 Binary files /dev/null and b/maplibre/fonts/InterThin/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterThin/._45824-46079.pbf b/maplibre/fonts/InterThin/._45824-46079.pbf new file mode 100644 index 00000000..84a7dc14 Binary files /dev/null and b/maplibre/fonts/InterThin/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterThin/._4608-4863.pbf b/maplibre/fonts/InterThin/._4608-4863.pbf new file mode 100644 index 00000000..a28e6444 Binary files /dev/null and b/maplibre/fonts/InterThin/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterThin/._46080-46335.pbf b/maplibre/fonts/InterThin/._46080-46335.pbf new file mode 100644 index 00000000..90e8f073 Binary files /dev/null and b/maplibre/fonts/InterThin/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterThin/._46336-46591.pbf b/maplibre/fonts/InterThin/._46336-46591.pbf new file mode 100644 index 00000000..53427294 Binary files /dev/null and b/maplibre/fonts/InterThin/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterThin/._46592-46847.pbf b/maplibre/fonts/InterThin/._46592-46847.pbf new file mode 100644 index 00000000..299bbdd1 Binary files /dev/null and b/maplibre/fonts/InterThin/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterThin/._46848-47103.pbf b/maplibre/fonts/InterThin/._46848-47103.pbf new file mode 100644 index 00000000..254d84c7 Binary files /dev/null and b/maplibre/fonts/InterThin/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterThin/._47104-47359.pbf b/maplibre/fonts/InterThin/._47104-47359.pbf new file mode 100644 index 00000000..8a6d9aac Binary files /dev/null and b/maplibre/fonts/InterThin/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterThin/._47360-47615.pbf b/maplibre/fonts/InterThin/._47360-47615.pbf new file mode 100644 index 00000000..5dd7bdfd Binary files /dev/null and b/maplibre/fonts/InterThin/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterThin/._47616-47871.pbf b/maplibre/fonts/InterThin/._47616-47871.pbf new file mode 100644 index 00000000..ee95a077 Binary files /dev/null and b/maplibre/fonts/InterThin/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterThin/._47872-48127.pbf b/maplibre/fonts/InterThin/._47872-48127.pbf new file mode 100644 index 00000000..92358b68 Binary files /dev/null and b/maplibre/fonts/InterThin/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterThin/._48128-48383.pbf b/maplibre/fonts/InterThin/._48128-48383.pbf new file mode 100644 index 00000000..a86a1017 Binary files /dev/null and b/maplibre/fonts/InterThin/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterThin/._48384-48639.pbf b/maplibre/fonts/InterThin/._48384-48639.pbf new file mode 100644 index 00000000..c471e8be Binary files /dev/null and b/maplibre/fonts/InterThin/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterThin/._4864-5119.pbf b/maplibre/fonts/InterThin/._4864-5119.pbf new file mode 100644 index 00000000..98db183a Binary files /dev/null and b/maplibre/fonts/InterThin/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterThin/._48640-48895.pbf b/maplibre/fonts/InterThin/._48640-48895.pbf new file mode 100644 index 00000000..28f3878c Binary files /dev/null and b/maplibre/fonts/InterThin/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterThin/._48896-49151.pbf b/maplibre/fonts/InterThin/._48896-49151.pbf new file mode 100644 index 00000000..22e9df37 Binary files /dev/null and b/maplibre/fonts/InterThin/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterThin/._49152-49407.pbf b/maplibre/fonts/InterThin/._49152-49407.pbf new file mode 100644 index 00000000..0b54fa9a Binary files /dev/null and b/maplibre/fonts/InterThin/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterThin/._49408-49663.pbf b/maplibre/fonts/InterThin/._49408-49663.pbf new file mode 100644 index 00000000..7dcaf0b5 Binary files /dev/null and b/maplibre/fonts/InterThin/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterThin/._49664-49919.pbf b/maplibre/fonts/InterThin/._49664-49919.pbf new file mode 100644 index 00000000..d7029c4f Binary files /dev/null and b/maplibre/fonts/InterThin/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterThin/._49920-50175.pbf b/maplibre/fonts/InterThin/._49920-50175.pbf new file mode 100644 index 00000000..5dd35258 Binary files /dev/null and b/maplibre/fonts/InterThin/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterThin/._50176-50431.pbf b/maplibre/fonts/InterThin/._50176-50431.pbf new file mode 100644 index 00000000..325ae168 Binary files /dev/null and b/maplibre/fonts/InterThin/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterThin/._50432-50687.pbf b/maplibre/fonts/InterThin/._50432-50687.pbf new file mode 100644 index 00000000..6ca54ec9 Binary files /dev/null and b/maplibre/fonts/InterThin/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterThin/._50688-50943.pbf b/maplibre/fonts/InterThin/._50688-50943.pbf new file mode 100644 index 00000000..5bf5d567 Binary files /dev/null and b/maplibre/fonts/InterThin/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterThin/._50944-51199.pbf b/maplibre/fonts/InterThin/._50944-51199.pbf new file mode 100644 index 00000000..9c896c5b Binary files /dev/null and b/maplibre/fonts/InterThin/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterThin/._512-767.pbf b/maplibre/fonts/InterThin/._512-767.pbf new file mode 100644 index 00000000..a603f511 Binary files /dev/null and b/maplibre/fonts/InterThin/._512-767.pbf differ diff --git a/maplibre/fonts/InterThin/._5120-5375.pbf b/maplibre/fonts/InterThin/._5120-5375.pbf new file mode 100644 index 00000000..bc4cc976 Binary files /dev/null and b/maplibre/fonts/InterThin/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterThin/._51200-51455.pbf b/maplibre/fonts/InterThin/._51200-51455.pbf new file mode 100644 index 00000000..42ad5b2b Binary files /dev/null and b/maplibre/fonts/InterThin/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterThin/._51456-51711.pbf b/maplibre/fonts/InterThin/._51456-51711.pbf new file mode 100644 index 00000000..5539b153 Binary files /dev/null and b/maplibre/fonts/InterThin/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterThin/._51712-51967.pbf b/maplibre/fonts/InterThin/._51712-51967.pbf new file mode 100644 index 00000000..67f99cb7 Binary files /dev/null and b/maplibre/fonts/InterThin/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterThin/._51968-52223.pbf b/maplibre/fonts/InterThin/._51968-52223.pbf new file mode 100644 index 00000000..d1b26572 Binary files /dev/null and b/maplibre/fonts/InterThin/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterThin/._52224-52479.pbf b/maplibre/fonts/InterThin/._52224-52479.pbf new file mode 100644 index 00000000..950366e1 Binary files /dev/null and b/maplibre/fonts/InterThin/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterThin/._52480-52735.pbf b/maplibre/fonts/InterThin/._52480-52735.pbf new file mode 100644 index 00000000..79f8066c Binary files /dev/null and b/maplibre/fonts/InterThin/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterThin/._52736-52991.pbf b/maplibre/fonts/InterThin/._52736-52991.pbf new file mode 100644 index 00000000..b3184e48 Binary files /dev/null and b/maplibre/fonts/InterThin/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterThin/._52992-53247.pbf b/maplibre/fonts/InterThin/._52992-53247.pbf new file mode 100644 index 00000000..2a024f93 Binary files /dev/null and b/maplibre/fonts/InterThin/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterThin/._53248-53503.pbf b/maplibre/fonts/InterThin/._53248-53503.pbf new file mode 100644 index 00000000..ee6a9917 Binary files /dev/null and b/maplibre/fonts/InterThin/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterThin/._53504-53759.pbf b/maplibre/fonts/InterThin/._53504-53759.pbf new file mode 100644 index 00000000..1eb9116d Binary files /dev/null and b/maplibre/fonts/InterThin/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterThin/._5376-5631.pbf b/maplibre/fonts/InterThin/._5376-5631.pbf new file mode 100644 index 00000000..f82e3939 Binary files /dev/null and b/maplibre/fonts/InterThin/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterThin/._53760-54015.pbf b/maplibre/fonts/InterThin/._53760-54015.pbf new file mode 100644 index 00000000..928b7c41 Binary files /dev/null and b/maplibre/fonts/InterThin/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterThin/._54016-54271.pbf b/maplibre/fonts/InterThin/._54016-54271.pbf new file mode 100644 index 00000000..62abebee Binary files /dev/null and b/maplibre/fonts/InterThin/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterThin/._54272-54527.pbf b/maplibre/fonts/InterThin/._54272-54527.pbf new file mode 100644 index 00000000..da9e5224 Binary files /dev/null and b/maplibre/fonts/InterThin/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterThin/._54528-54783.pbf b/maplibre/fonts/InterThin/._54528-54783.pbf new file mode 100644 index 00000000..9342ce66 Binary files /dev/null and b/maplibre/fonts/InterThin/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterThin/._54784-55039.pbf b/maplibre/fonts/InterThin/._54784-55039.pbf new file mode 100644 index 00000000..eed2a843 Binary files /dev/null and b/maplibre/fonts/InterThin/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterThin/._55040-55295.pbf b/maplibre/fonts/InterThin/._55040-55295.pbf new file mode 100644 index 00000000..88260e80 Binary files /dev/null and b/maplibre/fonts/InterThin/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterThin/._55296-55551.pbf b/maplibre/fonts/InterThin/._55296-55551.pbf new file mode 100644 index 00000000..3db97ba5 Binary files /dev/null and b/maplibre/fonts/InterThin/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterThin/._55552-55807.pbf b/maplibre/fonts/InterThin/._55552-55807.pbf new file mode 100644 index 00000000..b76db948 Binary files /dev/null and b/maplibre/fonts/InterThin/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterThin/._55808-56063.pbf b/maplibre/fonts/InterThin/._55808-56063.pbf new file mode 100644 index 00000000..bd433fb6 Binary files /dev/null and b/maplibre/fonts/InterThin/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterThin/._56064-56319.pbf b/maplibre/fonts/InterThin/._56064-56319.pbf new file mode 100644 index 00000000..d65d2687 Binary files /dev/null and b/maplibre/fonts/InterThin/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterThin/._5632-5887.pbf b/maplibre/fonts/InterThin/._5632-5887.pbf new file mode 100644 index 00000000..d59e1517 Binary files /dev/null and b/maplibre/fonts/InterThin/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterThin/._56320-56575.pbf b/maplibre/fonts/InterThin/._56320-56575.pbf new file mode 100644 index 00000000..84f00f6d Binary files /dev/null and b/maplibre/fonts/InterThin/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterThin/._56576-56831.pbf b/maplibre/fonts/InterThin/._56576-56831.pbf new file mode 100644 index 00000000..090b0162 Binary files /dev/null and b/maplibre/fonts/InterThin/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterThin/._56832-57087.pbf b/maplibre/fonts/InterThin/._56832-57087.pbf new file mode 100644 index 00000000..05bf2d1a Binary files /dev/null and b/maplibre/fonts/InterThin/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterThin/._57088-57343.pbf b/maplibre/fonts/InterThin/._57088-57343.pbf new file mode 100644 index 00000000..e75ecb16 Binary files /dev/null and b/maplibre/fonts/InterThin/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterThin/._57344-57599.pbf b/maplibre/fonts/InterThin/._57344-57599.pbf new file mode 100644 index 00000000..1fa91782 Binary files /dev/null and b/maplibre/fonts/InterThin/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterThin/._57600-57855.pbf b/maplibre/fonts/InterThin/._57600-57855.pbf new file mode 100644 index 00000000..bdf88325 Binary files /dev/null and b/maplibre/fonts/InterThin/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterThin/._57856-58111.pbf b/maplibre/fonts/InterThin/._57856-58111.pbf new file mode 100644 index 00000000..c696c1f0 Binary files /dev/null and b/maplibre/fonts/InterThin/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterThin/._58112-58367.pbf b/maplibre/fonts/InterThin/._58112-58367.pbf new file mode 100644 index 00000000..9a127385 Binary files /dev/null and b/maplibre/fonts/InterThin/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterThin/._58368-58623.pbf b/maplibre/fonts/InterThin/._58368-58623.pbf new file mode 100644 index 00000000..dfa5676a Binary files /dev/null and b/maplibre/fonts/InterThin/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterThin/._58624-58879.pbf b/maplibre/fonts/InterThin/._58624-58879.pbf new file mode 100644 index 00000000..46fcd494 Binary files /dev/null and b/maplibre/fonts/InterThin/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterThin/._5888-6143.pbf b/maplibre/fonts/InterThin/._5888-6143.pbf new file mode 100644 index 00000000..7c8fd3f0 Binary files /dev/null and b/maplibre/fonts/InterThin/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterThin/._58880-59135.pbf b/maplibre/fonts/InterThin/._58880-59135.pbf new file mode 100644 index 00000000..5f4a365f Binary files /dev/null and b/maplibre/fonts/InterThin/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterThin/._59136-59391.pbf b/maplibre/fonts/InterThin/._59136-59391.pbf new file mode 100644 index 00000000..945a3cb6 Binary files /dev/null and b/maplibre/fonts/InterThin/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterThin/._59392-59647.pbf b/maplibre/fonts/InterThin/._59392-59647.pbf new file mode 100644 index 00000000..f424efdd Binary files /dev/null and b/maplibre/fonts/InterThin/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterThin/._59648-59903.pbf b/maplibre/fonts/InterThin/._59648-59903.pbf new file mode 100644 index 00000000..6c6e32dc Binary files /dev/null and b/maplibre/fonts/InterThin/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterThin/._59904-60159.pbf b/maplibre/fonts/InterThin/._59904-60159.pbf new file mode 100644 index 00000000..7ea88229 Binary files /dev/null and b/maplibre/fonts/InterThin/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterThin/._60160-60415.pbf b/maplibre/fonts/InterThin/._60160-60415.pbf new file mode 100644 index 00000000..72c9da96 Binary files /dev/null and b/maplibre/fonts/InterThin/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterThin/._60416-60671.pbf b/maplibre/fonts/InterThin/._60416-60671.pbf new file mode 100644 index 00000000..b543c330 Binary files /dev/null and b/maplibre/fonts/InterThin/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterThin/._60672-60927.pbf b/maplibre/fonts/InterThin/._60672-60927.pbf new file mode 100644 index 00000000..66931e7d Binary files /dev/null and b/maplibre/fonts/InterThin/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterThin/._60928-61183.pbf b/maplibre/fonts/InterThin/._60928-61183.pbf new file mode 100644 index 00000000..ee932975 Binary files /dev/null and b/maplibre/fonts/InterThin/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterThin/._61184-61439.pbf b/maplibre/fonts/InterThin/._61184-61439.pbf new file mode 100644 index 00000000..1ec7c4af Binary files /dev/null and b/maplibre/fonts/InterThin/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterThin/._6144-6399.pbf b/maplibre/fonts/InterThin/._6144-6399.pbf new file mode 100644 index 00000000..6d5f81d2 Binary files /dev/null and b/maplibre/fonts/InterThin/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterThin/._61440-61695.pbf b/maplibre/fonts/InterThin/._61440-61695.pbf new file mode 100644 index 00000000..e8e4a92f Binary files /dev/null and b/maplibre/fonts/InterThin/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterThin/._61696-61951.pbf b/maplibre/fonts/InterThin/._61696-61951.pbf new file mode 100644 index 00000000..7d9b6038 Binary files /dev/null and b/maplibre/fonts/InterThin/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterThin/._61952-62207.pbf b/maplibre/fonts/InterThin/._61952-62207.pbf new file mode 100644 index 00000000..adb1b0ee Binary files /dev/null and b/maplibre/fonts/InterThin/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterThin/._62208-62463.pbf b/maplibre/fonts/InterThin/._62208-62463.pbf new file mode 100644 index 00000000..e3aa1b8c Binary files /dev/null and b/maplibre/fonts/InterThin/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterThin/._62464-62719.pbf b/maplibre/fonts/InterThin/._62464-62719.pbf new file mode 100644 index 00000000..2529d98a Binary files /dev/null and b/maplibre/fonts/InterThin/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterThin/._62720-62975.pbf b/maplibre/fonts/InterThin/._62720-62975.pbf new file mode 100644 index 00000000..83492371 Binary files /dev/null and b/maplibre/fonts/InterThin/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterThin/._62976-63231.pbf b/maplibre/fonts/InterThin/._62976-63231.pbf new file mode 100644 index 00000000..bf1ef4a3 Binary files /dev/null and b/maplibre/fonts/InterThin/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterThin/._63232-63487.pbf b/maplibre/fonts/InterThin/._63232-63487.pbf new file mode 100644 index 00000000..bf4cb303 Binary files /dev/null and b/maplibre/fonts/InterThin/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterThin/._63488-63743.pbf b/maplibre/fonts/InterThin/._63488-63743.pbf new file mode 100644 index 00000000..a84fd50b Binary files /dev/null and b/maplibre/fonts/InterThin/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterThin/._63744-63999.pbf b/maplibre/fonts/InterThin/._63744-63999.pbf new file mode 100644 index 00000000..e43dab08 Binary files /dev/null and b/maplibre/fonts/InterThin/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterThin/._6400-6655.pbf b/maplibre/fonts/InterThin/._6400-6655.pbf new file mode 100644 index 00000000..4275589f Binary files /dev/null and b/maplibre/fonts/InterThin/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterThin/._64000-64255.pbf b/maplibre/fonts/InterThin/._64000-64255.pbf new file mode 100644 index 00000000..af6fa54b Binary files /dev/null and b/maplibre/fonts/InterThin/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterThin/._64256-64511.pbf b/maplibre/fonts/InterThin/._64256-64511.pbf new file mode 100644 index 00000000..3aadb35a Binary files /dev/null and b/maplibre/fonts/InterThin/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterThin/._64512-64767.pbf b/maplibre/fonts/InterThin/._64512-64767.pbf new file mode 100644 index 00000000..0968d274 Binary files /dev/null and b/maplibre/fonts/InterThin/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterThin/._64768-65023.pbf b/maplibre/fonts/InterThin/._64768-65023.pbf new file mode 100644 index 00000000..36b73cb2 Binary files /dev/null and b/maplibre/fonts/InterThin/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterThin/._65024-65279.pbf b/maplibre/fonts/InterThin/._65024-65279.pbf new file mode 100644 index 00000000..574e97b1 Binary files /dev/null and b/maplibre/fonts/InterThin/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterThin/._65280-65535.pbf b/maplibre/fonts/InterThin/._65280-65535.pbf new file mode 100644 index 00000000..444a7e82 Binary files /dev/null and b/maplibre/fonts/InterThin/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterThin/._6656-6911.pbf b/maplibre/fonts/InterThin/._6656-6911.pbf new file mode 100644 index 00000000..b3a36cfa Binary files /dev/null and b/maplibre/fonts/InterThin/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterThin/._6912-7167.pbf b/maplibre/fonts/InterThin/._6912-7167.pbf new file mode 100644 index 00000000..5224dfbd Binary files /dev/null and b/maplibre/fonts/InterThin/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterThin/._7168-7423.pbf b/maplibre/fonts/InterThin/._7168-7423.pbf new file mode 100644 index 00000000..c22e06fc Binary files /dev/null and b/maplibre/fonts/InterThin/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterThin/._7424-7679.pbf b/maplibre/fonts/InterThin/._7424-7679.pbf new file mode 100644 index 00000000..7e7a7e8f Binary files /dev/null and b/maplibre/fonts/InterThin/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterThin/._768-1023.pbf b/maplibre/fonts/InterThin/._768-1023.pbf new file mode 100644 index 00000000..cb7ba028 Binary files /dev/null and b/maplibre/fonts/InterThin/._768-1023.pbf differ diff --git a/maplibre/fonts/InterThin/._7680-7935.pbf b/maplibre/fonts/InterThin/._7680-7935.pbf new file mode 100644 index 00000000..7257763f Binary files /dev/null and b/maplibre/fonts/InterThin/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterThin/._7936-8191.pbf b/maplibre/fonts/InterThin/._7936-8191.pbf new file mode 100644 index 00000000..c715cd5c Binary files /dev/null and b/maplibre/fonts/InterThin/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterThin/._8192-8447.pbf b/maplibre/fonts/InterThin/._8192-8447.pbf new file mode 100644 index 00000000..8fae1fdd Binary files /dev/null and b/maplibre/fonts/InterThin/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterThin/._8448-8703.pbf b/maplibre/fonts/InterThin/._8448-8703.pbf new file mode 100644 index 00000000..1b2bdc30 Binary files /dev/null and b/maplibre/fonts/InterThin/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterThin/._8704-8959.pbf b/maplibre/fonts/InterThin/._8704-8959.pbf new file mode 100644 index 00000000..43b6b212 Binary files /dev/null and b/maplibre/fonts/InterThin/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterThin/._8960-9215.pbf b/maplibre/fonts/InterThin/._8960-9215.pbf new file mode 100644 index 00000000..b231a2cc Binary files /dev/null and b/maplibre/fonts/InterThin/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterThin/._9216-9471.pbf b/maplibre/fonts/InterThin/._9216-9471.pbf new file mode 100644 index 00000000..40d7473b Binary files /dev/null and b/maplibre/fonts/InterThin/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterThin/._9472-9727.pbf b/maplibre/fonts/InterThin/._9472-9727.pbf new file mode 100644 index 00000000..2eba5fd6 Binary files /dev/null and b/maplibre/fonts/InterThin/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterThin/._9728-9983.pbf b/maplibre/fonts/InterThin/._9728-9983.pbf new file mode 100644 index 00000000..d1cb9ad7 Binary files /dev/null and b/maplibre/fonts/InterThin/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterThin/._9984-10239.pbf b/maplibre/fonts/InterThin/._9984-10239.pbf new file mode 100644 index 00000000..6a9d65dc Binary files /dev/null and b/maplibre/fonts/InterThin/._9984-10239.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._0-255.pbf b/maplibre/fonts/InterThinItalic/._0-255.pbf new file mode 100644 index 00000000..b7b93cb4 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._0-255.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._1024-1279.pbf b/maplibre/fonts/InterThinItalic/._1024-1279.pbf new file mode 100644 index 00000000..37c875ce Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._10240-10495.pbf b/maplibre/fonts/InterThinItalic/._10240-10495.pbf new file mode 100644 index 00000000..f109c8ad Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._10496-10751.pbf b/maplibre/fonts/InterThinItalic/._10496-10751.pbf new file mode 100644 index 00000000..c0254c76 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._10752-11007.pbf b/maplibre/fonts/InterThinItalic/._10752-11007.pbf new file mode 100644 index 00000000..6eb5ceb0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._11008-11263.pbf b/maplibre/fonts/InterThinItalic/._11008-11263.pbf new file mode 100644 index 00000000..c03cd115 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._11264-11519.pbf b/maplibre/fonts/InterThinItalic/._11264-11519.pbf new file mode 100644 index 00000000..a96d3697 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._11520-11775.pbf b/maplibre/fonts/InterThinItalic/._11520-11775.pbf new file mode 100644 index 00000000..c7522d32 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._11776-12031.pbf b/maplibre/fonts/InterThinItalic/._11776-12031.pbf new file mode 100644 index 00000000..d3d14900 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._12032-12287.pbf b/maplibre/fonts/InterThinItalic/._12032-12287.pbf new file mode 100644 index 00000000..ef67c394 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._12288-12543.pbf b/maplibre/fonts/InterThinItalic/._12288-12543.pbf new file mode 100644 index 00000000..b6fde915 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._12544-12799.pbf b/maplibre/fonts/InterThinItalic/._12544-12799.pbf new file mode 100644 index 00000000..a2c4b832 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._1280-1535.pbf b/maplibre/fonts/InterThinItalic/._1280-1535.pbf new file mode 100644 index 00000000..05f596ad Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._12800-13055.pbf b/maplibre/fonts/InterThinItalic/._12800-13055.pbf new file mode 100644 index 00000000..c5d24d32 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._13056-13311.pbf b/maplibre/fonts/InterThinItalic/._13056-13311.pbf new file mode 100644 index 00000000..08145681 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._13312-13567.pbf b/maplibre/fonts/InterThinItalic/._13312-13567.pbf new file mode 100644 index 00000000..960fecf3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._13568-13823.pbf b/maplibre/fonts/InterThinItalic/._13568-13823.pbf new file mode 100644 index 00000000..23de23ca Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._13824-14079.pbf b/maplibre/fonts/InterThinItalic/._13824-14079.pbf new file mode 100644 index 00000000..e6f539f6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._14080-14335.pbf b/maplibre/fonts/InterThinItalic/._14080-14335.pbf new file mode 100644 index 00000000..928c72b9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._14336-14591.pbf b/maplibre/fonts/InterThinItalic/._14336-14591.pbf new file mode 100644 index 00000000..0e218909 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._14592-14847.pbf b/maplibre/fonts/InterThinItalic/._14592-14847.pbf new file mode 100644 index 00000000..f8d6b45b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._14848-15103.pbf b/maplibre/fonts/InterThinItalic/._14848-15103.pbf new file mode 100644 index 00000000..4ae147c9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._15104-15359.pbf b/maplibre/fonts/InterThinItalic/._15104-15359.pbf new file mode 100644 index 00000000..b4ca272d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._1536-1791.pbf b/maplibre/fonts/InterThinItalic/._1536-1791.pbf new file mode 100644 index 00000000..dce691c6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._15360-15615.pbf b/maplibre/fonts/InterThinItalic/._15360-15615.pbf new file mode 100644 index 00000000..69b4cc4e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._15616-15871.pbf b/maplibre/fonts/InterThinItalic/._15616-15871.pbf new file mode 100644 index 00000000..8a989394 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._15872-16127.pbf b/maplibre/fonts/InterThinItalic/._15872-16127.pbf new file mode 100644 index 00000000..9d46b4be Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._16128-16383.pbf b/maplibre/fonts/InterThinItalic/._16128-16383.pbf new file mode 100644 index 00000000..63ad6053 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._16384-16639.pbf b/maplibre/fonts/InterThinItalic/._16384-16639.pbf new file mode 100644 index 00000000..9e5f32f7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._16640-16895.pbf b/maplibre/fonts/InterThinItalic/._16640-16895.pbf new file mode 100644 index 00000000..c52759ec Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._16896-17151.pbf b/maplibre/fonts/InterThinItalic/._16896-17151.pbf new file mode 100644 index 00000000..d2f84db8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._17152-17407.pbf b/maplibre/fonts/InterThinItalic/._17152-17407.pbf new file mode 100644 index 00000000..d78c7eff Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._17408-17663.pbf b/maplibre/fonts/InterThinItalic/._17408-17663.pbf new file mode 100644 index 00000000..468b8f22 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._17664-17919.pbf b/maplibre/fonts/InterThinItalic/._17664-17919.pbf new file mode 100644 index 00000000..96bf1fc8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._1792-2047.pbf b/maplibre/fonts/InterThinItalic/._1792-2047.pbf new file mode 100644 index 00000000..2e8957db Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._17920-18175.pbf b/maplibre/fonts/InterThinItalic/._17920-18175.pbf new file mode 100644 index 00000000..57a49af1 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._18176-18431.pbf b/maplibre/fonts/InterThinItalic/._18176-18431.pbf new file mode 100644 index 00000000..7d18d01c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._18432-18687.pbf b/maplibre/fonts/InterThinItalic/._18432-18687.pbf new file mode 100644 index 00000000..f3f12288 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._18688-18943.pbf b/maplibre/fonts/InterThinItalic/._18688-18943.pbf new file mode 100644 index 00000000..7e1e78ce Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._18944-19199.pbf b/maplibre/fonts/InterThinItalic/._18944-19199.pbf new file mode 100644 index 00000000..76b542f3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._19200-19455.pbf b/maplibre/fonts/InterThinItalic/._19200-19455.pbf new file mode 100644 index 00000000..c4777164 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._19456-19711.pbf b/maplibre/fonts/InterThinItalic/._19456-19711.pbf new file mode 100644 index 00000000..f4211700 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._19712-19967.pbf b/maplibre/fonts/InterThinItalic/._19712-19967.pbf new file mode 100644 index 00000000..f73aca2b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._19968-20223.pbf b/maplibre/fonts/InterThinItalic/._19968-20223.pbf new file mode 100644 index 00000000..5819a552 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._20224-20479.pbf b/maplibre/fonts/InterThinItalic/._20224-20479.pbf new file mode 100644 index 00000000..09f062ee Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._2048-2303.pbf b/maplibre/fonts/InterThinItalic/._2048-2303.pbf new file mode 100644 index 00000000..5a5429a3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._20480-20735.pbf b/maplibre/fonts/InterThinItalic/._20480-20735.pbf new file mode 100644 index 00000000..3de34c60 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._20736-20991.pbf b/maplibre/fonts/InterThinItalic/._20736-20991.pbf new file mode 100644 index 00000000..09e9b76e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._20992-21247.pbf b/maplibre/fonts/InterThinItalic/._20992-21247.pbf new file mode 100644 index 00000000..53189e35 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._21248-21503.pbf b/maplibre/fonts/InterThinItalic/._21248-21503.pbf new file mode 100644 index 00000000..13d96949 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._21504-21759.pbf b/maplibre/fonts/InterThinItalic/._21504-21759.pbf new file mode 100644 index 00000000..e22ac2e6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._21760-22015.pbf b/maplibre/fonts/InterThinItalic/._21760-22015.pbf new file mode 100644 index 00000000..f00fe087 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._22016-22271.pbf b/maplibre/fonts/InterThinItalic/._22016-22271.pbf new file mode 100644 index 00000000..9752d244 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._22272-22527.pbf b/maplibre/fonts/InterThinItalic/._22272-22527.pbf new file mode 100644 index 00000000..311a299f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._22528-22783.pbf b/maplibre/fonts/InterThinItalic/._22528-22783.pbf new file mode 100644 index 00000000..1240099d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._22784-23039.pbf b/maplibre/fonts/InterThinItalic/._22784-23039.pbf new file mode 100644 index 00000000..d06349cf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._2304-2559.pbf b/maplibre/fonts/InterThinItalic/._2304-2559.pbf new file mode 100644 index 00000000..570258cf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._23040-23295.pbf b/maplibre/fonts/InterThinItalic/._23040-23295.pbf new file mode 100644 index 00000000..5c230ac0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._23296-23551.pbf b/maplibre/fonts/InterThinItalic/._23296-23551.pbf new file mode 100644 index 00000000..4147dfb4 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._23552-23807.pbf b/maplibre/fonts/InterThinItalic/._23552-23807.pbf new file mode 100644 index 00000000..f142d725 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._23808-24063.pbf b/maplibre/fonts/InterThinItalic/._23808-24063.pbf new file mode 100644 index 00000000..283997c6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._24064-24319.pbf b/maplibre/fonts/InterThinItalic/._24064-24319.pbf new file mode 100644 index 00000000..df3316c8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._24320-24575.pbf b/maplibre/fonts/InterThinItalic/._24320-24575.pbf new file mode 100644 index 00000000..042f8d7a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._24576-24831.pbf b/maplibre/fonts/InterThinItalic/._24576-24831.pbf new file mode 100644 index 00000000..a6289a8d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._24832-25087.pbf b/maplibre/fonts/InterThinItalic/._24832-25087.pbf new file mode 100644 index 00000000..b0aba32f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._25088-25343.pbf b/maplibre/fonts/InterThinItalic/._25088-25343.pbf new file mode 100644 index 00000000..876328d1 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._25344-25599.pbf b/maplibre/fonts/InterThinItalic/._25344-25599.pbf new file mode 100644 index 00000000..74305330 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._256-511.pbf b/maplibre/fonts/InterThinItalic/._256-511.pbf new file mode 100644 index 00000000..f9a79ea2 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._256-511.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._2560-2815.pbf b/maplibre/fonts/InterThinItalic/._2560-2815.pbf new file mode 100644 index 00000000..5ec7a98b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._25600-25855.pbf b/maplibre/fonts/InterThinItalic/._25600-25855.pbf new file mode 100644 index 00000000..d1287af3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._25856-26111.pbf b/maplibre/fonts/InterThinItalic/._25856-26111.pbf new file mode 100644 index 00000000..37933b8f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._26112-26367.pbf b/maplibre/fonts/InterThinItalic/._26112-26367.pbf new file mode 100644 index 00000000..5a64eb03 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._26368-26623.pbf b/maplibre/fonts/InterThinItalic/._26368-26623.pbf new file mode 100644 index 00000000..b9919cb6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._26624-26879.pbf b/maplibre/fonts/InterThinItalic/._26624-26879.pbf new file mode 100644 index 00000000..3b26a686 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._26880-27135.pbf b/maplibre/fonts/InterThinItalic/._26880-27135.pbf new file mode 100644 index 00000000..2fc35032 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._27136-27391.pbf b/maplibre/fonts/InterThinItalic/._27136-27391.pbf new file mode 100644 index 00000000..cb0be443 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._27392-27647.pbf b/maplibre/fonts/InterThinItalic/._27392-27647.pbf new file mode 100644 index 00000000..7a0073ba Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._27648-27903.pbf b/maplibre/fonts/InterThinItalic/._27648-27903.pbf new file mode 100644 index 00000000..72f5c394 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._27904-28159.pbf b/maplibre/fonts/InterThinItalic/._27904-28159.pbf new file mode 100644 index 00000000..528338f3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._2816-3071.pbf b/maplibre/fonts/InterThinItalic/._2816-3071.pbf new file mode 100644 index 00000000..23e11bff Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._28160-28415.pbf b/maplibre/fonts/InterThinItalic/._28160-28415.pbf new file mode 100644 index 00000000..3261832b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._28416-28671.pbf b/maplibre/fonts/InterThinItalic/._28416-28671.pbf new file mode 100644 index 00000000..2f6a2c11 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._28672-28927.pbf b/maplibre/fonts/InterThinItalic/._28672-28927.pbf new file mode 100644 index 00000000..208af0f9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._28928-29183.pbf b/maplibre/fonts/InterThinItalic/._28928-29183.pbf new file mode 100644 index 00000000..0fb3af8d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._29184-29439.pbf b/maplibre/fonts/InterThinItalic/._29184-29439.pbf new file mode 100644 index 00000000..b9cf2b8b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._29440-29695.pbf b/maplibre/fonts/InterThinItalic/._29440-29695.pbf new file mode 100644 index 00000000..a9551aa7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._29696-29951.pbf b/maplibre/fonts/InterThinItalic/._29696-29951.pbf new file mode 100644 index 00000000..f8f9a090 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._29952-30207.pbf b/maplibre/fonts/InterThinItalic/._29952-30207.pbf new file mode 100644 index 00000000..9d615443 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._30208-30463.pbf b/maplibre/fonts/InterThinItalic/._30208-30463.pbf new file mode 100644 index 00000000..a559cd64 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._30464-30719.pbf b/maplibre/fonts/InterThinItalic/._30464-30719.pbf new file mode 100644 index 00000000..aac5322a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._3072-3327.pbf b/maplibre/fonts/InterThinItalic/._3072-3327.pbf new file mode 100644 index 00000000..1d82f500 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._30720-30975.pbf b/maplibre/fonts/InterThinItalic/._30720-30975.pbf new file mode 100644 index 00000000..6c360cd7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._30976-31231.pbf b/maplibre/fonts/InterThinItalic/._30976-31231.pbf new file mode 100644 index 00000000..fcdb6f4d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._31232-31487.pbf b/maplibre/fonts/InterThinItalic/._31232-31487.pbf new file mode 100644 index 00000000..ea8d75f7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._31488-31743.pbf b/maplibre/fonts/InterThinItalic/._31488-31743.pbf new file mode 100644 index 00000000..3babe34d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._31744-31999.pbf b/maplibre/fonts/InterThinItalic/._31744-31999.pbf new file mode 100644 index 00000000..6e1dd9f7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._32000-32255.pbf b/maplibre/fonts/InterThinItalic/._32000-32255.pbf new file mode 100644 index 00000000..4b54a796 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._32256-32511.pbf b/maplibre/fonts/InterThinItalic/._32256-32511.pbf new file mode 100644 index 00000000..efa5d947 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._32512-32767.pbf b/maplibre/fonts/InterThinItalic/._32512-32767.pbf new file mode 100644 index 00000000..7ac69caa Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._32768-33023.pbf b/maplibre/fonts/InterThinItalic/._32768-33023.pbf new file mode 100644 index 00000000..42ea2ad7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._33024-33279.pbf b/maplibre/fonts/InterThinItalic/._33024-33279.pbf new file mode 100644 index 00000000..395069cf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._3328-3583.pbf b/maplibre/fonts/InterThinItalic/._3328-3583.pbf new file mode 100644 index 00000000..d18387d9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._33280-33535.pbf b/maplibre/fonts/InterThinItalic/._33280-33535.pbf new file mode 100644 index 00000000..d8346154 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._33536-33791.pbf b/maplibre/fonts/InterThinItalic/._33536-33791.pbf new file mode 100644 index 00000000..54cf6d37 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._33792-34047.pbf b/maplibre/fonts/InterThinItalic/._33792-34047.pbf new file mode 100644 index 00000000..37178983 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._34048-34303.pbf b/maplibre/fonts/InterThinItalic/._34048-34303.pbf new file mode 100644 index 00000000..d313f1aa Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._34304-34559.pbf b/maplibre/fonts/InterThinItalic/._34304-34559.pbf new file mode 100644 index 00000000..90cead50 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._34560-34815.pbf b/maplibre/fonts/InterThinItalic/._34560-34815.pbf new file mode 100644 index 00000000..b506c943 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._34816-35071.pbf b/maplibre/fonts/InterThinItalic/._34816-35071.pbf new file mode 100644 index 00000000..c661b7b5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._35072-35327.pbf b/maplibre/fonts/InterThinItalic/._35072-35327.pbf new file mode 100644 index 00000000..b7b4ce7c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._35328-35583.pbf b/maplibre/fonts/InterThinItalic/._35328-35583.pbf new file mode 100644 index 00000000..f97f81d6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._35584-35839.pbf b/maplibre/fonts/InterThinItalic/._35584-35839.pbf new file mode 100644 index 00000000..a2d606ba Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._3584-3839.pbf b/maplibre/fonts/InterThinItalic/._3584-3839.pbf new file mode 100644 index 00000000..bd010efe Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._35840-36095.pbf b/maplibre/fonts/InterThinItalic/._35840-36095.pbf new file mode 100644 index 00000000..4934786e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._36096-36351.pbf b/maplibre/fonts/InterThinItalic/._36096-36351.pbf new file mode 100644 index 00000000..24c730a9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._36352-36607.pbf b/maplibre/fonts/InterThinItalic/._36352-36607.pbf new file mode 100644 index 00000000..8c9fa51f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._36608-36863.pbf b/maplibre/fonts/InterThinItalic/._36608-36863.pbf new file mode 100644 index 00000000..bca8ac1e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._36864-37119.pbf b/maplibre/fonts/InterThinItalic/._36864-37119.pbf new file mode 100644 index 00000000..5fb17f77 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._37120-37375.pbf b/maplibre/fonts/InterThinItalic/._37120-37375.pbf new file mode 100644 index 00000000..b9cc7722 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._37376-37631.pbf b/maplibre/fonts/InterThinItalic/._37376-37631.pbf new file mode 100644 index 00000000..0e350cdb Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._37632-37887.pbf b/maplibre/fonts/InterThinItalic/._37632-37887.pbf new file mode 100644 index 00000000..7540c713 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._37888-38143.pbf b/maplibre/fonts/InterThinItalic/._37888-38143.pbf new file mode 100644 index 00000000..098ccba7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._38144-38399.pbf b/maplibre/fonts/InterThinItalic/._38144-38399.pbf new file mode 100644 index 00000000..413d50f0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._3840-4095.pbf b/maplibre/fonts/InterThinItalic/._3840-4095.pbf new file mode 100644 index 00000000..dc823e36 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._38400-38655.pbf b/maplibre/fonts/InterThinItalic/._38400-38655.pbf new file mode 100644 index 00000000..cb343caf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._38656-38911.pbf b/maplibre/fonts/InterThinItalic/._38656-38911.pbf new file mode 100644 index 00000000..494347a7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._38912-39167.pbf b/maplibre/fonts/InterThinItalic/._38912-39167.pbf new file mode 100644 index 00000000..0b0ef7f6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._39168-39423.pbf b/maplibre/fonts/InterThinItalic/._39168-39423.pbf new file mode 100644 index 00000000..e05ccbc0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._39424-39679.pbf b/maplibre/fonts/InterThinItalic/._39424-39679.pbf new file mode 100644 index 00000000..a8e7757e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._39680-39935.pbf b/maplibre/fonts/InterThinItalic/._39680-39935.pbf new file mode 100644 index 00000000..ceb35b49 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._39936-40191.pbf b/maplibre/fonts/InterThinItalic/._39936-40191.pbf new file mode 100644 index 00000000..2f2194a1 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._40192-40447.pbf b/maplibre/fonts/InterThinItalic/._40192-40447.pbf new file mode 100644 index 00000000..cca12b6a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._40448-40703.pbf b/maplibre/fonts/InterThinItalic/._40448-40703.pbf new file mode 100644 index 00000000..1919af63 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._40704-40959.pbf b/maplibre/fonts/InterThinItalic/._40704-40959.pbf new file mode 100644 index 00000000..c9ee8042 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._4096-4351.pbf b/maplibre/fonts/InterThinItalic/._4096-4351.pbf new file mode 100644 index 00000000..5c5715c3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._40960-41215.pbf b/maplibre/fonts/InterThinItalic/._40960-41215.pbf new file mode 100644 index 00000000..2408d210 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._41216-41471.pbf b/maplibre/fonts/InterThinItalic/._41216-41471.pbf new file mode 100644 index 00000000..c828a0fb Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._41472-41727.pbf b/maplibre/fonts/InterThinItalic/._41472-41727.pbf new file mode 100644 index 00000000..852d53f9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._41728-41983.pbf b/maplibre/fonts/InterThinItalic/._41728-41983.pbf new file mode 100644 index 00000000..c7a82571 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._41984-42239.pbf b/maplibre/fonts/InterThinItalic/._41984-42239.pbf new file mode 100644 index 00000000..c2052d9b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._42240-42495.pbf b/maplibre/fonts/InterThinItalic/._42240-42495.pbf new file mode 100644 index 00000000..bdec47e7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._42496-42751.pbf b/maplibre/fonts/InterThinItalic/._42496-42751.pbf new file mode 100644 index 00000000..961e8fa0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._42752-43007.pbf b/maplibre/fonts/InterThinItalic/._42752-43007.pbf new file mode 100644 index 00000000..feed7dae Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._43008-43263.pbf b/maplibre/fonts/InterThinItalic/._43008-43263.pbf new file mode 100644 index 00000000..513be632 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._43264-43519.pbf b/maplibre/fonts/InterThinItalic/._43264-43519.pbf new file mode 100644 index 00000000..a5e837e7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._4352-4607.pbf b/maplibre/fonts/InterThinItalic/._4352-4607.pbf new file mode 100644 index 00000000..dedc1eed Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._43520-43775.pbf b/maplibre/fonts/InterThinItalic/._43520-43775.pbf new file mode 100644 index 00000000..7118f138 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._43776-44031.pbf b/maplibre/fonts/InterThinItalic/._43776-44031.pbf new file mode 100644 index 00000000..89384fde Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._44032-44287.pbf b/maplibre/fonts/InterThinItalic/._44032-44287.pbf new file mode 100644 index 00000000..2b635f29 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._44288-44543.pbf b/maplibre/fonts/InterThinItalic/._44288-44543.pbf new file mode 100644 index 00000000..a413ce97 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._44544-44799.pbf b/maplibre/fonts/InterThinItalic/._44544-44799.pbf new file mode 100644 index 00000000..5863f15d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._44800-45055.pbf b/maplibre/fonts/InterThinItalic/._44800-45055.pbf new file mode 100644 index 00000000..4c1fea87 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._45056-45311.pbf b/maplibre/fonts/InterThinItalic/._45056-45311.pbf new file mode 100644 index 00000000..b1a1f630 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._45312-45567.pbf b/maplibre/fonts/InterThinItalic/._45312-45567.pbf new file mode 100644 index 00000000..51426978 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._45568-45823.pbf b/maplibre/fonts/InterThinItalic/._45568-45823.pbf new file mode 100644 index 00000000..e8c0979d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._45824-46079.pbf b/maplibre/fonts/InterThinItalic/._45824-46079.pbf new file mode 100644 index 00000000..a386a0f9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._4608-4863.pbf b/maplibre/fonts/InterThinItalic/._4608-4863.pbf new file mode 100644 index 00000000..2fbda0cd Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._46080-46335.pbf b/maplibre/fonts/InterThinItalic/._46080-46335.pbf new file mode 100644 index 00000000..a4b9f18d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._46336-46591.pbf b/maplibre/fonts/InterThinItalic/._46336-46591.pbf new file mode 100644 index 00000000..7e701772 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._46592-46847.pbf b/maplibre/fonts/InterThinItalic/._46592-46847.pbf new file mode 100644 index 00000000..c844144c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._46848-47103.pbf b/maplibre/fonts/InterThinItalic/._46848-47103.pbf new file mode 100644 index 00000000..f95f955b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._47104-47359.pbf b/maplibre/fonts/InterThinItalic/._47104-47359.pbf new file mode 100644 index 00000000..04a24cc2 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._47360-47615.pbf b/maplibre/fonts/InterThinItalic/._47360-47615.pbf new file mode 100644 index 00000000..3cb8360e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._47616-47871.pbf b/maplibre/fonts/InterThinItalic/._47616-47871.pbf new file mode 100644 index 00000000..d529b541 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._47872-48127.pbf b/maplibre/fonts/InterThinItalic/._47872-48127.pbf new file mode 100644 index 00000000..50373773 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._48128-48383.pbf b/maplibre/fonts/InterThinItalic/._48128-48383.pbf new file mode 100644 index 00000000..d0429bf0 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._48384-48639.pbf b/maplibre/fonts/InterThinItalic/._48384-48639.pbf new file mode 100644 index 00000000..1166ed28 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._4864-5119.pbf b/maplibre/fonts/InterThinItalic/._4864-5119.pbf new file mode 100644 index 00000000..7d12cd16 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._48640-48895.pbf b/maplibre/fonts/InterThinItalic/._48640-48895.pbf new file mode 100644 index 00000000..70162d47 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._48896-49151.pbf b/maplibre/fonts/InterThinItalic/._48896-49151.pbf new file mode 100644 index 00000000..fcc1e225 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._49152-49407.pbf b/maplibre/fonts/InterThinItalic/._49152-49407.pbf new file mode 100644 index 00000000..87a7f05f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._49408-49663.pbf b/maplibre/fonts/InterThinItalic/._49408-49663.pbf new file mode 100644 index 00000000..bdfd26f9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._49664-49919.pbf b/maplibre/fonts/InterThinItalic/._49664-49919.pbf new file mode 100644 index 00000000..8053686c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._49920-50175.pbf b/maplibre/fonts/InterThinItalic/._49920-50175.pbf new file mode 100644 index 00000000..7e4b0076 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._50176-50431.pbf b/maplibre/fonts/InterThinItalic/._50176-50431.pbf new file mode 100644 index 00000000..6d70df4c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._50432-50687.pbf b/maplibre/fonts/InterThinItalic/._50432-50687.pbf new file mode 100644 index 00000000..62733372 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._50688-50943.pbf b/maplibre/fonts/InterThinItalic/._50688-50943.pbf new file mode 100644 index 00000000..11ba4bda Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._50944-51199.pbf b/maplibre/fonts/InterThinItalic/._50944-51199.pbf new file mode 100644 index 00000000..98af3ad3 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._512-767.pbf b/maplibre/fonts/InterThinItalic/._512-767.pbf new file mode 100644 index 00000000..8acb077c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._512-767.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._5120-5375.pbf b/maplibre/fonts/InterThinItalic/._5120-5375.pbf new file mode 100644 index 00000000..1d821981 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._51200-51455.pbf b/maplibre/fonts/InterThinItalic/._51200-51455.pbf new file mode 100644 index 00000000..92da1428 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._51456-51711.pbf b/maplibre/fonts/InterThinItalic/._51456-51711.pbf new file mode 100644 index 00000000..6718758a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._51712-51967.pbf b/maplibre/fonts/InterThinItalic/._51712-51967.pbf new file mode 100644 index 00000000..9594bcbc Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._51968-52223.pbf b/maplibre/fonts/InterThinItalic/._51968-52223.pbf new file mode 100644 index 00000000..95261875 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._52224-52479.pbf b/maplibre/fonts/InterThinItalic/._52224-52479.pbf new file mode 100644 index 00000000..5e43bc2f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._52480-52735.pbf b/maplibre/fonts/InterThinItalic/._52480-52735.pbf new file mode 100644 index 00000000..27060465 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._52736-52991.pbf b/maplibre/fonts/InterThinItalic/._52736-52991.pbf new file mode 100644 index 00000000..1b2ab5b1 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._52992-53247.pbf b/maplibre/fonts/InterThinItalic/._52992-53247.pbf new file mode 100644 index 00000000..9348a6c7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._53248-53503.pbf b/maplibre/fonts/InterThinItalic/._53248-53503.pbf new file mode 100644 index 00000000..181b4fd8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._53504-53759.pbf b/maplibre/fonts/InterThinItalic/._53504-53759.pbf new file mode 100644 index 00000000..25732dc4 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._5376-5631.pbf b/maplibre/fonts/InterThinItalic/._5376-5631.pbf new file mode 100644 index 00000000..aa115a5d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._53760-54015.pbf b/maplibre/fonts/InterThinItalic/._53760-54015.pbf new file mode 100644 index 00000000..06d21ae8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._54016-54271.pbf b/maplibre/fonts/InterThinItalic/._54016-54271.pbf new file mode 100644 index 00000000..145e0a4d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._54272-54527.pbf b/maplibre/fonts/InterThinItalic/._54272-54527.pbf new file mode 100644 index 00000000..36b697bc Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._54528-54783.pbf b/maplibre/fonts/InterThinItalic/._54528-54783.pbf new file mode 100644 index 00000000..6a3a32e8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._54784-55039.pbf b/maplibre/fonts/InterThinItalic/._54784-55039.pbf new file mode 100644 index 00000000..a16d55d6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._55040-55295.pbf b/maplibre/fonts/InterThinItalic/._55040-55295.pbf new file mode 100644 index 00000000..7b38c29c Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._55296-55551.pbf b/maplibre/fonts/InterThinItalic/._55296-55551.pbf new file mode 100644 index 00000000..f44ca27e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._55552-55807.pbf b/maplibre/fonts/InterThinItalic/._55552-55807.pbf new file mode 100644 index 00000000..8dc8c262 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._55808-56063.pbf b/maplibre/fonts/InterThinItalic/._55808-56063.pbf new file mode 100644 index 00000000..c6209ff5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._56064-56319.pbf b/maplibre/fonts/InterThinItalic/._56064-56319.pbf new file mode 100644 index 00000000..9ce63ef5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._5632-5887.pbf b/maplibre/fonts/InterThinItalic/._5632-5887.pbf new file mode 100644 index 00000000..63b97d74 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._56320-56575.pbf b/maplibre/fonts/InterThinItalic/._56320-56575.pbf new file mode 100644 index 00000000..3deef973 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._56576-56831.pbf b/maplibre/fonts/InterThinItalic/._56576-56831.pbf new file mode 100644 index 00000000..d23d22a9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._56832-57087.pbf b/maplibre/fonts/InterThinItalic/._56832-57087.pbf new file mode 100644 index 00000000..724a316a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._57088-57343.pbf b/maplibre/fonts/InterThinItalic/._57088-57343.pbf new file mode 100644 index 00000000..b0f892ec Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._57344-57599.pbf b/maplibre/fonts/InterThinItalic/._57344-57599.pbf new file mode 100644 index 00000000..50d6ae55 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._57600-57855.pbf b/maplibre/fonts/InterThinItalic/._57600-57855.pbf new file mode 100644 index 00000000..247cddce Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._57856-58111.pbf b/maplibre/fonts/InterThinItalic/._57856-58111.pbf new file mode 100644 index 00000000..9d7b96c5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._58112-58367.pbf b/maplibre/fonts/InterThinItalic/._58112-58367.pbf new file mode 100644 index 00000000..39967c14 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._58368-58623.pbf b/maplibre/fonts/InterThinItalic/._58368-58623.pbf new file mode 100644 index 00000000..3b1d611f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._58624-58879.pbf b/maplibre/fonts/InterThinItalic/._58624-58879.pbf new file mode 100644 index 00000000..f080522f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._5888-6143.pbf b/maplibre/fonts/InterThinItalic/._5888-6143.pbf new file mode 100644 index 00000000..f89b9310 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._58880-59135.pbf b/maplibre/fonts/InterThinItalic/._58880-59135.pbf new file mode 100644 index 00000000..51ad4daa Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._59136-59391.pbf b/maplibre/fonts/InterThinItalic/._59136-59391.pbf new file mode 100644 index 00000000..278d2738 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._59392-59647.pbf b/maplibre/fonts/InterThinItalic/._59392-59647.pbf new file mode 100644 index 00000000..bb0ac3bf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._59648-59903.pbf b/maplibre/fonts/InterThinItalic/._59648-59903.pbf new file mode 100644 index 00000000..5e4ad5d9 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._59904-60159.pbf b/maplibre/fonts/InterThinItalic/._59904-60159.pbf new file mode 100644 index 00000000..bde8828f Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._60160-60415.pbf b/maplibre/fonts/InterThinItalic/._60160-60415.pbf new file mode 100644 index 00000000..e3481235 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._60416-60671.pbf b/maplibre/fonts/InterThinItalic/._60416-60671.pbf new file mode 100644 index 00000000..7cde6b31 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._60672-60927.pbf b/maplibre/fonts/InterThinItalic/._60672-60927.pbf new file mode 100644 index 00000000..ac1301cd Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._60928-61183.pbf b/maplibre/fonts/InterThinItalic/._60928-61183.pbf new file mode 100644 index 00000000..b54eee97 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._61184-61439.pbf b/maplibre/fonts/InterThinItalic/._61184-61439.pbf new file mode 100644 index 00000000..fb34eda5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._6144-6399.pbf b/maplibre/fonts/InterThinItalic/._6144-6399.pbf new file mode 100644 index 00000000..f45998d4 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._61440-61695.pbf b/maplibre/fonts/InterThinItalic/._61440-61695.pbf new file mode 100644 index 00000000..709eb977 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._61696-61951.pbf b/maplibre/fonts/InterThinItalic/._61696-61951.pbf new file mode 100644 index 00000000..7e0c4f50 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._61952-62207.pbf b/maplibre/fonts/InterThinItalic/._61952-62207.pbf new file mode 100644 index 00000000..0af69632 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._62208-62463.pbf b/maplibre/fonts/InterThinItalic/._62208-62463.pbf new file mode 100644 index 00000000..b5d05d76 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._62464-62719.pbf b/maplibre/fonts/InterThinItalic/._62464-62719.pbf new file mode 100644 index 00000000..5ca8a32b Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._62720-62975.pbf b/maplibre/fonts/InterThinItalic/._62720-62975.pbf new file mode 100644 index 00000000..3f89010e Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._62976-63231.pbf b/maplibre/fonts/InterThinItalic/._62976-63231.pbf new file mode 100644 index 00000000..d11140c8 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._63232-63487.pbf b/maplibre/fonts/InterThinItalic/._63232-63487.pbf new file mode 100644 index 00000000..a7c05cb5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._63488-63743.pbf b/maplibre/fonts/InterThinItalic/._63488-63743.pbf new file mode 100644 index 00000000..efcf9bb7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._63744-63999.pbf b/maplibre/fonts/InterThinItalic/._63744-63999.pbf new file mode 100644 index 00000000..62ec12a5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._6400-6655.pbf b/maplibre/fonts/InterThinItalic/._6400-6655.pbf new file mode 100644 index 00000000..bdd3ba27 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._64000-64255.pbf b/maplibre/fonts/InterThinItalic/._64000-64255.pbf new file mode 100644 index 00000000..6e7a6c49 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._64256-64511.pbf b/maplibre/fonts/InterThinItalic/._64256-64511.pbf new file mode 100644 index 00000000..e09de0c6 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._64512-64767.pbf b/maplibre/fonts/InterThinItalic/._64512-64767.pbf new file mode 100644 index 00000000..44888393 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._64768-65023.pbf b/maplibre/fonts/InterThinItalic/._64768-65023.pbf new file mode 100644 index 00000000..81f6584a Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._65024-65279.pbf b/maplibre/fonts/InterThinItalic/._65024-65279.pbf new file mode 100644 index 00000000..a2b21bed Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._65280-65535.pbf b/maplibre/fonts/InterThinItalic/._65280-65535.pbf new file mode 100644 index 00000000..91d99377 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._6656-6911.pbf b/maplibre/fonts/InterThinItalic/._6656-6911.pbf new file mode 100644 index 00000000..1fd6e8b4 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._6912-7167.pbf b/maplibre/fonts/InterThinItalic/._6912-7167.pbf new file mode 100644 index 00000000..1ed1f3cf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._7168-7423.pbf b/maplibre/fonts/InterThinItalic/._7168-7423.pbf new file mode 100644 index 00000000..0a57d133 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._7424-7679.pbf b/maplibre/fonts/InterThinItalic/._7424-7679.pbf new file mode 100644 index 00000000..b406c71d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._768-1023.pbf b/maplibre/fonts/InterThinItalic/._768-1023.pbf new file mode 100644 index 00000000..057cf341 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._7680-7935.pbf b/maplibre/fonts/InterThinItalic/._7680-7935.pbf new file mode 100644 index 00000000..f57e6019 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._7936-8191.pbf b/maplibre/fonts/InterThinItalic/._7936-8191.pbf new file mode 100644 index 00000000..4fc31ca7 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._8192-8447.pbf b/maplibre/fonts/InterThinItalic/._8192-8447.pbf new file mode 100644 index 00000000..32b3b3fc Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._8448-8703.pbf b/maplibre/fonts/InterThinItalic/._8448-8703.pbf new file mode 100644 index 00000000..60c2bb47 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._8704-8959.pbf b/maplibre/fonts/InterThinItalic/._8704-8959.pbf new file mode 100644 index 00000000..12bce2c5 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._8960-9215.pbf b/maplibre/fonts/InterThinItalic/._8960-9215.pbf new file mode 100644 index 00000000..efb58f81 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._9216-9471.pbf b/maplibre/fonts/InterThinItalic/._9216-9471.pbf new file mode 100644 index 00000000..e759bde1 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._9472-9727.pbf b/maplibre/fonts/InterThinItalic/._9472-9727.pbf new file mode 100644 index 00000000..aeb18f42 Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._9728-9983.pbf b/maplibre/fonts/InterThinItalic/._9728-9983.pbf new file mode 100644 index 00000000..71bf4bcf Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/InterThinItalic/._9984-10239.pbf b/maplibre/fonts/InterThinItalic/._9984-10239.pbf new file mode 100644 index 00000000..56651c7d Binary files /dev/null and b/maplibre/fonts/InterThinItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._0-255.pbf b/maplibre/fonts/LEMONMILKBold/._0-255.pbf new file mode 100644 index 00000000..e066c855 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._1024-1279.pbf b/maplibre/fonts/LEMONMILKBold/._1024-1279.pbf new file mode 100644 index 00000000..90118660 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._10240-10495.pbf b/maplibre/fonts/LEMONMILKBold/._10240-10495.pbf new file mode 100644 index 00000000..951a39ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._10496-10751.pbf b/maplibre/fonts/LEMONMILKBold/._10496-10751.pbf new file mode 100644 index 00000000..22c3b17e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._10752-11007.pbf b/maplibre/fonts/LEMONMILKBold/._10752-11007.pbf new file mode 100644 index 00000000..d1012a23 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._11008-11263.pbf b/maplibre/fonts/LEMONMILKBold/._11008-11263.pbf new file mode 100644 index 00000000..6fc2cc09 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._11264-11519.pbf b/maplibre/fonts/LEMONMILKBold/._11264-11519.pbf new file mode 100644 index 00000000..526c0b83 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._11520-11775.pbf b/maplibre/fonts/LEMONMILKBold/._11520-11775.pbf new file mode 100644 index 00000000..4cd2aab6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._11776-12031.pbf b/maplibre/fonts/LEMONMILKBold/._11776-12031.pbf new file mode 100644 index 00000000..fa170719 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._12032-12287.pbf b/maplibre/fonts/LEMONMILKBold/._12032-12287.pbf new file mode 100644 index 00000000..60b26823 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._12288-12543.pbf b/maplibre/fonts/LEMONMILKBold/._12288-12543.pbf new file mode 100644 index 00000000..76d73eee Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._12544-12799.pbf b/maplibre/fonts/LEMONMILKBold/._12544-12799.pbf new file mode 100644 index 00000000..5b4641e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._1280-1535.pbf b/maplibre/fonts/LEMONMILKBold/._1280-1535.pbf new file mode 100644 index 00000000..a9505a1e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._12800-13055.pbf b/maplibre/fonts/LEMONMILKBold/._12800-13055.pbf new file mode 100644 index 00000000..d83a70eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._13056-13311.pbf b/maplibre/fonts/LEMONMILKBold/._13056-13311.pbf new file mode 100644 index 00000000..4363fc3c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._13312-13567.pbf b/maplibre/fonts/LEMONMILKBold/._13312-13567.pbf new file mode 100644 index 00000000..006b92c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._13568-13823.pbf b/maplibre/fonts/LEMONMILKBold/._13568-13823.pbf new file mode 100644 index 00000000..b526faad Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._13824-14079.pbf b/maplibre/fonts/LEMONMILKBold/._13824-14079.pbf new file mode 100644 index 00000000..08fb6266 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._14080-14335.pbf b/maplibre/fonts/LEMONMILKBold/._14080-14335.pbf new file mode 100644 index 00000000..dacedd90 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._14336-14591.pbf b/maplibre/fonts/LEMONMILKBold/._14336-14591.pbf new file mode 100644 index 00000000..9c7f4084 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._14592-14847.pbf b/maplibre/fonts/LEMONMILKBold/._14592-14847.pbf new file mode 100644 index 00000000..96c1bea3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._14848-15103.pbf b/maplibre/fonts/LEMONMILKBold/._14848-15103.pbf new file mode 100644 index 00000000..2084b85b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._15104-15359.pbf b/maplibre/fonts/LEMONMILKBold/._15104-15359.pbf new file mode 100644 index 00000000..ca93149d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._1536-1791.pbf b/maplibre/fonts/LEMONMILKBold/._1536-1791.pbf new file mode 100644 index 00000000..6f7ec8a3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._15360-15615.pbf b/maplibre/fonts/LEMONMILKBold/._15360-15615.pbf new file mode 100644 index 00000000..454e9d2e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._15616-15871.pbf b/maplibre/fonts/LEMONMILKBold/._15616-15871.pbf new file mode 100644 index 00000000..5d0c2cc1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._15872-16127.pbf b/maplibre/fonts/LEMONMILKBold/._15872-16127.pbf new file mode 100644 index 00000000..ad80250e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._16128-16383.pbf b/maplibre/fonts/LEMONMILKBold/._16128-16383.pbf new file mode 100644 index 00000000..c7770fd9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._16384-16639.pbf b/maplibre/fonts/LEMONMILKBold/._16384-16639.pbf new file mode 100644 index 00000000..80eda9da Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._16640-16895.pbf b/maplibre/fonts/LEMONMILKBold/._16640-16895.pbf new file mode 100644 index 00000000..3ba08a6e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._16896-17151.pbf b/maplibre/fonts/LEMONMILKBold/._16896-17151.pbf new file mode 100644 index 00000000..97b24e62 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._17152-17407.pbf b/maplibre/fonts/LEMONMILKBold/._17152-17407.pbf new file mode 100644 index 00000000..d770f309 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._17408-17663.pbf b/maplibre/fonts/LEMONMILKBold/._17408-17663.pbf new file mode 100644 index 00000000..0f2e8809 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._17664-17919.pbf b/maplibre/fonts/LEMONMILKBold/._17664-17919.pbf new file mode 100644 index 00000000..a5fd3f4a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._1792-2047.pbf b/maplibre/fonts/LEMONMILKBold/._1792-2047.pbf new file mode 100644 index 00000000..d1d85d48 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._17920-18175.pbf b/maplibre/fonts/LEMONMILKBold/._17920-18175.pbf new file mode 100644 index 00000000..722cbab3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._18176-18431.pbf b/maplibre/fonts/LEMONMILKBold/._18176-18431.pbf new file mode 100644 index 00000000..a47d6bfb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._18432-18687.pbf b/maplibre/fonts/LEMONMILKBold/._18432-18687.pbf new file mode 100644 index 00000000..2e01143d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._18688-18943.pbf b/maplibre/fonts/LEMONMILKBold/._18688-18943.pbf new file mode 100644 index 00000000..79eedae2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._18944-19199.pbf b/maplibre/fonts/LEMONMILKBold/._18944-19199.pbf new file mode 100644 index 00000000..283ebc4f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._19200-19455.pbf b/maplibre/fonts/LEMONMILKBold/._19200-19455.pbf new file mode 100644 index 00000000..ef25a35f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._19456-19711.pbf b/maplibre/fonts/LEMONMILKBold/._19456-19711.pbf new file mode 100644 index 00000000..7f7ab901 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._19712-19967.pbf b/maplibre/fonts/LEMONMILKBold/._19712-19967.pbf new file mode 100644 index 00000000..7b538827 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._19968-20223.pbf b/maplibre/fonts/LEMONMILKBold/._19968-20223.pbf new file mode 100644 index 00000000..3afc04b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._20224-20479.pbf b/maplibre/fonts/LEMONMILKBold/._20224-20479.pbf new file mode 100644 index 00000000..869bfa7b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._2048-2303.pbf b/maplibre/fonts/LEMONMILKBold/._2048-2303.pbf new file mode 100644 index 00000000..c0feb162 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._20480-20735.pbf b/maplibre/fonts/LEMONMILKBold/._20480-20735.pbf new file mode 100644 index 00000000..d898b03f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._20736-20991.pbf b/maplibre/fonts/LEMONMILKBold/._20736-20991.pbf new file mode 100644 index 00000000..e97f19be Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._20992-21247.pbf b/maplibre/fonts/LEMONMILKBold/._20992-21247.pbf new file mode 100644 index 00000000..e61bfbfb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._21248-21503.pbf b/maplibre/fonts/LEMONMILKBold/._21248-21503.pbf new file mode 100644 index 00000000..fa5d8afd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._21504-21759.pbf b/maplibre/fonts/LEMONMILKBold/._21504-21759.pbf new file mode 100644 index 00000000..fa92b5b5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._21760-22015.pbf b/maplibre/fonts/LEMONMILKBold/._21760-22015.pbf new file mode 100644 index 00000000..2b0c8ed1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._22016-22271.pbf b/maplibre/fonts/LEMONMILKBold/._22016-22271.pbf new file mode 100644 index 00000000..d21734cc Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._22272-22527.pbf b/maplibre/fonts/LEMONMILKBold/._22272-22527.pbf new file mode 100644 index 00000000..647de785 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._22528-22783.pbf b/maplibre/fonts/LEMONMILKBold/._22528-22783.pbf new file mode 100644 index 00000000..97e653ba Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._22784-23039.pbf b/maplibre/fonts/LEMONMILKBold/._22784-23039.pbf new file mode 100644 index 00000000..4f4cbd85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._2304-2559.pbf b/maplibre/fonts/LEMONMILKBold/._2304-2559.pbf new file mode 100644 index 00000000..92034d50 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._23040-23295.pbf b/maplibre/fonts/LEMONMILKBold/._23040-23295.pbf new file mode 100644 index 00000000..2eda7c7b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._23296-23551.pbf b/maplibre/fonts/LEMONMILKBold/._23296-23551.pbf new file mode 100644 index 00000000..d60c1c0e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._23552-23807.pbf b/maplibre/fonts/LEMONMILKBold/._23552-23807.pbf new file mode 100644 index 00000000..bd6861db Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._23808-24063.pbf b/maplibre/fonts/LEMONMILKBold/._23808-24063.pbf new file mode 100644 index 00000000..7e777ef0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._24064-24319.pbf b/maplibre/fonts/LEMONMILKBold/._24064-24319.pbf new file mode 100644 index 00000000..718e6488 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._24320-24575.pbf b/maplibre/fonts/LEMONMILKBold/._24320-24575.pbf new file mode 100644 index 00000000..3613e59b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._24576-24831.pbf b/maplibre/fonts/LEMONMILKBold/._24576-24831.pbf new file mode 100644 index 00000000..9f96a9cb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._24832-25087.pbf b/maplibre/fonts/LEMONMILKBold/._24832-25087.pbf new file mode 100644 index 00000000..0d210b46 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._25088-25343.pbf b/maplibre/fonts/LEMONMILKBold/._25088-25343.pbf new file mode 100644 index 00000000..9cdbe13e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._25344-25599.pbf b/maplibre/fonts/LEMONMILKBold/._25344-25599.pbf new file mode 100644 index 00000000..baebf8a6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._256-511.pbf b/maplibre/fonts/LEMONMILKBold/._256-511.pbf new file mode 100644 index 00000000..8078b899 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._2560-2815.pbf b/maplibre/fonts/LEMONMILKBold/._2560-2815.pbf new file mode 100644 index 00000000..4ce5dbcd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._25600-25855.pbf b/maplibre/fonts/LEMONMILKBold/._25600-25855.pbf new file mode 100644 index 00000000..216b55b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._25856-26111.pbf b/maplibre/fonts/LEMONMILKBold/._25856-26111.pbf new file mode 100644 index 00000000..8baf7548 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._26112-26367.pbf b/maplibre/fonts/LEMONMILKBold/._26112-26367.pbf new file mode 100644 index 00000000..e3376bbe Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._26368-26623.pbf b/maplibre/fonts/LEMONMILKBold/._26368-26623.pbf new file mode 100644 index 00000000..037951b9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._26624-26879.pbf b/maplibre/fonts/LEMONMILKBold/._26624-26879.pbf new file mode 100644 index 00000000..df8d4b6b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._26880-27135.pbf b/maplibre/fonts/LEMONMILKBold/._26880-27135.pbf new file mode 100644 index 00000000..fa4bd7a7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._27136-27391.pbf b/maplibre/fonts/LEMONMILKBold/._27136-27391.pbf new file mode 100644 index 00000000..aa25376d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._27392-27647.pbf b/maplibre/fonts/LEMONMILKBold/._27392-27647.pbf new file mode 100644 index 00000000..43fad823 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._27648-27903.pbf b/maplibre/fonts/LEMONMILKBold/._27648-27903.pbf new file mode 100644 index 00000000..a0973431 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._27904-28159.pbf b/maplibre/fonts/LEMONMILKBold/._27904-28159.pbf new file mode 100644 index 00000000..3e504469 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._2816-3071.pbf b/maplibre/fonts/LEMONMILKBold/._2816-3071.pbf new file mode 100644 index 00000000..446924f0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._28160-28415.pbf b/maplibre/fonts/LEMONMILKBold/._28160-28415.pbf new file mode 100644 index 00000000..df2eceb7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._28416-28671.pbf b/maplibre/fonts/LEMONMILKBold/._28416-28671.pbf new file mode 100644 index 00000000..45ba8a69 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._28672-28927.pbf b/maplibre/fonts/LEMONMILKBold/._28672-28927.pbf new file mode 100644 index 00000000..d2dd1339 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._28928-29183.pbf b/maplibre/fonts/LEMONMILKBold/._28928-29183.pbf new file mode 100644 index 00000000..3623156b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._29184-29439.pbf b/maplibre/fonts/LEMONMILKBold/._29184-29439.pbf new file mode 100644 index 00000000..7562b305 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._29440-29695.pbf b/maplibre/fonts/LEMONMILKBold/._29440-29695.pbf new file mode 100644 index 00000000..43a697f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._29696-29951.pbf b/maplibre/fonts/LEMONMILKBold/._29696-29951.pbf new file mode 100644 index 00000000..abcb4e2c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._29952-30207.pbf b/maplibre/fonts/LEMONMILKBold/._29952-30207.pbf new file mode 100644 index 00000000..6e7b16ac Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._30208-30463.pbf b/maplibre/fonts/LEMONMILKBold/._30208-30463.pbf new file mode 100644 index 00000000..b825af3b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._30464-30719.pbf b/maplibre/fonts/LEMONMILKBold/._30464-30719.pbf new file mode 100644 index 00000000..52c25bec Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._3072-3327.pbf b/maplibre/fonts/LEMONMILKBold/._3072-3327.pbf new file mode 100644 index 00000000..26849d5c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._30720-30975.pbf b/maplibre/fonts/LEMONMILKBold/._30720-30975.pbf new file mode 100644 index 00000000..fa7a1c81 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._30976-31231.pbf b/maplibre/fonts/LEMONMILKBold/._30976-31231.pbf new file mode 100644 index 00000000..e3c86495 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._31232-31487.pbf b/maplibre/fonts/LEMONMILKBold/._31232-31487.pbf new file mode 100644 index 00000000..5452e561 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._31488-31743.pbf b/maplibre/fonts/LEMONMILKBold/._31488-31743.pbf new file mode 100644 index 00000000..48794c76 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._31744-31999.pbf b/maplibre/fonts/LEMONMILKBold/._31744-31999.pbf new file mode 100644 index 00000000..bcdb04b2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._32000-32255.pbf b/maplibre/fonts/LEMONMILKBold/._32000-32255.pbf new file mode 100644 index 00000000..cd0e1737 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._32256-32511.pbf b/maplibre/fonts/LEMONMILKBold/._32256-32511.pbf new file mode 100644 index 00000000..8cc87c43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._32512-32767.pbf b/maplibre/fonts/LEMONMILKBold/._32512-32767.pbf new file mode 100644 index 00000000..fbf7cc97 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._32768-33023.pbf b/maplibre/fonts/LEMONMILKBold/._32768-33023.pbf new file mode 100644 index 00000000..c419cd78 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._33024-33279.pbf b/maplibre/fonts/LEMONMILKBold/._33024-33279.pbf new file mode 100644 index 00000000..48eff6e8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._3328-3583.pbf b/maplibre/fonts/LEMONMILKBold/._3328-3583.pbf new file mode 100644 index 00000000..8c77d4f7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._33280-33535.pbf b/maplibre/fonts/LEMONMILKBold/._33280-33535.pbf new file mode 100644 index 00000000..a25b5c13 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._33536-33791.pbf b/maplibre/fonts/LEMONMILKBold/._33536-33791.pbf new file mode 100644 index 00000000..6d0c49bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._33792-34047.pbf b/maplibre/fonts/LEMONMILKBold/._33792-34047.pbf new file mode 100644 index 00000000..285003e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._34048-34303.pbf b/maplibre/fonts/LEMONMILKBold/._34048-34303.pbf new file mode 100644 index 00000000..abe5702b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._34304-34559.pbf b/maplibre/fonts/LEMONMILKBold/._34304-34559.pbf new file mode 100644 index 00000000..e30bffd4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._34560-34815.pbf b/maplibre/fonts/LEMONMILKBold/._34560-34815.pbf new file mode 100644 index 00000000..6e95c8fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._34816-35071.pbf b/maplibre/fonts/LEMONMILKBold/._34816-35071.pbf new file mode 100644 index 00000000..bccfc1c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._35072-35327.pbf b/maplibre/fonts/LEMONMILKBold/._35072-35327.pbf new file mode 100644 index 00000000..b1ea6778 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._35328-35583.pbf b/maplibre/fonts/LEMONMILKBold/._35328-35583.pbf new file mode 100644 index 00000000..ab12b5b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._35584-35839.pbf b/maplibre/fonts/LEMONMILKBold/._35584-35839.pbf new file mode 100644 index 00000000..8c73c2b3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._3584-3839.pbf b/maplibre/fonts/LEMONMILKBold/._3584-3839.pbf new file mode 100644 index 00000000..c4e5d5b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._35840-36095.pbf b/maplibre/fonts/LEMONMILKBold/._35840-36095.pbf new file mode 100644 index 00000000..9d2db8ea Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._36096-36351.pbf b/maplibre/fonts/LEMONMILKBold/._36096-36351.pbf new file mode 100644 index 00000000..76188ae7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._36352-36607.pbf b/maplibre/fonts/LEMONMILKBold/._36352-36607.pbf new file mode 100644 index 00000000..d55dde97 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._36608-36863.pbf b/maplibre/fonts/LEMONMILKBold/._36608-36863.pbf new file mode 100644 index 00000000..69acc740 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._36864-37119.pbf b/maplibre/fonts/LEMONMILKBold/._36864-37119.pbf new file mode 100644 index 00000000..5f15c19b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._37120-37375.pbf b/maplibre/fonts/LEMONMILKBold/._37120-37375.pbf new file mode 100644 index 00000000..d865dcd1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._37376-37631.pbf b/maplibre/fonts/LEMONMILKBold/._37376-37631.pbf new file mode 100644 index 00000000..2f5cb50c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._37632-37887.pbf b/maplibre/fonts/LEMONMILKBold/._37632-37887.pbf new file mode 100644 index 00000000..e40c9871 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._37888-38143.pbf b/maplibre/fonts/LEMONMILKBold/._37888-38143.pbf new file mode 100644 index 00000000..5c31af56 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._38144-38399.pbf b/maplibre/fonts/LEMONMILKBold/._38144-38399.pbf new file mode 100644 index 00000000..52d61bc7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._3840-4095.pbf b/maplibre/fonts/LEMONMILKBold/._3840-4095.pbf new file mode 100644 index 00000000..80c51c78 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._38400-38655.pbf b/maplibre/fonts/LEMONMILKBold/._38400-38655.pbf new file mode 100644 index 00000000..542e740a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._38656-38911.pbf b/maplibre/fonts/LEMONMILKBold/._38656-38911.pbf new file mode 100644 index 00000000..90aadd0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._38912-39167.pbf b/maplibre/fonts/LEMONMILKBold/._38912-39167.pbf new file mode 100644 index 00000000..d7666237 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._39168-39423.pbf b/maplibre/fonts/LEMONMILKBold/._39168-39423.pbf new file mode 100644 index 00000000..3ced329f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._39424-39679.pbf b/maplibre/fonts/LEMONMILKBold/._39424-39679.pbf new file mode 100644 index 00000000..7a36a18f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._39680-39935.pbf b/maplibre/fonts/LEMONMILKBold/._39680-39935.pbf new file mode 100644 index 00000000..4d5b485e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._39936-40191.pbf b/maplibre/fonts/LEMONMILKBold/._39936-40191.pbf new file mode 100644 index 00000000..d992e117 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._40192-40447.pbf b/maplibre/fonts/LEMONMILKBold/._40192-40447.pbf new file mode 100644 index 00000000..fdb18645 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._40448-40703.pbf b/maplibre/fonts/LEMONMILKBold/._40448-40703.pbf new file mode 100644 index 00000000..8207dfec Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._40704-40959.pbf b/maplibre/fonts/LEMONMILKBold/._40704-40959.pbf new file mode 100644 index 00000000..f2276246 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._4096-4351.pbf b/maplibre/fonts/LEMONMILKBold/._4096-4351.pbf new file mode 100644 index 00000000..85a6b669 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._40960-41215.pbf b/maplibre/fonts/LEMONMILKBold/._40960-41215.pbf new file mode 100644 index 00000000..e35081ac Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._41216-41471.pbf b/maplibre/fonts/LEMONMILKBold/._41216-41471.pbf new file mode 100644 index 00000000..5fe1177b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._41472-41727.pbf b/maplibre/fonts/LEMONMILKBold/._41472-41727.pbf new file mode 100644 index 00000000..fcd4a5c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._41728-41983.pbf b/maplibre/fonts/LEMONMILKBold/._41728-41983.pbf new file mode 100644 index 00000000..0f06b67c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._41984-42239.pbf b/maplibre/fonts/LEMONMILKBold/._41984-42239.pbf new file mode 100644 index 00000000..ab21c58f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._42240-42495.pbf b/maplibre/fonts/LEMONMILKBold/._42240-42495.pbf new file mode 100644 index 00000000..6107bf6c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._42496-42751.pbf b/maplibre/fonts/LEMONMILKBold/._42496-42751.pbf new file mode 100644 index 00000000..61870aa6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._42752-43007.pbf b/maplibre/fonts/LEMONMILKBold/._42752-43007.pbf new file mode 100644 index 00000000..3a6114be Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._43008-43263.pbf b/maplibre/fonts/LEMONMILKBold/._43008-43263.pbf new file mode 100644 index 00000000..a9dbe4fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._43264-43519.pbf b/maplibre/fonts/LEMONMILKBold/._43264-43519.pbf new file mode 100644 index 00000000..0524b626 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._4352-4607.pbf b/maplibre/fonts/LEMONMILKBold/._4352-4607.pbf new file mode 100644 index 00000000..79a2cb37 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._43520-43775.pbf b/maplibre/fonts/LEMONMILKBold/._43520-43775.pbf new file mode 100644 index 00000000..76cd591e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._43776-44031.pbf b/maplibre/fonts/LEMONMILKBold/._43776-44031.pbf new file mode 100644 index 00000000..f0f697a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._44032-44287.pbf b/maplibre/fonts/LEMONMILKBold/._44032-44287.pbf new file mode 100644 index 00000000..c610e545 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._44288-44543.pbf b/maplibre/fonts/LEMONMILKBold/._44288-44543.pbf new file mode 100644 index 00000000..1fcc7f5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._44544-44799.pbf b/maplibre/fonts/LEMONMILKBold/._44544-44799.pbf new file mode 100644 index 00000000..f4d2cf05 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._44800-45055.pbf b/maplibre/fonts/LEMONMILKBold/._44800-45055.pbf new file mode 100644 index 00000000..1c3a80d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._45056-45311.pbf b/maplibre/fonts/LEMONMILKBold/._45056-45311.pbf new file mode 100644 index 00000000..7b809dbf Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._45312-45567.pbf b/maplibre/fonts/LEMONMILKBold/._45312-45567.pbf new file mode 100644 index 00000000..a2655ef5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._45568-45823.pbf b/maplibre/fonts/LEMONMILKBold/._45568-45823.pbf new file mode 100644 index 00000000..79b4fd78 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._45824-46079.pbf b/maplibre/fonts/LEMONMILKBold/._45824-46079.pbf new file mode 100644 index 00000000..971fef97 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._4608-4863.pbf b/maplibre/fonts/LEMONMILKBold/._4608-4863.pbf new file mode 100644 index 00000000..5868f65b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._46080-46335.pbf b/maplibre/fonts/LEMONMILKBold/._46080-46335.pbf new file mode 100644 index 00000000..e379d583 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._46336-46591.pbf b/maplibre/fonts/LEMONMILKBold/._46336-46591.pbf new file mode 100644 index 00000000..d5f01f06 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._46592-46847.pbf b/maplibre/fonts/LEMONMILKBold/._46592-46847.pbf new file mode 100644 index 00000000..b87061e3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._46848-47103.pbf b/maplibre/fonts/LEMONMILKBold/._46848-47103.pbf new file mode 100644 index 00000000..54eaf5f3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._47104-47359.pbf b/maplibre/fonts/LEMONMILKBold/._47104-47359.pbf new file mode 100644 index 00000000..9770c29b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._47360-47615.pbf b/maplibre/fonts/LEMONMILKBold/._47360-47615.pbf new file mode 100644 index 00000000..55f9922d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._47616-47871.pbf b/maplibre/fonts/LEMONMILKBold/._47616-47871.pbf new file mode 100644 index 00000000..33554b06 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._47872-48127.pbf b/maplibre/fonts/LEMONMILKBold/._47872-48127.pbf new file mode 100644 index 00000000..2d04b00d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._48128-48383.pbf b/maplibre/fonts/LEMONMILKBold/._48128-48383.pbf new file mode 100644 index 00000000..90b1eee4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._48384-48639.pbf b/maplibre/fonts/LEMONMILKBold/._48384-48639.pbf new file mode 100644 index 00000000..9c9c6974 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._4864-5119.pbf b/maplibre/fonts/LEMONMILKBold/._4864-5119.pbf new file mode 100644 index 00000000..050fbdf9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._48640-48895.pbf b/maplibre/fonts/LEMONMILKBold/._48640-48895.pbf new file mode 100644 index 00000000..2ecee97c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._48896-49151.pbf b/maplibre/fonts/LEMONMILKBold/._48896-49151.pbf new file mode 100644 index 00000000..879ba188 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._49152-49407.pbf b/maplibre/fonts/LEMONMILKBold/._49152-49407.pbf new file mode 100644 index 00000000..8f0e7d98 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._49408-49663.pbf b/maplibre/fonts/LEMONMILKBold/._49408-49663.pbf new file mode 100644 index 00000000..97713e4e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._49664-49919.pbf b/maplibre/fonts/LEMONMILKBold/._49664-49919.pbf new file mode 100644 index 00000000..990d09dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._49920-50175.pbf b/maplibre/fonts/LEMONMILKBold/._49920-50175.pbf new file mode 100644 index 00000000..9761a14c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._50176-50431.pbf b/maplibre/fonts/LEMONMILKBold/._50176-50431.pbf new file mode 100644 index 00000000..c092e8d1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._50432-50687.pbf b/maplibre/fonts/LEMONMILKBold/._50432-50687.pbf new file mode 100644 index 00000000..e046a083 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._50688-50943.pbf b/maplibre/fonts/LEMONMILKBold/._50688-50943.pbf new file mode 100644 index 00000000..09f4a63e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._50944-51199.pbf b/maplibre/fonts/LEMONMILKBold/._50944-51199.pbf new file mode 100644 index 00000000..c5a061e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._512-767.pbf b/maplibre/fonts/LEMONMILKBold/._512-767.pbf new file mode 100644 index 00000000..79c0f321 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._5120-5375.pbf b/maplibre/fonts/LEMONMILKBold/._5120-5375.pbf new file mode 100644 index 00000000..aaeaba58 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._51200-51455.pbf b/maplibre/fonts/LEMONMILKBold/._51200-51455.pbf new file mode 100644 index 00000000..c0ab7d4e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._51456-51711.pbf b/maplibre/fonts/LEMONMILKBold/._51456-51711.pbf new file mode 100644 index 00000000..749ef43d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._51712-51967.pbf b/maplibre/fonts/LEMONMILKBold/._51712-51967.pbf new file mode 100644 index 00000000..8a51ee2c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._51968-52223.pbf b/maplibre/fonts/LEMONMILKBold/._51968-52223.pbf new file mode 100644 index 00000000..3f6b1e96 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._52224-52479.pbf b/maplibre/fonts/LEMONMILKBold/._52224-52479.pbf new file mode 100644 index 00000000..fcc5aa9b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._52480-52735.pbf b/maplibre/fonts/LEMONMILKBold/._52480-52735.pbf new file mode 100644 index 00000000..83c468ae Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._52736-52991.pbf b/maplibre/fonts/LEMONMILKBold/._52736-52991.pbf new file mode 100644 index 00000000..0ac18fb1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._52992-53247.pbf b/maplibre/fonts/LEMONMILKBold/._52992-53247.pbf new file mode 100644 index 00000000..d78782ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._53248-53503.pbf b/maplibre/fonts/LEMONMILKBold/._53248-53503.pbf new file mode 100644 index 00000000..5b3968cc Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._53504-53759.pbf b/maplibre/fonts/LEMONMILKBold/._53504-53759.pbf new file mode 100644 index 00000000..6537f060 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._5376-5631.pbf b/maplibre/fonts/LEMONMILKBold/._5376-5631.pbf new file mode 100644 index 00000000..0cd96df9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._53760-54015.pbf b/maplibre/fonts/LEMONMILKBold/._53760-54015.pbf new file mode 100644 index 00000000..83b19a6e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._54016-54271.pbf b/maplibre/fonts/LEMONMILKBold/._54016-54271.pbf new file mode 100644 index 00000000..294b0aee Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._54272-54527.pbf b/maplibre/fonts/LEMONMILKBold/._54272-54527.pbf new file mode 100644 index 00000000..5509ca34 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._54528-54783.pbf b/maplibre/fonts/LEMONMILKBold/._54528-54783.pbf new file mode 100644 index 00000000..68d47fd7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._54784-55039.pbf b/maplibre/fonts/LEMONMILKBold/._54784-55039.pbf new file mode 100644 index 00000000..5d37e1d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._55040-55295.pbf b/maplibre/fonts/LEMONMILKBold/._55040-55295.pbf new file mode 100644 index 00000000..89fadae1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._55296-55551.pbf b/maplibre/fonts/LEMONMILKBold/._55296-55551.pbf new file mode 100644 index 00000000..b6bc9073 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._55552-55807.pbf b/maplibre/fonts/LEMONMILKBold/._55552-55807.pbf new file mode 100644 index 00000000..dc7c08ba Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._55808-56063.pbf b/maplibre/fonts/LEMONMILKBold/._55808-56063.pbf new file mode 100644 index 00000000..531a57be Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._56064-56319.pbf b/maplibre/fonts/LEMONMILKBold/._56064-56319.pbf new file mode 100644 index 00000000..472151ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._5632-5887.pbf b/maplibre/fonts/LEMONMILKBold/._5632-5887.pbf new file mode 100644 index 00000000..22fe3925 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._56320-56575.pbf b/maplibre/fonts/LEMONMILKBold/._56320-56575.pbf new file mode 100644 index 00000000..88864e7b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._56576-56831.pbf b/maplibre/fonts/LEMONMILKBold/._56576-56831.pbf new file mode 100644 index 00000000..cfa201a9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._56832-57087.pbf b/maplibre/fonts/LEMONMILKBold/._56832-57087.pbf new file mode 100644 index 00000000..e62790e2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._57088-57343.pbf b/maplibre/fonts/LEMONMILKBold/._57088-57343.pbf new file mode 100644 index 00000000..ad1dacc9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._57344-57599.pbf b/maplibre/fonts/LEMONMILKBold/._57344-57599.pbf new file mode 100644 index 00000000..b20a6028 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._57600-57855.pbf b/maplibre/fonts/LEMONMILKBold/._57600-57855.pbf new file mode 100644 index 00000000..a61b47c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._57856-58111.pbf b/maplibre/fonts/LEMONMILKBold/._57856-58111.pbf new file mode 100644 index 00000000..2180261d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._58112-58367.pbf b/maplibre/fonts/LEMONMILKBold/._58112-58367.pbf new file mode 100644 index 00000000..c4a72100 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._58368-58623.pbf b/maplibre/fonts/LEMONMILKBold/._58368-58623.pbf new file mode 100644 index 00000000..23d2ed10 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._58624-58879.pbf b/maplibre/fonts/LEMONMILKBold/._58624-58879.pbf new file mode 100644 index 00000000..8af9d86d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._5888-6143.pbf b/maplibre/fonts/LEMONMILKBold/._5888-6143.pbf new file mode 100644 index 00000000..557bb212 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._58880-59135.pbf b/maplibre/fonts/LEMONMILKBold/._58880-59135.pbf new file mode 100644 index 00000000..dd5c94c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._59136-59391.pbf b/maplibre/fonts/LEMONMILKBold/._59136-59391.pbf new file mode 100644 index 00000000..481d37e2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._59392-59647.pbf b/maplibre/fonts/LEMONMILKBold/._59392-59647.pbf new file mode 100644 index 00000000..fad0b43f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._59648-59903.pbf b/maplibre/fonts/LEMONMILKBold/._59648-59903.pbf new file mode 100644 index 00000000..dcaa8921 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._59904-60159.pbf b/maplibre/fonts/LEMONMILKBold/._59904-60159.pbf new file mode 100644 index 00000000..b75395b9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._60160-60415.pbf b/maplibre/fonts/LEMONMILKBold/._60160-60415.pbf new file mode 100644 index 00000000..31b0c5e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._60416-60671.pbf b/maplibre/fonts/LEMONMILKBold/._60416-60671.pbf new file mode 100644 index 00000000..8ca226cf Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._60672-60927.pbf b/maplibre/fonts/LEMONMILKBold/._60672-60927.pbf new file mode 100644 index 00000000..730829b4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._60928-61183.pbf b/maplibre/fonts/LEMONMILKBold/._60928-61183.pbf new file mode 100644 index 00000000..fa89c6ac Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._61184-61439.pbf b/maplibre/fonts/LEMONMILKBold/._61184-61439.pbf new file mode 100644 index 00000000..3eb849c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._6144-6399.pbf b/maplibre/fonts/LEMONMILKBold/._6144-6399.pbf new file mode 100644 index 00000000..22cdd314 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._61440-61695.pbf b/maplibre/fonts/LEMONMILKBold/._61440-61695.pbf new file mode 100644 index 00000000..b4882de9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._61696-61951.pbf b/maplibre/fonts/LEMONMILKBold/._61696-61951.pbf new file mode 100644 index 00000000..25d17d1e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._61952-62207.pbf b/maplibre/fonts/LEMONMILKBold/._61952-62207.pbf new file mode 100644 index 00000000..d9bced6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._62208-62463.pbf b/maplibre/fonts/LEMONMILKBold/._62208-62463.pbf new file mode 100644 index 00000000..a21890ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._62464-62719.pbf b/maplibre/fonts/LEMONMILKBold/._62464-62719.pbf new file mode 100644 index 00000000..942f8f99 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._62720-62975.pbf b/maplibre/fonts/LEMONMILKBold/._62720-62975.pbf new file mode 100644 index 00000000..9459c682 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._62976-63231.pbf b/maplibre/fonts/LEMONMILKBold/._62976-63231.pbf new file mode 100644 index 00000000..20cb8219 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._63232-63487.pbf b/maplibre/fonts/LEMONMILKBold/._63232-63487.pbf new file mode 100644 index 00000000..23eef639 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._63488-63743.pbf b/maplibre/fonts/LEMONMILKBold/._63488-63743.pbf new file mode 100644 index 00000000..9e76f4e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._63744-63999.pbf b/maplibre/fonts/LEMONMILKBold/._63744-63999.pbf new file mode 100644 index 00000000..efa285ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._6400-6655.pbf b/maplibre/fonts/LEMONMILKBold/._6400-6655.pbf new file mode 100644 index 00000000..4a236eec Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._64000-64255.pbf b/maplibre/fonts/LEMONMILKBold/._64000-64255.pbf new file mode 100644 index 00000000..9f4c5ea0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._64256-64511.pbf b/maplibre/fonts/LEMONMILKBold/._64256-64511.pbf new file mode 100644 index 00000000..5aea37eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._64512-64767.pbf b/maplibre/fonts/LEMONMILKBold/._64512-64767.pbf new file mode 100644 index 00000000..a1c8b91b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._64768-65023.pbf b/maplibre/fonts/LEMONMILKBold/._64768-65023.pbf new file mode 100644 index 00000000..97435c0e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._65024-65279.pbf b/maplibre/fonts/LEMONMILKBold/._65024-65279.pbf new file mode 100644 index 00000000..27ce32dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._65280-65535.pbf b/maplibre/fonts/LEMONMILKBold/._65280-65535.pbf new file mode 100644 index 00000000..5f13cf85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._6656-6911.pbf b/maplibre/fonts/LEMONMILKBold/._6656-6911.pbf new file mode 100644 index 00000000..03ecaf73 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._6912-7167.pbf b/maplibre/fonts/LEMONMILKBold/._6912-7167.pbf new file mode 100644 index 00000000..3687ad00 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._7168-7423.pbf b/maplibre/fonts/LEMONMILKBold/._7168-7423.pbf new file mode 100644 index 00000000..1d532c29 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._7424-7679.pbf b/maplibre/fonts/LEMONMILKBold/._7424-7679.pbf new file mode 100644 index 00000000..81c5542d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._768-1023.pbf b/maplibre/fonts/LEMONMILKBold/._768-1023.pbf new file mode 100644 index 00000000..ac71c849 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._7680-7935.pbf b/maplibre/fonts/LEMONMILKBold/._7680-7935.pbf new file mode 100644 index 00000000..e765d01f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._7936-8191.pbf b/maplibre/fonts/LEMONMILKBold/._7936-8191.pbf new file mode 100644 index 00000000..ded3dac8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._8192-8447.pbf b/maplibre/fonts/LEMONMILKBold/._8192-8447.pbf new file mode 100644 index 00000000..920e747c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._8448-8703.pbf b/maplibre/fonts/LEMONMILKBold/._8448-8703.pbf new file mode 100644 index 00000000..2c0b76d0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._8704-8959.pbf b/maplibre/fonts/LEMONMILKBold/._8704-8959.pbf new file mode 100644 index 00000000..46a76bb9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._8960-9215.pbf b/maplibre/fonts/LEMONMILKBold/._8960-9215.pbf new file mode 100644 index 00000000..66420385 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._9216-9471.pbf b/maplibre/fonts/LEMONMILKBold/._9216-9471.pbf new file mode 100644 index 00000000..87907844 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._9472-9727.pbf b/maplibre/fonts/LEMONMILKBold/._9472-9727.pbf new file mode 100644 index 00000000..a7871df9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._9728-9983.pbf b/maplibre/fonts/LEMONMILKBold/._9728-9983.pbf new file mode 100644 index 00000000..752946d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKBold/._9984-10239.pbf b/maplibre/fonts/LEMONMILKBold/._9984-10239.pbf new file mode 100644 index 00000000..2bcb6f08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBold/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._0-255.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._0-255.pbf new file mode 100644 index 00000000..fef77964 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._1024-1279.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._1024-1279.pbf new file mode 100644 index 00000000..063e8546 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._10240-10495.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._10240-10495.pbf new file mode 100644 index 00000000..b7e1f717 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._10496-10751.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._10496-10751.pbf new file mode 100644 index 00000000..2b92de43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._10752-11007.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._10752-11007.pbf new file mode 100644 index 00000000..61f547ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._11008-11263.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._11008-11263.pbf new file mode 100644 index 00000000..14c0bbb8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._11264-11519.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._11264-11519.pbf new file mode 100644 index 00000000..70e5f172 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._11520-11775.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._11520-11775.pbf new file mode 100644 index 00000000..63e75eb2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._11776-12031.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._11776-12031.pbf new file mode 100644 index 00000000..9673268d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._12032-12287.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._12032-12287.pbf new file mode 100644 index 00000000..dc8f2a71 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._12288-12543.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._12288-12543.pbf new file mode 100644 index 00000000..3f3b2522 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._12544-12799.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._12544-12799.pbf new file mode 100644 index 00000000..24009079 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._1280-1535.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._1280-1535.pbf new file mode 100644 index 00000000..72408642 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._12800-13055.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._12800-13055.pbf new file mode 100644 index 00000000..b72eb1dc Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._13056-13311.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._13056-13311.pbf new file mode 100644 index 00000000..cb8137e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._13312-13567.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._13312-13567.pbf new file mode 100644 index 00000000..07da8780 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._13568-13823.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._13568-13823.pbf new file mode 100644 index 00000000..0115ce28 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._13824-14079.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._13824-14079.pbf new file mode 100644 index 00000000..1c1df27d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._14080-14335.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._14080-14335.pbf new file mode 100644 index 00000000..94a16206 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._14336-14591.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._14336-14591.pbf new file mode 100644 index 00000000..18059fbb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._14592-14847.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._14592-14847.pbf new file mode 100644 index 00000000..5b5f124b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._14848-15103.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._14848-15103.pbf new file mode 100644 index 00000000..df4facd0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._15104-15359.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._15104-15359.pbf new file mode 100644 index 00000000..3e0c7c6e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._1536-1791.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._1536-1791.pbf new file mode 100644 index 00000000..386873a8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._15360-15615.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._15360-15615.pbf new file mode 100644 index 00000000..4ff374d7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._15616-15871.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._15616-15871.pbf new file mode 100644 index 00000000..09fa6afd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._15872-16127.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._15872-16127.pbf new file mode 100644 index 00000000..ce949402 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._16128-16383.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._16128-16383.pbf new file mode 100644 index 00000000..b74fd560 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._16384-16639.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._16384-16639.pbf new file mode 100644 index 00000000..91f10709 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._16640-16895.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._16640-16895.pbf new file mode 100644 index 00000000..174522e9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._16896-17151.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._16896-17151.pbf new file mode 100644 index 00000000..31fb8050 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._17152-17407.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._17152-17407.pbf new file mode 100644 index 00000000..8b7dda42 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._17408-17663.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._17408-17663.pbf new file mode 100644 index 00000000..a14dbf10 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._17664-17919.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._17664-17919.pbf new file mode 100644 index 00000000..1abdf110 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._1792-2047.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._1792-2047.pbf new file mode 100644 index 00000000..386a2c8e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._17920-18175.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._17920-18175.pbf new file mode 100644 index 00000000..7322945c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._18176-18431.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._18176-18431.pbf new file mode 100644 index 00000000..840f9762 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._18432-18687.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._18432-18687.pbf new file mode 100644 index 00000000..f5e9521a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._18688-18943.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._18688-18943.pbf new file mode 100644 index 00000000..5dea8604 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._18944-19199.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._18944-19199.pbf new file mode 100644 index 00000000..6c9cde2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._19200-19455.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._19200-19455.pbf new file mode 100644 index 00000000..4eb2c20f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._19456-19711.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._19456-19711.pbf new file mode 100644 index 00000000..7d94cdc1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._19712-19967.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._19712-19967.pbf new file mode 100644 index 00000000..ff0bea5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._19968-20223.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._19968-20223.pbf new file mode 100644 index 00000000..3fd74b14 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._20224-20479.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._20224-20479.pbf new file mode 100644 index 00000000..f9d53793 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._2048-2303.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._2048-2303.pbf new file mode 100644 index 00000000..5119c40b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._20480-20735.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._20480-20735.pbf new file mode 100644 index 00000000..07f76c68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._20736-20991.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._20736-20991.pbf new file mode 100644 index 00000000..5bf5b511 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._20992-21247.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._20992-21247.pbf new file mode 100644 index 00000000..44b786f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._21248-21503.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._21248-21503.pbf new file mode 100644 index 00000000..813a9c94 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._21504-21759.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._21504-21759.pbf new file mode 100644 index 00000000..6bf74c7c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._21760-22015.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._21760-22015.pbf new file mode 100644 index 00000000..4616544d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._22016-22271.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._22016-22271.pbf new file mode 100644 index 00000000..1a3b735c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._22272-22527.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._22272-22527.pbf new file mode 100644 index 00000000..0398ee91 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._22528-22783.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._22528-22783.pbf new file mode 100644 index 00000000..9336223b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._22784-23039.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._22784-23039.pbf new file mode 100644 index 00000000..6378f49a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._2304-2559.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._2304-2559.pbf new file mode 100644 index 00000000..28bb3f41 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._23040-23295.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._23040-23295.pbf new file mode 100644 index 00000000..42252236 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._23296-23551.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._23296-23551.pbf new file mode 100644 index 00000000..4ec87167 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._23552-23807.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._23552-23807.pbf new file mode 100644 index 00000000..fd23a132 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._23808-24063.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._23808-24063.pbf new file mode 100644 index 00000000..efc7f396 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._24064-24319.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._24064-24319.pbf new file mode 100644 index 00000000..b2d5d015 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._24320-24575.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._24320-24575.pbf new file mode 100644 index 00000000..99dd5480 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._24576-24831.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._24576-24831.pbf new file mode 100644 index 00000000..088e698d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._24832-25087.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._24832-25087.pbf new file mode 100644 index 00000000..ebea4cbd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._25088-25343.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._25088-25343.pbf new file mode 100644 index 00000000..51546437 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._25344-25599.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._25344-25599.pbf new file mode 100644 index 00000000..56a7a1cf Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._256-511.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._256-511.pbf new file mode 100644 index 00000000..17ccf72f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._2560-2815.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._2560-2815.pbf new file mode 100644 index 00000000..a4ce033f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._25600-25855.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._25600-25855.pbf new file mode 100644 index 00000000..d11cab2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._25856-26111.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._25856-26111.pbf new file mode 100644 index 00000000..cbdbb264 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._26112-26367.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._26112-26367.pbf new file mode 100644 index 00000000..e59504da Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._26368-26623.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._26368-26623.pbf new file mode 100644 index 00000000..d04c2d04 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._26624-26879.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._26624-26879.pbf new file mode 100644 index 00000000..ca371820 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._26880-27135.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._26880-27135.pbf new file mode 100644 index 00000000..a733d1f7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._27136-27391.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._27136-27391.pbf new file mode 100644 index 00000000..4f443a6c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._27392-27647.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._27392-27647.pbf new file mode 100644 index 00000000..97166af4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._27648-27903.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._27648-27903.pbf new file mode 100644 index 00000000..a70700a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._27904-28159.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._27904-28159.pbf new file mode 100644 index 00000000..d9916136 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._2816-3071.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._2816-3071.pbf new file mode 100644 index 00000000..2b774882 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._28160-28415.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._28160-28415.pbf new file mode 100644 index 00000000..894cbe82 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._28416-28671.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._28416-28671.pbf new file mode 100644 index 00000000..59907842 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._28672-28927.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._28672-28927.pbf new file mode 100644 index 00000000..69c471b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._28928-29183.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._28928-29183.pbf new file mode 100644 index 00000000..6edc2dfb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._29184-29439.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._29184-29439.pbf new file mode 100644 index 00000000..2a342cb7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._29440-29695.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._29440-29695.pbf new file mode 100644 index 00000000..f8217c01 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._29696-29951.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._29696-29951.pbf new file mode 100644 index 00000000..46cd5f58 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._29952-30207.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._29952-30207.pbf new file mode 100644 index 00000000..b203d1b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._30208-30463.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._30208-30463.pbf new file mode 100644 index 00000000..69a043cd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._30464-30719.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._30464-30719.pbf new file mode 100644 index 00000000..182dea3a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._3072-3327.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._3072-3327.pbf new file mode 100644 index 00000000..7a63b9f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._30720-30975.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._30720-30975.pbf new file mode 100644 index 00000000..dd2f2819 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._30976-31231.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._30976-31231.pbf new file mode 100644 index 00000000..02117c4c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._31232-31487.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._31232-31487.pbf new file mode 100644 index 00000000..dd7f4a6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._31488-31743.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._31488-31743.pbf new file mode 100644 index 00000000..f9382111 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._31744-31999.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._31744-31999.pbf new file mode 100644 index 00000000..a980a179 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._32000-32255.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._32000-32255.pbf new file mode 100644 index 00000000..cd34805e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._32256-32511.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._32256-32511.pbf new file mode 100644 index 00000000..875a7858 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._32512-32767.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._32512-32767.pbf new file mode 100644 index 00000000..177d52ce Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._32768-33023.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._32768-33023.pbf new file mode 100644 index 00000000..af677f38 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._33024-33279.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._33024-33279.pbf new file mode 100644 index 00000000..f1cd40f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._3328-3583.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._3328-3583.pbf new file mode 100644 index 00000000..ff646871 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._33280-33535.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._33280-33535.pbf new file mode 100644 index 00000000..527dc641 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._33536-33791.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._33536-33791.pbf new file mode 100644 index 00000000..9c9ace57 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._33792-34047.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._33792-34047.pbf new file mode 100644 index 00000000..bbf23829 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._34048-34303.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._34048-34303.pbf new file mode 100644 index 00000000..315d4324 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._34304-34559.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._34304-34559.pbf new file mode 100644 index 00000000..7bb2093b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._34560-34815.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._34560-34815.pbf new file mode 100644 index 00000000..e42501fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._34816-35071.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._34816-35071.pbf new file mode 100644 index 00000000..5777372e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._35072-35327.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._35072-35327.pbf new file mode 100644 index 00000000..092e4c43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._35328-35583.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._35328-35583.pbf new file mode 100644 index 00000000..689dc925 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._35584-35839.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._35584-35839.pbf new file mode 100644 index 00000000..7e4e2580 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._3584-3839.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._3584-3839.pbf new file mode 100644 index 00000000..749f00ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._35840-36095.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._35840-36095.pbf new file mode 100644 index 00000000..ce6a816f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._36096-36351.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._36096-36351.pbf new file mode 100644 index 00000000..f2e85a96 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._36352-36607.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._36352-36607.pbf new file mode 100644 index 00000000..774c6d97 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._36608-36863.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._36608-36863.pbf new file mode 100644 index 00000000..b21e7980 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._36864-37119.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._36864-37119.pbf new file mode 100644 index 00000000..e800492e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._37120-37375.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._37120-37375.pbf new file mode 100644 index 00000000..5cf9755c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._37376-37631.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._37376-37631.pbf new file mode 100644 index 00000000..c1102aac Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._37632-37887.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._37632-37887.pbf new file mode 100644 index 00000000..cd950ff4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._37888-38143.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._37888-38143.pbf new file mode 100644 index 00000000..b9ba7727 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._38144-38399.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._38144-38399.pbf new file mode 100644 index 00000000..ba2f362d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._3840-4095.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._3840-4095.pbf new file mode 100644 index 00000000..a282dfd4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._38400-38655.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._38400-38655.pbf new file mode 100644 index 00000000..95749d47 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._38656-38911.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._38656-38911.pbf new file mode 100644 index 00000000..9de96846 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._38912-39167.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._38912-39167.pbf new file mode 100644 index 00000000..35e125fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._39168-39423.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._39168-39423.pbf new file mode 100644 index 00000000..62ff267a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._39424-39679.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._39424-39679.pbf new file mode 100644 index 00000000..523c507c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._39680-39935.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._39680-39935.pbf new file mode 100644 index 00000000..9a278f51 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._39936-40191.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._39936-40191.pbf new file mode 100644 index 00000000..a72fc75e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._40192-40447.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._40192-40447.pbf new file mode 100644 index 00000000..97c4dd31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._40448-40703.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._40448-40703.pbf new file mode 100644 index 00000000..af23d25d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._40704-40959.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._40704-40959.pbf new file mode 100644 index 00000000..6495e62d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._4096-4351.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._4096-4351.pbf new file mode 100644 index 00000000..cc55dfe7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._40960-41215.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._40960-41215.pbf new file mode 100644 index 00000000..7cf7eff5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._41216-41471.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._41216-41471.pbf new file mode 100644 index 00000000..b1290fdb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._41472-41727.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._41472-41727.pbf new file mode 100644 index 00000000..9c9bbbc3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._41728-41983.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._41728-41983.pbf new file mode 100644 index 00000000..6a859a20 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._41984-42239.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._41984-42239.pbf new file mode 100644 index 00000000..a8f64115 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._42240-42495.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._42240-42495.pbf new file mode 100644 index 00000000..0290aaad Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._42496-42751.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._42496-42751.pbf new file mode 100644 index 00000000..7de920f9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._42752-43007.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._42752-43007.pbf new file mode 100644 index 00000000..2f41eb4e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._43008-43263.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._43008-43263.pbf new file mode 100644 index 00000000..3ad38975 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._43264-43519.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._43264-43519.pbf new file mode 100644 index 00000000..1b8d178c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._4352-4607.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._4352-4607.pbf new file mode 100644 index 00000000..1a297057 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._43520-43775.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._43520-43775.pbf new file mode 100644 index 00000000..f46531d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._43776-44031.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._43776-44031.pbf new file mode 100644 index 00000000..4d2edb6f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._44032-44287.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._44032-44287.pbf new file mode 100644 index 00000000..e55e435c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._44288-44543.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._44288-44543.pbf new file mode 100644 index 00000000..16c781d9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._44544-44799.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._44544-44799.pbf new file mode 100644 index 00000000..09069130 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._44800-45055.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._44800-45055.pbf new file mode 100644 index 00000000..7f556d70 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._45056-45311.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._45056-45311.pbf new file mode 100644 index 00000000..2ded5085 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._45312-45567.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._45312-45567.pbf new file mode 100644 index 00000000..b7447450 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._45568-45823.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._45568-45823.pbf new file mode 100644 index 00000000..bdb921a9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._45824-46079.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._45824-46079.pbf new file mode 100644 index 00000000..75059c73 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._4608-4863.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._4608-4863.pbf new file mode 100644 index 00000000..bf0ce167 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._46080-46335.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._46080-46335.pbf new file mode 100644 index 00000000..5ee7c644 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._46336-46591.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._46336-46591.pbf new file mode 100644 index 00000000..3cee87a2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._46592-46847.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._46592-46847.pbf new file mode 100644 index 00000000..7cc55dcc Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._46848-47103.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._46848-47103.pbf new file mode 100644 index 00000000..dde9a0d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._47104-47359.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._47104-47359.pbf new file mode 100644 index 00000000..a2a33290 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._47360-47615.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._47360-47615.pbf new file mode 100644 index 00000000..4e7e4fe4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._47616-47871.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._47616-47871.pbf new file mode 100644 index 00000000..3c5fd91f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._47872-48127.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._47872-48127.pbf new file mode 100644 index 00000000..a7e5d752 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._48128-48383.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._48128-48383.pbf new file mode 100644 index 00000000..f8491f2a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._48384-48639.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._48384-48639.pbf new file mode 100644 index 00000000..4b1b202e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._4864-5119.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._4864-5119.pbf new file mode 100644 index 00000000..ecf2d7fa Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._48640-48895.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._48640-48895.pbf new file mode 100644 index 00000000..252fcc3f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._48896-49151.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._48896-49151.pbf new file mode 100644 index 00000000..4222267a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._49152-49407.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._49152-49407.pbf new file mode 100644 index 00000000..d0e4dee0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._49408-49663.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._49408-49663.pbf new file mode 100644 index 00000000..76d16cb0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._49664-49919.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._49664-49919.pbf new file mode 100644 index 00000000..9b61ed4c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._49920-50175.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._49920-50175.pbf new file mode 100644 index 00000000..1e6c212c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._50176-50431.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._50176-50431.pbf new file mode 100644 index 00000000..4012f106 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._50432-50687.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._50432-50687.pbf new file mode 100644 index 00000000..ed309608 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._50688-50943.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._50688-50943.pbf new file mode 100644 index 00000000..9dd0ec05 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._50944-51199.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._50944-51199.pbf new file mode 100644 index 00000000..941d89d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._512-767.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._512-767.pbf new file mode 100644 index 00000000..bfb30c4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._5120-5375.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._5120-5375.pbf new file mode 100644 index 00000000..3b0cbd69 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._51200-51455.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._51200-51455.pbf new file mode 100644 index 00000000..00fbd8ae Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._51456-51711.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._51456-51711.pbf new file mode 100644 index 00000000..648e8e3b Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._51712-51967.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._51712-51967.pbf new file mode 100644 index 00000000..fa62f414 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._51968-52223.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._51968-52223.pbf new file mode 100644 index 00000000..e50e10fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._52224-52479.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._52224-52479.pbf new file mode 100644 index 00000000..3d93941c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._52480-52735.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._52480-52735.pbf new file mode 100644 index 00000000..98a768e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._52736-52991.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._52736-52991.pbf new file mode 100644 index 00000000..cc2db799 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._52992-53247.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._52992-53247.pbf new file mode 100644 index 00000000..d95b5325 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._53248-53503.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._53248-53503.pbf new file mode 100644 index 00000000..7af6c858 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._53504-53759.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._53504-53759.pbf new file mode 100644 index 00000000..e4d5b877 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._5376-5631.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._5376-5631.pbf new file mode 100644 index 00000000..345ff41c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._53760-54015.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._53760-54015.pbf new file mode 100644 index 00000000..819e0a9c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._54016-54271.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._54016-54271.pbf new file mode 100644 index 00000000..e0a11950 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._54272-54527.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._54272-54527.pbf new file mode 100644 index 00000000..60c36253 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._54528-54783.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._54528-54783.pbf new file mode 100644 index 00000000..7459f526 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._54784-55039.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._54784-55039.pbf new file mode 100644 index 00000000..8537d16e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._55040-55295.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._55040-55295.pbf new file mode 100644 index 00000000..74f19951 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._55296-55551.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._55296-55551.pbf new file mode 100644 index 00000000..63e02aa3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._55552-55807.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._55552-55807.pbf new file mode 100644 index 00000000..94721ce0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._55808-56063.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._55808-56063.pbf new file mode 100644 index 00000000..b6569234 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._56064-56319.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._56064-56319.pbf new file mode 100644 index 00000000..41087c3a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._5632-5887.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._5632-5887.pbf new file mode 100644 index 00000000..31e0246d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._56320-56575.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._56320-56575.pbf new file mode 100644 index 00000000..6db56ed9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._56576-56831.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._56576-56831.pbf new file mode 100644 index 00000000..b53705c7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._56832-57087.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._56832-57087.pbf new file mode 100644 index 00000000..84817d13 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._57088-57343.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._57088-57343.pbf new file mode 100644 index 00000000..d40738f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._57344-57599.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._57344-57599.pbf new file mode 100644 index 00000000..00d68b1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._57600-57855.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._57600-57855.pbf new file mode 100644 index 00000000..c891f1d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._57856-58111.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._57856-58111.pbf new file mode 100644 index 00000000..2a81ab4e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._58112-58367.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._58112-58367.pbf new file mode 100644 index 00000000..fc945b0a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._58368-58623.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._58368-58623.pbf new file mode 100644 index 00000000..2d7f4e13 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._58624-58879.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._58624-58879.pbf new file mode 100644 index 00000000..d25f4694 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._5888-6143.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._5888-6143.pbf new file mode 100644 index 00000000..2bbad2b2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._58880-59135.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._58880-59135.pbf new file mode 100644 index 00000000..d1b3bd6e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._59136-59391.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._59136-59391.pbf new file mode 100644 index 00000000..c6d7f2e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._59392-59647.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._59392-59647.pbf new file mode 100644 index 00000000..35eced36 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._59648-59903.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._59648-59903.pbf new file mode 100644 index 00000000..4342b147 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._59904-60159.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._59904-60159.pbf new file mode 100644 index 00000000..033442d6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._60160-60415.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._60160-60415.pbf new file mode 100644 index 00000000..de6b7027 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._60416-60671.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._60416-60671.pbf new file mode 100644 index 00000000..c698c201 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._60672-60927.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._60672-60927.pbf new file mode 100644 index 00000000..8b4800a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._60928-61183.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._60928-61183.pbf new file mode 100644 index 00000000..ac976e3d Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._61184-61439.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._61184-61439.pbf new file mode 100644 index 00000000..452ce680 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._6144-6399.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._6144-6399.pbf new file mode 100644 index 00000000..868134ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._61440-61695.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._61440-61695.pbf new file mode 100644 index 00000000..6fd86961 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._61696-61951.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._61696-61951.pbf new file mode 100644 index 00000000..bc3e35d6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._61952-62207.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._61952-62207.pbf new file mode 100644 index 00000000..0a78ce86 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._62208-62463.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._62208-62463.pbf new file mode 100644 index 00000000..d3bfbfbb Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._62464-62719.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._62464-62719.pbf new file mode 100644 index 00000000..51c18e52 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._62720-62975.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._62720-62975.pbf new file mode 100644 index 00000000..0c8c6c5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._62976-63231.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._62976-63231.pbf new file mode 100644 index 00000000..5c25cef7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._63232-63487.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._63232-63487.pbf new file mode 100644 index 00000000..5203b4c8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._63488-63743.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._63488-63743.pbf new file mode 100644 index 00000000..e275d54a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._63744-63999.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._63744-63999.pbf new file mode 100644 index 00000000..731c4723 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._6400-6655.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._6400-6655.pbf new file mode 100644 index 00000000..44488183 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._64000-64255.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._64000-64255.pbf new file mode 100644 index 00000000..757e8871 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._64256-64511.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._64256-64511.pbf new file mode 100644 index 00000000..e1609960 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._64512-64767.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._64512-64767.pbf new file mode 100644 index 00000000..c63bd2e2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._64768-65023.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._64768-65023.pbf new file mode 100644 index 00000000..6b54cccd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._65024-65279.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._65024-65279.pbf new file mode 100644 index 00000000..b44fba24 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._65280-65535.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._65280-65535.pbf new file mode 100644 index 00000000..80496613 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._6656-6911.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._6656-6911.pbf new file mode 100644 index 00000000..dbe66b41 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._6912-7167.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._6912-7167.pbf new file mode 100644 index 00000000..3e412add Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._7168-7423.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._7168-7423.pbf new file mode 100644 index 00000000..4d8e1495 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._7424-7679.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._7424-7679.pbf new file mode 100644 index 00000000..9d2300b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._768-1023.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._768-1023.pbf new file mode 100644 index 00000000..bcd928d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._7680-7935.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._7680-7935.pbf new file mode 100644 index 00000000..540ec3a5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._7936-8191.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._7936-8191.pbf new file mode 100644 index 00000000..b5e2525f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._8192-8447.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._8192-8447.pbf new file mode 100644 index 00000000..5fc48403 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._8448-8703.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._8448-8703.pbf new file mode 100644 index 00000000..f7708035 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._8704-8959.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._8704-8959.pbf new file mode 100644 index 00000000..39f85c2f Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._8960-9215.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._8960-9215.pbf new file mode 100644 index 00000000..3c2b15b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._9216-9471.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._9216-9471.pbf new file mode 100644 index 00000000..b9040a59 Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._9472-9727.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._9472-9727.pbf new file mode 100644 index 00000000..ac18988c Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._9728-9983.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._9728-9983.pbf new file mode 100644 index 00000000..754143fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKBoldItalic/._9984-10239.pbf b/maplibre/fonts/LEMONMILKBoldItalic/._9984-10239.pbf new file mode 100644 index 00000000..4be6409a Binary files /dev/null and b/maplibre/fonts/LEMONMILKBoldItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._0-255.pbf b/maplibre/fonts/LEMONMILKLight/._0-255.pbf new file mode 100644 index 00000000..00b3eeb6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._1024-1279.pbf b/maplibre/fonts/LEMONMILKLight/._1024-1279.pbf new file mode 100644 index 00000000..0e81d8bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._10240-10495.pbf b/maplibre/fonts/LEMONMILKLight/._10240-10495.pbf new file mode 100644 index 00000000..009029df Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._10496-10751.pbf b/maplibre/fonts/LEMONMILKLight/._10496-10751.pbf new file mode 100644 index 00000000..294cfdee Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._10752-11007.pbf b/maplibre/fonts/LEMONMILKLight/._10752-11007.pbf new file mode 100644 index 00000000..8ed343f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._11008-11263.pbf b/maplibre/fonts/LEMONMILKLight/._11008-11263.pbf new file mode 100644 index 00000000..71f09b0b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._11264-11519.pbf b/maplibre/fonts/LEMONMILKLight/._11264-11519.pbf new file mode 100644 index 00000000..b03ce757 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._11520-11775.pbf b/maplibre/fonts/LEMONMILKLight/._11520-11775.pbf new file mode 100644 index 00000000..cee7347e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._11776-12031.pbf b/maplibre/fonts/LEMONMILKLight/._11776-12031.pbf new file mode 100644 index 00000000..a5d1ef65 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._12032-12287.pbf b/maplibre/fonts/LEMONMILKLight/._12032-12287.pbf new file mode 100644 index 00000000..13b6087e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._12288-12543.pbf b/maplibre/fonts/LEMONMILKLight/._12288-12543.pbf new file mode 100644 index 00000000..bca13bab Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._12544-12799.pbf b/maplibre/fonts/LEMONMILKLight/._12544-12799.pbf new file mode 100644 index 00000000..c6d8cb7a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._1280-1535.pbf b/maplibre/fonts/LEMONMILKLight/._1280-1535.pbf new file mode 100644 index 00000000..dc56895f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._12800-13055.pbf b/maplibre/fonts/LEMONMILKLight/._12800-13055.pbf new file mode 100644 index 00000000..5cb828a9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._13056-13311.pbf b/maplibre/fonts/LEMONMILKLight/._13056-13311.pbf new file mode 100644 index 00000000..e0cd57d0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._13312-13567.pbf b/maplibre/fonts/LEMONMILKLight/._13312-13567.pbf new file mode 100644 index 00000000..b922803e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._13568-13823.pbf b/maplibre/fonts/LEMONMILKLight/._13568-13823.pbf new file mode 100644 index 00000000..b0e9a297 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._13824-14079.pbf b/maplibre/fonts/LEMONMILKLight/._13824-14079.pbf new file mode 100644 index 00000000..675fde00 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._14080-14335.pbf b/maplibre/fonts/LEMONMILKLight/._14080-14335.pbf new file mode 100644 index 00000000..b8c9a53d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._14336-14591.pbf b/maplibre/fonts/LEMONMILKLight/._14336-14591.pbf new file mode 100644 index 00000000..d884b1c8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._14592-14847.pbf b/maplibre/fonts/LEMONMILKLight/._14592-14847.pbf new file mode 100644 index 00000000..b889b83e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._14848-15103.pbf b/maplibre/fonts/LEMONMILKLight/._14848-15103.pbf new file mode 100644 index 00000000..77bf31fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._15104-15359.pbf b/maplibre/fonts/LEMONMILKLight/._15104-15359.pbf new file mode 100644 index 00000000..96e683d6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._1536-1791.pbf b/maplibre/fonts/LEMONMILKLight/._1536-1791.pbf new file mode 100644 index 00000000..b90c7b7a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._15360-15615.pbf b/maplibre/fonts/LEMONMILKLight/._15360-15615.pbf new file mode 100644 index 00000000..5e73e3ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._15616-15871.pbf b/maplibre/fonts/LEMONMILKLight/._15616-15871.pbf new file mode 100644 index 00000000..dc4b8717 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._15872-16127.pbf b/maplibre/fonts/LEMONMILKLight/._15872-16127.pbf new file mode 100644 index 00000000..b6e73db2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._16128-16383.pbf b/maplibre/fonts/LEMONMILKLight/._16128-16383.pbf new file mode 100644 index 00000000..0c41118f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._16384-16639.pbf b/maplibre/fonts/LEMONMILKLight/._16384-16639.pbf new file mode 100644 index 00000000..d1fcfc5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._16640-16895.pbf b/maplibre/fonts/LEMONMILKLight/._16640-16895.pbf new file mode 100644 index 00000000..5621ebba Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._16896-17151.pbf b/maplibre/fonts/LEMONMILKLight/._16896-17151.pbf new file mode 100644 index 00000000..71d5ed54 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._17152-17407.pbf b/maplibre/fonts/LEMONMILKLight/._17152-17407.pbf new file mode 100644 index 00000000..8aecebe1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._17408-17663.pbf b/maplibre/fonts/LEMONMILKLight/._17408-17663.pbf new file mode 100644 index 00000000..4a7ca04b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._17664-17919.pbf b/maplibre/fonts/LEMONMILKLight/._17664-17919.pbf new file mode 100644 index 00000000..2c0e9bf6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._1792-2047.pbf b/maplibre/fonts/LEMONMILKLight/._1792-2047.pbf new file mode 100644 index 00000000..be50b2a7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._17920-18175.pbf b/maplibre/fonts/LEMONMILKLight/._17920-18175.pbf new file mode 100644 index 00000000..a9ab27e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._18176-18431.pbf b/maplibre/fonts/LEMONMILKLight/._18176-18431.pbf new file mode 100644 index 00000000..4f004d28 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._18432-18687.pbf b/maplibre/fonts/LEMONMILKLight/._18432-18687.pbf new file mode 100644 index 00000000..a28e60d0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._18688-18943.pbf b/maplibre/fonts/LEMONMILKLight/._18688-18943.pbf new file mode 100644 index 00000000..92590b1f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._18944-19199.pbf b/maplibre/fonts/LEMONMILKLight/._18944-19199.pbf new file mode 100644 index 00000000..b426ae67 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._19200-19455.pbf b/maplibre/fonts/LEMONMILKLight/._19200-19455.pbf new file mode 100644 index 00000000..88ec9696 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._19456-19711.pbf b/maplibre/fonts/LEMONMILKLight/._19456-19711.pbf new file mode 100644 index 00000000..018b99e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._19712-19967.pbf b/maplibre/fonts/LEMONMILKLight/._19712-19967.pbf new file mode 100644 index 00000000..955c4e37 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._19968-20223.pbf b/maplibre/fonts/LEMONMILKLight/._19968-20223.pbf new file mode 100644 index 00000000..bbf8f163 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._20224-20479.pbf b/maplibre/fonts/LEMONMILKLight/._20224-20479.pbf new file mode 100644 index 00000000..5ec620b4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._2048-2303.pbf b/maplibre/fonts/LEMONMILKLight/._2048-2303.pbf new file mode 100644 index 00000000..23aadc16 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._20480-20735.pbf b/maplibre/fonts/LEMONMILKLight/._20480-20735.pbf new file mode 100644 index 00000000..4539f455 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._20736-20991.pbf b/maplibre/fonts/LEMONMILKLight/._20736-20991.pbf new file mode 100644 index 00000000..01fbaf68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._20992-21247.pbf b/maplibre/fonts/LEMONMILKLight/._20992-21247.pbf new file mode 100644 index 00000000..0d1b9549 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._21248-21503.pbf b/maplibre/fonts/LEMONMILKLight/._21248-21503.pbf new file mode 100644 index 00000000..43b80cc2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._21504-21759.pbf b/maplibre/fonts/LEMONMILKLight/._21504-21759.pbf new file mode 100644 index 00000000..f1f0073f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._21760-22015.pbf b/maplibre/fonts/LEMONMILKLight/._21760-22015.pbf new file mode 100644 index 00000000..d06c7808 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._22016-22271.pbf b/maplibre/fonts/LEMONMILKLight/._22016-22271.pbf new file mode 100644 index 00000000..de6057e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._22272-22527.pbf b/maplibre/fonts/LEMONMILKLight/._22272-22527.pbf new file mode 100644 index 00000000..7e093c82 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._22528-22783.pbf b/maplibre/fonts/LEMONMILKLight/._22528-22783.pbf new file mode 100644 index 00000000..02c054f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._22784-23039.pbf b/maplibre/fonts/LEMONMILKLight/._22784-23039.pbf new file mode 100644 index 00000000..e35d44fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._2304-2559.pbf b/maplibre/fonts/LEMONMILKLight/._2304-2559.pbf new file mode 100644 index 00000000..66158d27 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._23040-23295.pbf b/maplibre/fonts/LEMONMILKLight/._23040-23295.pbf new file mode 100644 index 00000000..43e1574f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._23296-23551.pbf b/maplibre/fonts/LEMONMILKLight/._23296-23551.pbf new file mode 100644 index 00000000..3ca527c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._23552-23807.pbf b/maplibre/fonts/LEMONMILKLight/._23552-23807.pbf new file mode 100644 index 00000000..f8e9f93c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._23808-24063.pbf b/maplibre/fonts/LEMONMILKLight/._23808-24063.pbf new file mode 100644 index 00000000..a2fba717 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._24064-24319.pbf b/maplibre/fonts/LEMONMILKLight/._24064-24319.pbf new file mode 100644 index 00000000..8e4f9857 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._24320-24575.pbf b/maplibre/fonts/LEMONMILKLight/._24320-24575.pbf new file mode 100644 index 00000000..dad7ebe6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._24576-24831.pbf b/maplibre/fonts/LEMONMILKLight/._24576-24831.pbf new file mode 100644 index 00000000..7a6aebb9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._24832-25087.pbf b/maplibre/fonts/LEMONMILKLight/._24832-25087.pbf new file mode 100644 index 00000000..dac05eff Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._25088-25343.pbf b/maplibre/fonts/LEMONMILKLight/._25088-25343.pbf new file mode 100644 index 00000000..85bfb6c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._25344-25599.pbf b/maplibre/fonts/LEMONMILKLight/._25344-25599.pbf new file mode 100644 index 00000000..0ce888d5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._256-511.pbf b/maplibre/fonts/LEMONMILKLight/._256-511.pbf new file mode 100644 index 00000000..547a8199 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._2560-2815.pbf b/maplibre/fonts/LEMONMILKLight/._2560-2815.pbf new file mode 100644 index 00000000..d66c4f95 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._25600-25855.pbf b/maplibre/fonts/LEMONMILKLight/._25600-25855.pbf new file mode 100644 index 00000000..1f3939b2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._25856-26111.pbf b/maplibre/fonts/LEMONMILKLight/._25856-26111.pbf new file mode 100644 index 00000000..c949ffe1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._26112-26367.pbf b/maplibre/fonts/LEMONMILKLight/._26112-26367.pbf new file mode 100644 index 00000000..dd81ad41 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._26368-26623.pbf b/maplibre/fonts/LEMONMILKLight/._26368-26623.pbf new file mode 100644 index 00000000..90acf718 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._26624-26879.pbf b/maplibre/fonts/LEMONMILKLight/._26624-26879.pbf new file mode 100644 index 00000000..e10330c7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._26880-27135.pbf b/maplibre/fonts/LEMONMILKLight/._26880-27135.pbf new file mode 100644 index 00000000..3c623abe Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._27136-27391.pbf b/maplibre/fonts/LEMONMILKLight/._27136-27391.pbf new file mode 100644 index 00000000..c07f19f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._27392-27647.pbf b/maplibre/fonts/LEMONMILKLight/._27392-27647.pbf new file mode 100644 index 00000000..6f31103b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._27648-27903.pbf b/maplibre/fonts/LEMONMILKLight/._27648-27903.pbf new file mode 100644 index 00000000..b070042e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._27904-28159.pbf b/maplibre/fonts/LEMONMILKLight/._27904-28159.pbf new file mode 100644 index 00000000..b4c9ad42 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._2816-3071.pbf b/maplibre/fonts/LEMONMILKLight/._2816-3071.pbf new file mode 100644 index 00000000..fa12adf6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._28160-28415.pbf b/maplibre/fonts/LEMONMILKLight/._28160-28415.pbf new file mode 100644 index 00000000..e72f38ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._28416-28671.pbf b/maplibre/fonts/LEMONMILKLight/._28416-28671.pbf new file mode 100644 index 00000000..1c360e10 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._28672-28927.pbf b/maplibre/fonts/LEMONMILKLight/._28672-28927.pbf new file mode 100644 index 00000000..3177e5e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._28928-29183.pbf b/maplibre/fonts/LEMONMILKLight/._28928-29183.pbf new file mode 100644 index 00000000..5f71af95 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._29184-29439.pbf b/maplibre/fonts/LEMONMILKLight/._29184-29439.pbf new file mode 100644 index 00000000..bc9c7db3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._29440-29695.pbf b/maplibre/fonts/LEMONMILKLight/._29440-29695.pbf new file mode 100644 index 00000000..e34a4a9d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._29696-29951.pbf b/maplibre/fonts/LEMONMILKLight/._29696-29951.pbf new file mode 100644 index 00000000..43e9d927 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._29952-30207.pbf b/maplibre/fonts/LEMONMILKLight/._29952-30207.pbf new file mode 100644 index 00000000..6a703da0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._30208-30463.pbf b/maplibre/fonts/LEMONMILKLight/._30208-30463.pbf new file mode 100644 index 00000000..32aa879f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._30464-30719.pbf b/maplibre/fonts/LEMONMILKLight/._30464-30719.pbf new file mode 100644 index 00000000..ab1e7e07 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._3072-3327.pbf b/maplibre/fonts/LEMONMILKLight/._3072-3327.pbf new file mode 100644 index 00000000..6082b86b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._30720-30975.pbf b/maplibre/fonts/LEMONMILKLight/._30720-30975.pbf new file mode 100644 index 00000000..7394fb08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._30976-31231.pbf b/maplibre/fonts/LEMONMILKLight/._30976-31231.pbf new file mode 100644 index 00000000..5ca3a281 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._31232-31487.pbf b/maplibre/fonts/LEMONMILKLight/._31232-31487.pbf new file mode 100644 index 00000000..830c78fa Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._31488-31743.pbf b/maplibre/fonts/LEMONMILKLight/._31488-31743.pbf new file mode 100644 index 00000000..8331dc6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._31744-31999.pbf b/maplibre/fonts/LEMONMILKLight/._31744-31999.pbf new file mode 100644 index 00000000..2b6cc99a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._32000-32255.pbf b/maplibre/fonts/LEMONMILKLight/._32000-32255.pbf new file mode 100644 index 00000000..57ed1d14 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._32256-32511.pbf b/maplibre/fonts/LEMONMILKLight/._32256-32511.pbf new file mode 100644 index 00000000..15fec892 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._32512-32767.pbf b/maplibre/fonts/LEMONMILKLight/._32512-32767.pbf new file mode 100644 index 00000000..a5ffdbc3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._32768-33023.pbf b/maplibre/fonts/LEMONMILKLight/._32768-33023.pbf new file mode 100644 index 00000000..fbb8783d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._33024-33279.pbf b/maplibre/fonts/LEMONMILKLight/._33024-33279.pbf new file mode 100644 index 00000000..eae7d86c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._3328-3583.pbf b/maplibre/fonts/LEMONMILKLight/._3328-3583.pbf new file mode 100644 index 00000000..2eb94d3a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._33280-33535.pbf b/maplibre/fonts/LEMONMILKLight/._33280-33535.pbf new file mode 100644 index 00000000..84df7e15 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._33536-33791.pbf b/maplibre/fonts/LEMONMILKLight/._33536-33791.pbf new file mode 100644 index 00000000..ca051157 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._33792-34047.pbf b/maplibre/fonts/LEMONMILKLight/._33792-34047.pbf new file mode 100644 index 00000000..659c0bdc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._34048-34303.pbf b/maplibre/fonts/LEMONMILKLight/._34048-34303.pbf new file mode 100644 index 00000000..31587958 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._34304-34559.pbf b/maplibre/fonts/LEMONMILKLight/._34304-34559.pbf new file mode 100644 index 00000000..bd6aa56a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._34560-34815.pbf b/maplibre/fonts/LEMONMILKLight/._34560-34815.pbf new file mode 100644 index 00000000..ca3d1cee Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._34816-35071.pbf b/maplibre/fonts/LEMONMILKLight/._34816-35071.pbf new file mode 100644 index 00000000..201f4f0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._35072-35327.pbf b/maplibre/fonts/LEMONMILKLight/._35072-35327.pbf new file mode 100644 index 00000000..221f69d9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._35328-35583.pbf b/maplibre/fonts/LEMONMILKLight/._35328-35583.pbf new file mode 100644 index 00000000..f33989ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._35584-35839.pbf b/maplibre/fonts/LEMONMILKLight/._35584-35839.pbf new file mode 100644 index 00000000..a284afc7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._3584-3839.pbf b/maplibre/fonts/LEMONMILKLight/._3584-3839.pbf new file mode 100644 index 00000000..443f0b3d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._35840-36095.pbf b/maplibre/fonts/LEMONMILKLight/._35840-36095.pbf new file mode 100644 index 00000000..12a39e4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._36096-36351.pbf b/maplibre/fonts/LEMONMILKLight/._36096-36351.pbf new file mode 100644 index 00000000..d44775d7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._36352-36607.pbf b/maplibre/fonts/LEMONMILKLight/._36352-36607.pbf new file mode 100644 index 00000000..d9b4fba0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._36608-36863.pbf b/maplibre/fonts/LEMONMILKLight/._36608-36863.pbf new file mode 100644 index 00000000..99ac6477 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._36864-37119.pbf b/maplibre/fonts/LEMONMILKLight/._36864-37119.pbf new file mode 100644 index 00000000..dc051839 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._37120-37375.pbf b/maplibre/fonts/LEMONMILKLight/._37120-37375.pbf new file mode 100644 index 00000000..fb1d7c49 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._37376-37631.pbf b/maplibre/fonts/LEMONMILKLight/._37376-37631.pbf new file mode 100644 index 00000000..87c0f69d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._37632-37887.pbf b/maplibre/fonts/LEMONMILKLight/._37632-37887.pbf new file mode 100644 index 00000000..a997c1c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._37888-38143.pbf b/maplibre/fonts/LEMONMILKLight/._37888-38143.pbf new file mode 100644 index 00000000..4e0cccfe Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._38144-38399.pbf b/maplibre/fonts/LEMONMILKLight/._38144-38399.pbf new file mode 100644 index 00000000..8a15bd2c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._3840-4095.pbf b/maplibre/fonts/LEMONMILKLight/._3840-4095.pbf new file mode 100644 index 00000000..edcad72b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._38400-38655.pbf b/maplibre/fonts/LEMONMILKLight/._38400-38655.pbf new file mode 100644 index 00000000..38e840c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._38656-38911.pbf b/maplibre/fonts/LEMONMILKLight/._38656-38911.pbf new file mode 100644 index 00000000..e4c5f19f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._38912-39167.pbf b/maplibre/fonts/LEMONMILKLight/._38912-39167.pbf new file mode 100644 index 00000000..4f043934 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._39168-39423.pbf b/maplibre/fonts/LEMONMILKLight/._39168-39423.pbf new file mode 100644 index 00000000..5135c123 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._39424-39679.pbf b/maplibre/fonts/LEMONMILKLight/._39424-39679.pbf new file mode 100644 index 00000000..c1ed05d9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._39680-39935.pbf b/maplibre/fonts/LEMONMILKLight/._39680-39935.pbf new file mode 100644 index 00000000..4e0d8862 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._39936-40191.pbf b/maplibre/fonts/LEMONMILKLight/._39936-40191.pbf new file mode 100644 index 00000000..66b17a34 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._40192-40447.pbf b/maplibre/fonts/LEMONMILKLight/._40192-40447.pbf new file mode 100644 index 00000000..f95414df Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._40448-40703.pbf b/maplibre/fonts/LEMONMILKLight/._40448-40703.pbf new file mode 100644 index 00000000..9f714ce9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._40704-40959.pbf b/maplibre/fonts/LEMONMILKLight/._40704-40959.pbf new file mode 100644 index 00000000..c1785ed0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._4096-4351.pbf b/maplibre/fonts/LEMONMILKLight/._4096-4351.pbf new file mode 100644 index 00000000..e957cdc9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._40960-41215.pbf b/maplibre/fonts/LEMONMILKLight/._40960-41215.pbf new file mode 100644 index 00000000..78054b4a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._41216-41471.pbf b/maplibre/fonts/LEMONMILKLight/._41216-41471.pbf new file mode 100644 index 00000000..6760fe43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._41472-41727.pbf b/maplibre/fonts/LEMONMILKLight/._41472-41727.pbf new file mode 100644 index 00000000..e6d39159 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._41728-41983.pbf b/maplibre/fonts/LEMONMILKLight/._41728-41983.pbf new file mode 100644 index 00000000..dd3756b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._41984-42239.pbf b/maplibre/fonts/LEMONMILKLight/._41984-42239.pbf new file mode 100644 index 00000000..0539a704 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._42240-42495.pbf b/maplibre/fonts/LEMONMILKLight/._42240-42495.pbf new file mode 100644 index 00000000..e599b31a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._42496-42751.pbf b/maplibre/fonts/LEMONMILKLight/._42496-42751.pbf new file mode 100644 index 00000000..26e20b67 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._42752-43007.pbf b/maplibre/fonts/LEMONMILKLight/._42752-43007.pbf new file mode 100644 index 00000000..e85a753a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._43008-43263.pbf b/maplibre/fonts/LEMONMILKLight/._43008-43263.pbf new file mode 100644 index 00000000..ac3500cb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._43264-43519.pbf b/maplibre/fonts/LEMONMILKLight/._43264-43519.pbf new file mode 100644 index 00000000..5ea52b68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._4352-4607.pbf b/maplibre/fonts/LEMONMILKLight/._4352-4607.pbf new file mode 100644 index 00000000..8babbb63 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._43520-43775.pbf b/maplibre/fonts/LEMONMILKLight/._43520-43775.pbf new file mode 100644 index 00000000..b94d792b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._43776-44031.pbf b/maplibre/fonts/LEMONMILKLight/._43776-44031.pbf new file mode 100644 index 00000000..634a7a38 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._44032-44287.pbf b/maplibre/fonts/LEMONMILKLight/._44032-44287.pbf new file mode 100644 index 00000000..27ff7c52 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._44288-44543.pbf b/maplibre/fonts/LEMONMILKLight/._44288-44543.pbf new file mode 100644 index 00000000..36968cc0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._44544-44799.pbf b/maplibre/fonts/LEMONMILKLight/._44544-44799.pbf new file mode 100644 index 00000000..6b609896 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._44800-45055.pbf b/maplibre/fonts/LEMONMILKLight/._44800-45055.pbf new file mode 100644 index 00000000..243f8a43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._45056-45311.pbf b/maplibre/fonts/LEMONMILKLight/._45056-45311.pbf new file mode 100644 index 00000000..23cdff0a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._45312-45567.pbf b/maplibre/fonts/LEMONMILKLight/._45312-45567.pbf new file mode 100644 index 00000000..786b92ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._45568-45823.pbf b/maplibre/fonts/LEMONMILKLight/._45568-45823.pbf new file mode 100644 index 00000000..58787c62 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._45824-46079.pbf b/maplibre/fonts/LEMONMILKLight/._45824-46079.pbf new file mode 100644 index 00000000..bef390ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._4608-4863.pbf b/maplibre/fonts/LEMONMILKLight/._4608-4863.pbf new file mode 100644 index 00000000..02d3b2f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._46080-46335.pbf b/maplibre/fonts/LEMONMILKLight/._46080-46335.pbf new file mode 100644 index 00000000..37d10772 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._46336-46591.pbf b/maplibre/fonts/LEMONMILKLight/._46336-46591.pbf new file mode 100644 index 00000000..5695e0e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._46592-46847.pbf b/maplibre/fonts/LEMONMILKLight/._46592-46847.pbf new file mode 100644 index 00000000..5b841cdc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._46848-47103.pbf b/maplibre/fonts/LEMONMILKLight/._46848-47103.pbf new file mode 100644 index 00000000..d361113e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._47104-47359.pbf b/maplibre/fonts/LEMONMILKLight/._47104-47359.pbf new file mode 100644 index 00000000..932e0b31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._47360-47615.pbf b/maplibre/fonts/LEMONMILKLight/._47360-47615.pbf new file mode 100644 index 00000000..6c0c6e8d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._47616-47871.pbf b/maplibre/fonts/LEMONMILKLight/._47616-47871.pbf new file mode 100644 index 00000000..b6f6ed05 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._47872-48127.pbf b/maplibre/fonts/LEMONMILKLight/._47872-48127.pbf new file mode 100644 index 00000000..2790f2f0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._48128-48383.pbf b/maplibre/fonts/LEMONMILKLight/._48128-48383.pbf new file mode 100644 index 00000000..c729c96d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._48384-48639.pbf b/maplibre/fonts/LEMONMILKLight/._48384-48639.pbf new file mode 100644 index 00000000..7a6c881f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._4864-5119.pbf b/maplibre/fonts/LEMONMILKLight/._4864-5119.pbf new file mode 100644 index 00000000..070475ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._48640-48895.pbf b/maplibre/fonts/LEMONMILKLight/._48640-48895.pbf new file mode 100644 index 00000000..06e14f09 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._48896-49151.pbf b/maplibre/fonts/LEMONMILKLight/._48896-49151.pbf new file mode 100644 index 00000000..78ea4eab Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._49152-49407.pbf b/maplibre/fonts/LEMONMILKLight/._49152-49407.pbf new file mode 100644 index 00000000..c6db1c46 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._49408-49663.pbf b/maplibre/fonts/LEMONMILKLight/._49408-49663.pbf new file mode 100644 index 00000000..309200b6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._49664-49919.pbf b/maplibre/fonts/LEMONMILKLight/._49664-49919.pbf new file mode 100644 index 00000000..d299202c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._49920-50175.pbf b/maplibre/fonts/LEMONMILKLight/._49920-50175.pbf new file mode 100644 index 00000000..11f3f440 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._50176-50431.pbf b/maplibre/fonts/LEMONMILKLight/._50176-50431.pbf new file mode 100644 index 00000000..a524de27 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._50432-50687.pbf b/maplibre/fonts/LEMONMILKLight/._50432-50687.pbf new file mode 100644 index 00000000..cbf0be6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._50688-50943.pbf b/maplibre/fonts/LEMONMILKLight/._50688-50943.pbf new file mode 100644 index 00000000..e5ea157c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._50944-51199.pbf b/maplibre/fonts/LEMONMILKLight/._50944-51199.pbf new file mode 100644 index 00000000..40f6a28b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._512-767.pbf b/maplibre/fonts/LEMONMILKLight/._512-767.pbf new file mode 100644 index 00000000..4ead4797 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._5120-5375.pbf b/maplibre/fonts/LEMONMILKLight/._5120-5375.pbf new file mode 100644 index 00000000..cc5c8a11 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._51200-51455.pbf b/maplibre/fonts/LEMONMILKLight/._51200-51455.pbf new file mode 100644 index 00000000..b18031b6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._51456-51711.pbf b/maplibre/fonts/LEMONMILKLight/._51456-51711.pbf new file mode 100644 index 00000000..15d297ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._51712-51967.pbf b/maplibre/fonts/LEMONMILKLight/._51712-51967.pbf new file mode 100644 index 00000000..3b547781 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._51968-52223.pbf b/maplibre/fonts/LEMONMILKLight/._51968-52223.pbf new file mode 100644 index 00000000..daf17b8a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._52224-52479.pbf b/maplibre/fonts/LEMONMILKLight/._52224-52479.pbf new file mode 100644 index 00000000..dc6ac278 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._52480-52735.pbf b/maplibre/fonts/LEMONMILKLight/._52480-52735.pbf new file mode 100644 index 00000000..45ec202d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._52736-52991.pbf b/maplibre/fonts/LEMONMILKLight/._52736-52991.pbf new file mode 100644 index 00000000..b353a689 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._52992-53247.pbf b/maplibre/fonts/LEMONMILKLight/._52992-53247.pbf new file mode 100644 index 00000000..619aba9c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._53248-53503.pbf b/maplibre/fonts/LEMONMILKLight/._53248-53503.pbf new file mode 100644 index 00000000..9b530265 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._53504-53759.pbf b/maplibre/fonts/LEMONMILKLight/._53504-53759.pbf new file mode 100644 index 00000000..fd1c5e30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._5376-5631.pbf b/maplibre/fonts/LEMONMILKLight/._5376-5631.pbf new file mode 100644 index 00000000..ddfa6475 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._53760-54015.pbf b/maplibre/fonts/LEMONMILKLight/._53760-54015.pbf new file mode 100644 index 00000000..0e43784e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._54016-54271.pbf b/maplibre/fonts/LEMONMILKLight/._54016-54271.pbf new file mode 100644 index 00000000..d49bbab2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._54272-54527.pbf b/maplibre/fonts/LEMONMILKLight/._54272-54527.pbf new file mode 100644 index 00000000..50d46e3f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._54528-54783.pbf b/maplibre/fonts/LEMONMILKLight/._54528-54783.pbf new file mode 100644 index 00000000..9cbef81c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._54784-55039.pbf b/maplibre/fonts/LEMONMILKLight/._54784-55039.pbf new file mode 100644 index 00000000..489c4d15 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._55040-55295.pbf b/maplibre/fonts/LEMONMILKLight/._55040-55295.pbf new file mode 100644 index 00000000..467215ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._55296-55551.pbf b/maplibre/fonts/LEMONMILKLight/._55296-55551.pbf new file mode 100644 index 00000000..a7bc0f16 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._55552-55807.pbf b/maplibre/fonts/LEMONMILKLight/._55552-55807.pbf new file mode 100644 index 00000000..495aa113 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._55808-56063.pbf b/maplibre/fonts/LEMONMILKLight/._55808-56063.pbf new file mode 100644 index 00000000..86d3ace4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._56064-56319.pbf b/maplibre/fonts/LEMONMILKLight/._56064-56319.pbf new file mode 100644 index 00000000..e4db9adc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._5632-5887.pbf b/maplibre/fonts/LEMONMILKLight/._5632-5887.pbf new file mode 100644 index 00000000..f41c8494 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._56320-56575.pbf b/maplibre/fonts/LEMONMILKLight/._56320-56575.pbf new file mode 100644 index 00000000..7103223d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._56576-56831.pbf b/maplibre/fonts/LEMONMILKLight/._56576-56831.pbf new file mode 100644 index 00000000..c1a5cca5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._56832-57087.pbf b/maplibre/fonts/LEMONMILKLight/._56832-57087.pbf new file mode 100644 index 00000000..2dd1b70a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._57088-57343.pbf b/maplibre/fonts/LEMONMILKLight/._57088-57343.pbf new file mode 100644 index 00000000..7a3c9733 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._57344-57599.pbf b/maplibre/fonts/LEMONMILKLight/._57344-57599.pbf new file mode 100644 index 00000000..d62d181b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._57600-57855.pbf b/maplibre/fonts/LEMONMILKLight/._57600-57855.pbf new file mode 100644 index 00000000..f3ca1bce Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._57856-58111.pbf b/maplibre/fonts/LEMONMILKLight/._57856-58111.pbf new file mode 100644 index 00000000..9d4f0ca0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._58112-58367.pbf b/maplibre/fonts/LEMONMILKLight/._58112-58367.pbf new file mode 100644 index 00000000..5186d25b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._58368-58623.pbf b/maplibre/fonts/LEMONMILKLight/._58368-58623.pbf new file mode 100644 index 00000000..205bc09c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._58624-58879.pbf b/maplibre/fonts/LEMONMILKLight/._58624-58879.pbf new file mode 100644 index 00000000..eca78771 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._5888-6143.pbf b/maplibre/fonts/LEMONMILKLight/._5888-6143.pbf new file mode 100644 index 00000000..22594c39 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._58880-59135.pbf b/maplibre/fonts/LEMONMILKLight/._58880-59135.pbf new file mode 100644 index 00000000..648e2b36 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._59136-59391.pbf b/maplibre/fonts/LEMONMILKLight/._59136-59391.pbf new file mode 100644 index 00000000..1da2d55e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._59392-59647.pbf b/maplibre/fonts/LEMONMILKLight/._59392-59647.pbf new file mode 100644 index 00000000..d65ba5c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._59648-59903.pbf b/maplibre/fonts/LEMONMILKLight/._59648-59903.pbf new file mode 100644 index 00000000..17bdb30c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._59904-60159.pbf b/maplibre/fonts/LEMONMILKLight/._59904-60159.pbf new file mode 100644 index 00000000..fb7ea8f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._60160-60415.pbf b/maplibre/fonts/LEMONMILKLight/._60160-60415.pbf new file mode 100644 index 00000000..b0d3aecd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._60416-60671.pbf b/maplibre/fonts/LEMONMILKLight/._60416-60671.pbf new file mode 100644 index 00000000..3bd87b76 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._60672-60927.pbf b/maplibre/fonts/LEMONMILKLight/._60672-60927.pbf new file mode 100644 index 00000000..c4589722 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._60928-61183.pbf b/maplibre/fonts/LEMONMILKLight/._60928-61183.pbf new file mode 100644 index 00000000..cf8032b7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._61184-61439.pbf b/maplibre/fonts/LEMONMILKLight/._61184-61439.pbf new file mode 100644 index 00000000..c87236c5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._6144-6399.pbf b/maplibre/fonts/LEMONMILKLight/._6144-6399.pbf new file mode 100644 index 00000000..92f82afc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._61440-61695.pbf b/maplibre/fonts/LEMONMILKLight/._61440-61695.pbf new file mode 100644 index 00000000..edbefe31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._61696-61951.pbf b/maplibre/fonts/LEMONMILKLight/._61696-61951.pbf new file mode 100644 index 00000000..8a434f45 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._61952-62207.pbf b/maplibre/fonts/LEMONMILKLight/._61952-62207.pbf new file mode 100644 index 00000000..8a949964 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._62208-62463.pbf b/maplibre/fonts/LEMONMILKLight/._62208-62463.pbf new file mode 100644 index 00000000..3fc399cb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._62464-62719.pbf b/maplibre/fonts/LEMONMILKLight/._62464-62719.pbf new file mode 100644 index 00000000..f3f4eadc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._62720-62975.pbf b/maplibre/fonts/LEMONMILKLight/._62720-62975.pbf new file mode 100644 index 00000000..e16ed126 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._62976-63231.pbf b/maplibre/fonts/LEMONMILKLight/._62976-63231.pbf new file mode 100644 index 00000000..d1593feb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._63232-63487.pbf b/maplibre/fonts/LEMONMILKLight/._63232-63487.pbf new file mode 100644 index 00000000..6f739078 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._63488-63743.pbf b/maplibre/fonts/LEMONMILKLight/._63488-63743.pbf new file mode 100644 index 00000000..7e71703c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._63744-63999.pbf b/maplibre/fonts/LEMONMILKLight/._63744-63999.pbf new file mode 100644 index 00000000..373184e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._6400-6655.pbf b/maplibre/fonts/LEMONMILKLight/._6400-6655.pbf new file mode 100644 index 00000000..9b97a4da Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._64000-64255.pbf b/maplibre/fonts/LEMONMILKLight/._64000-64255.pbf new file mode 100644 index 00000000..5ddb216c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._64256-64511.pbf b/maplibre/fonts/LEMONMILKLight/._64256-64511.pbf new file mode 100644 index 00000000..78df639f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._64512-64767.pbf b/maplibre/fonts/LEMONMILKLight/._64512-64767.pbf new file mode 100644 index 00000000..d6724043 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._64768-65023.pbf b/maplibre/fonts/LEMONMILKLight/._64768-65023.pbf new file mode 100644 index 00000000..2261a1c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._65024-65279.pbf b/maplibre/fonts/LEMONMILKLight/._65024-65279.pbf new file mode 100644 index 00000000..907212f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._65280-65535.pbf b/maplibre/fonts/LEMONMILKLight/._65280-65535.pbf new file mode 100644 index 00000000..a483405e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._6656-6911.pbf b/maplibre/fonts/LEMONMILKLight/._6656-6911.pbf new file mode 100644 index 00000000..f9c8d689 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._6912-7167.pbf b/maplibre/fonts/LEMONMILKLight/._6912-7167.pbf new file mode 100644 index 00000000..e5497d85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._7168-7423.pbf b/maplibre/fonts/LEMONMILKLight/._7168-7423.pbf new file mode 100644 index 00000000..e44963a7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._7424-7679.pbf b/maplibre/fonts/LEMONMILKLight/._7424-7679.pbf new file mode 100644 index 00000000..9bb08bbd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._768-1023.pbf b/maplibre/fonts/LEMONMILKLight/._768-1023.pbf new file mode 100644 index 00000000..dd2b3501 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._7680-7935.pbf b/maplibre/fonts/LEMONMILKLight/._7680-7935.pbf new file mode 100644 index 00000000..96aa8c27 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._7936-8191.pbf b/maplibre/fonts/LEMONMILKLight/._7936-8191.pbf new file mode 100644 index 00000000..5cfa092f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._8192-8447.pbf b/maplibre/fonts/LEMONMILKLight/._8192-8447.pbf new file mode 100644 index 00000000..8e808bba Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._8448-8703.pbf b/maplibre/fonts/LEMONMILKLight/._8448-8703.pbf new file mode 100644 index 00000000..0f55765f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._8704-8959.pbf b/maplibre/fonts/LEMONMILKLight/._8704-8959.pbf new file mode 100644 index 00000000..0dc8fb41 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._8960-9215.pbf b/maplibre/fonts/LEMONMILKLight/._8960-9215.pbf new file mode 100644 index 00000000..25601f7c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._9216-9471.pbf b/maplibre/fonts/LEMONMILKLight/._9216-9471.pbf new file mode 100644 index 00000000..6d5634bd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._9472-9727.pbf b/maplibre/fonts/LEMONMILKLight/._9472-9727.pbf new file mode 100644 index 00000000..d4c69c48 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._9728-9983.pbf b/maplibre/fonts/LEMONMILKLight/._9728-9983.pbf new file mode 100644 index 00000000..ece33ffc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKLight/._9984-10239.pbf b/maplibre/fonts/LEMONMILKLight/._9984-10239.pbf new file mode 100644 index 00000000..d8e8c193 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLight/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._0-255.pbf b/maplibre/fonts/LEMONMILKLightItalic/._0-255.pbf new file mode 100644 index 00000000..8a83215b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._1024-1279.pbf b/maplibre/fonts/LEMONMILKLightItalic/._1024-1279.pbf new file mode 100644 index 00000000..1de4af91 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._10240-10495.pbf b/maplibre/fonts/LEMONMILKLightItalic/._10240-10495.pbf new file mode 100644 index 00000000..c70ef19c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._10496-10751.pbf b/maplibre/fonts/LEMONMILKLightItalic/._10496-10751.pbf new file mode 100644 index 00000000..484c1c18 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._10752-11007.pbf b/maplibre/fonts/LEMONMILKLightItalic/._10752-11007.pbf new file mode 100644 index 00000000..a14505b6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._11008-11263.pbf b/maplibre/fonts/LEMONMILKLightItalic/._11008-11263.pbf new file mode 100644 index 00000000..804f7e2a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._11264-11519.pbf b/maplibre/fonts/LEMONMILKLightItalic/._11264-11519.pbf new file mode 100644 index 00000000..afb7f2f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._11520-11775.pbf b/maplibre/fonts/LEMONMILKLightItalic/._11520-11775.pbf new file mode 100644 index 00000000..2a797494 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._11776-12031.pbf b/maplibre/fonts/LEMONMILKLightItalic/._11776-12031.pbf new file mode 100644 index 00000000..b7bcf4d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._12032-12287.pbf b/maplibre/fonts/LEMONMILKLightItalic/._12032-12287.pbf new file mode 100644 index 00000000..be44d3ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._12288-12543.pbf b/maplibre/fonts/LEMONMILKLightItalic/._12288-12543.pbf new file mode 100644 index 00000000..dfe55142 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._12544-12799.pbf b/maplibre/fonts/LEMONMILKLightItalic/._12544-12799.pbf new file mode 100644 index 00000000..8af4f508 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._1280-1535.pbf b/maplibre/fonts/LEMONMILKLightItalic/._1280-1535.pbf new file mode 100644 index 00000000..7b11012d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._12800-13055.pbf b/maplibre/fonts/LEMONMILKLightItalic/._12800-13055.pbf new file mode 100644 index 00000000..f8f7b40d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._13056-13311.pbf b/maplibre/fonts/LEMONMILKLightItalic/._13056-13311.pbf new file mode 100644 index 00000000..b458bd14 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._13312-13567.pbf b/maplibre/fonts/LEMONMILKLightItalic/._13312-13567.pbf new file mode 100644 index 00000000..c4941b1f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._13568-13823.pbf b/maplibre/fonts/LEMONMILKLightItalic/._13568-13823.pbf new file mode 100644 index 00000000..2a430a56 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._13824-14079.pbf b/maplibre/fonts/LEMONMILKLightItalic/._13824-14079.pbf new file mode 100644 index 00000000..f5f4efa0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._14080-14335.pbf b/maplibre/fonts/LEMONMILKLightItalic/._14080-14335.pbf new file mode 100644 index 00000000..8d5ee4be Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._14336-14591.pbf b/maplibre/fonts/LEMONMILKLightItalic/._14336-14591.pbf new file mode 100644 index 00000000..6ad70595 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._14592-14847.pbf b/maplibre/fonts/LEMONMILKLightItalic/._14592-14847.pbf new file mode 100644 index 00000000..7cab8cc3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._14848-15103.pbf b/maplibre/fonts/LEMONMILKLightItalic/._14848-15103.pbf new file mode 100644 index 00000000..6657a610 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._15104-15359.pbf b/maplibre/fonts/LEMONMILKLightItalic/._15104-15359.pbf new file mode 100644 index 00000000..1cb61369 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._1536-1791.pbf b/maplibre/fonts/LEMONMILKLightItalic/._1536-1791.pbf new file mode 100644 index 00000000..618087b2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._15360-15615.pbf b/maplibre/fonts/LEMONMILKLightItalic/._15360-15615.pbf new file mode 100644 index 00000000..9be22dac Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._15616-15871.pbf b/maplibre/fonts/LEMONMILKLightItalic/._15616-15871.pbf new file mode 100644 index 00000000..9a38db94 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._15872-16127.pbf b/maplibre/fonts/LEMONMILKLightItalic/._15872-16127.pbf new file mode 100644 index 00000000..200e2c9d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._16128-16383.pbf b/maplibre/fonts/LEMONMILKLightItalic/._16128-16383.pbf new file mode 100644 index 00000000..ac65e1ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._16384-16639.pbf b/maplibre/fonts/LEMONMILKLightItalic/._16384-16639.pbf new file mode 100644 index 00000000..e2c6e803 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._16640-16895.pbf b/maplibre/fonts/LEMONMILKLightItalic/._16640-16895.pbf new file mode 100644 index 00000000..cf4b44f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._16896-17151.pbf b/maplibre/fonts/LEMONMILKLightItalic/._16896-17151.pbf new file mode 100644 index 00000000..e7454bd8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._17152-17407.pbf b/maplibre/fonts/LEMONMILKLightItalic/._17152-17407.pbf new file mode 100644 index 00000000..5145c487 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._17408-17663.pbf b/maplibre/fonts/LEMONMILKLightItalic/._17408-17663.pbf new file mode 100644 index 00000000..2a303cb3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._17664-17919.pbf b/maplibre/fonts/LEMONMILKLightItalic/._17664-17919.pbf new file mode 100644 index 00000000..b5beff11 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._1792-2047.pbf b/maplibre/fonts/LEMONMILKLightItalic/._1792-2047.pbf new file mode 100644 index 00000000..8c2bbb6e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._17920-18175.pbf b/maplibre/fonts/LEMONMILKLightItalic/._17920-18175.pbf new file mode 100644 index 00000000..531eb418 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._18176-18431.pbf b/maplibre/fonts/LEMONMILKLightItalic/._18176-18431.pbf new file mode 100644 index 00000000..2a98cfe6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._18432-18687.pbf b/maplibre/fonts/LEMONMILKLightItalic/._18432-18687.pbf new file mode 100644 index 00000000..9033bb75 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._18688-18943.pbf b/maplibre/fonts/LEMONMILKLightItalic/._18688-18943.pbf new file mode 100644 index 00000000..212719b1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._18944-19199.pbf b/maplibre/fonts/LEMONMILKLightItalic/._18944-19199.pbf new file mode 100644 index 00000000..781dc26c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._19200-19455.pbf b/maplibre/fonts/LEMONMILKLightItalic/._19200-19455.pbf new file mode 100644 index 00000000..6456ebf1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._19456-19711.pbf b/maplibre/fonts/LEMONMILKLightItalic/._19456-19711.pbf new file mode 100644 index 00000000..fb715c83 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._19712-19967.pbf b/maplibre/fonts/LEMONMILKLightItalic/._19712-19967.pbf new file mode 100644 index 00000000..9ca23869 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._19968-20223.pbf b/maplibre/fonts/LEMONMILKLightItalic/._19968-20223.pbf new file mode 100644 index 00000000..5a348388 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._20224-20479.pbf b/maplibre/fonts/LEMONMILKLightItalic/._20224-20479.pbf new file mode 100644 index 00000000..53320182 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._2048-2303.pbf b/maplibre/fonts/LEMONMILKLightItalic/._2048-2303.pbf new file mode 100644 index 00000000..f275433d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._20480-20735.pbf b/maplibre/fonts/LEMONMILKLightItalic/._20480-20735.pbf new file mode 100644 index 00000000..b8216996 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._20736-20991.pbf b/maplibre/fonts/LEMONMILKLightItalic/._20736-20991.pbf new file mode 100644 index 00000000..554c64e4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._20992-21247.pbf b/maplibre/fonts/LEMONMILKLightItalic/._20992-21247.pbf new file mode 100644 index 00000000..1e9a33bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._21248-21503.pbf b/maplibre/fonts/LEMONMILKLightItalic/._21248-21503.pbf new file mode 100644 index 00000000..ba6d798e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._21504-21759.pbf b/maplibre/fonts/LEMONMILKLightItalic/._21504-21759.pbf new file mode 100644 index 00000000..5962659f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._21760-22015.pbf b/maplibre/fonts/LEMONMILKLightItalic/._21760-22015.pbf new file mode 100644 index 00000000..18612e7d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._22016-22271.pbf b/maplibre/fonts/LEMONMILKLightItalic/._22016-22271.pbf new file mode 100644 index 00000000..bba2fcca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._22272-22527.pbf b/maplibre/fonts/LEMONMILKLightItalic/._22272-22527.pbf new file mode 100644 index 00000000..e882e9ee Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._22528-22783.pbf b/maplibre/fonts/LEMONMILKLightItalic/._22528-22783.pbf new file mode 100644 index 00000000..c09fb07e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._22784-23039.pbf b/maplibre/fonts/LEMONMILKLightItalic/._22784-23039.pbf new file mode 100644 index 00000000..e98c4f23 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._2304-2559.pbf b/maplibre/fonts/LEMONMILKLightItalic/._2304-2559.pbf new file mode 100644 index 00000000..5d814791 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._23040-23295.pbf b/maplibre/fonts/LEMONMILKLightItalic/._23040-23295.pbf new file mode 100644 index 00000000..a744d86a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._23296-23551.pbf b/maplibre/fonts/LEMONMILKLightItalic/._23296-23551.pbf new file mode 100644 index 00000000..e0bb079b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._23552-23807.pbf b/maplibre/fonts/LEMONMILKLightItalic/._23552-23807.pbf new file mode 100644 index 00000000..8d91d21b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._23808-24063.pbf b/maplibre/fonts/LEMONMILKLightItalic/._23808-24063.pbf new file mode 100644 index 00000000..25a6c009 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._24064-24319.pbf b/maplibre/fonts/LEMONMILKLightItalic/._24064-24319.pbf new file mode 100644 index 00000000..d1ea6514 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._24320-24575.pbf b/maplibre/fonts/LEMONMILKLightItalic/._24320-24575.pbf new file mode 100644 index 00000000..54965914 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._24576-24831.pbf b/maplibre/fonts/LEMONMILKLightItalic/._24576-24831.pbf new file mode 100644 index 00000000..c1e56043 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._24832-25087.pbf b/maplibre/fonts/LEMONMILKLightItalic/._24832-25087.pbf new file mode 100644 index 00000000..a81aafec Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._25088-25343.pbf b/maplibre/fonts/LEMONMILKLightItalic/._25088-25343.pbf new file mode 100644 index 00000000..3987838d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._25344-25599.pbf b/maplibre/fonts/LEMONMILKLightItalic/._25344-25599.pbf new file mode 100644 index 00000000..e1c0d024 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._256-511.pbf b/maplibre/fonts/LEMONMILKLightItalic/._256-511.pbf new file mode 100644 index 00000000..a0939226 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._2560-2815.pbf b/maplibre/fonts/LEMONMILKLightItalic/._2560-2815.pbf new file mode 100644 index 00000000..17afd260 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._25600-25855.pbf b/maplibre/fonts/LEMONMILKLightItalic/._25600-25855.pbf new file mode 100644 index 00000000..2ed4adb1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._25856-26111.pbf b/maplibre/fonts/LEMONMILKLightItalic/._25856-26111.pbf new file mode 100644 index 00000000..865bbbb5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._26112-26367.pbf b/maplibre/fonts/LEMONMILKLightItalic/._26112-26367.pbf new file mode 100644 index 00000000..3ec796dc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._26368-26623.pbf b/maplibre/fonts/LEMONMILKLightItalic/._26368-26623.pbf new file mode 100644 index 00000000..956214de Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._26624-26879.pbf b/maplibre/fonts/LEMONMILKLightItalic/._26624-26879.pbf new file mode 100644 index 00000000..18569f0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._26880-27135.pbf b/maplibre/fonts/LEMONMILKLightItalic/._26880-27135.pbf new file mode 100644 index 00000000..c0f7f2dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._27136-27391.pbf b/maplibre/fonts/LEMONMILKLightItalic/._27136-27391.pbf new file mode 100644 index 00000000..253a6c3f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._27392-27647.pbf b/maplibre/fonts/LEMONMILKLightItalic/._27392-27647.pbf new file mode 100644 index 00000000..c5a0da8d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._27648-27903.pbf b/maplibre/fonts/LEMONMILKLightItalic/._27648-27903.pbf new file mode 100644 index 00000000..31e357b3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._27904-28159.pbf b/maplibre/fonts/LEMONMILKLightItalic/._27904-28159.pbf new file mode 100644 index 00000000..9fa90713 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._2816-3071.pbf b/maplibre/fonts/LEMONMILKLightItalic/._2816-3071.pbf new file mode 100644 index 00000000..d994d42d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._28160-28415.pbf b/maplibre/fonts/LEMONMILKLightItalic/._28160-28415.pbf new file mode 100644 index 00000000..75284ccb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._28416-28671.pbf b/maplibre/fonts/LEMONMILKLightItalic/._28416-28671.pbf new file mode 100644 index 00000000..f382ef4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._28672-28927.pbf b/maplibre/fonts/LEMONMILKLightItalic/._28672-28927.pbf new file mode 100644 index 00000000..d7b202f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._28928-29183.pbf b/maplibre/fonts/LEMONMILKLightItalic/._28928-29183.pbf new file mode 100644 index 00000000..c4366f4e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._29184-29439.pbf b/maplibre/fonts/LEMONMILKLightItalic/._29184-29439.pbf new file mode 100644 index 00000000..c67f322d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._29440-29695.pbf b/maplibre/fonts/LEMONMILKLightItalic/._29440-29695.pbf new file mode 100644 index 00000000..cab80a75 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._29696-29951.pbf b/maplibre/fonts/LEMONMILKLightItalic/._29696-29951.pbf new file mode 100644 index 00000000..79a60d14 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._29952-30207.pbf b/maplibre/fonts/LEMONMILKLightItalic/._29952-30207.pbf new file mode 100644 index 00000000..3ff203a8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._30208-30463.pbf b/maplibre/fonts/LEMONMILKLightItalic/._30208-30463.pbf new file mode 100644 index 00000000..456e05f3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._30464-30719.pbf b/maplibre/fonts/LEMONMILKLightItalic/._30464-30719.pbf new file mode 100644 index 00000000..ea867d43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._3072-3327.pbf b/maplibre/fonts/LEMONMILKLightItalic/._3072-3327.pbf new file mode 100644 index 00000000..3f6ac85a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._30720-30975.pbf b/maplibre/fonts/LEMONMILKLightItalic/._30720-30975.pbf new file mode 100644 index 00000000..488cf475 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._30976-31231.pbf b/maplibre/fonts/LEMONMILKLightItalic/._30976-31231.pbf new file mode 100644 index 00000000..4b7b0a36 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._31232-31487.pbf b/maplibre/fonts/LEMONMILKLightItalic/._31232-31487.pbf new file mode 100644 index 00000000..f0ad9abc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._31488-31743.pbf b/maplibre/fonts/LEMONMILKLightItalic/._31488-31743.pbf new file mode 100644 index 00000000..57881dba Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._31744-31999.pbf b/maplibre/fonts/LEMONMILKLightItalic/._31744-31999.pbf new file mode 100644 index 00000000..f1ebcf0b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._32000-32255.pbf b/maplibre/fonts/LEMONMILKLightItalic/._32000-32255.pbf new file mode 100644 index 00000000..9318a142 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._32256-32511.pbf b/maplibre/fonts/LEMONMILKLightItalic/._32256-32511.pbf new file mode 100644 index 00000000..b0763dba Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._32512-32767.pbf b/maplibre/fonts/LEMONMILKLightItalic/._32512-32767.pbf new file mode 100644 index 00000000..f371b92c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._32768-33023.pbf b/maplibre/fonts/LEMONMILKLightItalic/._32768-33023.pbf new file mode 100644 index 00000000..68a5791a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._33024-33279.pbf b/maplibre/fonts/LEMONMILKLightItalic/._33024-33279.pbf new file mode 100644 index 00000000..102a7e26 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._3328-3583.pbf b/maplibre/fonts/LEMONMILKLightItalic/._3328-3583.pbf new file mode 100644 index 00000000..a452cbb5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._33280-33535.pbf b/maplibre/fonts/LEMONMILKLightItalic/._33280-33535.pbf new file mode 100644 index 00000000..1b0c1128 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._33536-33791.pbf b/maplibre/fonts/LEMONMILKLightItalic/._33536-33791.pbf new file mode 100644 index 00000000..68c0cc6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._33792-34047.pbf b/maplibre/fonts/LEMONMILKLightItalic/._33792-34047.pbf new file mode 100644 index 00000000..f094e3f9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._34048-34303.pbf b/maplibre/fonts/LEMONMILKLightItalic/._34048-34303.pbf new file mode 100644 index 00000000..e51c1d6a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._34304-34559.pbf b/maplibre/fonts/LEMONMILKLightItalic/._34304-34559.pbf new file mode 100644 index 00000000..374e6176 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._34560-34815.pbf b/maplibre/fonts/LEMONMILKLightItalic/._34560-34815.pbf new file mode 100644 index 00000000..f26c5b5f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._34816-35071.pbf b/maplibre/fonts/LEMONMILKLightItalic/._34816-35071.pbf new file mode 100644 index 00000000..28cc7cd8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._35072-35327.pbf b/maplibre/fonts/LEMONMILKLightItalic/._35072-35327.pbf new file mode 100644 index 00000000..bc4e87c3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._35328-35583.pbf b/maplibre/fonts/LEMONMILKLightItalic/._35328-35583.pbf new file mode 100644 index 00000000..35efa3ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._35584-35839.pbf b/maplibre/fonts/LEMONMILKLightItalic/._35584-35839.pbf new file mode 100644 index 00000000..6005b65b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._3584-3839.pbf b/maplibre/fonts/LEMONMILKLightItalic/._3584-3839.pbf new file mode 100644 index 00000000..d942fdff Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._35840-36095.pbf b/maplibre/fonts/LEMONMILKLightItalic/._35840-36095.pbf new file mode 100644 index 00000000..91f02d7f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._36096-36351.pbf b/maplibre/fonts/LEMONMILKLightItalic/._36096-36351.pbf new file mode 100644 index 00000000..581be413 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._36352-36607.pbf b/maplibre/fonts/LEMONMILKLightItalic/._36352-36607.pbf new file mode 100644 index 00000000..552677a5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._36608-36863.pbf b/maplibre/fonts/LEMONMILKLightItalic/._36608-36863.pbf new file mode 100644 index 00000000..47895263 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._36864-37119.pbf b/maplibre/fonts/LEMONMILKLightItalic/._36864-37119.pbf new file mode 100644 index 00000000..ccc4ab2e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._37120-37375.pbf b/maplibre/fonts/LEMONMILKLightItalic/._37120-37375.pbf new file mode 100644 index 00000000..65f9b0e4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._37376-37631.pbf b/maplibre/fonts/LEMONMILKLightItalic/._37376-37631.pbf new file mode 100644 index 00000000..b57ef540 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._37632-37887.pbf b/maplibre/fonts/LEMONMILKLightItalic/._37632-37887.pbf new file mode 100644 index 00000000..8dcd49f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._37888-38143.pbf b/maplibre/fonts/LEMONMILKLightItalic/._37888-38143.pbf new file mode 100644 index 00000000..001afdf3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._38144-38399.pbf b/maplibre/fonts/LEMONMILKLightItalic/._38144-38399.pbf new file mode 100644 index 00000000..b6f78811 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._3840-4095.pbf b/maplibre/fonts/LEMONMILKLightItalic/._3840-4095.pbf new file mode 100644 index 00000000..0f70f3f7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._38400-38655.pbf b/maplibre/fonts/LEMONMILKLightItalic/._38400-38655.pbf new file mode 100644 index 00000000..69bdb6fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._38656-38911.pbf b/maplibre/fonts/LEMONMILKLightItalic/._38656-38911.pbf new file mode 100644 index 00000000..a502bffd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._38912-39167.pbf b/maplibre/fonts/LEMONMILKLightItalic/._38912-39167.pbf new file mode 100644 index 00000000..a1877de8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._39168-39423.pbf b/maplibre/fonts/LEMONMILKLightItalic/._39168-39423.pbf new file mode 100644 index 00000000..3814a8c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._39424-39679.pbf b/maplibre/fonts/LEMONMILKLightItalic/._39424-39679.pbf new file mode 100644 index 00000000..571534c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._39680-39935.pbf b/maplibre/fonts/LEMONMILKLightItalic/._39680-39935.pbf new file mode 100644 index 00000000..3d7a6731 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._39936-40191.pbf b/maplibre/fonts/LEMONMILKLightItalic/._39936-40191.pbf new file mode 100644 index 00000000..71f194dc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._40192-40447.pbf b/maplibre/fonts/LEMONMILKLightItalic/._40192-40447.pbf new file mode 100644 index 00000000..92fbc156 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._40448-40703.pbf b/maplibre/fonts/LEMONMILKLightItalic/._40448-40703.pbf new file mode 100644 index 00000000..ceec7f42 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._40704-40959.pbf b/maplibre/fonts/LEMONMILKLightItalic/._40704-40959.pbf new file mode 100644 index 00000000..07672dac Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._4096-4351.pbf b/maplibre/fonts/LEMONMILKLightItalic/._4096-4351.pbf new file mode 100644 index 00000000..b92ee6b7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._40960-41215.pbf b/maplibre/fonts/LEMONMILKLightItalic/._40960-41215.pbf new file mode 100644 index 00000000..16fc0898 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._41216-41471.pbf b/maplibre/fonts/LEMONMILKLightItalic/._41216-41471.pbf new file mode 100644 index 00000000..91041649 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._41472-41727.pbf b/maplibre/fonts/LEMONMILKLightItalic/._41472-41727.pbf new file mode 100644 index 00000000..7d6db453 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._41728-41983.pbf b/maplibre/fonts/LEMONMILKLightItalic/._41728-41983.pbf new file mode 100644 index 00000000..44d367a8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._41984-42239.pbf b/maplibre/fonts/LEMONMILKLightItalic/._41984-42239.pbf new file mode 100644 index 00000000..2737cbf7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._42240-42495.pbf b/maplibre/fonts/LEMONMILKLightItalic/._42240-42495.pbf new file mode 100644 index 00000000..dc04df1f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._42496-42751.pbf b/maplibre/fonts/LEMONMILKLightItalic/._42496-42751.pbf new file mode 100644 index 00000000..51b89a75 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._42752-43007.pbf b/maplibre/fonts/LEMONMILKLightItalic/._42752-43007.pbf new file mode 100644 index 00000000..452a9a2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._43008-43263.pbf b/maplibre/fonts/LEMONMILKLightItalic/._43008-43263.pbf new file mode 100644 index 00000000..ebccdfc4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._43264-43519.pbf b/maplibre/fonts/LEMONMILKLightItalic/._43264-43519.pbf new file mode 100644 index 00000000..70f66831 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._4352-4607.pbf b/maplibre/fonts/LEMONMILKLightItalic/._4352-4607.pbf new file mode 100644 index 00000000..374569dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._43520-43775.pbf b/maplibre/fonts/LEMONMILKLightItalic/._43520-43775.pbf new file mode 100644 index 00000000..4b0a6d12 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._43776-44031.pbf b/maplibre/fonts/LEMONMILKLightItalic/._43776-44031.pbf new file mode 100644 index 00000000..1f8c1249 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._44032-44287.pbf b/maplibre/fonts/LEMONMILKLightItalic/._44032-44287.pbf new file mode 100644 index 00000000..b531f156 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._44288-44543.pbf b/maplibre/fonts/LEMONMILKLightItalic/._44288-44543.pbf new file mode 100644 index 00000000..011522ab Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._44544-44799.pbf b/maplibre/fonts/LEMONMILKLightItalic/._44544-44799.pbf new file mode 100644 index 00000000..1c4f877c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._44800-45055.pbf b/maplibre/fonts/LEMONMILKLightItalic/._44800-45055.pbf new file mode 100644 index 00000000..33a36b7b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._45056-45311.pbf b/maplibre/fonts/LEMONMILKLightItalic/._45056-45311.pbf new file mode 100644 index 00000000..52058445 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._45312-45567.pbf b/maplibre/fonts/LEMONMILKLightItalic/._45312-45567.pbf new file mode 100644 index 00000000..8ab07e93 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._45568-45823.pbf b/maplibre/fonts/LEMONMILKLightItalic/._45568-45823.pbf new file mode 100644 index 00000000..8d2e8c0b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._45824-46079.pbf b/maplibre/fonts/LEMONMILKLightItalic/._45824-46079.pbf new file mode 100644 index 00000000..940e03e2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._4608-4863.pbf b/maplibre/fonts/LEMONMILKLightItalic/._4608-4863.pbf new file mode 100644 index 00000000..06f22677 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._46080-46335.pbf b/maplibre/fonts/LEMONMILKLightItalic/._46080-46335.pbf new file mode 100644 index 00000000..d9239fde Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._46336-46591.pbf b/maplibre/fonts/LEMONMILKLightItalic/._46336-46591.pbf new file mode 100644 index 00000000..fc448eca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._46592-46847.pbf b/maplibre/fonts/LEMONMILKLightItalic/._46592-46847.pbf new file mode 100644 index 00000000..9646f622 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._46848-47103.pbf b/maplibre/fonts/LEMONMILKLightItalic/._46848-47103.pbf new file mode 100644 index 00000000..07e05904 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._47104-47359.pbf b/maplibre/fonts/LEMONMILKLightItalic/._47104-47359.pbf new file mode 100644 index 00000000..b776d708 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._47360-47615.pbf b/maplibre/fonts/LEMONMILKLightItalic/._47360-47615.pbf new file mode 100644 index 00000000..9b8147ce Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._47616-47871.pbf b/maplibre/fonts/LEMONMILKLightItalic/._47616-47871.pbf new file mode 100644 index 00000000..cbc3ab5f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._47872-48127.pbf b/maplibre/fonts/LEMONMILKLightItalic/._47872-48127.pbf new file mode 100644 index 00000000..eb132fab Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._48128-48383.pbf b/maplibre/fonts/LEMONMILKLightItalic/._48128-48383.pbf new file mode 100644 index 00000000..6fe835bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._48384-48639.pbf b/maplibre/fonts/LEMONMILKLightItalic/._48384-48639.pbf new file mode 100644 index 00000000..599f142e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._4864-5119.pbf b/maplibre/fonts/LEMONMILKLightItalic/._4864-5119.pbf new file mode 100644 index 00000000..3619cf1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._48640-48895.pbf b/maplibre/fonts/LEMONMILKLightItalic/._48640-48895.pbf new file mode 100644 index 00000000..0a4893ff Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._48896-49151.pbf b/maplibre/fonts/LEMONMILKLightItalic/._48896-49151.pbf new file mode 100644 index 00000000..b09d7672 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._49152-49407.pbf b/maplibre/fonts/LEMONMILKLightItalic/._49152-49407.pbf new file mode 100644 index 00000000..cd61b84d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._49408-49663.pbf b/maplibre/fonts/LEMONMILKLightItalic/._49408-49663.pbf new file mode 100644 index 00000000..b73ae6c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._49664-49919.pbf b/maplibre/fonts/LEMONMILKLightItalic/._49664-49919.pbf new file mode 100644 index 00000000..653f179a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._49920-50175.pbf b/maplibre/fonts/LEMONMILKLightItalic/._49920-50175.pbf new file mode 100644 index 00000000..32d806ee Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._50176-50431.pbf b/maplibre/fonts/LEMONMILKLightItalic/._50176-50431.pbf new file mode 100644 index 00000000..3bbc46fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._50432-50687.pbf b/maplibre/fonts/LEMONMILKLightItalic/._50432-50687.pbf new file mode 100644 index 00000000..4694344b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._50688-50943.pbf b/maplibre/fonts/LEMONMILKLightItalic/._50688-50943.pbf new file mode 100644 index 00000000..b737ee92 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._50944-51199.pbf b/maplibre/fonts/LEMONMILKLightItalic/._50944-51199.pbf new file mode 100644 index 00000000..944a4ce8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._512-767.pbf b/maplibre/fonts/LEMONMILKLightItalic/._512-767.pbf new file mode 100644 index 00000000..bd40adaf Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._5120-5375.pbf b/maplibre/fonts/LEMONMILKLightItalic/._5120-5375.pbf new file mode 100644 index 00000000..6a7a6e00 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._51200-51455.pbf b/maplibre/fonts/LEMONMILKLightItalic/._51200-51455.pbf new file mode 100644 index 00000000..6dbf3186 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._51456-51711.pbf b/maplibre/fonts/LEMONMILKLightItalic/._51456-51711.pbf new file mode 100644 index 00000000..6af07037 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._51712-51967.pbf b/maplibre/fonts/LEMONMILKLightItalic/._51712-51967.pbf new file mode 100644 index 00000000..7264f2db Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._51968-52223.pbf b/maplibre/fonts/LEMONMILKLightItalic/._51968-52223.pbf new file mode 100644 index 00000000..f42e5518 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._52224-52479.pbf b/maplibre/fonts/LEMONMILKLightItalic/._52224-52479.pbf new file mode 100644 index 00000000..271a46a1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._52480-52735.pbf b/maplibre/fonts/LEMONMILKLightItalic/._52480-52735.pbf new file mode 100644 index 00000000..bb5aa317 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._52736-52991.pbf b/maplibre/fonts/LEMONMILKLightItalic/._52736-52991.pbf new file mode 100644 index 00000000..da5c1918 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._52992-53247.pbf b/maplibre/fonts/LEMONMILKLightItalic/._52992-53247.pbf new file mode 100644 index 00000000..36887aae Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._53248-53503.pbf b/maplibre/fonts/LEMONMILKLightItalic/._53248-53503.pbf new file mode 100644 index 00000000..e1d72f8d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._53504-53759.pbf b/maplibre/fonts/LEMONMILKLightItalic/._53504-53759.pbf new file mode 100644 index 00000000..8bb0a7a9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._5376-5631.pbf b/maplibre/fonts/LEMONMILKLightItalic/._5376-5631.pbf new file mode 100644 index 00000000..63024bd7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._53760-54015.pbf b/maplibre/fonts/LEMONMILKLightItalic/._53760-54015.pbf new file mode 100644 index 00000000..c3bdfc8d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._54016-54271.pbf b/maplibre/fonts/LEMONMILKLightItalic/._54016-54271.pbf new file mode 100644 index 00000000..9496b86f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._54272-54527.pbf b/maplibre/fonts/LEMONMILKLightItalic/._54272-54527.pbf new file mode 100644 index 00000000..186551a6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._54528-54783.pbf b/maplibre/fonts/LEMONMILKLightItalic/._54528-54783.pbf new file mode 100644 index 00000000..292f76be Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._54784-55039.pbf b/maplibre/fonts/LEMONMILKLightItalic/._54784-55039.pbf new file mode 100644 index 00000000..6ca18683 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._55040-55295.pbf b/maplibre/fonts/LEMONMILKLightItalic/._55040-55295.pbf new file mode 100644 index 00000000..94761611 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._55296-55551.pbf b/maplibre/fonts/LEMONMILKLightItalic/._55296-55551.pbf new file mode 100644 index 00000000..0477b0f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._55552-55807.pbf b/maplibre/fonts/LEMONMILKLightItalic/._55552-55807.pbf new file mode 100644 index 00000000..840e99a9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._55808-56063.pbf b/maplibre/fonts/LEMONMILKLightItalic/._55808-56063.pbf new file mode 100644 index 00000000..9b543b49 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._56064-56319.pbf b/maplibre/fonts/LEMONMILKLightItalic/._56064-56319.pbf new file mode 100644 index 00000000..2e529dae Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._5632-5887.pbf b/maplibre/fonts/LEMONMILKLightItalic/._5632-5887.pbf new file mode 100644 index 00000000..2af9d043 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._56320-56575.pbf b/maplibre/fonts/LEMONMILKLightItalic/._56320-56575.pbf new file mode 100644 index 00000000..7c90f175 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._56576-56831.pbf b/maplibre/fonts/LEMONMILKLightItalic/._56576-56831.pbf new file mode 100644 index 00000000..fe32fcc7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._56832-57087.pbf b/maplibre/fonts/LEMONMILKLightItalic/._56832-57087.pbf new file mode 100644 index 00000000..fd7e0ed4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._57088-57343.pbf b/maplibre/fonts/LEMONMILKLightItalic/._57088-57343.pbf new file mode 100644 index 00000000..9203d124 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._57344-57599.pbf b/maplibre/fonts/LEMONMILKLightItalic/._57344-57599.pbf new file mode 100644 index 00000000..0be0ac4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._57600-57855.pbf b/maplibre/fonts/LEMONMILKLightItalic/._57600-57855.pbf new file mode 100644 index 00000000..16f491d5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._57856-58111.pbf b/maplibre/fonts/LEMONMILKLightItalic/._57856-58111.pbf new file mode 100644 index 00000000..1eb5a492 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._58112-58367.pbf b/maplibre/fonts/LEMONMILKLightItalic/._58112-58367.pbf new file mode 100644 index 00000000..fb8cc7c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._58368-58623.pbf b/maplibre/fonts/LEMONMILKLightItalic/._58368-58623.pbf new file mode 100644 index 00000000..a8b9c755 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._58624-58879.pbf b/maplibre/fonts/LEMONMILKLightItalic/._58624-58879.pbf new file mode 100644 index 00000000..0bf1ea04 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._5888-6143.pbf b/maplibre/fonts/LEMONMILKLightItalic/._5888-6143.pbf new file mode 100644 index 00000000..dcec1ac4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._58880-59135.pbf b/maplibre/fonts/LEMONMILKLightItalic/._58880-59135.pbf new file mode 100644 index 00000000..21339d45 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._59136-59391.pbf b/maplibre/fonts/LEMONMILKLightItalic/._59136-59391.pbf new file mode 100644 index 00000000..1997b854 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._59392-59647.pbf b/maplibre/fonts/LEMONMILKLightItalic/._59392-59647.pbf new file mode 100644 index 00000000..9bdb02dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._59648-59903.pbf b/maplibre/fonts/LEMONMILKLightItalic/._59648-59903.pbf new file mode 100644 index 00000000..dc2940b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._59904-60159.pbf b/maplibre/fonts/LEMONMILKLightItalic/._59904-60159.pbf new file mode 100644 index 00000000..1b6f590a Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._60160-60415.pbf b/maplibre/fonts/LEMONMILKLightItalic/._60160-60415.pbf new file mode 100644 index 00000000..6ce3b03c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._60416-60671.pbf b/maplibre/fonts/LEMONMILKLightItalic/._60416-60671.pbf new file mode 100644 index 00000000..c6d063aa Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._60672-60927.pbf b/maplibre/fonts/LEMONMILKLightItalic/._60672-60927.pbf new file mode 100644 index 00000000..98d74aeb Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._60928-61183.pbf b/maplibre/fonts/LEMONMILKLightItalic/._60928-61183.pbf new file mode 100644 index 00000000..47636887 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._61184-61439.pbf b/maplibre/fonts/LEMONMILKLightItalic/._61184-61439.pbf new file mode 100644 index 00000000..77de9e94 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._6144-6399.pbf b/maplibre/fonts/LEMONMILKLightItalic/._6144-6399.pbf new file mode 100644 index 00000000..531990f5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._61440-61695.pbf b/maplibre/fonts/LEMONMILKLightItalic/._61440-61695.pbf new file mode 100644 index 00000000..63a2e5ff Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._61696-61951.pbf b/maplibre/fonts/LEMONMILKLightItalic/._61696-61951.pbf new file mode 100644 index 00000000..6acfd267 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._61952-62207.pbf b/maplibre/fonts/LEMONMILKLightItalic/._61952-62207.pbf new file mode 100644 index 00000000..5658c512 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._62208-62463.pbf b/maplibre/fonts/LEMONMILKLightItalic/._62208-62463.pbf new file mode 100644 index 00000000..599596ba Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._62464-62719.pbf b/maplibre/fonts/LEMONMILKLightItalic/._62464-62719.pbf new file mode 100644 index 00000000..0399f2fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._62720-62975.pbf b/maplibre/fonts/LEMONMILKLightItalic/._62720-62975.pbf new file mode 100644 index 00000000..d72a9eca Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._62976-63231.pbf b/maplibre/fonts/LEMONMILKLightItalic/._62976-63231.pbf new file mode 100644 index 00000000..df849afa Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._63232-63487.pbf b/maplibre/fonts/LEMONMILKLightItalic/._63232-63487.pbf new file mode 100644 index 00000000..0d3d678e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._63488-63743.pbf b/maplibre/fonts/LEMONMILKLightItalic/._63488-63743.pbf new file mode 100644 index 00000000..e21f902f Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._63744-63999.pbf b/maplibre/fonts/LEMONMILKLightItalic/._63744-63999.pbf new file mode 100644 index 00000000..f59bab96 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._6400-6655.pbf b/maplibre/fonts/LEMONMILKLightItalic/._6400-6655.pbf new file mode 100644 index 00000000..7ee94453 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._64000-64255.pbf b/maplibre/fonts/LEMONMILKLightItalic/._64000-64255.pbf new file mode 100644 index 00000000..20ec93c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._64256-64511.pbf b/maplibre/fonts/LEMONMILKLightItalic/._64256-64511.pbf new file mode 100644 index 00000000..e8ad02f2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._64512-64767.pbf b/maplibre/fonts/LEMONMILKLightItalic/._64512-64767.pbf new file mode 100644 index 00000000..af0ff47b Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._64768-65023.pbf b/maplibre/fonts/LEMONMILKLightItalic/._64768-65023.pbf new file mode 100644 index 00000000..07272568 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._65024-65279.pbf b/maplibre/fonts/LEMONMILKLightItalic/._65024-65279.pbf new file mode 100644 index 00000000..adcff424 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._65280-65535.pbf b/maplibre/fonts/LEMONMILKLightItalic/._65280-65535.pbf new file mode 100644 index 00000000..ca460857 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._6656-6911.pbf b/maplibre/fonts/LEMONMILKLightItalic/._6656-6911.pbf new file mode 100644 index 00000000..a835e9f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._6912-7167.pbf b/maplibre/fonts/LEMONMILKLightItalic/._6912-7167.pbf new file mode 100644 index 00000000..d10d6980 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._7168-7423.pbf b/maplibre/fonts/LEMONMILKLightItalic/._7168-7423.pbf new file mode 100644 index 00000000..ab1064c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._7424-7679.pbf b/maplibre/fonts/LEMONMILKLightItalic/._7424-7679.pbf new file mode 100644 index 00000000..1c666f12 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._768-1023.pbf b/maplibre/fonts/LEMONMILKLightItalic/._768-1023.pbf new file mode 100644 index 00000000..4678b2a3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._7680-7935.pbf b/maplibre/fonts/LEMONMILKLightItalic/._7680-7935.pbf new file mode 100644 index 00000000..0e5f82dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._7936-8191.pbf b/maplibre/fonts/LEMONMILKLightItalic/._7936-8191.pbf new file mode 100644 index 00000000..d4ece0fe Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._8192-8447.pbf b/maplibre/fonts/LEMONMILKLightItalic/._8192-8447.pbf new file mode 100644 index 00000000..0e539d87 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._8448-8703.pbf b/maplibre/fonts/LEMONMILKLightItalic/._8448-8703.pbf new file mode 100644 index 00000000..e28b22a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._8704-8959.pbf b/maplibre/fonts/LEMONMILKLightItalic/._8704-8959.pbf new file mode 100644 index 00000000..597b7388 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._8960-9215.pbf b/maplibre/fonts/LEMONMILKLightItalic/._8960-9215.pbf new file mode 100644 index 00000000..2b0ec990 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._9216-9471.pbf b/maplibre/fonts/LEMONMILKLightItalic/._9216-9471.pbf new file mode 100644 index 00000000..1a7b7b25 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._9472-9727.pbf b/maplibre/fonts/LEMONMILKLightItalic/._9472-9727.pbf new file mode 100644 index 00000000..30a8492e Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._9728-9983.pbf b/maplibre/fonts/LEMONMILKLightItalic/._9728-9983.pbf new file mode 100644 index 00000000..bd907c6c Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKLightItalic/._9984-10239.pbf b/maplibre/fonts/LEMONMILKLightItalic/._9984-10239.pbf new file mode 100644 index 00000000..7ffea156 Binary files /dev/null and b/maplibre/fonts/LEMONMILKLightItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._0-255.pbf b/maplibre/fonts/LEMONMILKMedium/._0-255.pbf new file mode 100644 index 00000000..94dabdec Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._1024-1279.pbf b/maplibre/fonts/LEMONMILKMedium/._1024-1279.pbf new file mode 100644 index 00000000..17c17b9c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._10240-10495.pbf b/maplibre/fonts/LEMONMILKMedium/._10240-10495.pbf new file mode 100644 index 00000000..4c388378 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._10496-10751.pbf b/maplibre/fonts/LEMONMILKMedium/._10496-10751.pbf new file mode 100644 index 00000000..7bc9748f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._10752-11007.pbf b/maplibre/fonts/LEMONMILKMedium/._10752-11007.pbf new file mode 100644 index 00000000..41b1363c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._11008-11263.pbf b/maplibre/fonts/LEMONMILKMedium/._11008-11263.pbf new file mode 100644 index 00000000..0f8196ee Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._11264-11519.pbf b/maplibre/fonts/LEMONMILKMedium/._11264-11519.pbf new file mode 100644 index 00000000..07243bbe Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._11520-11775.pbf b/maplibre/fonts/LEMONMILKMedium/._11520-11775.pbf new file mode 100644 index 00000000..edf29808 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._11776-12031.pbf b/maplibre/fonts/LEMONMILKMedium/._11776-12031.pbf new file mode 100644 index 00000000..05d80d47 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._12032-12287.pbf b/maplibre/fonts/LEMONMILKMedium/._12032-12287.pbf new file mode 100644 index 00000000..6f6f109c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._12288-12543.pbf b/maplibre/fonts/LEMONMILKMedium/._12288-12543.pbf new file mode 100644 index 00000000..c78a9801 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._12544-12799.pbf b/maplibre/fonts/LEMONMILKMedium/._12544-12799.pbf new file mode 100644 index 00000000..8356df89 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._1280-1535.pbf b/maplibre/fonts/LEMONMILKMedium/._1280-1535.pbf new file mode 100644 index 00000000..8f070e83 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._12800-13055.pbf b/maplibre/fonts/LEMONMILKMedium/._12800-13055.pbf new file mode 100644 index 00000000..44985d87 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._13056-13311.pbf b/maplibre/fonts/LEMONMILKMedium/._13056-13311.pbf new file mode 100644 index 00000000..83e254d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._13312-13567.pbf b/maplibre/fonts/LEMONMILKMedium/._13312-13567.pbf new file mode 100644 index 00000000..60a4a8a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._13568-13823.pbf b/maplibre/fonts/LEMONMILKMedium/._13568-13823.pbf new file mode 100644 index 00000000..9211d313 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._13824-14079.pbf b/maplibre/fonts/LEMONMILKMedium/._13824-14079.pbf new file mode 100644 index 00000000..9d07c5ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._14080-14335.pbf b/maplibre/fonts/LEMONMILKMedium/._14080-14335.pbf new file mode 100644 index 00000000..31178858 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._14336-14591.pbf b/maplibre/fonts/LEMONMILKMedium/._14336-14591.pbf new file mode 100644 index 00000000..e295f6b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._14592-14847.pbf b/maplibre/fonts/LEMONMILKMedium/._14592-14847.pbf new file mode 100644 index 00000000..a95e562c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._14848-15103.pbf b/maplibre/fonts/LEMONMILKMedium/._14848-15103.pbf new file mode 100644 index 00000000..d2261800 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._15104-15359.pbf b/maplibre/fonts/LEMONMILKMedium/._15104-15359.pbf new file mode 100644 index 00000000..202acf84 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._1536-1791.pbf b/maplibre/fonts/LEMONMILKMedium/._1536-1791.pbf new file mode 100644 index 00000000..2b2b6be1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._15360-15615.pbf b/maplibre/fonts/LEMONMILKMedium/._15360-15615.pbf new file mode 100644 index 00000000..821ce85d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._15616-15871.pbf b/maplibre/fonts/LEMONMILKMedium/._15616-15871.pbf new file mode 100644 index 00000000..85a31c26 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._15872-16127.pbf b/maplibre/fonts/LEMONMILKMedium/._15872-16127.pbf new file mode 100644 index 00000000..81c1b2bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._16128-16383.pbf b/maplibre/fonts/LEMONMILKMedium/._16128-16383.pbf new file mode 100644 index 00000000..13345882 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._16384-16639.pbf b/maplibre/fonts/LEMONMILKMedium/._16384-16639.pbf new file mode 100644 index 00000000..97ef3ea3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._16640-16895.pbf b/maplibre/fonts/LEMONMILKMedium/._16640-16895.pbf new file mode 100644 index 00000000..e7086177 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._16896-17151.pbf b/maplibre/fonts/LEMONMILKMedium/._16896-17151.pbf new file mode 100644 index 00000000..42fbefaf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._17152-17407.pbf b/maplibre/fonts/LEMONMILKMedium/._17152-17407.pbf new file mode 100644 index 00000000..bc4716a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._17408-17663.pbf b/maplibre/fonts/LEMONMILKMedium/._17408-17663.pbf new file mode 100644 index 00000000..58dd1367 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._17664-17919.pbf b/maplibre/fonts/LEMONMILKMedium/._17664-17919.pbf new file mode 100644 index 00000000..5d3bad9e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._1792-2047.pbf b/maplibre/fonts/LEMONMILKMedium/._1792-2047.pbf new file mode 100644 index 00000000..8968773f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._17920-18175.pbf b/maplibre/fonts/LEMONMILKMedium/._17920-18175.pbf new file mode 100644 index 00000000..8f886aaf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._18176-18431.pbf b/maplibre/fonts/LEMONMILKMedium/._18176-18431.pbf new file mode 100644 index 00000000..abca2ac3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._18432-18687.pbf b/maplibre/fonts/LEMONMILKMedium/._18432-18687.pbf new file mode 100644 index 00000000..11d6ec31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._18688-18943.pbf b/maplibre/fonts/LEMONMILKMedium/._18688-18943.pbf new file mode 100644 index 00000000..d426dfe7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._18944-19199.pbf b/maplibre/fonts/LEMONMILKMedium/._18944-19199.pbf new file mode 100644 index 00000000..f22ae57c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._19200-19455.pbf b/maplibre/fonts/LEMONMILKMedium/._19200-19455.pbf new file mode 100644 index 00000000..b034311a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._19456-19711.pbf b/maplibre/fonts/LEMONMILKMedium/._19456-19711.pbf new file mode 100644 index 00000000..16ef1667 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._19712-19967.pbf b/maplibre/fonts/LEMONMILKMedium/._19712-19967.pbf new file mode 100644 index 00000000..67dfa6c1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._19968-20223.pbf b/maplibre/fonts/LEMONMILKMedium/._19968-20223.pbf new file mode 100644 index 00000000..f41a0dd9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._20224-20479.pbf b/maplibre/fonts/LEMONMILKMedium/._20224-20479.pbf new file mode 100644 index 00000000..bc3a46f0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._2048-2303.pbf b/maplibre/fonts/LEMONMILKMedium/._2048-2303.pbf new file mode 100644 index 00000000..62ac7e9d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._20480-20735.pbf b/maplibre/fonts/LEMONMILKMedium/._20480-20735.pbf new file mode 100644 index 00000000..3f6b98a1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._20736-20991.pbf b/maplibre/fonts/LEMONMILKMedium/._20736-20991.pbf new file mode 100644 index 00000000..f9bfa636 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._20992-21247.pbf b/maplibre/fonts/LEMONMILKMedium/._20992-21247.pbf new file mode 100644 index 00000000..ec3ba176 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._21248-21503.pbf b/maplibre/fonts/LEMONMILKMedium/._21248-21503.pbf new file mode 100644 index 00000000..a20ffd28 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._21504-21759.pbf b/maplibre/fonts/LEMONMILKMedium/._21504-21759.pbf new file mode 100644 index 00000000..3ad5b85e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._21760-22015.pbf b/maplibre/fonts/LEMONMILKMedium/._21760-22015.pbf new file mode 100644 index 00000000..0198debc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._22016-22271.pbf b/maplibre/fonts/LEMONMILKMedium/._22016-22271.pbf new file mode 100644 index 00000000..4281fb43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._22272-22527.pbf b/maplibre/fonts/LEMONMILKMedium/._22272-22527.pbf new file mode 100644 index 00000000..13e2b656 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._22528-22783.pbf b/maplibre/fonts/LEMONMILKMedium/._22528-22783.pbf new file mode 100644 index 00000000..bfbedb10 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._22784-23039.pbf b/maplibre/fonts/LEMONMILKMedium/._22784-23039.pbf new file mode 100644 index 00000000..032f0ac5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._2304-2559.pbf b/maplibre/fonts/LEMONMILKMedium/._2304-2559.pbf new file mode 100644 index 00000000..b28ac4c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._23040-23295.pbf b/maplibre/fonts/LEMONMILKMedium/._23040-23295.pbf new file mode 100644 index 00000000..ec90afa2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._23296-23551.pbf b/maplibre/fonts/LEMONMILKMedium/._23296-23551.pbf new file mode 100644 index 00000000..9260f89f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._23552-23807.pbf b/maplibre/fonts/LEMONMILKMedium/._23552-23807.pbf new file mode 100644 index 00000000..7eab8551 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._23808-24063.pbf b/maplibre/fonts/LEMONMILKMedium/._23808-24063.pbf new file mode 100644 index 00000000..e948a4ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._24064-24319.pbf b/maplibre/fonts/LEMONMILKMedium/._24064-24319.pbf new file mode 100644 index 00000000..e086133b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._24320-24575.pbf b/maplibre/fonts/LEMONMILKMedium/._24320-24575.pbf new file mode 100644 index 00000000..782c3364 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._24576-24831.pbf b/maplibre/fonts/LEMONMILKMedium/._24576-24831.pbf new file mode 100644 index 00000000..4808679b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._24832-25087.pbf b/maplibre/fonts/LEMONMILKMedium/._24832-25087.pbf new file mode 100644 index 00000000..e8f45e38 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._25088-25343.pbf b/maplibre/fonts/LEMONMILKMedium/._25088-25343.pbf new file mode 100644 index 00000000..2926a08d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._25344-25599.pbf b/maplibre/fonts/LEMONMILKMedium/._25344-25599.pbf new file mode 100644 index 00000000..e2fbda7c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._256-511.pbf b/maplibre/fonts/LEMONMILKMedium/._256-511.pbf new file mode 100644 index 00000000..07c89f00 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._2560-2815.pbf b/maplibre/fonts/LEMONMILKMedium/._2560-2815.pbf new file mode 100644 index 00000000..58b93154 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._25600-25855.pbf b/maplibre/fonts/LEMONMILKMedium/._25600-25855.pbf new file mode 100644 index 00000000..c754afcb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._25856-26111.pbf b/maplibre/fonts/LEMONMILKMedium/._25856-26111.pbf new file mode 100644 index 00000000..d3ef66a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._26112-26367.pbf b/maplibre/fonts/LEMONMILKMedium/._26112-26367.pbf new file mode 100644 index 00000000..db63f1bc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._26368-26623.pbf b/maplibre/fonts/LEMONMILKMedium/._26368-26623.pbf new file mode 100644 index 00000000..18c18b50 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._26624-26879.pbf b/maplibre/fonts/LEMONMILKMedium/._26624-26879.pbf new file mode 100644 index 00000000..fc63318f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._26880-27135.pbf b/maplibre/fonts/LEMONMILKMedium/._26880-27135.pbf new file mode 100644 index 00000000..816a911c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._27136-27391.pbf b/maplibre/fonts/LEMONMILKMedium/._27136-27391.pbf new file mode 100644 index 00000000..5d3328bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._27392-27647.pbf b/maplibre/fonts/LEMONMILKMedium/._27392-27647.pbf new file mode 100644 index 00000000..c323d751 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._27648-27903.pbf b/maplibre/fonts/LEMONMILKMedium/._27648-27903.pbf new file mode 100644 index 00000000..892f8f30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._27904-28159.pbf b/maplibre/fonts/LEMONMILKMedium/._27904-28159.pbf new file mode 100644 index 00000000..e5fedb1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._2816-3071.pbf b/maplibre/fonts/LEMONMILKMedium/._2816-3071.pbf new file mode 100644 index 00000000..e13aae3c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._28160-28415.pbf b/maplibre/fonts/LEMONMILKMedium/._28160-28415.pbf new file mode 100644 index 00000000..ba062416 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._28416-28671.pbf b/maplibre/fonts/LEMONMILKMedium/._28416-28671.pbf new file mode 100644 index 00000000..da2a350a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._28672-28927.pbf b/maplibre/fonts/LEMONMILKMedium/._28672-28927.pbf new file mode 100644 index 00000000..bd8aaa92 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._28928-29183.pbf b/maplibre/fonts/LEMONMILKMedium/._28928-29183.pbf new file mode 100644 index 00000000..6713abd5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._29184-29439.pbf b/maplibre/fonts/LEMONMILKMedium/._29184-29439.pbf new file mode 100644 index 00000000..16aa5759 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._29440-29695.pbf b/maplibre/fonts/LEMONMILKMedium/._29440-29695.pbf new file mode 100644 index 00000000..884edd51 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._29696-29951.pbf b/maplibre/fonts/LEMONMILKMedium/._29696-29951.pbf new file mode 100644 index 00000000..3fddf642 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._29952-30207.pbf b/maplibre/fonts/LEMONMILKMedium/._29952-30207.pbf new file mode 100644 index 00000000..dacd0c0f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._30208-30463.pbf b/maplibre/fonts/LEMONMILKMedium/._30208-30463.pbf new file mode 100644 index 00000000..9d8a407d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._30464-30719.pbf b/maplibre/fonts/LEMONMILKMedium/._30464-30719.pbf new file mode 100644 index 00000000..b34926bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._3072-3327.pbf b/maplibre/fonts/LEMONMILKMedium/._3072-3327.pbf new file mode 100644 index 00000000..e3ebb3bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._30720-30975.pbf b/maplibre/fonts/LEMONMILKMedium/._30720-30975.pbf new file mode 100644 index 00000000..43b1b115 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._30976-31231.pbf b/maplibre/fonts/LEMONMILKMedium/._30976-31231.pbf new file mode 100644 index 00000000..ae7df6a1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._31232-31487.pbf b/maplibre/fonts/LEMONMILKMedium/._31232-31487.pbf new file mode 100644 index 00000000..ceae2de3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._31488-31743.pbf b/maplibre/fonts/LEMONMILKMedium/._31488-31743.pbf new file mode 100644 index 00000000..2cd5b89a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._31744-31999.pbf b/maplibre/fonts/LEMONMILKMedium/._31744-31999.pbf new file mode 100644 index 00000000..c637d236 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._32000-32255.pbf b/maplibre/fonts/LEMONMILKMedium/._32000-32255.pbf new file mode 100644 index 00000000..ea846795 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._32256-32511.pbf b/maplibre/fonts/LEMONMILKMedium/._32256-32511.pbf new file mode 100644 index 00000000..b248a843 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._32512-32767.pbf b/maplibre/fonts/LEMONMILKMedium/._32512-32767.pbf new file mode 100644 index 00000000..f55eb914 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._32768-33023.pbf b/maplibre/fonts/LEMONMILKMedium/._32768-33023.pbf new file mode 100644 index 00000000..8b98fc02 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._33024-33279.pbf b/maplibre/fonts/LEMONMILKMedium/._33024-33279.pbf new file mode 100644 index 00000000..512d1378 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._3328-3583.pbf b/maplibre/fonts/LEMONMILKMedium/._3328-3583.pbf new file mode 100644 index 00000000..53018837 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._33280-33535.pbf b/maplibre/fonts/LEMONMILKMedium/._33280-33535.pbf new file mode 100644 index 00000000..86e7a6ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._33536-33791.pbf b/maplibre/fonts/LEMONMILKMedium/._33536-33791.pbf new file mode 100644 index 00000000..e6f384e3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._33792-34047.pbf b/maplibre/fonts/LEMONMILKMedium/._33792-34047.pbf new file mode 100644 index 00000000..345f177e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._34048-34303.pbf b/maplibre/fonts/LEMONMILKMedium/._34048-34303.pbf new file mode 100644 index 00000000..e79abc08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._34304-34559.pbf b/maplibre/fonts/LEMONMILKMedium/._34304-34559.pbf new file mode 100644 index 00000000..5e4775b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._34560-34815.pbf b/maplibre/fonts/LEMONMILKMedium/._34560-34815.pbf new file mode 100644 index 00000000..51ad3461 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._34816-35071.pbf b/maplibre/fonts/LEMONMILKMedium/._34816-35071.pbf new file mode 100644 index 00000000..eaf6163e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._35072-35327.pbf b/maplibre/fonts/LEMONMILKMedium/._35072-35327.pbf new file mode 100644 index 00000000..95148ec1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._35328-35583.pbf b/maplibre/fonts/LEMONMILKMedium/._35328-35583.pbf new file mode 100644 index 00000000..73de795e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._35584-35839.pbf b/maplibre/fonts/LEMONMILKMedium/._35584-35839.pbf new file mode 100644 index 00000000..7be274d9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._3584-3839.pbf b/maplibre/fonts/LEMONMILKMedium/._3584-3839.pbf new file mode 100644 index 00000000..2a827116 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._35840-36095.pbf b/maplibre/fonts/LEMONMILKMedium/._35840-36095.pbf new file mode 100644 index 00000000..b15a2ac6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._36096-36351.pbf b/maplibre/fonts/LEMONMILKMedium/._36096-36351.pbf new file mode 100644 index 00000000..c4cb0292 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._36352-36607.pbf b/maplibre/fonts/LEMONMILKMedium/._36352-36607.pbf new file mode 100644 index 00000000..4c7c1e00 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._36608-36863.pbf b/maplibre/fonts/LEMONMILKMedium/._36608-36863.pbf new file mode 100644 index 00000000..3b5a1b26 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._36864-37119.pbf b/maplibre/fonts/LEMONMILKMedium/._36864-37119.pbf new file mode 100644 index 00000000..56b819fe Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._37120-37375.pbf b/maplibre/fonts/LEMONMILKMedium/._37120-37375.pbf new file mode 100644 index 00000000..d3ef08aa Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._37376-37631.pbf b/maplibre/fonts/LEMONMILKMedium/._37376-37631.pbf new file mode 100644 index 00000000..0d1c5430 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._37632-37887.pbf b/maplibre/fonts/LEMONMILKMedium/._37632-37887.pbf new file mode 100644 index 00000000..ac7d576a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._37888-38143.pbf b/maplibre/fonts/LEMONMILKMedium/._37888-38143.pbf new file mode 100644 index 00000000..a91cf9ae Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._38144-38399.pbf b/maplibre/fonts/LEMONMILKMedium/._38144-38399.pbf new file mode 100644 index 00000000..0198e5ab Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._3840-4095.pbf b/maplibre/fonts/LEMONMILKMedium/._3840-4095.pbf new file mode 100644 index 00000000..684ddcce Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._38400-38655.pbf b/maplibre/fonts/LEMONMILKMedium/._38400-38655.pbf new file mode 100644 index 00000000..25de64ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._38656-38911.pbf b/maplibre/fonts/LEMONMILKMedium/._38656-38911.pbf new file mode 100644 index 00000000..97e42cdd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._38912-39167.pbf b/maplibre/fonts/LEMONMILKMedium/._38912-39167.pbf new file mode 100644 index 00000000..8925925f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._39168-39423.pbf b/maplibre/fonts/LEMONMILKMedium/._39168-39423.pbf new file mode 100644 index 00000000..2d143279 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._39424-39679.pbf b/maplibre/fonts/LEMONMILKMedium/._39424-39679.pbf new file mode 100644 index 00000000..9bc5c1fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._39680-39935.pbf b/maplibre/fonts/LEMONMILKMedium/._39680-39935.pbf new file mode 100644 index 00000000..b64953ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._39936-40191.pbf b/maplibre/fonts/LEMONMILKMedium/._39936-40191.pbf new file mode 100644 index 00000000..f09b6c2a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._40192-40447.pbf b/maplibre/fonts/LEMONMILKMedium/._40192-40447.pbf new file mode 100644 index 00000000..74257639 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._40448-40703.pbf b/maplibre/fonts/LEMONMILKMedium/._40448-40703.pbf new file mode 100644 index 00000000..1a645bc3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._40704-40959.pbf b/maplibre/fonts/LEMONMILKMedium/._40704-40959.pbf new file mode 100644 index 00000000..5131f663 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._4096-4351.pbf b/maplibre/fonts/LEMONMILKMedium/._4096-4351.pbf new file mode 100644 index 00000000..e3905c68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._40960-41215.pbf b/maplibre/fonts/LEMONMILKMedium/._40960-41215.pbf new file mode 100644 index 00000000..9b30a81f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._41216-41471.pbf b/maplibre/fonts/LEMONMILKMedium/._41216-41471.pbf new file mode 100644 index 00000000..32b026ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._41472-41727.pbf b/maplibre/fonts/LEMONMILKMedium/._41472-41727.pbf new file mode 100644 index 00000000..e0c4dcb3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._41728-41983.pbf b/maplibre/fonts/LEMONMILKMedium/._41728-41983.pbf new file mode 100644 index 00000000..d65d1b81 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._41984-42239.pbf b/maplibre/fonts/LEMONMILKMedium/._41984-42239.pbf new file mode 100644 index 00000000..79c1e93f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._42240-42495.pbf b/maplibre/fonts/LEMONMILKMedium/._42240-42495.pbf new file mode 100644 index 00000000..4f6b40c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._42496-42751.pbf b/maplibre/fonts/LEMONMILKMedium/._42496-42751.pbf new file mode 100644 index 00000000..87c85be8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._42752-43007.pbf b/maplibre/fonts/LEMONMILKMedium/._42752-43007.pbf new file mode 100644 index 00000000..d177ae0a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._43008-43263.pbf b/maplibre/fonts/LEMONMILKMedium/._43008-43263.pbf new file mode 100644 index 00000000..736e23b5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._43264-43519.pbf b/maplibre/fonts/LEMONMILKMedium/._43264-43519.pbf new file mode 100644 index 00000000..003c3f0f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._4352-4607.pbf b/maplibre/fonts/LEMONMILKMedium/._4352-4607.pbf new file mode 100644 index 00000000..ac0753c7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._43520-43775.pbf b/maplibre/fonts/LEMONMILKMedium/._43520-43775.pbf new file mode 100644 index 00000000..51e69795 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._43776-44031.pbf b/maplibre/fonts/LEMONMILKMedium/._43776-44031.pbf new file mode 100644 index 00000000..c8b892c2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._44032-44287.pbf b/maplibre/fonts/LEMONMILKMedium/._44032-44287.pbf new file mode 100644 index 00000000..6443d70c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._44288-44543.pbf b/maplibre/fonts/LEMONMILKMedium/._44288-44543.pbf new file mode 100644 index 00000000..9d72658f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._44544-44799.pbf b/maplibre/fonts/LEMONMILKMedium/._44544-44799.pbf new file mode 100644 index 00000000..94110434 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._44800-45055.pbf b/maplibre/fonts/LEMONMILKMedium/._44800-45055.pbf new file mode 100644 index 00000000..7ed3e03f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._45056-45311.pbf b/maplibre/fonts/LEMONMILKMedium/._45056-45311.pbf new file mode 100644 index 00000000..3f2c8508 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._45312-45567.pbf b/maplibre/fonts/LEMONMILKMedium/._45312-45567.pbf new file mode 100644 index 00000000..678f8c1d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._45568-45823.pbf b/maplibre/fonts/LEMONMILKMedium/._45568-45823.pbf new file mode 100644 index 00000000..fe4ee770 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._45824-46079.pbf b/maplibre/fonts/LEMONMILKMedium/._45824-46079.pbf new file mode 100644 index 00000000..d2ad7979 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._4608-4863.pbf b/maplibre/fonts/LEMONMILKMedium/._4608-4863.pbf new file mode 100644 index 00000000..d8a0b9f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._46080-46335.pbf b/maplibre/fonts/LEMONMILKMedium/._46080-46335.pbf new file mode 100644 index 00000000..7153a326 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._46336-46591.pbf b/maplibre/fonts/LEMONMILKMedium/._46336-46591.pbf new file mode 100644 index 00000000..e053528c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._46592-46847.pbf b/maplibre/fonts/LEMONMILKMedium/._46592-46847.pbf new file mode 100644 index 00000000..0b92ea52 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._46848-47103.pbf b/maplibre/fonts/LEMONMILKMedium/._46848-47103.pbf new file mode 100644 index 00000000..86db9f65 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._47104-47359.pbf b/maplibre/fonts/LEMONMILKMedium/._47104-47359.pbf new file mode 100644 index 00000000..eca8f228 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._47360-47615.pbf b/maplibre/fonts/LEMONMILKMedium/._47360-47615.pbf new file mode 100644 index 00000000..7ad7fe81 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._47616-47871.pbf b/maplibre/fonts/LEMONMILKMedium/._47616-47871.pbf new file mode 100644 index 00000000..564a8493 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._47872-48127.pbf b/maplibre/fonts/LEMONMILKMedium/._47872-48127.pbf new file mode 100644 index 00000000..bd2e98d0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._48128-48383.pbf b/maplibre/fonts/LEMONMILKMedium/._48128-48383.pbf new file mode 100644 index 00000000..33e546be Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._48384-48639.pbf b/maplibre/fonts/LEMONMILKMedium/._48384-48639.pbf new file mode 100644 index 00000000..152fe66c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._4864-5119.pbf b/maplibre/fonts/LEMONMILKMedium/._4864-5119.pbf new file mode 100644 index 00000000..0d894ed3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._48640-48895.pbf b/maplibre/fonts/LEMONMILKMedium/._48640-48895.pbf new file mode 100644 index 00000000..7301a9f0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._48896-49151.pbf b/maplibre/fonts/LEMONMILKMedium/._48896-49151.pbf new file mode 100644 index 00000000..b86a18ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._49152-49407.pbf b/maplibre/fonts/LEMONMILKMedium/._49152-49407.pbf new file mode 100644 index 00000000..981ef74f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._49408-49663.pbf b/maplibre/fonts/LEMONMILKMedium/._49408-49663.pbf new file mode 100644 index 00000000..6d1032bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._49664-49919.pbf b/maplibre/fonts/LEMONMILKMedium/._49664-49919.pbf new file mode 100644 index 00000000..247e0419 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._49920-50175.pbf b/maplibre/fonts/LEMONMILKMedium/._49920-50175.pbf new file mode 100644 index 00000000..23a08556 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._50176-50431.pbf b/maplibre/fonts/LEMONMILKMedium/._50176-50431.pbf new file mode 100644 index 00000000..f6e7467d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._50432-50687.pbf b/maplibre/fonts/LEMONMILKMedium/._50432-50687.pbf new file mode 100644 index 00000000..999e413a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._50688-50943.pbf b/maplibre/fonts/LEMONMILKMedium/._50688-50943.pbf new file mode 100644 index 00000000..19325289 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._50944-51199.pbf b/maplibre/fonts/LEMONMILKMedium/._50944-51199.pbf new file mode 100644 index 00000000..e68607dc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._512-767.pbf b/maplibre/fonts/LEMONMILKMedium/._512-767.pbf new file mode 100644 index 00000000..99cbbd5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._5120-5375.pbf b/maplibre/fonts/LEMONMILKMedium/._5120-5375.pbf new file mode 100644 index 00000000..985cc45c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._51200-51455.pbf b/maplibre/fonts/LEMONMILKMedium/._51200-51455.pbf new file mode 100644 index 00000000..c0d2e88a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._51456-51711.pbf b/maplibre/fonts/LEMONMILKMedium/._51456-51711.pbf new file mode 100644 index 00000000..1e2c25d6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._51712-51967.pbf b/maplibre/fonts/LEMONMILKMedium/._51712-51967.pbf new file mode 100644 index 00000000..f3f931d0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._51968-52223.pbf b/maplibre/fonts/LEMONMILKMedium/._51968-52223.pbf new file mode 100644 index 00000000..2672529d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._52224-52479.pbf b/maplibre/fonts/LEMONMILKMedium/._52224-52479.pbf new file mode 100644 index 00000000..6a027a38 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._52480-52735.pbf b/maplibre/fonts/LEMONMILKMedium/._52480-52735.pbf new file mode 100644 index 00000000..e25c18e9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._52736-52991.pbf b/maplibre/fonts/LEMONMILKMedium/._52736-52991.pbf new file mode 100644 index 00000000..08538c04 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._52992-53247.pbf b/maplibre/fonts/LEMONMILKMedium/._52992-53247.pbf new file mode 100644 index 00000000..7a9ce56b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._53248-53503.pbf b/maplibre/fonts/LEMONMILKMedium/._53248-53503.pbf new file mode 100644 index 00000000..8e73f7d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._53504-53759.pbf b/maplibre/fonts/LEMONMILKMedium/._53504-53759.pbf new file mode 100644 index 00000000..4742801e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._5376-5631.pbf b/maplibre/fonts/LEMONMILKMedium/._5376-5631.pbf new file mode 100644 index 00000000..36c3a7bd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._53760-54015.pbf b/maplibre/fonts/LEMONMILKMedium/._53760-54015.pbf new file mode 100644 index 00000000..60703f32 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._54016-54271.pbf b/maplibre/fonts/LEMONMILKMedium/._54016-54271.pbf new file mode 100644 index 00000000..35dec770 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._54272-54527.pbf b/maplibre/fonts/LEMONMILKMedium/._54272-54527.pbf new file mode 100644 index 00000000..c2659742 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._54528-54783.pbf b/maplibre/fonts/LEMONMILKMedium/._54528-54783.pbf new file mode 100644 index 00000000..9d79f677 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._54784-55039.pbf b/maplibre/fonts/LEMONMILKMedium/._54784-55039.pbf new file mode 100644 index 00000000..9e02346a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._55040-55295.pbf b/maplibre/fonts/LEMONMILKMedium/._55040-55295.pbf new file mode 100644 index 00000000..25a69ff0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._55296-55551.pbf b/maplibre/fonts/LEMONMILKMedium/._55296-55551.pbf new file mode 100644 index 00000000..fe8fd579 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._55552-55807.pbf b/maplibre/fonts/LEMONMILKMedium/._55552-55807.pbf new file mode 100644 index 00000000..d38be004 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._55808-56063.pbf b/maplibre/fonts/LEMONMILKMedium/._55808-56063.pbf new file mode 100644 index 00000000..75a15c1b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._56064-56319.pbf b/maplibre/fonts/LEMONMILKMedium/._56064-56319.pbf new file mode 100644 index 00000000..cc392c52 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._5632-5887.pbf b/maplibre/fonts/LEMONMILKMedium/._5632-5887.pbf new file mode 100644 index 00000000..8192a22b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._56320-56575.pbf b/maplibre/fonts/LEMONMILKMedium/._56320-56575.pbf new file mode 100644 index 00000000..6e5412d9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._56576-56831.pbf b/maplibre/fonts/LEMONMILKMedium/._56576-56831.pbf new file mode 100644 index 00000000..409c0c26 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._56832-57087.pbf b/maplibre/fonts/LEMONMILKMedium/._56832-57087.pbf new file mode 100644 index 00000000..2f517222 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._57088-57343.pbf b/maplibre/fonts/LEMONMILKMedium/._57088-57343.pbf new file mode 100644 index 00000000..feba0d19 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._57344-57599.pbf b/maplibre/fonts/LEMONMILKMedium/._57344-57599.pbf new file mode 100644 index 00000000..4ba8c896 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._57600-57855.pbf b/maplibre/fonts/LEMONMILKMedium/._57600-57855.pbf new file mode 100644 index 00000000..50ee1b12 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._57856-58111.pbf b/maplibre/fonts/LEMONMILKMedium/._57856-58111.pbf new file mode 100644 index 00000000..c5ba9e08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._58112-58367.pbf b/maplibre/fonts/LEMONMILKMedium/._58112-58367.pbf new file mode 100644 index 00000000..1e4c9298 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._58368-58623.pbf b/maplibre/fonts/LEMONMILKMedium/._58368-58623.pbf new file mode 100644 index 00000000..e6d2747f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._58624-58879.pbf b/maplibre/fonts/LEMONMILKMedium/._58624-58879.pbf new file mode 100644 index 00000000..2bc554f5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._5888-6143.pbf b/maplibre/fonts/LEMONMILKMedium/._5888-6143.pbf new file mode 100644 index 00000000..f12fd5ce Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._58880-59135.pbf b/maplibre/fonts/LEMONMILKMedium/._58880-59135.pbf new file mode 100644 index 00000000..3b6f09c7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._59136-59391.pbf b/maplibre/fonts/LEMONMILKMedium/._59136-59391.pbf new file mode 100644 index 00000000..c27f6b8b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._59392-59647.pbf b/maplibre/fonts/LEMONMILKMedium/._59392-59647.pbf new file mode 100644 index 00000000..8ac4022c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._59648-59903.pbf b/maplibre/fonts/LEMONMILKMedium/._59648-59903.pbf new file mode 100644 index 00000000..8ea2d778 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._59904-60159.pbf b/maplibre/fonts/LEMONMILKMedium/._59904-60159.pbf new file mode 100644 index 00000000..bf8ac7bb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._60160-60415.pbf b/maplibre/fonts/LEMONMILKMedium/._60160-60415.pbf new file mode 100644 index 00000000..d0c11fbe Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._60416-60671.pbf b/maplibre/fonts/LEMONMILKMedium/._60416-60671.pbf new file mode 100644 index 00000000..fd440c5a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._60672-60927.pbf b/maplibre/fonts/LEMONMILKMedium/._60672-60927.pbf new file mode 100644 index 00000000..4a435e59 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._60928-61183.pbf b/maplibre/fonts/LEMONMILKMedium/._60928-61183.pbf new file mode 100644 index 00000000..a947b60e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._61184-61439.pbf b/maplibre/fonts/LEMONMILKMedium/._61184-61439.pbf new file mode 100644 index 00000000..679d312f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._6144-6399.pbf b/maplibre/fonts/LEMONMILKMedium/._6144-6399.pbf new file mode 100644 index 00000000..7d95c463 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._61440-61695.pbf b/maplibre/fonts/LEMONMILKMedium/._61440-61695.pbf new file mode 100644 index 00000000..61ef6316 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._61696-61951.pbf b/maplibre/fonts/LEMONMILKMedium/._61696-61951.pbf new file mode 100644 index 00000000..41041153 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._61952-62207.pbf b/maplibre/fonts/LEMONMILKMedium/._61952-62207.pbf new file mode 100644 index 00000000..c5a894d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._62208-62463.pbf b/maplibre/fonts/LEMONMILKMedium/._62208-62463.pbf new file mode 100644 index 00000000..7f66a901 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._62464-62719.pbf b/maplibre/fonts/LEMONMILKMedium/._62464-62719.pbf new file mode 100644 index 00000000..882d04f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._62720-62975.pbf b/maplibre/fonts/LEMONMILKMedium/._62720-62975.pbf new file mode 100644 index 00000000..6794d620 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._62976-63231.pbf b/maplibre/fonts/LEMONMILKMedium/._62976-63231.pbf new file mode 100644 index 00000000..f627f17c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._63232-63487.pbf b/maplibre/fonts/LEMONMILKMedium/._63232-63487.pbf new file mode 100644 index 00000000..0c0ff499 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._63488-63743.pbf b/maplibre/fonts/LEMONMILKMedium/._63488-63743.pbf new file mode 100644 index 00000000..191b8149 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._63744-63999.pbf b/maplibre/fonts/LEMONMILKMedium/._63744-63999.pbf new file mode 100644 index 00000000..6edfccc1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._6400-6655.pbf b/maplibre/fonts/LEMONMILKMedium/._6400-6655.pbf new file mode 100644 index 00000000..1fe4dfca Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._64000-64255.pbf b/maplibre/fonts/LEMONMILKMedium/._64000-64255.pbf new file mode 100644 index 00000000..31b48b68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._64256-64511.pbf b/maplibre/fonts/LEMONMILKMedium/._64256-64511.pbf new file mode 100644 index 00000000..9702d041 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._64512-64767.pbf b/maplibre/fonts/LEMONMILKMedium/._64512-64767.pbf new file mode 100644 index 00000000..718df3dc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._64768-65023.pbf b/maplibre/fonts/LEMONMILKMedium/._64768-65023.pbf new file mode 100644 index 00000000..ecd3033b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._65024-65279.pbf b/maplibre/fonts/LEMONMILKMedium/._65024-65279.pbf new file mode 100644 index 00000000..28730eee Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._65280-65535.pbf b/maplibre/fonts/LEMONMILKMedium/._65280-65535.pbf new file mode 100644 index 00000000..2f0035f2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._6656-6911.pbf b/maplibre/fonts/LEMONMILKMedium/._6656-6911.pbf new file mode 100644 index 00000000..b603c688 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._6912-7167.pbf b/maplibre/fonts/LEMONMILKMedium/._6912-7167.pbf new file mode 100644 index 00000000..32e54fcb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._7168-7423.pbf b/maplibre/fonts/LEMONMILKMedium/._7168-7423.pbf new file mode 100644 index 00000000..9f932d8e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._7424-7679.pbf b/maplibre/fonts/LEMONMILKMedium/._7424-7679.pbf new file mode 100644 index 00000000..8c69009b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._768-1023.pbf b/maplibre/fonts/LEMONMILKMedium/._768-1023.pbf new file mode 100644 index 00000000..83de1815 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._7680-7935.pbf b/maplibre/fonts/LEMONMILKMedium/._7680-7935.pbf new file mode 100644 index 00000000..f098041d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._7936-8191.pbf b/maplibre/fonts/LEMONMILKMedium/._7936-8191.pbf new file mode 100644 index 00000000..26479f0c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._8192-8447.pbf b/maplibre/fonts/LEMONMILKMedium/._8192-8447.pbf new file mode 100644 index 00000000..aa45e491 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._8448-8703.pbf b/maplibre/fonts/LEMONMILKMedium/._8448-8703.pbf new file mode 100644 index 00000000..b3b47356 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._8704-8959.pbf b/maplibre/fonts/LEMONMILKMedium/._8704-8959.pbf new file mode 100644 index 00000000..7901bf65 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._8960-9215.pbf b/maplibre/fonts/LEMONMILKMedium/._8960-9215.pbf new file mode 100644 index 00000000..9c29a181 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._9216-9471.pbf b/maplibre/fonts/LEMONMILKMedium/._9216-9471.pbf new file mode 100644 index 00000000..9747afde Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._9472-9727.pbf b/maplibre/fonts/LEMONMILKMedium/._9472-9727.pbf new file mode 100644 index 00000000..c883154e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._9728-9983.pbf b/maplibre/fonts/LEMONMILKMedium/._9728-9983.pbf new file mode 100644 index 00000000..1e8131e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKMedium/._9984-10239.pbf b/maplibre/fonts/LEMONMILKMedium/._9984-10239.pbf new file mode 100644 index 00000000..ab651ee6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMedium/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._0-255.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._0-255.pbf new file mode 100644 index 00000000..0aab4471 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._1024-1279.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._1024-1279.pbf new file mode 100644 index 00000000..10894d6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._10240-10495.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._10240-10495.pbf new file mode 100644 index 00000000..895ac702 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._10496-10751.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._10496-10751.pbf new file mode 100644 index 00000000..9b2ae2fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._10752-11007.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._10752-11007.pbf new file mode 100644 index 00000000..f1e6570d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._11008-11263.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._11008-11263.pbf new file mode 100644 index 00000000..07fe43d1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._11264-11519.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._11264-11519.pbf new file mode 100644 index 00000000..162f8eb0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._11520-11775.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._11520-11775.pbf new file mode 100644 index 00000000..69ebce4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._11776-12031.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._11776-12031.pbf new file mode 100644 index 00000000..d4176c85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._12032-12287.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._12032-12287.pbf new file mode 100644 index 00000000..bc1600c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._12288-12543.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._12288-12543.pbf new file mode 100644 index 00000000..7d377921 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._12544-12799.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._12544-12799.pbf new file mode 100644 index 00000000..447a2dd3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._1280-1535.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._1280-1535.pbf new file mode 100644 index 00000000..03130006 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._12800-13055.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._12800-13055.pbf new file mode 100644 index 00000000..f0647a95 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._13056-13311.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._13056-13311.pbf new file mode 100644 index 00000000..edbca4fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._13312-13567.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._13312-13567.pbf new file mode 100644 index 00000000..24e9beb4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._13568-13823.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._13568-13823.pbf new file mode 100644 index 00000000..f6e62513 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._13824-14079.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._13824-14079.pbf new file mode 100644 index 00000000..16c51123 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._14080-14335.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._14080-14335.pbf new file mode 100644 index 00000000..0b153405 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._14336-14591.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._14336-14591.pbf new file mode 100644 index 00000000..10b75310 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._14592-14847.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._14592-14847.pbf new file mode 100644 index 00000000..d283a094 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._14848-15103.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._14848-15103.pbf new file mode 100644 index 00000000..2cc1a0eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._15104-15359.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._15104-15359.pbf new file mode 100644 index 00000000..74887fdd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._1536-1791.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._1536-1791.pbf new file mode 100644 index 00000000..fd4b4df6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._15360-15615.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._15360-15615.pbf new file mode 100644 index 00000000..7f80e2e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._15616-15871.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._15616-15871.pbf new file mode 100644 index 00000000..0732bb4c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._15872-16127.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._15872-16127.pbf new file mode 100644 index 00000000..e1066fcd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._16128-16383.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._16128-16383.pbf new file mode 100644 index 00000000..d01aae1e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._16384-16639.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._16384-16639.pbf new file mode 100644 index 00000000..8d2e8a5b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._16640-16895.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._16640-16895.pbf new file mode 100644 index 00000000..ed2bb89e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._16896-17151.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._16896-17151.pbf new file mode 100644 index 00000000..ea809207 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._17152-17407.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._17152-17407.pbf new file mode 100644 index 00000000..98842459 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._17408-17663.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._17408-17663.pbf new file mode 100644 index 00000000..05067764 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._17664-17919.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._17664-17919.pbf new file mode 100644 index 00000000..93b08bd5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._1792-2047.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._1792-2047.pbf new file mode 100644 index 00000000..f6de00b2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._17920-18175.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._17920-18175.pbf new file mode 100644 index 00000000..b20fd588 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._18176-18431.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._18176-18431.pbf new file mode 100644 index 00000000..fc84ffee Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._18432-18687.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._18432-18687.pbf new file mode 100644 index 00000000..c4f15a14 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._18688-18943.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._18688-18943.pbf new file mode 100644 index 00000000..ad74fe6f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._18944-19199.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._18944-19199.pbf new file mode 100644 index 00000000..2afe3363 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._19200-19455.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._19200-19455.pbf new file mode 100644 index 00000000..d7c82e78 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._19456-19711.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._19456-19711.pbf new file mode 100644 index 00000000..823e9119 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._19712-19967.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._19712-19967.pbf new file mode 100644 index 00000000..c67ecf45 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._19968-20223.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._19968-20223.pbf new file mode 100644 index 00000000..390cce27 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._20224-20479.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._20224-20479.pbf new file mode 100644 index 00000000..9b7f9fe6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._2048-2303.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._2048-2303.pbf new file mode 100644 index 00000000..fb273d62 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._20480-20735.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._20480-20735.pbf new file mode 100644 index 00000000..11756790 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._20736-20991.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._20736-20991.pbf new file mode 100644 index 00000000..d16d17fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._20992-21247.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._20992-21247.pbf new file mode 100644 index 00000000..925673b7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._21248-21503.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._21248-21503.pbf new file mode 100644 index 00000000..786b354d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._21504-21759.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._21504-21759.pbf new file mode 100644 index 00000000..771007cc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._21760-22015.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._21760-22015.pbf new file mode 100644 index 00000000..652b53c3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._22016-22271.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._22016-22271.pbf new file mode 100644 index 00000000..8cbe3a31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._22272-22527.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._22272-22527.pbf new file mode 100644 index 00000000..688456d5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._22528-22783.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._22528-22783.pbf new file mode 100644 index 00000000..4e509c23 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._22784-23039.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._22784-23039.pbf new file mode 100644 index 00000000..7a71a6c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._2304-2559.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._2304-2559.pbf new file mode 100644 index 00000000..af4a74b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._23040-23295.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._23040-23295.pbf new file mode 100644 index 00000000..7245b285 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._23296-23551.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._23296-23551.pbf new file mode 100644 index 00000000..0dd27930 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._23552-23807.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._23552-23807.pbf new file mode 100644 index 00000000..baafce04 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._23808-24063.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._23808-24063.pbf new file mode 100644 index 00000000..78626628 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._24064-24319.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._24064-24319.pbf new file mode 100644 index 00000000..a943aeff Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._24320-24575.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._24320-24575.pbf new file mode 100644 index 00000000..5853eb0a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._24576-24831.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._24576-24831.pbf new file mode 100644 index 00000000..cf221c7c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._24832-25087.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._24832-25087.pbf new file mode 100644 index 00000000..92646bc2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._25088-25343.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._25088-25343.pbf new file mode 100644 index 00000000..d52b7d53 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._25344-25599.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._25344-25599.pbf new file mode 100644 index 00000000..9622fb74 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._256-511.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._256-511.pbf new file mode 100644 index 00000000..7079f2bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._2560-2815.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._2560-2815.pbf new file mode 100644 index 00000000..a43186ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._25600-25855.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._25600-25855.pbf new file mode 100644 index 00000000..60dbfb3a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._25856-26111.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._25856-26111.pbf new file mode 100644 index 00000000..788fe807 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._26112-26367.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._26112-26367.pbf new file mode 100644 index 00000000..82f1f579 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._26368-26623.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._26368-26623.pbf new file mode 100644 index 00000000..1c7e36d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._26624-26879.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._26624-26879.pbf new file mode 100644 index 00000000..104f461b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._26880-27135.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._26880-27135.pbf new file mode 100644 index 00000000..5a3fad11 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._27136-27391.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._27136-27391.pbf new file mode 100644 index 00000000..57d2d4be Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._27392-27647.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._27392-27647.pbf new file mode 100644 index 00000000..5906f68e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._27648-27903.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._27648-27903.pbf new file mode 100644 index 00000000..470bbf34 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._27904-28159.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._27904-28159.pbf new file mode 100644 index 00000000..c3231213 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._2816-3071.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._2816-3071.pbf new file mode 100644 index 00000000..96e21aee Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._28160-28415.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._28160-28415.pbf new file mode 100644 index 00000000..2422843c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._28416-28671.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._28416-28671.pbf new file mode 100644 index 00000000..29505267 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._28672-28927.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._28672-28927.pbf new file mode 100644 index 00000000..a69269d3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._28928-29183.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._28928-29183.pbf new file mode 100644 index 00000000..2cce8be9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._29184-29439.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._29184-29439.pbf new file mode 100644 index 00000000..09ba31c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._29440-29695.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._29440-29695.pbf new file mode 100644 index 00000000..9cedbc40 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._29696-29951.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._29696-29951.pbf new file mode 100644 index 00000000..8db8af82 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._29952-30207.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._29952-30207.pbf new file mode 100644 index 00000000..44176728 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._30208-30463.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._30208-30463.pbf new file mode 100644 index 00000000..d710f8a7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._30464-30719.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._30464-30719.pbf new file mode 100644 index 00000000..5c0e97e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._3072-3327.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._3072-3327.pbf new file mode 100644 index 00000000..7929f8dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._30720-30975.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._30720-30975.pbf new file mode 100644 index 00000000..abb8f12a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._30976-31231.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._30976-31231.pbf new file mode 100644 index 00000000..240836de Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._31232-31487.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._31232-31487.pbf new file mode 100644 index 00000000..b91d8398 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._31488-31743.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._31488-31743.pbf new file mode 100644 index 00000000..f0a1869f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._31744-31999.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._31744-31999.pbf new file mode 100644 index 00000000..b9f3f79f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._32000-32255.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._32000-32255.pbf new file mode 100644 index 00000000..76e01ecf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._32256-32511.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._32256-32511.pbf new file mode 100644 index 00000000..79d77491 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._32512-32767.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._32512-32767.pbf new file mode 100644 index 00000000..f6a30c7b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._32768-33023.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._32768-33023.pbf new file mode 100644 index 00000000..19bf9b50 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._33024-33279.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._33024-33279.pbf new file mode 100644 index 00000000..b864e6bc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._3328-3583.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._3328-3583.pbf new file mode 100644 index 00000000..8474f4cc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._33280-33535.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._33280-33535.pbf new file mode 100644 index 00000000..772b8ac3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._33536-33791.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._33536-33791.pbf new file mode 100644 index 00000000..0f51d74e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._33792-34047.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._33792-34047.pbf new file mode 100644 index 00000000..b7959d52 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._34048-34303.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._34048-34303.pbf new file mode 100644 index 00000000..32228c64 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._34304-34559.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._34304-34559.pbf new file mode 100644 index 00000000..051c5804 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._34560-34815.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._34560-34815.pbf new file mode 100644 index 00000000..b05262c8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._34816-35071.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._34816-35071.pbf new file mode 100644 index 00000000..a474b204 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._35072-35327.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._35072-35327.pbf new file mode 100644 index 00000000..aeb11ad9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._35328-35583.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._35328-35583.pbf new file mode 100644 index 00000000..b965b94b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._35584-35839.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._35584-35839.pbf new file mode 100644 index 00000000..7d668487 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._3584-3839.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._3584-3839.pbf new file mode 100644 index 00000000..d845ad85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._35840-36095.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._35840-36095.pbf new file mode 100644 index 00000000..3f8c83d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._36096-36351.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._36096-36351.pbf new file mode 100644 index 00000000..beeec0a8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._36352-36607.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._36352-36607.pbf new file mode 100644 index 00000000..10e1f615 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._36608-36863.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._36608-36863.pbf new file mode 100644 index 00000000..5a12713f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._36864-37119.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._36864-37119.pbf new file mode 100644 index 00000000..3696a850 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._37120-37375.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._37120-37375.pbf new file mode 100644 index 00000000..ca4f0b4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._37376-37631.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._37376-37631.pbf new file mode 100644 index 00000000..6ccfba0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._37632-37887.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._37632-37887.pbf new file mode 100644 index 00000000..a490a298 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._37888-38143.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._37888-38143.pbf new file mode 100644 index 00000000..5b11c36e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._38144-38399.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._38144-38399.pbf new file mode 100644 index 00000000..f73baa4b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._3840-4095.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._3840-4095.pbf new file mode 100644 index 00000000..f61c1c5a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._38400-38655.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._38400-38655.pbf new file mode 100644 index 00000000..bf678bcf Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._38656-38911.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._38656-38911.pbf new file mode 100644 index 00000000..c910ff1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._38912-39167.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._38912-39167.pbf new file mode 100644 index 00000000..439ed515 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._39168-39423.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._39168-39423.pbf new file mode 100644 index 00000000..28a0b8e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._39424-39679.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._39424-39679.pbf new file mode 100644 index 00000000..8781bb76 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._39680-39935.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._39680-39935.pbf new file mode 100644 index 00000000..ae6df918 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._39936-40191.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._39936-40191.pbf new file mode 100644 index 00000000..55f961a8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._40192-40447.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._40192-40447.pbf new file mode 100644 index 00000000..c44a10bc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._40448-40703.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._40448-40703.pbf new file mode 100644 index 00000000..ad5ddce6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._40704-40959.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._40704-40959.pbf new file mode 100644 index 00000000..fb3cec34 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._4096-4351.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._4096-4351.pbf new file mode 100644 index 00000000..ee95963a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._40960-41215.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._40960-41215.pbf new file mode 100644 index 00000000..97175283 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._41216-41471.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._41216-41471.pbf new file mode 100644 index 00000000..dba64c67 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._41472-41727.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._41472-41727.pbf new file mode 100644 index 00000000..04a9d9b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._41728-41983.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._41728-41983.pbf new file mode 100644 index 00000000..c19219a2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._41984-42239.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._41984-42239.pbf new file mode 100644 index 00000000..0cb51e94 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._42240-42495.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._42240-42495.pbf new file mode 100644 index 00000000..7bbaa0e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._42496-42751.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._42496-42751.pbf new file mode 100644 index 00000000..0999c515 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._42752-43007.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._42752-43007.pbf new file mode 100644 index 00000000..2551f882 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._43008-43263.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._43008-43263.pbf new file mode 100644 index 00000000..d1f55c87 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._43264-43519.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._43264-43519.pbf new file mode 100644 index 00000000..df9e3d8c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._4352-4607.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._4352-4607.pbf new file mode 100644 index 00000000..c2b43d47 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._43520-43775.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._43520-43775.pbf new file mode 100644 index 00000000..e4d372c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._43776-44031.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._43776-44031.pbf new file mode 100644 index 00000000..8cab595f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._44032-44287.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._44032-44287.pbf new file mode 100644 index 00000000..acdfb312 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._44288-44543.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._44288-44543.pbf new file mode 100644 index 00000000..18404f5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._44544-44799.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._44544-44799.pbf new file mode 100644 index 00000000..fb7d253a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._44800-45055.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._44800-45055.pbf new file mode 100644 index 00000000..520e0d02 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._45056-45311.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._45056-45311.pbf new file mode 100644 index 00000000..2dce50d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._45312-45567.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._45312-45567.pbf new file mode 100644 index 00000000..0b95cd24 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._45568-45823.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._45568-45823.pbf new file mode 100644 index 00000000..3a9521dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._45824-46079.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._45824-46079.pbf new file mode 100644 index 00000000..8fef223a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._4608-4863.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._4608-4863.pbf new file mode 100644 index 00000000..6a298dba Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._46080-46335.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._46080-46335.pbf new file mode 100644 index 00000000..35c2bc71 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._46336-46591.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._46336-46591.pbf new file mode 100644 index 00000000..3567bce5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._46592-46847.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._46592-46847.pbf new file mode 100644 index 00000000..86293674 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._46848-47103.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._46848-47103.pbf new file mode 100644 index 00000000..ba1cd823 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._47104-47359.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._47104-47359.pbf new file mode 100644 index 00000000..ace07dc9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._47360-47615.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._47360-47615.pbf new file mode 100644 index 00000000..1827d16a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._47616-47871.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._47616-47871.pbf new file mode 100644 index 00000000..899d271e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._47872-48127.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._47872-48127.pbf new file mode 100644 index 00000000..edd5d9b6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._48128-48383.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._48128-48383.pbf new file mode 100644 index 00000000..1e7bdf4b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._48384-48639.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._48384-48639.pbf new file mode 100644 index 00000000..5474af85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._4864-5119.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._4864-5119.pbf new file mode 100644 index 00000000..b16bf9ec Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._48640-48895.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._48640-48895.pbf new file mode 100644 index 00000000..e3cc3a76 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._48896-49151.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._48896-49151.pbf new file mode 100644 index 00000000..a63d14e4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._49152-49407.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._49152-49407.pbf new file mode 100644 index 00000000..c65425f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._49408-49663.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._49408-49663.pbf new file mode 100644 index 00000000..0e75bec8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._49664-49919.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._49664-49919.pbf new file mode 100644 index 00000000..27cfaf2f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._49920-50175.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._49920-50175.pbf new file mode 100644 index 00000000..5464cb84 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._50176-50431.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._50176-50431.pbf new file mode 100644 index 00000000..c19de8ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._50432-50687.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._50432-50687.pbf new file mode 100644 index 00000000..e1a76bc2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._50688-50943.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._50688-50943.pbf new file mode 100644 index 00000000..0702ea49 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._50944-51199.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._50944-51199.pbf new file mode 100644 index 00000000..cd2f874d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._512-767.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._512-767.pbf new file mode 100644 index 00000000..2842bbe1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._5120-5375.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._5120-5375.pbf new file mode 100644 index 00000000..c89238ee Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._51200-51455.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._51200-51455.pbf new file mode 100644 index 00000000..58951dd8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._51456-51711.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._51456-51711.pbf new file mode 100644 index 00000000..96b52939 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._51712-51967.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._51712-51967.pbf new file mode 100644 index 00000000..f6a940d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._51968-52223.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._51968-52223.pbf new file mode 100644 index 00000000..e855ddfd Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._52224-52479.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._52224-52479.pbf new file mode 100644 index 00000000..723d5fb6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._52480-52735.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._52480-52735.pbf new file mode 100644 index 00000000..b4070b68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._52736-52991.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._52736-52991.pbf new file mode 100644 index 00000000..67fc29f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._52992-53247.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._52992-53247.pbf new file mode 100644 index 00000000..6f655ddc Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._53248-53503.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._53248-53503.pbf new file mode 100644 index 00000000..3ebd3ca3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._53504-53759.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._53504-53759.pbf new file mode 100644 index 00000000..f56cb025 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._5376-5631.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._5376-5631.pbf new file mode 100644 index 00000000..50b5edf1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._53760-54015.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._53760-54015.pbf new file mode 100644 index 00000000..d65004e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._54016-54271.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._54016-54271.pbf new file mode 100644 index 00000000..68135bc7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._54272-54527.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._54272-54527.pbf new file mode 100644 index 00000000..f76a4c6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._54528-54783.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._54528-54783.pbf new file mode 100644 index 00000000..08b594a2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._54784-55039.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._54784-55039.pbf new file mode 100644 index 00000000..2a05a386 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._55040-55295.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._55040-55295.pbf new file mode 100644 index 00000000..e66b406a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._55296-55551.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._55296-55551.pbf new file mode 100644 index 00000000..4342e0f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._55552-55807.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._55552-55807.pbf new file mode 100644 index 00000000..d607d818 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._55808-56063.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._55808-56063.pbf new file mode 100644 index 00000000..de87d159 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._56064-56319.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._56064-56319.pbf new file mode 100644 index 00000000..6a6a7f23 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._5632-5887.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._5632-5887.pbf new file mode 100644 index 00000000..6e0d5ecb Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._56320-56575.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._56320-56575.pbf new file mode 100644 index 00000000..5b1f0783 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._56576-56831.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._56576-56831.pbf new file mode 100644 index 00000000..55d98397 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._56832-57087.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._56832-57087.pbf new file mode 100644 index 00000000..0125ee56 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._57088-57343.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._57088-57343.pbf new file mode 100644 index 00000000..df89e093 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._57344-57599.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._57344-57599.pbf new file mode 100644 index 00000000..4bd6151b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._57600-57855.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._57600-57855.pbf new file mode 100644 index 00000000..9f93a361 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._57856-58111.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._57856-58111.pbf new file mode 100644 index 00000000..135760ed Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._58112-58367.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._58112-58367.pbf new file mode 100644 index 00000000..c1860b37 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._58368-58623.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._58368-58623.pbf new file mode 100644 index 00000000..45139c5b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._58624-58879.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._58624-58879.pbf new file mode 100644 index 00000000..5b8591ab Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._5888-6143.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._5888-6143.pbf new file mode 100644 index 00000000..7c74a770 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._58880-59135.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._58880-59135.pbf new file mode 100644 index 00000000..808a04c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._59136-59391.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._59136-59391.pbf new file mode 100644 index 00000000..4e929f3f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._59392-59647.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._59392-59647.pbf new file mode 100644 index 00000000..81caec09 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._59648-59903.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._59648-59903.pbf new file mode 100644 index 00000000..de7ba447 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._59904-60159.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._59904-60159.pbf new file mode 100644 index 00000000..d4f6a04f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._60160-60415.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._60160-60415.pbf new file mode 100644 index 00000000..aa51164a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._60416-60671.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._60416-60671.pbf new file mode 100644 index 00000000..e91a8c6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._60672-60927.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._60672-60927.pbf new file mode 100644 index 00000000..7a5c0862 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._60928-61183.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._60928-61183.pbf new file mode 100644 index 00000000..88b7037a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._61184-61439.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._61184-61439.pbf new file mode 100644 index 00000000..68abd842 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._6144-6399.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._6144-6399.pbf new file mode 100644 index 00000000..33f0c89c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._61440-61695.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._61440-61695.pbf new file mode 100644 index 00000000..27debb9d Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._61696-61951.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._61696-61951.pbf new file mode 100644 index 00000000..430c9d55 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._61952-62207.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._61952-62207.pbf new file mode 100644 index 00000000..0eeb01f9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._62208-62463.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._62208-62463.pbf new file mode 100644 index 00000000..c65bfe47 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._62464-62719.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._62464-62719.pbf new file mode 100644 index 00000000..88c528db Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._62720-62975.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._62720-62975.pbf new file mode 100644 index 00000000..b957ff4a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._62976-63231.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._62976-63231.pbf new file mode 100644 index 00000000..4789e1c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._63232-63487.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._63232-63487.pbf new file mode 100644 index 00000000..41f0ec3f Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._63488-63743.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._63488-63743.pbf new file mode 100644 index 00000000..87a2df99 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._63744-63999.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._63744-63999.pbf new file mode 100644 index 00000000..31fc30fa Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._6400-6655.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._6400-6655.pbf new file mode 100644 index 00000000..dbad59db Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._64000-64255.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._64000-64255.pbf new file mode 100644 index 00000000..173bfa39 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._64256-64511.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._64256-64511.pbf new file mode 100644 index 00000000..ff385b7c Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._64512-64767.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._64512-64767.pbf new file mode 100644 index 00000000..0be52685 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._64768-65023.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._64768-65023.pbf new file mode 100644 index 00000000..d8106f24 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._65024-65279.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._65024-65279.pbf new file mode 100644 index 00000000..ccf0f917 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._65280-65535.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._65280-65535.pbf new file mode 100644 index 00000000..2fb98d17 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._6656-6911.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._6656-6911.pbf new file mode 100644 index 00000000..55f97f13 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._6912-7167.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._6912-7167.pbf new file mode 100644 index 00000000..0b67b8f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._7168-7423.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._7168-7423.pbf new file mode 100644 index 00000000..617f2f56 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._7424-7679.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._7424-7679.pbf new file mode 100644 index 00000000..64a02c16 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._768-1023.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._768-1023.pbf new file mode 100644 index 00000000..be3bc42b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._7680-7935.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._7680-7935.pbf new file mode 100644 index 00000000..9d83bad2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._7936-8191.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._7936-8191.pbf new file mode 100644 index 00000000..e86a5b16 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._8192-8447.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._8192-8447.pbf new file mode 100644 index 00000000..3c695fef Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._8448-8703.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._8448-8703.pbf new file mode 100644 index 00000000..6cda12b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._8704-8959.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._8704-8959.pbf new file mode 100644 index 00000000..1540f86e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._8960-9215.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._8960-9215.pbf new file mode 100644 index 00000000..15c63a8e Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._9216-9471.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._9216-9471.pbf new file mode 100644 index 00000000..1f8d9a1a Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._9472-9727.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._9472-9727.pbf new file mode 100644 index 00000000..cda0f2d7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._9728-9983.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._9728-9983.pbf new file mode 100644 index 00000000..f2454aa7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKMediumItalic/._9984-10239.pbf b/maplibre/fonts/LEMONMILKMediumItalic/._9984-10239.pbf new file mode 100644 index 00000000..fd19913b Binary files /dev/null and b/maplibre/fonts/LEMONMILKMediumItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._0-255.pbf b/maplibre/fonts/LEMONMILKRegular/._0-255.pbf new file mode 100644 index 00000000..e1d15e75 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._1024-1279.pbf b/maplibre/fonts/LEMONMILKRegular/._1024-1279.pbf new file mode 100644 index 00000000..4eac40c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._10240-10495.pbf b/maplibre/fonts/LEMONMILKRegular/._10240-10495.pbf new file mode 100644 index 00000000..4564c9ae Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._10496-10751.pbf b/maplibre/fonts/LEMONMILKRegular/._10496-10751.pbf new file mode 100644 index 00000000..83c28218 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._10752-11007.pbf b/maplibre/fonts/LEMONMILKRegular/._10752-11007.pbf new file mode 100644 index 00000000..ee73dad0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._11008-11263.pbf b/maplibre/fonts/LEMONMILKRegular/._11008-11263.pbf new file mode 100644 index 00000000..eb73718a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._11264-11519.pbf b/maplibre/fonts/LEMONMILKRegular/._11264-11519.pbf new file mode 100644 index 00000000..07e63bc9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._11520-11775.pbf b/maplibre/fonts/LEMONMILKRegular/._11520-11775.pbf new file mode 100644 index 00000000..0886fcd4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._11776-12031.pbf b/maplibre/fonts/LEMONMILKRegular/._11776-12031.pbf new file mode 100644 index 00000000..e8ecea1d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._12032-12287.pbf b/maplibre/fonts/LEMONMILKRegular/._12032-12287.pbf new file mode 100644 index 00000000..920f586e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._12288-12543.pbf b/maplibre/fonts/LEMONMILKRegular/._12288-12543.pbf new file mode 100644 index 00000000..b460d921 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._12544-12799.pbf b/maplibre/fonts/LEMONMILKRegular/._12544-12799.pbf new file mode 100644 index 00000000..56f6b4ee Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._1280-1535.pbf b/maplibre/fonts/LEMONMILKRegular/._1280-1535.pbf new file mode 100644 index 00000000..4ab523c8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._12800-13055.pbf b/maplibre/fonts/LEMONMILKRegular/._12800-13055.pbf new file mode 100644 index 00000000..365d2648 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._13056-13311.pbf b/maplibre/fonts/LEMONMILKRegular/._13056-13311.pbf new file mode 100644 index 00000000..9d3333d6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._13312-13567.pbf b/maplibre/fonts/LEMONMILKRegular/._13312-13567.pbf new file mode 100644 index 00000000..4f9c14c5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._13568-13823.pbf b/maplibre/fonts/LEMONMILKRegular/._13568-13823.pbf new file mode 100644 index 00000000..2e358ad8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._13824-14079.pbf b/maplibre/fonts/LEMONMILKRegular/._13824-14079.pbf new file mode 100644 index 00000000..9b78eab7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._14080-14335.pbf b/maplibre/fonts/LEMONMILKRegular/._14080-14335.pbf new file mode 100644 index 00000000..7bff0680 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._14336-14591.pbf b/maplibre/fonts/LEMONMILKRegular/._14336-14591.pbf new file mode 100644 index 00000000..d7ae9d02 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._14592-14847.pbf b/maplibre/fonts/LEMONMILKRegular/._14592-14847.pbf new file mode 100644 index 00000000..c0ae6ff6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._14848-15103.pbf b/maplibre/fonts/LEMONMILKRegular/._14848-15103.pbf new file mode 100644 index 00000000..0eb6de39 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._15104-15359.pbf b/maplibre/fonts/LEMONMILKRegular/._15104-15359.pbf new file mode 100644 index 00000000..82a55e7e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._1536-1791.pbf b/maplibre/fonts/LEMONMILKRegular/._1536-1791.pbf new file mode 100644 index 00000000..de483e5c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._15360-15615.pbf b/maplibre/fonts/LEMONMILKRegular/._15360-15615.pbf new file mode 100644 index 00000000..d0e38a0b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._15616-15871.pbf b/maplibre/fonts/LEMONMILKRegular/._15616-15871.pbf new file mode 100644 index 00000000..3ed728da Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._15872-16127.pbf b/maplibre/fonts/LEMONMILKRegular/._15872-16127.pbf new file mode 100644 index 00000000..76dbf4c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._16128-16383.pbf b/maplibre/fonts/LEMONMILKRegular/._16128-16383.pbf new file mode 100644 index 00000000..4c398f68 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._16384-16639.pbf b/maplibre/fonts/LEMONMILKRegular/._16384-16639.pbf new file mode 100644 index 00000000..2ab0e0a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._16640-16895.pbf b/maplibre/fonts/LEMONMILKRegular/._16640-16895.pbf new file mode 100644 index 00000000..5528544a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._16896-17151.pbf b/maplibre/fonts/LEMONMILKRegular/._16896-17151.pbf new file mode 100644 index 00000000..d7c71c65 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._17152-17407.pbf b/maplibre/fonts/LEMONMILKRegular/._17152-17407.pbf new file mode 100644 index 00000000..3d064e01 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._17408-17663.pbf b/maplibre/fonts/LEMONMILKRegular/._17408-17663.pbf new file mode 100644 index 00000000..9457c5d5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._17664-17919.pbf b/maplibre/fonts/LEMONMILKRegular/._17664-17919.pbf new file mode 100644 index 00000000..14db7dbb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._1792-2047.pbf b/maplibre/fonts/LEMONMILKRegular/._1792-2047.pbf new file mode 100644 index 00000000..6cb8f2d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._17920-18175.pbf b/maplibre/fonts/LEMONMILKRegular/._17920-18175.pbf new file mode 100644 index 00000000..751dc76e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._18176-18431.pbf b/maplibre/fonts/LEMONMILKRegular/._18176-18431.pbf new file mode 100644 index 00000000..696f0170 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._18432-18687.pbf b/maplibre/fonts/LEMONMILKRegular/._18432-18687.pbf new file mode 100644 index 00000000..3f5a27c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._18688-18943.pbf b/maplibre/fonts/LEMONMILKRegular/._18688-18943.pbf new file mode 100644 index 00000000..804f89a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._18944-19199.pbf b/maplibre/fonts/LEMONMILKRegular/._18944-19199.pbf new file mode 100644 index 00000000..0344e327 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._19200-19455.pbf b/maplibre/fonts/LEMONMILKRegular/._19200-19455.pbf new file mode 100644 index 00000000..68d694d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._19456-19711.pbf b/maplibre/fonts/LEMONMILKRegular/._19456-19711.pbf new file mode 100644 index 00000000..af2b1477 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._19712-19967.pbf b/maplibre/fonts/LEMONMILKRegular/._19712-19967.pbf new file mode 100644 index 00000000..304d8e69 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._19968-20223.pbf b/maplibre/fonts/LEMONMILKRegular/._19968-20223.pbf new file mode 100644 index 00000000..ce9c36c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._20224-20479.pbf b/maplibre/fonts/LEMONMILKRegular/._20224-20479.pbf new file mode 100644 index 00000000..b4018990 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._2048-2303.pbf b/maplibre/fonts/LEMONMILKRegular/._2048-2303.pbf new file mode 100644 index 00000000..e98b3431 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._20480-20735.pbf b/maplibre/fonts/LEMONMILKRegular/._20480-20735.pbf new file mode 100644 index 00000000..824c79f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._20736-20991.pbf b/maplibre/fonts/LEMONMILKRegular/._20736-20991.pbf new file mode 100644 index 00000000..2f0b2eb8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._20992-21247.pbf b/maplibre/fonts/LEMONMILKRegular/._20992-21247.pbf new file mode 100644 index 00000000..32975f84 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._21248-21503.pbf b/maplibre/fonts/LEMONMILKRegular/._21248-21503.pbf new file mode 100644 index 00000000..bd767516 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._21504-21759.pbf b/maplibre/fonts/LEMONMILKRegular/._21504-21759.pbf new file mode 100644 index 00000000..c1e0e76f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._21760-22015.pbf b/maplibre/fonts/LEMONMILKRegular/._21760-22015.pbf new file mode 100644 index 00000000..f183e798 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._22016-22271.pbf b/maplibre/fonts/LEMONMILKRegular/._22016-22271.pbf new file mode 100644 index 00000000..6910df31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._22272-22527.pbf b/maplibre/fonts/LEMONMILKRegular/._22272-22527.pbf new file mode 100644 index 00000000..f889e83d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._22528-22783.pbf b/maplibre/fonts/LEMONMILKRegular/._22528-22783.pbf new file mode 100644 index 00000000..b7f59c46 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._22784-23039.pbf b/maplibre/fonts/LEMONMILKRegular/._22784-23039.pbf new file mode 100644 index 00000000..c6702a4f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._2304-2559.pbf b/maplibre/fonts/LEMONMILKRegular/._2304-2559.pbf new file mode 100644 index 00000000..47ab0aac Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._23040-23295.pbf b/maplibre/fonts/LEMONMILKRegular/._23040-23295.pbf new file mode 100644 index 00000000..6bbc44a6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._23296-23551.pbf b/maplibre/fonts/LEMONMILKRegular/._23296-23551.pbf new file mode 100644 index 00000000..cdc05c0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._23552-23807.pbf b/maplibre/fonts/LEMONMILKRegular/._23552-23807.pbf new file mode 100644 index 00000000..2afc4a48 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._23808-24063.pbf b/maplibre/fonts/LEMONMILKRegular/._23808-24063.pbf new file mode 100644 index 00000000..fe79dfcd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._24064-24319.pbf b/maplibre/fonts/LEMONMILKRegular/._24064-24319.pbf new file mode 100644 index 00000000..39bba7dd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._24320-24575.pbf b/maplibre/fonts/LEMONMILKRegular/._24320-24575.pbf new file mode 100644 index 00000000..6d5c42fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._24576-24831.pbf b/maplibre/fonts/LEMONMILKRegular/._24576-24831.pbf new file mode 100644 index 00000000..7295b924 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._24832-25087.pbf b/maplibre/fonts/LEMONMILKRegular/._24832-25087.pbf new file mode 100644 index 00000000..58ec14d5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._25088-25343.pbf b/maplibre/fonts/LEMONMILKRegular/._25088-25343.pbf new file mode 100644 index 00000000..925038a7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._25344-25599.pbf b/maplibre/fonts/LEMONMILKRegular/._25344-25599.pbf new file mode 100644 index 00000000..c7155f48 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._256-511.pbf b/maplibre/fonts/LEMONMILKRegular/._256-511.pbf new file mode 100644 index 00000000..5d06f56a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._2560-2815.pbf b/maplibre/fonts/LEMONMILKRegular/._2560-2815.pbf new file mode 100644 index 00000000..66427f5f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._25600-25855.pbf b/maplibre/fonts/LEMONMILKRegular/._25600-25855.pbf new file mode 100644 index 00000000..b09828c2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._25856-26111.pbf b/maplibre/fonts/LEMONMILKRegular/._25856-26111.pbf new file mode 100644 index 00000000..d1d860f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._26112-26367.pbf b/maplibre/fonts/LEMONMILKRegular/._26112-26367.pbf new file mode 100644 index 00000000..29e1f05d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._26368-26623.pbf b/maplibre/fonts/LEMONMILKRegular/._26368-26623.pbf new file mode 100644 index 00000000..9748e4c5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._26624-26879.pbf b/maplibre/fonts/LEMONMILKRegular/._26624-26879.pbf new file mode 100644 index 00000000..965c4c36 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._26880-27135.pbf b/maplibre/fonts/LEMONMILKRegular/._26880-27135.pbf new file mode 100644 index 00000000..feacf88b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._27136-27391.pbf b/maplibre/fonts/LEMONMILKRegular/._27136-27391.pbf new file mode 100644 index 00000000..b52c305c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._27392-27647.pbf b/maplibre/fonts/LEMONMILKRegular/._27392-27647.pbf new file mode 100644 index 00000000..9b8c7f37 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._27648-27903.pbf b/maplibre/fonts/LEMONMILKRegular/._27648-27903.pbf new file mode 100644 index 00000000..27fd35c8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._27904-28159.pbf b/maplibre/fonts/LEMONMILKRegular/._27904-28159.pbf new file mode 100644 index 00000000..6fc84f30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._2816-3071.pbf b/maplibre/fonts/LEMONMILKRegular/._2816-3071.pbf new file mode 100644 index 00000000..52d05444 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._28160-28415.pbf b/maplibre/fonts/LEMONMILKRegular/._28160-28415.pbf new file mode 100644 index 00000000..66e81f40 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._28416-28671.pbf b/maplibre/fonts/LEMONMILKRegular/._28416-28671.pbf new file mode 100644 index 00000000..44447efa Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._28672-28927.pbf b/maplibre/fonts/LEMONMILKRegular/._28672-28927.pbf new file mode 100644 index 00000000..d1a18530 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._28928-29183.pbf b/maplibre/fonts/LEMONMILKRegular/._28928-29183.pbf new file mode 100644 index 00000000..eab24d1e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._29184-29439.pbf b/maplibre/fonts/LEMONMILKRegular/._29184-29439.pbf new file mode 100644 index 00000000..76a31471 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._29440-29695.pbf b/maplibre/fonts/LEMONMILKRegular/._29440-29695.pbf new file mode 100644 index 00000000..cafe952a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._29696-29951.pbf b/maplibre/fonts/LEMONMILKRegular/._29696-29951.pbf new file mode 100644 index 00000000..a68aac72 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._29952-30207.pbf b/maplibre/fonts/LEMONMILKRegular/._29952-30207.pbf new file mode 100644 index 00000000..92a583bc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._30208-30463.pbf b/maplibre/fonts/LEMONMILKRegular/._30208-30463.pbf new file mode 100644 index 00000000..7927b1c4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._30464-30719.pbf b/maplibre/fonts/LEMONMILKRegular/._30464-30719.pbf new file mode 100644 index 00000000..d385a722 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._3072-3327.pbf b/maplibre/fonts/LEMONMILKRegular/._3072-3327.pbf new file mode 100644 index 00000000..c456b3de Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._30720-30975.pbf b/maplibre/fonts/LEMONMILKRegular/._30720-30975.pbf new file mode 100644 index 00000000..25a2a37e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._30976-31231.pbf b/maplibre/fonts/LEMONMILKRegular/._30976-31231.pbf new file mode 100644 index 00000000..cd7d8bca Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._31232-31487.pbf b/maplibre/fonts/LEMONMILKRegular/._31232-31487.pbf new file mode 100644 index 00000000..2e52aa5c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._31488-31743.pbf b/maplibre/fonts/LEMONMILKRegular/._31488-31743.pbf new file mode 100644 index 00000000..45a1041b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._31744-31999.pbf b/maplibre/fonts/LEMONMILKRegular/._31744-31999.pbf new file mode 100644 index 00000000..badd5908 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._32000-32255.pbf b/maplibre/fonts/LEMONMILKRegular/._32000-32255.pbf new file mode 100644 index 00000000..5c0067a1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._32256-32511.pbf b/maplibre/fonts/LEMONMILKRegular/._32256-32511.pbf new file mode 100644 index 00000000..2b4649de Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._32512-32767.pbf b/maplibre/fonts/LEMONMILKRegular/._32512-32767.pbf new file mode 100644 index 00000000..1241eab4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._32768-33023.pbf b/maplibre/fonts/LEMONMILKRegular/._32768-33023.pbf new file mode 100644 index 00000000..526b87e1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._33024-33279.pbf b/maplibre/fonts/LEMONMILKRegular/._33024-33279.pbf new file mode 100644 index 00000000..f48421ac Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._3328-3583.pbf b/maplibre/fonts/LEMONMILKRegular/._3328-3583.pbf new file mode 100644 index 00000000..a2800a5a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._33280-33535.pbf b/maplibre/fonts/LEMONMILKRegular/._33280-33535.pbf new file mode 100644 index 00000000..abbb8292 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._33536-33791.pbf b/maplibre/fonts/LEMONMILKRegular/._33536-33791.pbf new file mode 100644 index 00000000..cb6fa14b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._33792-34047.pbf b/maplibre/fonts/LEMONMILKRegular/._33792-34047.pbf new file mode 100644 index 00000000..4fff11d7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._34048-34303.pbf b/maplibre/fonts/LEMONMILKRegular/._34048-34303.pbf new file mode 100644 index 00000000..82fc609e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._34304-34559.pbf b/maplibre/fonts/LEMONMILKRegular/._34304-34559.pbf new file mode 100644 index 00000000..10c27d3e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._34560-34815.pbf b/maplibre/fonts/LEMONMILKRegular/._34560-34815.pbf new file mode 100644 index 00000000..4f4a81fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._34816-35071.pbf b/maplibre/fonts/LEMONMILKRegular/._34816-35071.pbf new file mode 100644 index 00000000..0d5c58af Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._35072-35327.pbf b/maplibre/fonts/LEMONMILKRegular/._35072-35327.pbf new file mode 100644 index 00000000..5013856b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._35328-35583.pbf b/maplibre/fonts/LEMONMILKRegular/._35328-35583.pbf new file mode 100644 index 00000000..0d13cc29 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._35584-35839.pbf b/maplibre/fonts/LEMONMILKRegular/._35584-35839.pbf new file mode 100644 index 00000000..b8dcc5ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._3584-3839.pbf b/maplibre/fonts/LEMONMILKRegular/._3584-3839.pbf new file mode 100644 index 00000000..6420b4d8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._35840-36095.pbf b/maplibre/fonts/LEMONMILKRegular/._35840-36095.pbf new file mode 100644 index 00000000..7f0fbcee Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._36096-36351.pbf b/maplibre/fonts/LEMONMILKRegular/._36096-36351.pbf new file mode 100644 index 00000000..47b6fc05 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._36352-36607.pbf b/maplibre/fonts/LEMONMILKRegular/._36352-36607.pbf new file mode 100644 index 00000000..4e2910f8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._36608-36863.pbf b/maplibre/fonts/LEMONMILKRegular/._36608-36863.pbf new file mode 100644 index 00000000..8d7ba76c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._36864-37119.pbf b/maplibre/fonts/LEMONMILKRegular/._36864-37119.pbf new file mode 100644 index 00000000..7c7bdbe2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._37120-37375.pbf b/maplibre/fonts/LEMONMILKRegular/._37120-37375.pbf new file mode 100644 index 00000000..1f685479 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._37376-37631.pbf b/maplibre/fonts/LEMONMILKRegular/._37376-37631.pbf new file mode 100644 index 00000000..7f7b0405 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._37632-37887.pbf b/maplibre/fonts/LEMONMILKRegular/._37632-37887.pbf new file mode 100644 index 00000000..07683ce0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._37888-38143.pbf b/maplibre/fonts/LEMONMILKRegular/._37888-38143.pbf new file mode 100644 index 00000000..fd840c90 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._38144-38399.pbf b/maplibre/fonts/LEMONMILKRegular/._38144-38399.pbf new file mode 100644 index 00000000..e595f29f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._3840-4095.pbf b/maplibre/fonts/LEMONMILKRegular/._3840-4095.pbf new file mode 100644 index 00000000..712e84f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._38400-38655.pbf b/maplibre/fonts/LEMONMILKRegular/._38400-38655.pbf new file mode 100644 index 00000000..d0298aff Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._38656-38911.pbf b/maplibre/fonts/LEMONMILKRegular/._38656-38911.pbf new file mode 100644 index 00000000..9def0be5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._38912-39167.pbf b/maplibre/fonts/LEMONMILKRegular/._38912-39167.pbf new file mode 100644 index 00000000..3a11938b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._39168-39423.pbf b/maplibre/fonts/LEMONMILKRegular/._39168-39423.pbf new file mode 100644 index 00000000..f7124027 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._39424-39679.pbf b/maplibre/fonts/LEMONMILKRegular/._39424-39679.pbf new file mode 100644 index 00000000..0b0ae088 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._39680-39935.pbf b/maplibre/fonts/LEMONMILKRegular/._39680-39935.pbf new file mode 100644 index 00000000..115b841c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._39936-40191.pbf b/maplibre/fonts/LEMONMILKRegular/._39936-40191.pbf new file mode 100644 index 00000000..fb691545 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._40192-40447.pbf b/maplibre/fonts/LEMONMILKRegular/._40192-40447.pbf new file mode 100644 index 00000000..7694d5f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._40448-40703.pbf b/maplibre/fonts/LEMONMILKRegular/._40448-40703.pbf new file mode 100644 index 00000000..51cec90d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._40704-40959.pbf b/maplibre/fonts/LEMONMILKRegular/._40704-40959.pbf new file mode 100644 index 00000000..552cc47a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._4096-4351.pbf b/maplibre/fonts/LEMONMILKRegular/._4096-4351.pbf new file mode 100644 index 00000000..be58ef62 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._40960-41215.pbf b/maplibre/fonts/LEMONMILKRegular/._40960-41215.pbf new file mode 100644 index 00000000..813fec5e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._41216-41471.pbf b/maplibre/fonts/LEMONMILKRegular/._41216-41471.pbf new file mode 100644 index 00000000..c9e4cbd0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._41472-41727.pbf b/maplibre/fonts/LEMONMILKRegular/._41472-41727.pbf new file mode 100644 index 00000000..c78fba02 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._41728-41983.pbf b/maplibre/fonts/LEMONMILKRegular/._41728-41983.pbf new file mode 100644 index 00000000..b2064e35 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._41984-42239.pbf b/maplibre/fonts/LEMONMILKRegular/._41984-42239.pbf new file mode 100644 index 00000000..a4786938 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._42240-42495.pbf b/maplibre/fonts/LEMONMILKRegular/._42240-42495.pbf new file mode 100644 index 00000000..6bfe600a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._42496-42751.pbf b/maplibre/fonts/LEMONMILKRegular/._42496-42751.pbf new file mode 100644 index 00000000..d8082656 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._42752-43007.pbf b/maplibre/fonts/LEMONMILKRegular/._42752-43007.pbf new file mode 100644 index 00000000..467ccbcf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._43008-43263.pbf b/maplibre/fonts/LEMONMILKRegular/._43008-43263.pbf new file mode 100644 index 00000000..04cc6638 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._43264-43519.pbf b/maplibre/fonts/LEMONMILKRegular/._43264-43519.pbf new file mode 100644 index 00000000..9fad80f7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._4352-4607.pbf b/maplibre/fonts/LEMONMILKRegular/._4352-4607.pbf new file mode 100644 index 00000000..16d89bd8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._43520-43775.pbf b/maplibre/fonts/LEMONMILKRegular/._43520-43775.pbf new file mode 100644 index 00000000..4c94cde6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._43776-44031.pbf b/maplibre/fonts/LEMONMILKRegular/._43776-44031.pbf new file mode 100644 index 00000000..58ae8717 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._44032-44287.pbf b/maplibre/fonts/LEMONMILKRegular/._44032-44287.pbf new file mode 100644 index 00000000..bce23067 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._44288-44543.pbf b/maplibre/fonts/LEMONMILKRegular/._44288-44543.pbf new file mode 100644 index 00000000..98873469 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._44544-44799.pbf b/maplibre/fonts/LEMONMILKRegular/._44544-44799.pbf new file mode 100644 index 00000000..2e896915 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._44800-45055.pbf b/maplibre/fonts/LEMONMILKRegular/._44800-45055.pbf new file mode 100644 index 00000000..907f237a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._45056-45311.pbf b/maplibre/fonts/LEMONMILKRegular/._45056-45311.pbf new file mode 100644 index 00000000..5b2c2d2f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._45312-45567.pbf b/maplibre/fonts/LEMONMILKRegular/._45312-45567.pbf new file mode 100644 index 00000000..0544e88a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._45568-45823.pbf b/maplibre/fonts/LEMONMILKRegular/._45568-45823.pbf new file mode 100644 index 00000000..df47e056 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._45824-46079.pbf b/maplibre/fonts/LEMONMILKRegular/._45824-46079.pbf new file mode 100644 index 00000000..5153f8d1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._4608-4863.pbf b/maplibre/fonts/LEMONMILKRegular/._4608-4863.pbf new file mode 100644 index 00000000..ba962974 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._46080-46335.pbf b/maplibre/fonts/LEMONMILKRegular/._46080-46335.pbf new file mode 100644 index 00000000..b4b539af Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._46336-46591.pbf b/maplibre/fonts/LEMONMILKRegular/._46336-46591.pbf new file mode 100644 index 00000000..3a7e7bda Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._46592-46847.pbf b/maplibre/fonts/LEMONMILKRegular/._46592-46847.pbf new file mode 100644 index 00000000..cc8d57b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._46848-47103.pbf b/maplibre/fonts/LEMONMILKRegular/._46848-47103.pbf new file mode 100644 index 00000000..e68ca710 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._47104-47359.pbf b/maplibre/fonts/LEMONMILKRegular/._47104-47359.pbf new file mode 100644 index 00000000..1f6ad147 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._47360-47615.pbf b/maplibre/fonts/LEMONMILKRegular/._47360-47615.pbf new file mode 100644 index 00000000..a9d511ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._47616-47871.pbf b/maplibre/fonts/LEMONMILKRegular/._47616-47871.pbf new file mode 100644 index 00000000..1dbf72b7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._47872-48127.pbf b/maplibre/fonts/LEMONMILKRegular/._47872-48127.pbf new file mode 100644 index 00000000..857b82b4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._48128-48383.pbf b/maplibre/fonts/LEMONMILKRegular/._48128-48383.pbf new file mode 100644 index 00000000..53e47193 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._48384-48639.pbf b/maplibre/fonts/LEMONMILKRegular/._48384-48639.pbf new file mode 100644 index 00000000..a403caca Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._4864-5119.pbf b/maplibre/fonts/LEMONMILKRegular/._4864-5119.pbf new file mode 100644 index 00000000..03afdae9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._48640-48895.pbf b/maplibre/fonts/LEMONMILKRegular/._48640-48895.pbf new file mode 100644 index 00000000..5ae66715 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._48896-49151.pbf b/maplibre/fonts/LEMONMILKRegular/._48896-49151.pbf new file mode 100644 index 00000000..269cb240 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._49152-49407.pbf b/maplibre/fonts/LEMONMILKRegular/._49152-49407.pbf new file mode 100644 index 00000000..7dc2c02e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._49408-49663.pbf b/maplibre/fonts/LEMONMILKRegular/._49408-49663.pbf new file mode 100644 index 00000000..f7303493 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._49664-49919.pbf b/maplibre/fonts/LEMONMILKRegular/._49664-49919.pbf new file mode 100644 index 00000000..b160edd1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._49920-50175.pbf b/maplibre/fonts/LEMONMILKRegular/._49920-50175.pbf new file mode 100644 index 00000000..7b8f9ad5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._50176-50431.pbf b/maplibre/fonts/LEMONMILKRegular/._50176-50431.pbf new file mode 100644 index 00000000..ab6555fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._50432-50687.pbf b/maplibre/fonts/LEMONMILKRegular/._50432-50687.pbf new file mode 100644 index 00000000..820fa34e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._50688-50943.pbf b/maplibre/fonts/LEMONMILKRegular/._50688-50943.pbf new file mode 100644 index 00000000..c8a46a16 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._50944-51199.pbf b/maplibre/fonts/LEMONMILKRegular/._50944-51199.pbf new file mode 100644 index 00000000..6d94a770 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._512-767.pbf b/maplibre/fonts/LEMONMILKRegular/._512-767.pbf new file mode 100644 index 00000000..f0d4567b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._5120-5375.pbf b/maplibre/fonts/LEMONMILKRegular/._5120-5375.pbf new file mode 100644 index 00000000..0681be80 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._51200-51455.pbf b/maplibre/fonts/LEMONMILKRegular/._51200-51455.pbf new file mode 100644 index 00000000..7dc32928 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._51456-51711.pbf b/maplibre/fonts/LEMONMILKRegular/._51456-51711.pbf new file mode 100644 index 00000000..225f5897 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._51712-51967.pbf b/maplibre/fonts/LEMONMILKRegular/._51712-51967.pbf new file mode 100644 index 00000000..50e4395e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._51968-52223.pbf b/maplibre/fonts/LEMONMILKRegular/._51968-52223.pbf new file mode 100644 index 00000000..c5cadf4d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._52224-52479.pbf b/maplibre/fonts/LEMONMILKRegular/._52224-52479.pbf new file mode 100644 index 00000000..d9010669 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._52480-52735.pbf b/maplibre/fonts/LEMONMILKRegular/._52480-52735.pbf new file mode 100644 index 00000000..bffe937e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._52736-52991.pbf b/maplibre/fonts/LEMONMILKRegular/._52736-52991.pbf new file mode 100644 index 00000000..8a2e7318 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._52992-53247.pbf b/maplibre/fonts/LEMONMILKRegular/._52992-53247.pbf new file mode 100644 index 00000000..9ebf5c2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._53248-53503.pbf b/maplibre/fonts/LEMONMILKRegular/._53248-53503.pbf new file mode 100644 index 00000000..3a83f857 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._53504-53759.pbf b/maplibre/fonts/LEMONMILKRegular/._53504-53759.pbf new file mode 100644 index 00000000..919c0529 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._5376-5631.pbf b/maplibre/fonts/LEMONMILKRegular/._5376-5631.pbf new file mode 100644 index 00000000..61e1ec0a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._53760-54015.pbf b/maplibre/fonts/LEMONMILKRegular/._53760-54015.pbf new file mode 100644 index 00000000..227bb309 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._54016-54271.pbf b/maplibre/fonts/LEMONMILKRegular/._54016-54271.pbf new file mode 100644 index 00000000..11dad56b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._54272-54527.pbf b/maplibre/fonts/LEMONMILKRegular/._54272-54527.pbf new file mode 100644 index 00000000..f62f61c0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._54528-54783.pbf b/maplibre/fonts/LEMONMILKRegular/._54528-54783.pbf new file mode 100644 index 00000000..c5f7a2f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._54784-55039.pbf b/maplibre/fonts/LEMONMILKRegular/._54784-55039.pbf new file mode 100644 index 00000000..2bca8cc0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._55040-55295.pbf b/maplibre/fonts/LEMONMILKRegular/._55040-55295.pbf new file mode 100644 index 00000000..726a4de5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._55296-55551.pbf b/maplibre/fonts/LEMONMILKRegular/._55296-55551.pbf new file mode 100644 index 00000000..627b8596 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._55552-55807.pbf b/maplibre/fonts/LEMONMILKRegular/._55552-55807.pbf new file mode 100644 index 00000000..c91e34d4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._55808-56063.pbf b/maplibre/fonts/LEMONMILKRegular/._55808-56063.pbf new file mode 100644 index 00000000..f75d1eb8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._56064-56319.pbf b/maplibre/fonts/LEMONMILKRegular/._56064-56319.pbf new file mode 100644 index 00000000..5f725198 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._5632-5887.pbf b/maplibre/fonts/LEMONMILKRegular/._5632-5887.pbf new file mode 100644 index 00000000..cf530fb2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._56320-56575.pbf b/maplibre/fonts/LEMONMILKRegular/._56320-56575.pbf new file mode 100644 index 00000000..21099b28 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._56576-56831.pbf b/maplibre/fonts/LEMONMILKRegular/._56576-56831.pbf new file mode 100644 index 00000000..377342b0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._56832-57087.pbf b/maplibre/fonts/LEMONMILKRegular/._56832-57087.pbf new file mode 100644 index 00000000..b7b0ae15 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._57088-57343.pbf b/maplibre/fonts/LEMONMILKRegular/._57088-57343.pbf new file mode 100644 index 00000000..cf15cb43 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._57344-57599.pbf b/maplibre/fonts/LEMONMILKRegular/._57344-57599.pbf new file mode 100644 index 00000000..80cc177d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._57600-57855.pbf b/maplibre/fonts/LEMONMILKRegular/._57600-57855.pbf new file mode 100644 index 00000000..ad743e79 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._57856-58111.pbf b/maplibre/fonts/LEMONMILKRegular/._57856-58111.pbf new file mode 100644 index 00000000..158f6a49 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._58112-58367.pbf b/maplibre/fonts/LEMONMILKRegular/._58112-58367.pbf new file mode 100644 index 00000000..b93a637b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._58368-58623.pbf b/maplibre/fonts/LEMONMILKRegular/._58368-58623.pbf new file mode 100644 index 00000000..64249734 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._58624-58879.pbf b/maplibre/fonts/LEMONMILKRegular/._58624-58879.pbf new file mode 100644 index 00000000..b999c0e0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._5888-6143.pbf b/maplibre/fonts/LEMONMILKRegular/._5888-6143.pbf new file mode 100644 index 00000000..96e382da Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._58880-59135.pbf b/maplibre/fonts/LEMONMILKRegular/._58880-59135.pbf new file mode 100644 index 00000000..41742e70 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._59136-59391.pbf b/maplibre/fonts/LEMONMILKRegular/._59136-59391.pbf new file mode 100644 index 00000000..72118281 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._59392-59647.pbf b/maplibre/fonts/LEMONMILKRegular/._59392-59647.pbf new file mode 100644 index 00000000..64c0d7ad Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._59648-59903.pbf b/maplibre/fonts/LEMONMILKRegular/._59648-59903.pbf new file mode 100644 index 00000000..0481f660 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._59904-60159.pbf b/maplibre/fonts/LEMONMILKRegular/._59904-60159.pbf new file mode 100644 index 00000000..f42cf198 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._60160-60415.pbf b/maplibre/fonts/LEMONMILKRegular/._60160-60415.pbf new file mode 100644 index 00000000..c19c4943 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._60416-60671.pbf b/maplibre/fonts/LEMONMILKRegular/._60416-60671.pbf new file mode 100644 index 00000000..af8cbbbc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._60672-60927.pbf b/maplibre/fonts/LEMONMILKRegular/._60672-60927.pbf new file mode 100644 index 00000000..0d08aab2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._60928-61183.pbf b/maplibre/fonts/LEMONMILKRegular/._60928-61183.pbf new file mode 100644 index 00000000..7498e752 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._61184-61439.pbf b/maplibre/fonts/LEMONMILKRegular/._61184-61439.pbf new file mode 100644 index 00000000..b43fc514 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._6144-6399.pbf b/maplibre/fonts/LEMONMILKRegular/._6144-6399.pbf new file mode 100644 index 00000000..2b7208e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._61440-61695.pbf b/maplibre/fonts/LEMONMILKRegular/._61440-61695.pbf new file mode 100644 index 00000000..5d44453a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._61696-61951.pbf b/maplibre/fonts/LEMONMILKRegular/._61696-61951.pbf new file mode 100644 index 00000000..e1ea2d66 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._61952-62207.pbf b/maplibre/fonts/LEMONMILKRegular/._61952-62207.pbf new file mode 100644 index 00000000..527fd9f3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._62208-62463.pbf b/maplibre/fonts/LEMONMILKRegular/._62208-62463.pbf new file mode 100644 index 00000000..d8458180 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._62464-62719.pbf b/maplibre/fonts/LEMONMILKRegular/._62464-62719.pbf new file mode 100644 index 00000000..8cb7c63d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._62720-62975.pbf b/maplibre/fonts/LEMONMILKRegular/._62720-62975.pbf new file mode 100644 index 00000000..69188411 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._62976-63231.pbf b/maplibre/fonts/LEMONMILKRegular/._62976-63231.pbf new file mode 100644 index 00000000..9e3c6df7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._63232-63487.pbf b/maplibre/fonts/LEMONMILKRegular/._63232-63487.pbf new file mode 100644 index 00000000..02878749 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._63488-63743.pbf b/maplibre/fonts/LEMONMILKRegular/._63488-63743.pbf new file mode 100644 index 00000000..e8fef81e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._63744-63999.pbf b/maplibre/fonts/LEMONMILKRegular/._63744-63999.pbf new file mode 100644 index 00000000..8faedb3a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._6400-6655.pbf b/maplibre/fonts/LEMONMILKRegular/._6400-6655.pbf new file mode 100644 index 00000000..378e3be7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._64000-64255.pbf b/maplibre/fonts/LEMONMILKRegular/._64000-64255.pbf new file mode 100644 index 00000000..d3d5f5bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._64256-64511.pbf b/maplibre/fonts/LEMONMILKRegular/._64256-64511.pbf new file mode 100644 index 00000000..ff234fdf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._64512-64767.pbf b/maplibre/fonts/LEMONMILKRegular/._64512-64767.pbf new file mode 100644 index 00000000..6c54a529 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._64768-65023.pbf b/maplibre/fonts/LEMONMILKRegular/._64768-65023.pbf new file mode 100644 index 00000000..87fa6f90 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._65024-65279.pbf b/maplibre/fonts/LEMONMILKRegular/._65024-65279.pbf new file mode 100644 index 00000000..6cefbefa Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._65280-65535.pbf b/maplibre/fonts/LEMONMILKRegular/._65280-65535.pbf new file mode 100644 index 00000000..5d14c362 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._6656-6911.pbf b/maplibre/fonts/LEMONMILKRegular/._6656-6911.pbf new file mode 100644 index 00000000..18bb6f2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._6912-7167.pbf b/maplibre/fonts/LEMONMILKRegular/._6912-7167.pbf new file mode 100644 index 00000000..1c03ff7e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._7168-7423.pbf b/maplibre/fonts/LEMONMILKRegular/._7168-7423.pbf new file mode 100644 index 00000000..25239d5a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._7424-7679.pbf b/maplibre/fonts/LEMONMILKRegular/._7424-7679.pbf new file mode 100644 index 00000000..18e5b209 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._768-1023.pbf b/maplibre/fonts/LEMONMILKRegular/._768-1023.pbf new file mode 100644 index 00000000..aabf1db4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._7680-7935.pbf b/maplibre/fonts/LEMONMILKRegular/._7680-7935.pbf new file mode 100644 index 00000000..9afdf83e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._7936-8191.pbf b/maplibre/fonts/LEMONMILKRegular/._7936-8191.pbf new file mode 100644 index 00000000..1f528bea Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._8192-8447.pbf b/maplibre/fonts/LEMONMILKRegular/._8192-8447.pbf new file mode 100644 index 00000000..e887b9eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._8448-8703.pbf b/maplibre/fonts/LEMONMILKRegular/._8448-8703.pbf new file mode 100644 index 00000000..244e0fa2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._8704-8959.pbf b/maplibre/fonts/LEMONMILKRegular/._8704-8959.pbf new file mode 100644 index 00000000..d806879a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._8960-9215.pbf b/maplibre/fonts/LEMONMILKRegular/._8960-9215.pbf new file mode 100644 index 00000000..f6407c71 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._9216-9471.pbf b/maplibre/fonts/LEMONMILKRegular/._9216-9471.pbf new file mode 100644 index 00000000..60106fb8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._9472-9727.pbf b/maplibre/fonts/LEMONMILKRegular/._9472-9727.pbf new file mode 100644 index 00000000..df80bd5a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._9728-9983.pbf b/maplibre/fonts/LEMONMILKRegular/._9728-9983.pbf new file mode 100644 index 00000000..2e6fd522 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegular/._9984-10239.pbf b/maplibre/fonts/LEMONMILKRegular/._9984-10239.pbf new file mode 100644 index 00000000..adda0635 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegular/._9984-10239.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._0-255.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._0-255.pbf new file mode 100644 index 00000000..5bfd24c6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._0-255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._1024-1279.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._1024-1279.pbf new file mode 100644 index 00000000..8296824b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._10240-10495.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._10240-10495.pbf new file mode 100644 index 00000000..22f71fe8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._10496-10751.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._10496-10751.pbf new file mode 100644 index 00000000..fd4df8fe Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._10752-11007.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._10752-11007.pbf new file mode 100644 index 00000000..6ec2abdf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._11008-11263.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._11008-11263.pbf new file mode 100644 index 00000000..07c2021e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._11264-11519.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._11264-11519.pbf new file mode 100644 index 00000000..08eadd1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._11520-11775.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._11520-11775.pbf new file mode 100644 index 00000000..95f1fe54 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._11776-12031.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._11776-12031.pbf new file mode 100644 index 00000000..1510c6da Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._12032-12287.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._12032-12287.pbf new file mode 100644 index 00000000..983f093e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._12288-12543.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._12288-12543.pbf new file mode 100644 index 00000000..60e88904 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._12544-12799.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._12544-12799.pbf new file mode 100644 index 00000000..0f674736 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._1280-1535.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._1280-1535.pbf new file mode 100644 index 00000000..dd4883a0 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._12800-13055.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._12800-13055.pbf new file mode 100644 index 00000000..94ca2260 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._13056-13311.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._13056-13311.pbf new file mode 100644 index 00000000..06a75ff8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._13312-13567.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._13312-13567.pbf new file mode 100644 index 00000000..0dcd3bae Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._13568-13823.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._13568-13823.pbf new file mode 100644 index 00000000..16f73386 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._13824-14079.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._13824-14079.pbf new file mode 100644 index 00000000..f8b23222 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._14080-14335.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._14080-14335.pbf new file mode 100644 index 00000000..ad47f1e2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._14336-14591.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._14336-14591.pbf new file mode 100644 index 00000000..8f3ef06a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._14592-14847.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._14592-14847.pbf new file mode 100644 index 00000000..28a24ef3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._14848-15103.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._14848-15103.pbf new file mode 100644 index 00000000..5a65f9b5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._15104-15359.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._15104-15359.pbf new file mode 100644 index 00000000..ddd03b05 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._1536-1791.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._1536-1791.pbf new file mode 100644 index 00000000..60573509 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._15360-15615.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._15360-15615.pbf new file mode 100644 index 00000000..b36bd73d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._15616-15871.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._15616-15871.pbf new file mode 100644 index 00000000..4569fc08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._15872-16127.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._15872-16127.pbf new file mode 100644 index 00000000..92c6fcb9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._16128-16383.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._16128-16383.pbf new file mode 100644 index 00000000..cc5f79f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._16384-16639.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._16384-16639.pbf new file mode 100644 index 00000000..4ff95154 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._16640-16895.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._16640-16895.pbf new file mode 100644 index 00000000..2ccf7344 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._16896-17151.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._16896-17151.pbf new file mode 100644 index 00000000..f12b3b94 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._17152-17407.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._17152-17407.pbf new file mode 100644 index 00000000..3406b368 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._17408-17663.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._17408-17663.pbf new file mode 100644 index 00000000..d7cb6cbb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._17664-17919.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._17664-17919.pbf new file mode 100644 index 00000000..58f722fb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._1792-2047.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._1792-2047.pbf new file mode 100644 index 00000000..4a8af912 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._17920-18175.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._17920-18175.pbf new file mode 100644 index 00000000..b0f4688f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._18176-18431.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._18176-18431.pbf new file mode 100644 index 00000000..fc38af41 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._18432-18687.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._18432-18687.pbf new file mode 100644 index 00000000..68f611a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._18688-18943.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._18688-18943.pbf new file mode 100644 index 00000000..1e6fd159 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._18944-19199.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._18944-19199.pbf new file mode 100644 index 00000000..c456668c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._19200-19455.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._19200-19455.pbf new file mode 100644 index 00000000..0cedd786 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._19456-19711.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._19456-19711.pbf new file mode 100644 index 00000000..5dbdd783 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._19712-19967.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._19712-19967.pbf new file mode 100644 index 00000000..d582ab8a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._19968-20223.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._19968-20223.pbf new file mode 100644 index 00000000..ddacb301 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._20224-20479.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._20224-20479.pbf new file mode 100644 index 00000000..7f0fad73 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._2048-2303.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._2048-2303.pbf new file mode 100644 index 00000000..a904e1eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._20480-20735.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._20480-20735.pbf new file mode 100644 index 00000000..1a175b30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._20736-20991.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._20736-20991.pbf new file mode 100644 index 00000000..ea84bbab Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._20992-21247.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._20992-21247.pbf new file mode 100644 index 00000000..2cd80727 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._21248-21503.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._21248-21503.pbf new file mode 100644 index 00000000..1b68b365 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._21504-21759.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._21504-21759.pbf new file mode 100644 index 00000000..a032bd1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._21760-22015.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._21760-22015.pbf new file mode 100644 index 00000000..28259835 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._22016-22271.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._22016-22271.pbf new file mode 100644 index 00000000..d445de15 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._22272-22527.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._22272-22527.pbf new file mode 100644 index 00000000..9ae17afe Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._22528-22783.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._22528-22783.pbf new file mode 100644 index 00000000..04c052af Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._22784-23039.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._22784-23039.pbf new file mode 100644 index 00000000..ccf26f03 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._2304-2559.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._2304-2559.pbf new file mode 100644 index 00000000..fc7f0afc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._23040-23295.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._23040-23295.pbf new file mode 100644 index 00000000..8d606c30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._23296-23551.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._23296-23551.pbf new file mode 100644 index 00000000..18ed199b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._23552-23807.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._23552-23807.pbf new file mode 100644 index 00000000..88fba4b3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._23808-24063.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._23808-24063.pbf new file mode 100644 index 00000000..5b239988 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._24064-24319.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._24064-24319.pbf new file mode 100644 index 00000000..61522c55 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._24320-24575.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._24320-24575.pbf new file mode 100644 index 00000000..cfe99f24 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._24576-24831.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._24576-24831.pbf new file mode 100644 index 00000000..b651337f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._24832-25087.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._24832-25087.pbf new file mode 100644 index 00000000..daf0332a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._25088-25343.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._25088-25343.pbf new file mode 100644 index 00000000..9a6d9fb7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._25344-25599.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._25344-25599.pbf new file mode 100644 index 00000000..7b9453ca Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._256-511.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._256-511.pbf new file mode 100644 index 00000000..1483c40e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._256-511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._2560-2815.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._2560-2815.pbf new file mode 100644 index 00000000..2f5833f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._25600-25855.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._25600-25855.pbf new file mode 100644 index 00000000..f956f43f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._25856-26111.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._25856-26111.pbf new file mode 100644 index 00000000..7f7f92f2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._26112-26367.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._26112-26367.pbf new file mode 100644 index 00000000..5380cb66 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._26368-26623.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._26368-26623.pbf new file mode 100644 index 00000000..6f2551eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._26624-26879.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._26624-26879.pbf new file mode 100644 index 00000000..79308f2f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._26880-27135.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._26880-27135.pbf new file mode 100644 index 00000000..f4461495 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._27136-27391.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._27136-27391.pbf new file mode 100644 index 00000000..f225660f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._27392-27647.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._27392-27647.pbf new file mode 100644 index 00000000..845fd060 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._27648-27903.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._27648-27903.pbf new file mode 100644 index 00000000..c0d8446d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._27904-28159.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._27904-28159.pbf new file mode 100644 index 00000000..16877eb3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._2816-3071.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._2816-3071.pbf new file mode 100644 index 00000000..8aa1d213 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._28160-28415.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._28160-28415.pbf new file mode 100644 index 00000000..255d3675 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._28416-28671.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._28416-28671.pbf new file mode 100644 index 00000000..61eec4eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._28672-28927.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._28672-28927.pbf new file mode 100644 index 00000000..81faebda Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._28928-29183.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._28928-29183.pbf new file mode 100644 index 00000000..f66db9d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._29184-29439.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._29184-29439.pbf new file mode 100644 index 00000000..30da55f9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._29440-29695.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._29440-29695.pbf new file mode 100644 index 00000000..cf69c188 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._29696-29951.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._29696-29951.pbf new file mode 100644 index 00000000..a7577e0d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._29952-30207.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._29952-30207.pbf new file mode 100644 index 00000000..0aa55e85 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._30208-30463.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._30208-30463.pbf new file mode 100644 index 00000000..ed842752 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._30464-30719.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._30464-30719.pbf new file mode 100644 index 00000000..3414a888 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._3072-3327.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._3072-3327.pbf new file mode 100644 index 00000000..79771ad7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._30720-30975.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._30720-30975.pbf new file mode 100644 index 00000000..03ccd405 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._30976-31231.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._30976-31231.pbf new file mode 100644 index 00000000..6ce18914 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._31232-31487.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._31232-31487.pbf new file mode 100644 index 00000000..6ef758e8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._31488-31743.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._31488-31743.pbf new file mode 100644 index 00000000..82804bd6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._31744-31999.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._31744-31999.pbf new file mode 100644 index 00000000..72fbfcc5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._32000-32255.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._32000-32255.pbf new file mode 100644 index 00000000..b682d24d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._32256-32511.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._32256-32511.pbf new file mode 100644 index 00000000..286694eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._32512-32767.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._32512-32767.pbf new file mode 100644 index 00000000..3ad58890 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._32768-33023.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._32768-33023.pbf new file mode 100644 index 00000000..d3c39441 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._33024-33279.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._33024-33279.pbf new file mode 100644 index 00000000..e6375959 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._3328-3583.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._3328-3583.pbf new file mode 100644 index 00000000..6658da51 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._33280-33535.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._33280-33535.pbf new file mode 100644 index 00000000..5165ac3d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._33536-33791.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._33536-33791.pbf new file mode 100644 index 00000000..18df8513 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._33792-34047.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._33792-34047.pbf new file mode 100644 index 00000000..c214f42f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._34048-34303.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._34048-34303.pbf new file mode 100644 index 00000000..f29b1453 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._34304-34559.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._34304-34559.pbf new file mode 100644 index 00000000..f02e19e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._34560-34815.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._34560-34815.pbf new file mode 100644 index 00000000..0e8a4567 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._34816-35071.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._34816-35071.pbf new file mode 100644 index 00000000..607925af Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._35072-35327.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._35072-35327.pbf new file mode 100644 index 00000000..2eece1cc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._35328-35583.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._35328-35583.pbf new file mode 100644 index 00000000..fc7f5aac Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._35584-35839.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._35584-35839.pbf new file mode 100644 index 00000000..4c793c25 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._3584-3839.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._3584-3839.pbf new file mode 100644 index 00000000..64354987 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._35840-36095.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._35840-36095.pbf new file mode 100644 index 00000000..6c5fb797 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._36096-36351.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._36096-36351.pbf new file mode 100644 index 00000000..7a7bc30a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._36352-36607.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._36352-36607.pbf new file mode 100644 index 00000000..c4e79e95 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._36608-36863.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._36608-36863.pbf new file mode 100644 index 00000000..796933b7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._36864-37119.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._36864-37119.pbf new file mode 100644 index 00000000..ccbfe0a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._37120-37375.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._37120-37375.pbf new file mode 100644 index 00000000..8d23fd25 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._37376-37631.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._37376-37631.pbf new file mode 100644 index 00000000..ecb12cec Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._37632-37887.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._37632-37887.pbf new file mode 100644 index 00000000..189e1acd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._37888-38143.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._37888-38143.pbf new file mode 100644 index 00000000..31b642da Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._38144-38399.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._38144-38399.pbf new file mode 100644 index 00000000..37a346eb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._3840-4095.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._3840-4095.pbf new file mode 100644 index 00000000..8a56f621 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._38400-38655.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._38400-38655.pbf new file mode 100644 index 00000000..312d1f9b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._38656-38911.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._38656-38911.pbf new file mode 100644 index 00000000..95672675 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._38912-39167.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._38912-39167.pbf new file mode 100644 index 00000000..3e116335 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._39168-39423.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._39168-39423.pbf new file mode 100644 index 00000000..cad093cd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._39424-39679.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._39424-39679.pbf new file mode 100644 index 00000000..7600ff42 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._39680-39935.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._39680-39935.pbf new file mode 100644 index 00000000..9d0e1ddc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._39936-40191.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._39936-40191.pbf new file mode 100644 index 00000000..4d66261f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._40192-40447.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._40192-40447.pbf new file mode 100644 index 00000000..701d0e64 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._40448-40703.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._40448-40703.pbf new file mode 100644 index 00000000..a19092e6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._40704-40959.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._40704-40959.pbf new file mode 100644 index 00000000..b459d094 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._4096-4351.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._4096-4351.pbf new file mode 100644 index 00000000..e90eedbf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._40960-41215.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._40960-41215.pbf new file mode 100644 index 00000000..e4d843f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._41216-41471.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._41216-41471.pbf new file mode 100644 index 00000000..fd7afc7f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._41472-41727.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._41472-41727.pbf new file mode 100644 index 00000000..4c9c4234 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._41728-41983.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._41728-41983.pbf new file mode 100644 index 00000000..ede89e50 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._41984-42239.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._41984-42239.pbf new file mode 100644 index 00000000..d2d2e628 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._42240-42495.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._42240-42495.pbf new file mode 100644 index 00000000..faced955 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._42496-42751.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._42496-42751.pbf new file mode 100644 index 00000000..032a065e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._42752-43007.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._42752-43007.pbf new file mode 100644 index 00000000..3b73aadb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._43008-43263.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._43008-43263.pbf new file mode 100644 index 00000000..fb44c85c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._43264-43519.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._43264-43519.pbf new file mode 100644 index 00000000..8334c05c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._4352-4607.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._4352-4607.pbf new file mode 100644 index 00000000..b373c5e5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._43520-43775.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._43520-43775.pbf new file mode 100644 index 00000000..ccc0b298 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._43776-44031.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._43776-44031.pbf new file mode 100644 index 00000000..de73b19e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._44032-44287.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._44032-44287.pbf new file mode 100644 index 00000000..d9cb88d7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._44288-44543.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._44288-44543.pbf new file mode 100644 index 00000000..eda8495a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._44544-44799.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._44544-44799.pbf new file mode 100644 index 00000000..895d8c4c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._44800-45055.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._44800-45055.pbf new file mode 100644 index 00000000..958e402f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._45056-45311.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._45056-45311.pbf new file mode 100644 index 00000000..909b6882 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._45312-45567.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._45312-45567.pbf new file mode 100644 index 00000000..4ee94929 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._45568-45823.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._45568-45823.pbf new file mode 100644 index 00000000..55f54fdb Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._45824-46079.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._45824-46079.pbf new file mode 100644 index 00000000..6db2d1aa Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._4608-4863.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._4608-4863.pbf new file mode 100644 index 00000000..ee2c4652 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._46080-46335.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._46080-46335.pbf new file mode 100644 index 00000000..7b4b1c2d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._46336-46591.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._46336-46591.pbf new file mode 100644 index 00000000..bffe29d2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._46592-46847.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._46592-46847.pbf new file mode 100644 index 00000000..60294b9f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._46848-47103.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._46848-47103.pbf new file mode 100644 index 00000000..4cda6c26 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._47104-47359.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._47104-47359.pbf new file mode 100644 index 00000000..f68821e4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._47360-47615.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._47360-47615.pbf new file mode 100644 index 00000000..7afb6ef4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._47616-47871.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._47616-47871.pbf new file mode 100644 index 00000000..70af4e2f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._47872-48127.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._47872-48127.pbf new file mode 100644 index 00000000..7fff6a27 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._48128-48383.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._48128-48383.pbf new file mode 100644 index 00000000..057e89f5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._48384-48639.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._48384-48639.pbf new file mode 100644 index 00000000..bf2f3961 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._4864-5119.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._4864-5119.pbf new file mode 100644 index 00000000..919338ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._48640-48895.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._48640-48895.pbf new file mode 100644 index 00000000..8b47d40b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._48896-49151.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._48896-49151.pbf new file mode 100644 index 00000000..361c06b8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._49152-49407.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._49152-49407.pbf new file mode 100644 index 00000000..42f73924 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._49408-49663.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._49408-49663.pbf new file mode 100644 index 00000000..f99082b4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._49664-49919.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._49664-49919.pbf new file mode 100644 index 00000000..4a8e78f4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._49920-50175.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._49920-50175.pbf new file mode 100644 index 00000000..30a45542 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._50176-50431.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._50176-50431.pbf new file mode 100644 index 00000000..738f9131 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._50432-50687.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._50432-50687.pbf new file mode 100644 index 00000000..399606f6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._50688-50943.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._50688-50943.pbf new file mode 100644 index 00000000..cca264f1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._50944-51199.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._50944-51199.pbf new file mode 100644 index 00000000..13bac1c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._512-767.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._512-767.pbf new file mode 100644 index 00000000..cd53600c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._512-767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._5120-5375.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._5120-5375.pbf new file mode 100644 index 00000000..673afa63 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._51200-51455.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._51200-51455.pbf new file mode 100644 index 00000000..08b40538 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._51456-51711.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._51456-51711.pbf new file mode 100644 index 00000000..2dd995cd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._51712-51967.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._51712-51967.pbf new file mode 100644 index 00000000..4028fe1a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._51968-52223.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._51968-52223.pbf new file mode 100644 index 00000000..3bee1b23 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._52224-52479.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._52224-52479.pbf new file mode 100644 index 00000000..2ac33776 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._52480-52735.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._52480-52735.pbf new file mode 100644 index 00000000..c91337a4 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._52736-52991.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._52736-52991.pbf new file mode 100644 index 00000000..54d8423d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._52992-53247.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._52992-53247.pbf new file mode 100644 index 00000000..adad34ef Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._53248-53503.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._53248-53503.pbf new file mode 100644 index 00000000..7c9dd6c7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._53504-53759.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._53504-53759.pbf new file mode 100644 index 00000000..d0f034a1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._5376-5631.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._5376-5631.pbf new file mode 100644 index 00000000..42c4919f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._53760-54015.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._53760-54015.pbf new file mode 100644 index 00000000..3d48016e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._54016-54271.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._54016-54271.pbf new file mode 100644 index 00000000..d89cfa11 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._54272-54527.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._54272-54527.pbf new file mode 100644 index 00000000..a644b421 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._54528-54783.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._54528-54783.pbf new file mode 100644 index 00000000..b242d8e7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._54784-55039.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._54784-55039.pbf new file mode 100644 index 00000000..93c7bc86 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._55040-55295.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._55040-55295.pbf new file mode 100644 index 00000000..1d1f2b40 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._55296-55551.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._55296-55551.pbf new file mode 100644 index 00000000..61f58e31 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._55552-55807.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._55552-55807.pbf new file mode 100644 index 00000000..66cadf1c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._55808-56063.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._55808-56063.pbf new file mode 100644 index 00000000..5722db4f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._56064-56319.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._56064-56319.pbf new file mode 100644 index 00000000..5d553521 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._5632-5887.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._5632-5887.pbf new file mode 100644 index 00000000..7f93c189 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._56320-56575.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._56320-56575.pbf new file mode 100644 index 00000000..8af1a333 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._56576-56831.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._56576-56831.pbf new file mode 100644 index 00000000..f0c4961b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._56832-57087.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._56832-57087.pbf new file mode 100644 index 00000000..0803d756 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._57088-57343.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._57088-57343.pbf new file mode 100644 index 00000000..0b4b6af6 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._57344-57599.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._57344-57599.pbf new file mode 100644 index 00000000..a683b4a2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._57600-57855.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._57600-57855.pbf new file mode 100644 index 00000000..b0fc8c6d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._57856-58111.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._57856-58111.pbf new file mode 100644 index 00000000..349aaea8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._58112-58367.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._58112-58367.pbf new file mode 100644 index 00000000..99a1f299 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._58368-58623.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._58368-58623.pbf new file mode 100644 index 00000000..70fad56e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._58624-58879.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._58624-58879.pbf new file mode 100644 index 00000000..55ed0d38 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._5888-6143.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._5888-6143.pbf new file mode 100644 index 00000000..98fa0800 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._58880-59135.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._58880-59135.pbf new file mode 100644 index 00000000..26dfdd57 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._59136-59391.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._59136-59391.pbf new file mode 100644 index 00000000..a957a86e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._59392-59647.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._59392-59647.pbf new file mode 100644 index 00000000..bfa594a2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._59648-59903.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._59648-59903.pbf new file mode 100644 index 00000000..b13ffbb2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._59904-60159.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._59904-60159.pbf new file mode 100644 index 00000000..7753c9c5 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._60160-60415.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._60160-60415.pbf new file mode 100644 index 00000000..7a4f2b9b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._60416-60671.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._60416-60671.pbf new file mode 100644 index 00000000..6f760543 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._60672-60927.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._60672-60927.pbf new file mode 100644 index 00000000..6596cba7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._60928-61183.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._60928-61183.pbf new file mode 100644 index 00000000..f566bfdf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._61184-61439.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._61184-61439.pbf new file mode 100644 index 00000000..ddc0329f Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._6144-6399.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._6144-6399.pbf new file mode 100644 index 00000000..15fd104c Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._61440-61695.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._61440-61695.pbf new file mode 100644 index 00000000..f32fe6bf Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._61696-61951.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._61696-61951.pbf new file mode 100644 index 00000000..d7d33d22 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._61952-62207.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._61952-62207.pbf new file mode 100644 index 00000000..9a726e2b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._62208-62463.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._62208-62463.pbf new file mode 100644 index 00000000..3473bdd2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._62464-62719.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._62464-62719.pbf new file mode 100644 index 00000000..2058f89e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._62720-62975.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._62720-62975.pbf new file mode 100644 index 00000000..445519f3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._62976-63231.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._62976-63231.pbf new file mode 100644 index 00000000..b3e0f6fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._63232-63487.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._63232-63487.pbf new file mode 100644 index 00000000..ad6b36c2 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._63488-63743.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._63488-63743.pbf new file mode 100644 index 00000000..8eb3ecc3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._63744-63999.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._63744-63999.pbf new file mode 100644 index 00000000..10a29909 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._6400-6655.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._6400-6655.pbf new file mode 100644 index 00000000..4cb2cf08 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._64000-64255.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._64000-64255.pbf new file mode 100644 index 00000000..6f8a99fc Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._64256-64511.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._64256-64511.pbf new file mode 100644 index 00000000..c008ffd8 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._64512-64767.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._64512-64767.pbf new file mode 100644 index 00000000..8468f2fd Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._64768-65023.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._64768-65023.pbf new file mode 100644 index 00000000..e1cd6316 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._65024-65279.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._65024-65279.pbf new file mode 100644 index 00000000..8ce03a71 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._65280-65535.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._65280-65535.pbf new file mode 100644 index 00000000..430b2568 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._6656-6911.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._6656-6911.pbf new file mode 100644 index 00000000..495825a3 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._6912-7167.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._6912-7167.pbf new file mode 100644 index 00000000..3e6dc997 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._7168-7423.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._7168-7423.pbf new file mode 100644 index 00000000..bb3d2e37 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._7424-7679.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._7424-7679.pbf new file mode 100644 index 00000000..01bdaa0b Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._768-1023.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._768-1023.pbf new file mode 100644 index 00000000..5f4db34a Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._7680-7935.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._7680-7935.pbf new file mode 100644 index 00000000..ac06509d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._7936-8191.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._7936-8191.pbf new file mode 100644 index 00000000..d4c45719 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._8192-8447.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._8192-8447.pbf new file mode 100644 index 00000000..ec6786c9 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._8448-8703.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._8448-8703.pbf new file mode 100644 index 00000000..561baae1 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._8704-8959.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._8704-8959.pbf new file mode 100644 index 00000000..44f5792d Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._8960-9215.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._8960-9215.pbf new file mode 100644 index 00000000..bec73a61 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._9216-9471.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._9216-9471.pbf new file mode 100644 index 00000000..3e6a7130 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._9472-9727.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._9472-9727.pbf new file mode 100644 index 00000000..c6ddee0e Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._9728-9983.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._9728-9983.pbf new file mode 100644 index 00000000..f5c53a30 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/LEMONMILKRegularItalic/._9984-10239.pbf b/maplibre/fonts/LEMONMILKRegularItalic/._9984-10239.pbf new file mode 100644 index 00000000..d2d31ce7 Binary files /dev/null and b/maplibre/fonts/LEMONMILKRegularItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/MonTrappist/._0-255.pbf b/maplibre/fonts/MonTrappist/._0-255.pbf new file mode 100644 index 00000000..461240d8 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._0-255.pbf differ diff --git a/maplibre/fonts/MonTrappist/._1024-1279.pbf b/maplibre/fonts/MonTrappist/._1024-1279.pbf new file mode 100644 index 00000000..c32fa8de Binary files /dev/null and b/maplibre/fonts/MonTrappist/._1024-1279.pbf differ diff --git a/maplibre/fonts/MonTrappist/._10240-10495.pbf b/maplibre/fonts/MonTrappist/._10240-10495.pbf new file mode 100644 index 00000000..3439eff1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._10240-10495.pbf differ diff --git a/maplibre/fonts/MonTrappist/._10496-10751.pbf b/maplibre/fonts/MonTrappist/._10496-10751.pbf new file mode 100644 index 00000000..d2973ecf Binary files /dev/null and b/maplibre/fonts/MonTrappist/._10496-10751.pbf differ diff --git a/maplibre/fonts/MonTrappist/._10752-11007.pbf b/maplibre/fonts/MonTrappist/._10752-11007.pbf new file mode 100644 index 00000000..1912552e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._10752-11007.pbf differ diff --git a/maplibre/fonts/MonTrappist/._11008-11263.pbf b/maplibre/fonts/MonTrappist/._11008-11263.pbf new file mode 100644 index 00000000..04f4c367 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._11008-11263.pbf differ diff --git a/maplibre/fonts/MonTrappist/._11264-11519.pbf b/maplibre/fonts/MonTrappist/._11264-11519.pbf new file mode 100644 index 00000000..20801e2a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._11264-11519.pbf differ diff --git a/maplibre/fonts/MonTrappist/._11520-11775.pbf b/maplibre/fonts/MonTrappist/._11520-11775.pbf new file mode 100644 index 00000000..5c31ef43 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._11520-11775.pbf differ diff --git a/maplibre/fonts/MonTrappist/._11776-12031.pbf b/maplibre/fonts/MonTrappist/._11776-12031.pbf new file mode 100644 index 00000000..3e9a44c9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._11776-12031.pbf differ diff --git a/maplibre/fonts/MonTrappist/._12032-12287.pbf b/maplibre/fonts/MonTrappist/._12032-12287.pbf new file mode 100644 index 00000000..c8d7168f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._12032-12287.pbf differ diff --git a/maplibre/fonts/MonTrappist/._12288-12543.pbf b/maplibre/fonts/MonTrappist/._12288-12543.pbf new file mode 100644 index 00000000..ce521213 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._12288-12543.pbf differ diff --git a/maplibre/fonts/MonTrappist/._12544-12799.pbf b/maplibre/fonts/MonTrappist/._12544-12799.pbf new file mode 100644 index 00000000..181d6e36 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._12544-12799.pbf differ diff --git a/maplibre/fonts/MonTrappist/._1280-1535.pbf b/maplibre/fonts/MonTrappist/._1280-1535.pbf new file mode 100644 index 00000000..746d0e0a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._1280-1535.pbf differ diff --git a/maplibre/fonts/MonTrappist/._12800-13055.pbf b/maplibre/fonts/MonTrappist/._12800-13055.pbf new file mode 100644 index 00000000..2dd95dae Binary files /dev/null and b/maplibre/fonts/MonTrappist/._12800-13055.pbf differ diff --git a/maplibre/fonts/MonTrappist/._13056-13311.pbf b/maplibre/fonts/MonTrappist/._13056-13311.pbf new file mode 100644 index 00000000..2d0e3229 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._13056-13311.pbf differ diff --git a/maplibre/fonts/MonTrappist/._13312-13567.pbf b/maplibre/fonts/MonTrappist/._13312-13567.pbf new file mode 100644 index 00000000..7ca1c290 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._13312-13567.pbf differ diff --git a/maplibre/fonts/MonTrappist/._13568-13823.pbf b/maplibre/fonts/MonTrappist/._13568-13823.pbf new file mode 100644 index 00000000..73305cf9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._13568-13823.pbf differ diff --git a/maplibre/fonts/MonTrappist/._13824-14079.pbf b/maplibre/fonts/MonTrappist/._13824-14079.pbf new file mode 100644 index 00000000..63b02ffd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._13824-14079.pbf differ diff --git a/maplibre/fonts/MonTrappist/._14080-14335.pbf b/maplibre/fonts/MonTrappist/._14080-14335.pbf new file mode 100644 index 00000000..1c8f87fd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._14080-14335.pbf differ diff --git a/maplibre/fonts/MonTrappist/._14336-14591.pbf b/maplibre/fonts/MonTrappist/._14336-14591.pbf new file mode 100644 index 00000000..8baa4529 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._14336-14591.pbf differ diff --git a/maplibre/fonts/MonTrappist/._14592-14847.pbf b/maplibre/fonts/MonTrappist/._14592-14847.pbf new file mode 100644 index 00000000..69e07e69 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._14592-14847.pbf differ diff --git a/maplibre/fonts/MonTrappist/._14848-15103.pbf b/maplibre/fonts/MonTrappist/._14848-15103.pbf new file mode 100644 index 00000000..1a921787 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._14848-15103.pbf differ diff --git a/maplibre/fonts/MonTrappist/._15104-15359.pbf b/maplibre/fonts/MonTrappist/._15104-15359.pbf new file mode 100644 index 00000000..a3099947 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._15104-15359.pbf differ diff --git a/maplibre/fonts/MonTrappist/._1536-1791.pbf b/maplibre/fonts/MonTrappist/._1536-1791.pbf new file mode 100644 index 00000000..2f26b1f5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._1536-1791.pbf differ diff --git a/maplibre/fonts/MonTrappist/._15360-15615.pbf b/maplibre/fonts/MonTrappist/._15360-15615.pbf new file mode 100644 index 00000000..e506420b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._15360-15615.pbf differ diff --git a/maplibre/fonts/MonTrappist/._15616-15871.pbf b/maplibre/fonts/MonTrappist/._15616-15871.pbf new file mode 100644 index 00000000..8a0441d7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._15616-15871.pbf differ diff --git a/maplibre/fonts/MonTrappist/._15872-16127.pbf b/maplibre/fonts/MonTrappist/._15872-16127.pbf new file mode 100644 index 00000000..e88415c7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._15872-16127.pbf differ diff --git a/maplibre/fonts/MonTrappist/._16128-16383.pbf b/maplibre/fonts/MonTrappist/._16128-16383.pbf new file mode 100644 index 00000000..a841d40e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._16128-16383.pbf differ diff --git a/maplibre/fonts/MonTrappist/._16384-16639.pbf b/maplibre/fonts/MonTrappist/._16384-16639.pbf new file mode 100644 index 00000000..b93b1622 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._16384-16639.pbf differ diff --git a/maplibre/fonts/MonTrappist/._16640-16895.pbf b/maplibre/fonts/MonTrappist/._16640-16895.pbf new file mode 100644 index 00000000..7686f80e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._16640-16895.pbf differ diff --git a/maplibre/fonts/MonTrappist/._16896-17151.pbf b/maplibre/fonts/MonTrappist/._16896-17151.pbf new file mode 100644 index 00000000..c05359f1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._16896-17151.pbf differ diff --git a/maplibre/fonts/MonTrappist/._17152-17407.pbf b/maplibre/fonts/MonTrappist/._17152-17407.pbf new file mode 100644 index 00000000..1a97227b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._17152-17407.pbf differ diff --git a/maplibre/fonts/MonTrappist/._17408-17663.pbf b/maplibre/fonts/MonTrappist/._17408-17663.pbf new file mode 100644 index 00000000..8f99c0ab Binary files /dev/null and b/maplibre/fonts/MonTrappist/._17408-17663.pbf differ diff --git a/maplibre/fonts/MonTrappist/._17664-17919.pbf b/maplibre/fonts/MonTrappist/._17664-17919.pbf new file mode 100644 index 00000000..0cc52a7a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._17664-17919.pbf differ diff --git a/maplibre/fonts/MonTrappist/._1792-2047.pbf b/maplibre/fonts/MonTrappist/._1792-2047.pbf new file mode 100644 index 00000000..795b5d8e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._1792-2047.pbf differ diff --git a/maplibre/fonts/MonTrappist/._17920-18175.pbf b/maplibre/fonts/MonTrappist/._17920-18175.pbf new file mode 100644 index 00000000..4ea46f81 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._17920-18175.pbf differ diff --git a/maplibre/fonts/MonTrappist/._18176-18431.pbf b/maplibre/fonts/MonTrappist/._18176-18431.pbf new file mode 100644 index 00000000..d17867fd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._18176-18431.pbf differ diff --git a/maplibre/fonts/MonTrappist/._18432-18687.pbf b/maplibre/fonts/MonTrappist/._18432-18687.pbf new file mode 100644 index 00000000..7d18ceb4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._18432-18687.pbf differ diff --git a/maplibre/fonts/MonTrappist/._18688-18943.pbf b/maplibre/fonts/MonTrappist/._18688-18943.pbf new file mode 100644 index 00000000..fd996e71 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._18688-18943.pbf differ diff --git a/maplibre/fonts/MonTrappist/._18944-19199.pbf b/maplibre/fonts/MonTrappist/._18944-19199.pbf new file mode 100644 index 00000000..1004a994 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._18944-19199.pbf differ diff --git a/maplibre/fonts/MonTrappist/._19200-19455.pbf b/maplibre/fonts/MonTrappist/._19200-19455.pbf new file mode 100644 index 00000000..4bb5cdf9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._19200-19455.pbf differ diff --git a/maplibre/fonts/MonTrappist/._19456-19711.pbf b/maplibre/fonts/MonTrappist/._19456-19711.pbf new file mode 100644 index 00000000..3698707b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._19456-19711.pbf differ diff --git a/maplibre/fonts/MonTrappist/._19712-19967.pbf b/maplibre/fonts/MonTrappist/._19712-19967.pbf new file mode 100644 index 00000000..e08a1889 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._19712-19967.pbf differ diff --git a/maplibre/fonts/MonTrappist/._19968-20223.pbf b/maplibre/fonts/MonTrappist/._19968-20223.pbf new file mode 100644 index 00000000..35a9f400 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._19968-20223.pbf differ diff --git a/maplibre/fonts/MonTrappist/._20224-20479.pbf b/maplibre/fonts/MonTrappist/._20224-20479.pbf new file mode 100644 index 00000000..a28d14e2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._20224-20479.pbf differ diff --git a/maplibre/fonts/MonTrappist/._2048-2303.pbf b/maplibre/fonts/MonTrappist/._2048-2303.pbf new file mode 100644 index 00000000..a220a551 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._2048-2303.pbf differ diff --git a/maplibre/fonts/MonTrappist/._20480-20735.pbf b/maplibre/fonts/MonTrappist/._20480-20735.pbf new file mode 100644 index 00000000..b15a7f34 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._20480-20735.pbf differ diff --git a/maplibre/fonts/MonTrappist/._20736-20991.pbf b/maplibre/fonts/MonTrappist/._20736-20991.pbf new file mode 100644 index 00000000..a32f8cb5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._20736-20991.pbf differ diff --git a/maplibre/fonts/MonTrappist/._20992-21247.pbf b/maplibre/fonts/MonTrappist/._20992-21247.pbf new file mode 100644 index 00000000..92e0e2ab Binary files /dev/null and b/maplibre/fonts/MonTrappist/._20992-21247.pbf differ diff --git a/maplibre/fonts/MonTrappist/._21248-21503.pbf b/maplibre/fonts/MonTrappist/._21248-21503.pbf new file mode 100644 index 00000000..35c2b3c4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._21248-21503.pbf differ diff --git a/maplibre/fonts/MonTrappist/._21504-21759.pbf b/maplibre/fonts/MonTrappist/._21504-21759.pbf new file mode 100644 index 00000000..a62dd9af Binary files /dev/null and b/maplibre/fonts/MonTrappist/._21504-21759.pbf differ diff --git a/maplibre/fonts/MonTrappist/._21760-22015.pbf b/maplibre/fonts/MonTrappist/._21760-22015.pbf new file mode 100644 index 00000000..0e030ab2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._21760-22015.pbf differ diff --git a/maplibre/fonts/MonTrappist/._22016-22271.pbf b/maplibre/fonts/MonTrappist/._22016-22271.pbf new file mode 100644 index 00000000..92a3fbe0 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._22016-22271.pbf differ diff --git a/maplibre/fonts/MonTrappist/._22272-22527.pbf b/maplibre/fonts/MonTrappist/._22272-22527.pbf new file mode 100644 index 00000000..09b3a44c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._22272-22527.pbf differ diff --git a/maplibre/fonts/MonTrappist/._22528-22783.pbf b/maplibre/fonts/MonTrappist/._22528-22783.pbf new file mode 100644 index 00000000..f291f811 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._22528-22783.pbf differ diff --git a/maplibre/fonts/MonTrappist/._22784-23039.pbf b/maplibre/fonts/MonTrappist/._22784-23039.pbf new file mode 100644 index 00000000..e6f31a82 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._22784-23039.pbf differ diff --git a/maplibre/fonts/MonTrappist/._2304-2559.pbf b/maplibre/fonts/MonTrappist/._2304-2559.pbf new file mode 100644 index 00000000..41f982b6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._2304-2559.pbf differ diff --git a/maplibre/fonts/MonTrappist/._23040-23295.pbf b/maplibre/fonts/MonTrappist/._23040-23295.pbf new file mode 100644 index 00000000..9a2064bb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._23040-23295.pbf differ diff --git a/maplibre/fonts/MonTrappist/._23296-23551.pbf b/maplibre/fonts/MonTrappist/._23296-23551.pbf new file mode 100644 index 00000000..6d084e44 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._23296-23551.pbf differ diff --git a/maplibre/fonts/MonTrappist/._23552-23807.pbf b/maplibre/fonts/MonTrappist/._23552-23807.pbf new file mode 100644 index 00000000..a0fbf6c6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._23552-23807.pbf differ diff --git a/maplibre/fonts/MonTrappist/._23808-24063.pbf b/maplibre/fonts/MonTrappist/._23808-24063.pbf new file mode 100644 index 00000000..1a5e55ae Binary files /dev/null and b/maplibre/fonts/MonTrappist/._23808-24063.pbf differ diff --git a/maplibre/fonts/MonTrappist/._24064-24319.pbf b/maplibre/fonts/MonTrappist/._24064-24319.pbf new file mode 100644 index 00000000..d555910b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._24064-24319.pbf differ diff --git a/maplibre/fonts/MonTrappist/._24320-24575.pbf b/maplibre/fonts/MonTrappist/._24320-24575.pbf new file mode 100644 index 00000000..7d769285 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._24320-24575.pbf differ diff --git a/maplibre/fonts/MonTrappist/._24576-24831.pbf b/maplibre/fonts/MonTrappist/._24576-24831.pbf new file mode 100644 index 00000000..8fd953b4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._24576-24831.pbf differ diff --git a/maplibre/fonts/MonTrappist/._24832-25087.pbf b/maplibre/fonts/MonTrappist/._24832-25087.pbf new file mode 100644 index 00000000..bf027ccb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._24832-25087.pbf differ diff --git a/maplibre/fonts/MonTrappist/._25088-25343.pbf b/maplibre/fonts/MonTrappist/._25088-25343.pbf new file mode 100644 index 00000000..6777eae4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._25088-25343.pbf differ diff --git a/maplibre/fonts/MonTrappist/._25344-25599.pbf b/maplibre/fonts/MonTrappist/._25344-25599.pbf new file mode 100644 index 00000000..08b9366d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._25344-25599.pbf differ diff --git a/maplibre/fonts/MonTrappist/._256-511.pbf b/maplibre/fonts/MonTrappist/._256-511.pbf new file mode 100644 index 00000000..0e663921 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._256-511.pbf differ diff --git a/maplibre/fonts/MonTrappist/._2560-2815.pbf b/maplibre/fonts/MonTrappist/._2560-2815.pbf new file mode 100644 index 00000000..5ec98791 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._2560-2815.pbf differ diff --git a/maplibre/fonts/MonTrappist/._25600-25855.pbf b/maplibre/fonts/MonTrappist/._25600-25855.pbf new file mode 100644 index 00000000..1005f4f6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._25600-25855.pbf differ diff --git a/maplibre/fonts/MonTrappist/._25856-26111.pbf b/maplibre/fonts/MonTrappist/._25856-26111.pbf new file mode 100644 index 00000000..9b5ecb59 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._25856-26111.pbf differ diff --git a/maplibre/fonts/MonTrappist/._26112-26367.pbf b/maplibre/fonts/MonTrappist/._26112-26367.pbf new file mode 100644 index 00000000..c6ccf4f5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._26112-26367.pbf differ diff --git a/maplibre/fonts/MonTrappist/._26368-26623.pbf b/maplibre/fonts/MonTrappist/._26368-26623.pbf new file mode 100644 index 00000000..fdeda64a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._26368-26623.pbf differ diff --git a/maplibre/fonts/MonTrappist/._26624-26879.pbf b/maplibre/fonts/MonTrappist/._26624-26879.pbf new file mode 100644 index 00000000..acf3da36 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._26624-26879.pbf differ diff --git a/maplibre/fonts/MonTrappist/._26880-27135.pbf b/maplibre/fonts/MonTrappist/._26880-27135.pbf new file mode 100644 index 00000000..2d6f1bd6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._26880-27135.pbf differ diff --git a/maplibre/fonts/MonTrappist/._27136-27391.pbf b/maplibre/fonts/MonTrappist/._27136-27391.pbf new file mode 100644 index 00000000..60f68b0e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._27136-27391.pbf differ diff --git a/maplibre/fonts/MonTrappist/._27392-27647.pbf b/maplibre/fonts/MonTrappist/._27392-27647.pbf new file mode 100644 index 00000000..1ff3e2e7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._27392-27647.pbf differ diff --git a/maplibre/fonts/MonTrappist/._27648-27903.pbf b/maplibre/fonts/MonTrappist/._27648-27903.pbf new file mode 100644 index 00000000..1bbabcd3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._27648-27903.pbf differ diff --git a/maplibre/fonts/MonTrappist/._27904-28159.pbf b/maplibre/fonts/MonTrappist/._27904-28159.pbf new file mode 100644 index 00000000..af9e9e3b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._27904-28159.pbf differ diff --git a/maplibre/fonts/MonTrappist/._2816-3071.pbf b/maplibre/fonts/MonTrappist/._2816-3071.pbf new file mode 100644 index 00000000..2eeecf2f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._2816-3071.pbf differ diff --git a/maplibre/fonts/MonTrappist/._28160-28415.pbf b/maplibre/fonts/MonTrappist/._28160-28415.pbf new file mode 100644 index 00000000..ec561a45 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._28160-28415.pbf differ diff --git a/maplibre/fonts/MonTrappist/._28416-28671.pbf b/maplibre/fonts/MonTrappist/._28416-28671.pbf new file mode 100644 index 00000000..0fd9d9e9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._28416-28671.pbf differ diff --git a/maplibre/fonts/MonTrappist/._28672-28927.pbf b/maplibre/fonts/MonTrappist/._28672-28927.pbf new file mode 100644 index 00000000..4fd0b5ad Binary files /dev/null and b/maplibre/fonts/MonTrappist/._28672-28927.pbf differ diff --git a/maplibre/fonts/MonTrappist/._28928-29183.pbf b/maplibre/fonts/MonTrappist/._28928-29183.pbf new file mode 100644 index 00000000..5a4fc504 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._28928-29183.pbf differ diff --git a/maplibre/fonts/MonTrappist/._29184-29439.pbf b/maplibre/fonts/MonTrappist/._29184-29439.pbf new file mode 100644 index 00000000..9fc5d131 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._29184-29439.pbf differ diff --git a/maplibre/fonts/MonTrappist/._29440-29695.pbf b/maplibre/fonts/MonTrappist/._29440-29695.pbf new file mode 100644 index 00000000..1e61b551 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._29440-29695.pbf differ diff --git a/maplibre/fonts/MonTrappist/._29696-29951.pbf b/maplibre/fonts/MonTrappist/._29696-29951.pbf new file mode 100644 index 00000000..5aa8d79b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._29696-29951.pbf differ diff --git a/maplibre/fonts/MonTrappist/._29952-30207.pbf b/maplibre/fonts/MonTrappist/._29952-30207.pbf new file mode 100644 index 00000000..1b67197a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._29952-30207.pbf differ diff --git a/maplibre/fonts/MonTrappist/._30208-30463.pbf b/maplibre/fonts/MonTrappist/._30208-30463.pbf new file mode 100644 index 00000000..f74d81d3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._30208-30463.pbf differ diff --git a/maplibre/fonts/MonTrappist/._30464-30719.pbf b/maplibre/fonts/MonTrappist/._30464-30719.pbf new file mode 100644 index 00000000..fd790edb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._30464-30719.pbf differ diff --git a/maplibre/fonts/MonTrappist/._3072-3327.pbf b/maplibre/fonts/MonTrappist/._3072-3327.pbf new file mode 100644 index 00000000..0c35bd94 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._3072-3327.pbf differ diff --git a/maplibre/fonts/MonTrappist/._30720-30975.pbf b/maplibre/fonts/MonTrappist/._30720-30975.pbf new file mode 100644 index 00000000..0055e8f6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._30720-30975.pbf differ diff --git a/maplibre/fonts/MonTrappist/._30976-31231.pbf b/maplibre/fonts/MonTrappist/._30976-31231.pbf new file mode 100644 index 00000000..671a7dea Binary files /dev/null and b/maplibre/fonts/MonTrappist/._30976-31231.pbf differ diff --git a/maplibre/fonts/MonTrappist/._31232-31487.pbf b/maplibre/fonts/MonTrappist/._31232-31487.pbf new file mode 100644 index 00000000..f375f02b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._31232-31487.pbf differ diff --git a/maplibre/fonts/MonTrappist/._31488-31743.pbf b/maplibre/fonts/MonTrappist/._31488-31743.pbf new file mode 100644 index 00000000..3cd88dc8 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._31488-31743.pbf differ diff --git a/maplibre/fonts/MonTrappist/._31744-31999.pbf b/maplibre/fonts/MonTrappist/._31744-31999.pbf new file mode 100644 index 00000000..62f26011 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._31744-31999.pbf differ diff --git a/maplibre/fonts/MonTrappist/._32000-32255.pbf b/maplibre/fonts/MonTrappist/._32000-32255.pbf new file mode 100644 index 00000000..0eb4f950 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._32000-32255.pbf differ diff --git a/maplibre/fonts/MonTrappist/._32256-32511.pbf b/maplibre/fonts/MonTrappist/._32256-32511.pbf new file mode 100644 index 00000000..db5b01c8 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._32256-32511.pbf differ diff --git a/maplibre/fonts/MonTrappist/._32512-32767.pbf b/maplibre/fonts/MonTrappist/._32512-32767.pbf new file mode 100644 index 00000000..9ba59b5e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._32512-32767.pbf differ diff --git a/maplibre/fonts/MonTrappist/._32768-33023.pbf b/maplibre/fonts/MonTrappist/._32768-33023.pbf new file mode 100644 index 00000000..da0e475d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._32768-33023.pbf differ diff --git a/maplibre/fonts/MonTrappist/._33024-33279.pbf b/maplibre/fonts/MonTrappist/._33024-33279.pbf new file mode 100644 index 00000000..6c3f62cd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._33024-33279.pbf differ diff --git a/maplibre/fonts/MonTrappist/._3328-3583.pbf b/maplibre/fonts/MonTrappist/._3328-3583.pbf new file mode 100644 index 00000000..af37c17f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._3328-3583.pbf differ diff --git a/maplibre/fonts/MonTrappist/._33280-33535.pbf b/maplibre/fonts/MonTrappist/._33280-33535.pbf new file mode 100644 index 00000000..11c9ba91 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._33280-33535.pbf differ diff --git a/maplibre/fonts/MonTrappist/._33536-33791.pbf b/maplibre/fonts/MonTrappist/._33536-33791.pbf new file mode 100644 index 00000000..de2bc513 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._33536-33791.pbf differ diff --git a/maplibre/fonts/MonTrappist/._33792-34047.pbf b/maplibre/fonts/MonTrappist/._33792-34047.pbf new file mode 100644 index 00000000..e478488d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._33792-34047.pbf differ diff --git a/maplibre/fonts/MonTrappist/._34048-34303.pbf b/maplibre/fonts/MonTrappist/._34048-34303.pbf new file mode 100644 index 00000000..fad6cbcd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._34048-34303.pbf differ diff --git a/maplibre/fonts/MonTrappist/._34304-34559.pbf b/maplibre/fonts/MonTrappist/._34304-34559.pbf new file mode 100644 index 00000000..24ca02c2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._34304-34559.pbf differ diff --git a/maplibre/fonts/MonTrappist/._34560-34815.pbf b/maplibre/fonts/MonTrappist/._34560-34815.pbf new file mode 100644 index 00000000..32f0b2e6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._34560-34815.pbf differ diff --git a/maplibre/fonts/MonTrappist/._34816-35071.pbf b/maplibre/fonts/MonTrappist/._34816-35071.pbf new file mode 100644 index 00000000..e932aba3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._34816-35071.pbf differ diff --git a/maplibre/fonts/MonTrappist/._35072-35327.pbf b/maplibre/fonts/MonTrappist/._35072-35327.pbf new file mode 100644 index 00000000..fe321adc Binary files /dev/null and b/maplibre/fonts/MonTrappist/._35072-35327.pbf differ diff --git a/maplibre/fonts/MonTrappist/._35328-35583.pbf b/maplibre/fonts/MonTrappist/._35328-35583.pbf new file mode 100644 index 00000000..b8e2657b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._35328-35583.pbf differ diff --git a/maplibre/fonts/MonTrappist/._35584-35839.pbf b/maplibre/fonts/MonTrappist/._35584-35839.pbf new file mode 100644 index 00000000..91391f2e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._35584-35839.pbf differ diff --git a/maplibre/fonts/MonTrappist/._3584-3839.pbf b/maplibre/fonts/MonTrappist/._3584-3839.pbf new file mode 100644 index 00000000..f260becd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._3584-3839.pbf differ diff --git a/maplibre/fonts/MonTrappist/._35840-36095.pbf b/maplibre/fonts/MonTrappist/._35840-36095.pbf new file mode 100644 index 00000000..76fe6e16 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._35840-36095.pbf differ diff --git a/maplibre/fonts/MonTrappist/._36096-36351.pbf b/maplibre/fonts/MonTrappist/._36096-36351.pbf new file mode 100644 index 00000000..c7d807d1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._36096-36351.pbf differ diff --git a/maplibre/fonts/MonTrappist/._36352-36607.pbf b/maplibre/fonts/MonTrappist/._36352-36607.pbf new file mode 100644 index 00000000..d5655cd2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._36352-36607.pbf differ diff --git a/maplibre/fonts/MonTrappist/._36608-36863.pbf b/maplibre/fonts/MonTrappist/._36608-36863.pbf new file mode 100644 index 00000000..9b5c73e4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._36608-36863.pbf differ diff --git a/maplibre/fonts/MonTrappist/._36864-37119.pbf b/maplibre/fonts/MonTrappist/._36864-37119.pbf new file mode 100644 index 00000000..3b2f85ea Binary files /dev/null and b/maplibre/fonts/MonTrappist/._36864-37119.pbf differ diff --git a/maplibre/fonts/MonTrappist/._37120-37375.pbf b/maplibre/fonts/MonTrappist/._37120-37375.pbf new file mode 100644 index 00000000..15479d28 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._37120-37375.pbf differ diff --git a/maplibre/fonts/MonTrappist/._37376-37631.pbf b/maplibre/fonts/MonTrappist/._37376-37631.pbf new file mode 100644 index 00000000..cb4ccbdf Binary files /dev/null and b/maplibre/fonts/MonTrappist/._37376-37631.pbf differ diff --git a/maplibre/fonts/MonTrappist/._37632-37887.pbf b/maplibre/fonts/MonTrappist/._37632-37887.pbf new file mode 100644 index 00000000..37773f73 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._37632-37887.pbf differ diff --git a/maplibre/fonts/MonTrappist/._37888-38143.pbf b/maplibre/fonts/MonTrappist/._37888-38143.pbf new file mode 100644 index 00000000..a450b487 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._37888-38143.pbf differ diff --git a/maplibre/fonts/MonTrappist/._38144-38399.pbf b/maplibre/fonts/MonTrappist/._38144-38399.pbf new file mode 100644 index 00000000..3f912355 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._38144-38399.pbf differ diff --git a/maplibre/fonts/MonTrappist/._3840-4095.pbf b/maplibre/fonts/MonTrappist/._3840-4095.pbf new file mode 100644 index 00000000..02ccf02d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._3840-4095.pbf differ diff --git a/maplibre/fonts/MonTrappist/._38400-38655.pbf b/maplibre/fonts/MonTrappist/._38400-38655.pbf new file mode 100644 index 00000000..71d46563 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._38400-38655.pbf differ diff --git a/maplibre/fonts/MonTrappist/._38656-38911.pbf b/maplibre/fonts/MonTrappist/._38656-38911.pbf new file mode 100644 index 00000000..67fc3718 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._38656-38911.pbf differ diff --git a/maplibre/fonts/MonTrappist/._38912-39167.pbf b/maplibre/fonts/MonTrappist/._38912-39167.pbf new file mode 100644 index 00000000..183d6ef4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._38912-39167.pbf differ diff --git a/maplibre/fonts/MonTrappist/._39168-39423.pbf b/maplibre/fonts/MonTrappist/._39168-39423.pbf new file mode 100644 index 00000000..08ebebed Binary files /dev/null and b/maplibre/fonts/MonTrappist/._39168-39423.pbf differ diff --git a/maplibre/fonts/MonTrappist/._39424-39679.pbf b/maplibre/fonts/MonTrappist/._39424-39679.pbf new file mode 100644 index 00000000..55db0d8e Binary files /dev/null and b/maplibre/fonts/MonTrappist/._39424-39679.pbf differ diff --git a/maplibre/fonts/MonTrappist/._39680-39935.pbf b/maplibre/fonts/MonTrappist/._39680-39935.pbf new file mode 100644 index 00000000..cbed4af2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._39680-39935.pbf differ diff --git a/maplibre/fonts/MonTrappist/._39936-40191.pbf b/maplibre/fonts/MonTrappist/._39936-40191.pbf new file mode 100644 index 00000000..cda8f3d8 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._39936-40191.pbf differ diff --git a/maplibre/fonts/MonTrappist/._40192-40447.pbf b/maplibre/fonts/MonTrappist/._40192-40447.pbf new file mode 100644 index 00000000..bfaaef22 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._40192-40447.pbf differ diff --git a/maplibre/fonts/MonTrappist/._40448-40703.pbf b/maplibre/fonts/MonTrappist/._40448-40703.pbf new file mode 100644 index 00000000..e06b11b8 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._40448-40703.pbf differ diff --git a/maplibre/fonts/MonTrappist/._40704-40959.pbf b/maplibre/fonts/MonTrappist/._40704-40959.pbf new file mode 100644 index 00000000..f1f94b9c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._40704-40959.pbf differ diff --git a/maplibre/fonts/MonTrappist/._4096-4351.pbf b/maplibre/fonts/MonTrappist/._4096-4351.pbf new file mode 100644 index 00000000..d6399630 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._4096-4351.pbf differ diff --git a/maplibre/fonts/MonTrappist/._40960-41215.pbf b/maplibre/fonts/MonTrappist/._40960-41215.pbf new file mode 100644 index 00000000..be58b7a5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._40960-41215.pbf differ diff --git a/maplibre/fonts/MonTrappist/._41216-41471.pbf b/maplibre/fonts/MonTrappist/._41216-41471.pbf new file mode 100644 index 00000000..9f123799 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._41216-41471.pbf differ diff --git a/maplibre/fonts/MonTrappist/._41472-41727.pbf b/maplibre/fonts/MonTrappist/._41472-41727.pbf new file mode 100644 index 00000000..70a3fe49 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._41472-41727.pbf differ diff --git a/maplibre/fonts/MonTrappist/._41728-41983.pbf b/maplibre/fonts/MonTrappist/._41728-41983.pbf new file mode 100644 index 00000000..39843c26 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._41728-41983.pbf differ diff --git a/maplibre/fonts/MonTrappist/._41984-42239.pbf b/maplibre/fonts/MonTrappist/._41984-42239.pbf new file mode 100644 index 00000000..4cd813c7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._41984-42239.pbf differ diff --git a/maplibre/fonts/MonTrappist/._42240-42495.pbf b/maplibre/fonts/MonTrappist/._42240-42495.pbf new file mode 100644 index 00000000..3514f65b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._42240-42495.pbf differ diff --git a/maplibre/fonts/MonTrappist/._42496-42751.pbf b/maplibre/fonts/MonTrappist/._42496-42751.pbf new file mode 100644 index 00000000..cc3739ca Binary files /dev/null and b/maplibre/fonts/MonTrappist/._42496-42751.pbf differ diff --git a/maplibre/fonts/MonTrappist/._42752-43007.pbf b/maplibre/fonts/MonTrappist/._42752-43007.pbf new file mode 100644 index 00000000..cb075850 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._42752-43007.pbf differ diff --git a/maplibre/fonts/MonTrappist/._43008-43263.pbf b/maplibre/fonts/MonTrappist/._43008-43263.pbf new file mode 100644 index 00000000..90c8951b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._43008-43263.pbf differ diff --git a/maplibre/fonts/MonTrappist/._43264-43519.pbf b/maplibre/fonts/MonTrappist/._43264-43519.pbf new file mode 100644 index 00000000..035444a4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._43264-43519.pbf differ diff --git a/maplibre/fonts/MonTrappist/._4352-4607.pbf b/maplibre/fonts/MonTrappist/._4352-4607.pbf new file mode 100644 index 00000000..8450e886 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._4352-4607.pbf differ diff --git a/maplibre/fonts/MonTrappist/._43520-43775.pbf b/maplibre/fonts/MonTrappist/._43520-43775.pbf new file mode 100644 index 00000000..5ec300ce Binary files /dev/null and b/maplibre/fonts/MonTrappist/._43520-43775.pbf differ diff --git a/maplibre/fonts/MonTrappist/._43776-44031.pbf b/maplibre/fonts/MonTrappist/._43776-44031.pbf new file mode 100644 index 00000000..54780a77 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._43776-44031.pbf differ diff --git a/maplibre/fonts/MonTrappist/._44032-44287.pbf b/maplibre/fonts/MonTrappist/._44032-44287.pbf new file mode 100644 index 00000000..a69183f0 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._44032-44287.pbf differ diff --git a/maplibre/fonts/MonTrappist/._44288-44543.pbf b/maplibre/fonts/MonTrappist/._44288-44543.pbf new file mode 100644 index 00000000..10ad99b7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._44288-44543.pbf differ diff --git a/maplibre/fonts/MonTrappist/._44544-44799.pbf b/maplibre/fonts/MonTrappist/._44544-44799.pbf new file mode 100644 index 00000000..6a2c4c74 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._44544-44799.pbf differ diff --git a/maplibre/fonts/MonTrappist/._44800-45055.pbf b/maplibre/fonts/MonTrappist/._44800-45055.pbf new file mode 100644 index 00000000..e0e9fd60 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._44800-45055.pbf differ diff --git a/maplibre/fonts/MonTrappist/._45056-45311.pbf b/maplibre/fonts/MonTrappist/._45056-45311.pbf new file mode 100644 index 00000000..1009b609 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._45056-45311.pbf differ diff --git a/maplibre/fonts/MonTrappist/._45312-45567.pbf b/maplibre/fonts/MonTrappist/._45312-45567.pbf new file mode 100644 index 00000000..ea820cf6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._45312-45567.pbf differ diff --git a/maplibre/fonts/MonTrappist/._45568-45823.pbf b/maplibre/fonts/MonTrappist/._45568-45823.pbf new file mode 100644 index 00000000..b6f8c95a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._45568-45823.pbf differ diff --git a/maplibre/fonts/MonTrappist/._45824-46079.pbf b/maplibre/fonts/MonTrappist/._45824-46079.pbf new file mode 100644 index 00000000..b33462f9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._45824-46079.pbf differ diff --git a/maplibre/fonts/MonTrappist/._4608-4863.pbf b/maplibre/fonts/MonTrappist/._4608-4863.pbf new file mode 100644 index 00000000..56a283a1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._4608-4863.pbf differ diff --git a/maplibre/fonts/MonTrappist/._46080-46335.pbf b/maplibre/fonts/MonTrappist/._46080-46335.pbf new file mode 100644 index 00000000..a89e2c35 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._46080-46335.pbf differ diff --git a/maplibre/fonts/MonTrappist/._46336-46591.pbf b/maplibre/fonts/MonTrappist/._46336-46591.pbf new file mode 100644 index 00000000..e9f1ed5f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._46336-46591.pbf differ diff --git a/maplibre/fonts/MonTrappist/._46592-46847.pbf b/maplibre/fonts/MonTrappist/._46592-46847.pbf new file mode 100644 index 00000000..9746e780 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._46592-46847.pbf differ diff --git a/maplibre/fonts/MonTrappist/._46848-47103.pbf b/maplibre/fonts/MonTrappist/._46848-47103.pbf new file mode 100644 index 00000000..f42fc29d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._46848-47103.pbf differ diff --git a/maplibre/fonts/MonTrappist/._47104-47359.pbf b/maplibre/fonts/MonTrappist/._47104-47359.pbf new file mode 100644 index 00000000..7b80739a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._47104-47359.pbf differ diff --git a/maplibre/fonts/MonTrappist/._47360-47615.pbf b/maplibre/fonts/MonTrappist/._47360-47615.pbf new file mode 100644 index 00000000..9b498c5c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._47360-47615.pbf differ diff --git a/maplibre/fonts/MonTrappist/._47616-47871.pbf b/maplibre/fonts/MonTrappist/._47616-47871.pbf new file mode 100644 index 00000000..36fe88c3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._47616-47871.pbf differ diff --git a/maplibre/fonts/MonTrappist/._47872-48127.pbf b/maplibre/fonts/MonTrappist/._47872-48127.pbf new file mode 100644 index 00000000..97b294d3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._47872-48127.pbf differ diff --git a/maplibre/fonts/MonTrappist/._48128-48383.pbf b/maplibre/fonts/MonTrappist/._48128-48383.pbf new file mode 100644 index 00000000..55b74f3b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._48128-48383.pbf differ diff --git a/maplibre/fonts/MonTrappist/._48384-48639.pbf b/maplibre/fonts/MonTrappist/._48384-48639.pbf new file mode 100644 index 00000000..4fab18ce Binary files /dev/null and b/maplibre/fonts/MonTrappist/._48384-48639.pbf differ diff --git a/maplibre/fonts/MonTrappist/._4864-5119.pbf b/maplibre/fonts/MonTrappist/._4864-5119.pbf new file mode 100644 index 00000000..fb7b1b4b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._4864-5119.pbf differ diff --git a/maplibre/fonts/MonTrappist/._48640-48895.pbf b/maplibre/fonts/MonTrappist/._48640-48895.pbf new file mode 100644 index 00000000..073d6e6c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._48640-48895.pbf differ diff --git a/maplibre/fonts/MonTrappist/._48896-49151.pbf b/maplibre/fonts/MonTrappist/._48896-49151.pbf new file mode 100644 index 00000000..d7c7418a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._48896-49151.pbf differ diff --git a/maplibre/fonts/MonTrappist/._49152-49407.pbf b/maplibre/fonts/MonTrappist/._49152-49407.pbf new file mode 100644 index 00000000..bfa686ea Binary files /dev/null and b/maplibre/fonts/MonTrappist/._49152-49407.pbf differ diff --git a/maplibre/fonts/MonTrappist/._49408-49663.pbf b/maplibre/fonts/MonTrappist/._49408-49663.pbf new file mode 100644 index 00000000..53dc14ae Binary files /dev/null and b/maplibre/fonts/MonTrappist/._49408-49663.pbf differ diff --git a/maplibre/fonts/MonTrappist/._49664-49919.pbf b/maplibre/fonts/MonTrappist/._49664-49919.pbf new file mode 100644 index 00000000..bdc4e8ae Binary files /dev/null and b/maplibre/fonts/MonTrappist/._49664-49919.pbf differ diff --git a/maplibre/fonts/MonTrappist/._49920-50175.pbf b/maplibre/fonts/MonTrappist/._49920-50175.pbf new file mode 100644 index 00000000..b6d125a5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._49920-50175.pbf differ diff --git a/maplibre/fonts/MonTrappist/._50176-50431.pbf b/maplibre/fonts/MonTrappist/._50176-50431.pbf new file mode 100644 index 00000000..e779cc72 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._50176-50431.pbf differ diff --git a/maplibre/fonts/MonTrappist/._50432-50687.pbf b/maplibre/fonts/MonTrappist/._50432-50687.pbf new file mode 100644 index 00000000..1a07752f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._50432-50687.pbf differ diff --git a/maplibre/fonts/MonTrappist/._50688-50943.pbf b/maplibre/fonts/MonTrappist/._50688-50943.pbf new file mode 100644 index 00000000..2ac48f91 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._50688-50943.pbf differ diff --git a/maplibre/fonts/MonTrappist/._50944-51199.pbf b/maplibre/fonts/MonTrappist/._50944-51199.pbf new file mode 100644 index 00000000..d189c365 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._50944-51199.pbf differ diff --git a/maplibre/fonts/MonTrappist/._512-767.pbf b/maplibre/fonts/MonTrappist/._512-767.pbf new file mode 100644 index 00000000..06afc60c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._512-767.pbf differ diff --git a/maplibre/fonts/MonTrappist/._5120-5375.pbf b/maplibre/fonts/MonTrappist/._5120-5375.pbf new file mode 100644 index 00000000..3c77cf23 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._5120-5375.pbf differ diff --git a/maplibre/fonts/MonTrappist/._51200-51455.pbf b/maplibre/fonts/MonTrappist/._51200-51455.pbf new file mode 100644 index 00000000..917d17de Binary files /dev/null and b/maplibre/fonts/MonTrappist/._51200-51455.pbf differ diff --git a/maplibre/fonts/MonTrappist/._51456-51711.pbf b/maplibre/fonts/MonTrappist/._51456-51711.pbf new file mode 100644 index 00000000..66ae9627 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._51456-51711.pbf differ diff --git a/maplibre/fonts/MonTrappist/._51712-51967.pbf b/maplibre/fonts/MonTrappist/._51712-51967.pbf new file mode 100644 index 00000000..be916b19 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._51712-51967.pbf differ diff --git a/maplibre/fonts/MonTrappist/._51968-52223.pbf b/maplibre/fonts/MonTrappist/._51968-52223.pbf new file mode 100644 index 00000000..4d16b5fb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._51968-52223.pbf differ diff --git a/maplibre/fonts/MonTrappist/._52224-52479.pbf b/maplibre/fonts/MonTrappist/._52224-52479.pbf new file mode 100644 index 00000000..636284d1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._52224-52479.pbf differ diff --git a/maplibre/fonts/MonTrappist/._52480-52735.pbf b/maplibre/fonts/MonTrappist/._52480-52735.pbf new file mode 100644 index 00000000..0bcc2a1d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._52480-52735.pbf differ diff --git a/maplibre/fonts/MonTrappist/._52736-52991.pbf b/maplibre/fonts/MonTrappist/._52736-52991.pbf new file mode 100644 index 00000000..72be9a3a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._52736-52991.pbf differ diff --git a/maplibre/fonts/MonTrappist/._52992-53247.pbf b/maplibre/fonts/MonTrappist/._52992-53247.pbf new file mode 100644 index 00000000..d12db4c9 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._52992-53247.pbf differ diff --git a/maplibre/fonts/MonTrappist/._53248-53503.pbf b/maplibre/fonts/MonTrappist/._53248-53503.pbf new file mode 100644 index 00000000..53b4bb61 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._53248-53503.pbf differ diff --git a/maplibre/fonts/MonTrappist/._53504-53759.pbf b/maplibre/fonts/MonTrappist/._53504-53759.pbf new file mode 100644 index 00000000..cb13b444 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._53504-53759.pbf differ diff --git a/maplibre/fonts/MonTrappist/._5376-5631.pbf b/maplibre/fonts/MonTrappist/._5376-5631.pbf new file mode 100644 index 00000000..87de7db2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._5376-5631.pbf differ diff --git a/maplibre/fonts/MonTrappist/._53760-54015.pbf b/maplibre/fonts/MonTrappist/._53760-54015.pbf new file mode 100644 index 00000000..e50e0d63 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._53760-54015.pbf differ diff --git a/maplibre/fonts/MonTrappist/._54016-54271.pbf b/maplibre/fonts/MonTrappist/._54016-54271.pbf new file mode 100644 index 00000000..4a25100d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._54016-54271.pbf differ diff --git a/maplibre/fonts/MonTrappist/._54272-54527.pbf b/maplibre/fonts/MonTrappist/._54272-54527.pbf new file mode 100644 index 00000000..57c1c7ff Binary files /dev/null and b/maplibre/fonts/MonTrappist/._54272-54527.pbf differ diff --git a/maplibre/fonts/MonTrappist/._54528-54783.pbf b/maplibre/fonts/MonTrappist/._54528-54783.pbf new file mode 100644 index 00000000..88f55385 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._54528-54783.pbf differ diff --git a/maplibre/fonts/MonTrappist/._54784-55039.pbf b/maplibre/fonts/MonTrappist/._54784-55039.pbf new file mode 100644 index 00000000..fc9785ef Binary files /dev/null and b/maplibre/fonts/MonTrappist/._54784-55039.pbf differ diff --git a/maplibre/fonts/MonTrappist/._55040-55295.pbf b/maplibre/fonts/MonTrappist/._55040-55295.pbf new file mode 100644 index 00000000..5923a84f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._55040-55295.pbf differ diff --git a/maplibre/fonts/MonTrappist/._55296-55551.pbf b/maplibre/fonts/MonTrappist/._55296-55551.pbf new file mode 100644 index 00000000..e48a6afb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._55296-55551.pbf differ diff --git a/maplibre/fonts/MonTrappist/._55552-55807.pbf b/maplibre/fonts/MonTrappist/._55552-55807.pbf new file mode 100644 index 00000000..3a892cff Binary files /dev/null and b/maplibre/fonts/MonTrappist/._55552-55807.pbf differ diff --git a/maplibre/fonts/MonTrappist/._55808-56063.pbf b/maplibre/fonts/MonTrappist/._55808-56063.pbf new file mode 100644 index 00000000..41453ea2 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._55808-56063.pbf differ diff --git a/maplibre/fonts/MonTrappist/._56064-56319.pbf b/maplibre/fonts/MonTrappist/._56064-56319.pbf new file mode 100644 index 00000000..9ae59c08 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._56064-56319.pbf differ diff --git a/maplibre/fonts/MonTrappist/._5632-5887.pbf b/maplibre/fonts/MonTrappist/._5632-5887.pbf new file mode 100644 index 00000000..98244365 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._5632-5887.pbf differ diff --git a/maplibre/fonts/MonTrappist/._56320-56575.pbf b/maplibre/fonts/MonTrappist/._56320-56575.pbf new file mode 100644 index 00000000..008be018 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._56320-56575.pbf differ diff --git a/maplibre/fonts/MonTrappist/._56576-56831.pbf b/maplibre/fonts/MonTrappist/._56576-56831.pbf new file mode 100644 index 00000000..505c0f81 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._56576-56831.pbf differ diff --git a/maplibre/fonts/MonTrappist/._56832-57087.pbf b/maplibre/fonts/MonTrappist/._56832-57087.pbf new file mode 100644 index 00000000..87c4c2b4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._56832-57087.pbf differ diff --git a/maplibre/fonts/MonTrappist/._57088-57343.pbf b/maplibre/fonts/MonTrappist/._57088-57343.pbf new file mode 100644 index 00000000..3144a8d4 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._57088-57343.pbf differ diff --git a/maplibre/fonts/MonTrappist/._57344-57599.pbf b/maplibre/fonts/MonTrappist/._57344-57599.pbf new file mode 100644 index 00000000..5b82bc99 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._57344-57599.pbf differ diff --git a/maplibre/fonts/MonTrappist/._57600-57855.pbf b/maplibre/fonts/MonTrappist/._57600-57855.pbf new file mode 100644 index 00000000..cb56551d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._57600-57855.pbf differ diff --git a/maplibre/fonts/MonTrappist/._57856-58111.pbf b/maplibre/fonts/MonTrappist/._57856-58111.pbf new file mode 100644 index 00000000..1df9f4f0 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._57856-58111.pbf differ diff --git a/maplibre/fonts/MonTrappist/._58112-58367.pbf b/maplibre/fonts/MonTrappist/._58112-58367.pbf new file mode 100644 index 00000000..4db349d3 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._58112-58367.pbf differ diff --git a/maplibre/fonts/MonTrappist/._58368-58623.pbf b/maplibre/fonts/MonTrappist/._58368-58623.pbf new file mode 100644 index 00000000..012026bb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._58368-58623.pbf differ diff --git a/maplibre/fonts/MonTrappist/._58624-58879.pbf b/maplibre/fonts/MonTrappist/._58624-58879.pbf new file mode 100644 index 00000000..3cf31020 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._58624-58879.pbf differ diff --git a/maplibre/fonts/MonTrappist/._5888-6143.pbf b/maplibre/fonts/MonTrappist/._5888-6143.pbf new file mode 100644 index 00000000..3227009d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._5888-6143.pbf differ diff --git a/maplibre/fonts/MonTrappist/._58880-59135.pbf b/maplibre/fonts/MonTrappist/._58880-59135.pbf new file mode 100644 index 00000000..7c9ed496 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._58880-59135.pbf differ diff --git a/maplibre/fonts/MonTrappist/._59136-59391.pbf b/maplibre/fonts/MonTrappist/._59136-59391.pbf new file mode 100644 index 00000000..6d6b2ff1 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._59136-59391.pbf differ diff --git a/maplibre/fonts/MonTrappist/._59392-59647.pbf b/maplibre/fonts/MonTrappist/._59392-59647.pbf new file mode 100644 index 00000000..48197c0f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._59392-59647.pbf differ diff --git a/maplibre/fonts/MonTrappist/._59648-59903.pbf b/maplibre/fonts/MonTrappist/._59648-59903.pbf new file mode 100644 index 00000000..9e86a277 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._59648-59903.pbf differ diff --git a/maplibre/fonts/MonTrappist/._59904-60159.pbf b/maplibre/fonts/MonTrappist/._59904-60159.pbf new file mode 100644 index 00000000..99b5d895 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._59904-60159.pbf differ diff --git a/maplibre/fonts/MonTrappist/._60160-60415.pbf b/maplibre/fonts/MonTrappist/._60160-60415.pbf new file mode 100644 index 00000000..ef837cbd Binary files /dev/null and b/maplibre/fonts/MonTrappist/._60160-60415.pbf differ diff --git a/maplibre/fonts/MonTrappist/._60416-60671.pbf b/maplibre/fonts/MonTrappist/._60416-60671.pbf new file mode 100644 index 00000000..b94d2acc Binary files /dev/null and b/maplibre/fonts/MonTrappist/._60416-60671.pbf differ diff --git a/maplibre/fonts/MonTrappist/._60672-60927.pbf b/maplibre/fonts/MonTrappist/._60672-60927.pbf new file mode 100644 index 00000000..3af3a092 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._60672-60927.pbf differ diff --git a/maplibre/fonts/MonTrappist/._60928-61183.pbf b/maplibre/fonts/MonTrappist/._60928-61183.pbf new file mode 100644 index 00000000..070102d0 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._60928-61183.pbf differ diff --git a/maplibre/fonts/MonTrappist/._61184-61439.pbf b/maplibre/fonts/MonTrappist/._61184-61439.pbf new file mode 100644 index 00000000..c508292b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._61184-61439.pbf differ diff --git a/maplibre/fonts/MonTrappist/._6144-6399.pbf b/maplibre/fonts/MonTrappist/._6144-6399.pbf new file mode 100644 index 00000000..821c219f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._6144-6399.pbf differ diff --git a/maplibre/fonts/MonTrappist/._61440-61695.pbf b/maplibre/fonts/MonTrappist/._61440-61695.pbf new file mode 100644 index 00000000..4e0c00db Binary files /dev/null and b/maplibre/fonts/MonTrappist/._61440-61695.pbf differ diff --git a/maplibre/fonts/MonTrappist/._61696-61951.pbf b/maplibre/fonts/MonTrappist/._61696-61951.pbf new file mode 100644 index 00000000..a460d172 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._61696-61951.pbf differ diff --git a/maplibre/fonts/MonTrappist/._61952-62207.pbf b/maplibre/fonts/MonTrappist/._61952-62207.pbf new file mode 100644 index 00000000..e918fd03 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._61952-62207.pbf differ diff --git a/maplibre/fonts/MonTrappist/._62208-62463.pbf b/maplibre/fonts/MonTrappist/._62208-62463.pbf new file mode 100644 index 00000000..061491f7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._62208-62463.pbf differ diff --git a/maplibre/fonts/MonTrappist/._62464-62719.pbf b/maplibre/fonts/MonTrappist/._62464-62719.pbf new file mode 100644 index 00000000..b0a6f7d6 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._62464-62719.pbf differ diff --git a/maplibre/fonts/MonTrappist/._62720-62975.pbf b/maplibre/fonts/MonTrappist/._62720-62975.pbf new file mode 100644 index 00000000..eec64875 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._62720-62975.pbf differ diff --git a/maplibre/fonts/MonTrappist/._62976-63231.pbf b/maplibre/fonts/MonTrappist/._62976-63231.pbf new file mode 100644 index 00000000..226bd021 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._62976-63231.pbf differ diff --git a/maplibre/fonts/MonTrappist/._63232-63487.pbf b/maplibre/fonts/MonTrappist/._63232-63487.pbf new file mode 100644 index 00000000..3c2ea141 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._63232-63487.pbf differ diff --git a/maplibre/fonts/MonTrappist/._63488-63743.pbf b/maplibre/fonts/MonTrappist/._63488-63743.pbf new file mode 100644 index 00000000..9924f0bb Binary files /dev/null and b/maplibre/fonts/MonTrappist/._63488-63743.pbf differ diff --git a/maplibre/fonts/MonTrappist/._63744-63999.pbf b/maplibre/fonts/MonTrappist/._63744-63999.pbf new file mode 100644 index 00000000..9ef3d940 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._63744-63999.pbf differ diff --git a/maplibre/fonts/MonTrappist/._6400-6655.pbf b/maplibre/fonts/MonTrappist/._6400-6655.pbf new file mode 100644 index 00000000..2f7a722f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._6400-6655.pbf differ diff --git a/maplibre/fonts/MonTrappist/._64000-64255.pbf b/maplibre/fonts/MonTrappist/._64000-64255.pbf new file mode 100644 index 00000000..65fd2879 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._64000-64255.pbf differ diff --git a/maplibre/fonts/MonTrappist/._64256-64511.pbf b/maplibre/fonts/MonTrappist/._64256-64511.pbf new file mode 100644 index 00000000..5c1f255f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._64256-64511.pbf differ diff --git a/maplibre/fonts/MonTrappist/._64512-64767.pbf b/maplibre/fonts/MonTrappist/._64512-64767.pbf new file mode 100644 index 00000000..96bc0b26 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._64512-64767.pbf differ diff --git a/maplibre/fonts/MonTrappist/._64768-65023.pbf b/maplibre/fonts/MonTrappist/._64768-65023.pbf new file mode 100644 index 00000000..3bf50441 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._64768-65023.pbf differ diff --git a/maplibre/fonts/MonTrappist/._65024-65279.pbf b/maplibre/fonts/MonTrappist/._65024-65279.pbf new file mode 100644 index 00000000..c340c042 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._65024-65279.pbf differ diff --git a/maplibre/fonts/MonTrappist/._65280-65535.pbf b/maplibre/fonts/MonTrappist/._65280-65535.pbf new file mode 100644 index 00000000..b4718e81 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._65280-65535.pbf differ diff --git a/maplibre/fonts/MonTrappist/._6656-6911.pbf b/maplibre/fonts/MonTrappist/._6656-6911.pbf new file mode 100644 index 00000000..267d851f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._6656-6911.pbf differ diff --git a/maplibre/fonts/MonTrappist/._6912-7167.pbf b/maplibre/fonts/MonTrappist/._6912-7167.pbf new file mode 100644 index 00000000..1609487c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._6912-7167.pbf differ diff --git a/maplibre/fonts/MonTrappist/._7168-7423.pbf b/maplibre/fonts/MonTrappist/._7168-7423.pbf new file mode 100644 index 00000000..10168381 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._7168-7423.pbf differ diff --git a/maplibre/fonts/MonTrappist/._7424-7679.pbf b/maplibre/fonts/MonTrappist/._7424-7679.pbf new file mode 100644 index 00000000..ac49a96a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._7424-7679.pbf differ diff --git a/maplibre/fonts/MonTrappist/._768-1023.pbf b/maplibre/fonts/MonTrappist/._768-1023.pbf new file mode 100644 index 00000000..b4a9dd4a Binary files /dev/null and b/maplibre/fonts/MonTrappist/._768-1023.pbf differ diff --git a/maplibre/fonts/MonTrappist/._7680-7935.pbf b/maplibre/fonts/MonTrappist/._7680-7935.pbf new file mode 100644 index 00000000..50143662 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._7680-7935.pbf differ diff --git a/maplibre/fonts/MonTrappist/._7936-8191.pbf b/maplibre/fonts/MonTrappist/._7936-8191.pbf new file mode 100644 index 00000000..d3791f5f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._7936-8191.pbf differ diff --git a/maplibre/fonts/MonTrappist/._8192-8447.pbf b/maplibre/fonts/MonTrappist/._8192-8447.pbf new file mode 100644 index 00000000..d97c8817 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._8192-8447.pbf differ diff --git a/maplibre/fonts/MonTrappist/._8448-8703.pbf b/maplibre/fonts/MonTrappist/._8448-8703.pbf new file mode 100644 index 00000000..119d2d0b Binary files /dev/null and b/maplibre/fonts/MonTrappist/._8448-8703.pbf differ diff --git a/maplibre/fonts/MonTrappist/._8704-8959.pbf b/maplibre/fonts/MonTrappist/._8704-8959.pbf new file mode 100644 index 00000000..71942171 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._8704-8959.pbf differ diff --git a/maplibre/fonts/MonTrappist/._8960-9215.pbf b/maplibre/fonts/MonTrappist/._8960-9215.pbf new file mode 100644 index 00000000..8e59256c Binary files /dev/null and b/maplibre/fonts/MonTrappist/._8960-9215.pbf differ diff --git a/maplibre/fonts/MonTrappist/._9216-9471.pbf b/maplibre/fonts/MonTrappist/._9216-9471.pbf new file mode 100644 index 00000000..899830a5 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._9216-9471.pbf differ diff --git a/maplibre/fonts/MonTrappist/._9472-9727.pbf b/maplibre/fonts/MonTrappist/._9472-9727.pbf new file mode 100644 index 00000000..7ed77b7f Binary files /dev/null and b/maplibre/fonts/MonTrappist/._9472-9727.pbf differ diff --git a/maplibre/fonts/MonTrappist/._9728-9983.pbf b/maplibre/fonts/MonTrappist/._9728-9983.pbf new file mode 100644 index 00000000..a5972d0d Binary files /dev/null and b/maplibre/fonts/MonTrappist/._9728-9983.pbf differ diff --git a/maplibre/fonts/MonTrappist/._9984-10239.pbf b/maplibre/fonts/MonTrappist/._9984-10239.pbf new file mode 100644 index 00000000..522c6be7 Binary files /dev/null and b/maplibre/fonts/MonTrappist/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._0-255.pbf b/maplibre/fonts/RobotoBlack/._0-255.pbf new file mode 100644 index 00000000..36bf348e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._1024-1279.pbf b/maplibre/fonts/RobotoBlack/._1024-1279.pbf new file mode 100644 index 00000000..85bededd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._10240-10495.pbf b/maplibre/fonts/RobotoBlack/._10240-10495.pbf new file mode 100644 index 00000000..43983433 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._10496-10751.pbf b/maplibre/fonts/RobotoBlack/._10496-10751.pbf new file mode 100644 index 00000000..47009a07 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._10752-11007.pbf b/maplibre/fonts/RobotoBlack/._10752-11007.pbf new file mode 100644 index 00000000..42513415 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._11008-11263.pbf b/maplibre/fonts/RobotoBlack/._11008-11263.pbf new file mode 100644 index 00000000..9243833b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._11264-11519.pbf b/maplibre/fonts/RobotoBlack/._11264-11519.pbf new file mode 100644 index 00000000..8e00019d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._11520-11775.pbf b/maplibre/fonts/RobotoBlack/._11520-11775.pbf new file mode 100644 index 00000000..d62d7e9e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._11776-12031.pbf b/maplibre/fonts/RobotoBlack/._11776-12031.pbf new file mode 100644 index 00000000..b4322043 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._12032-12287.pbf b/maplibre/fonts/RobotoBlack/._12032-12287.pbf new file mode 100644 index 00000000..a19cedc6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._12288-12543.pbf b/maplibre/fonts/RobotoBlack/._12288-12543.pbf new file mode 100644 index 00000000..10f334ce Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._12544-12799.pbf b/maplibre/fonts/RobotoBlack/._12544-12799.pbf new file mode 100644 index 00000000..ab7b0172 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._1280-1535.pbf b/maplibre/fonts/RobotoBlack/._1280-1535.pbf new file mode 100644 index 00000000..e7112551 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._12800-13055.pbf b/maplibre/fonts/RobotoBlack/._12800-13055.pbf new file mode 100644 index 00000000..f30436b5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._13056-13311.pbf b/maplibre/fonts/RobotoBlack/._13056-13311.pbf new file mode 100644 index 00000000..7fe5d9b4 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._13312-13567.pbf b/maplibre/fonts/RobotoBlack/._13312-13567.pbf new file mode 100644 index 00000000..0ab9cb44 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._13568-13823.pbf b/maplibre/fonts/RobotoBlack/._13568-13823.pbf new file mode 100644 index 00000000..b712e120 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._13824-14079.pbf b/maplibre/fonts/RobotoBlack/._13824-14079.pbf new file mode 100644 index 00000000..c158329c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._14080-14335.pbf b/maplibre/fonts/RobotoBlack/._14080-14335.pbf new file mode 100644 index 00000000..0f33cd2d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._14336-14591.pbf b/maplibre/fonts/RobotoBlack/._14336-14591.pbf new file mode 100644 index 00000000..ace2a6a4 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._14592-14847.pbf b/maplibre/fonts/RobotoBlack/._14592-14847.pbf new file mode 100644 index 00000000..25a7b75c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._14848-15103.pbf b/maplibre/fonts/RobotoBlack/._14848-15103.pbf new file mode 100644 index 00000000..ee291a8b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._15104-15359.pbf b/maplibre/fonts/RobotoBlack/._15104-15359.pbf new file mode 100644 index 00000000..b996d7df Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._1536-1791.pbf b/maplibre/fonts/RobotoBlack/._1536-1791.pbf new file mode 100644 index 00000000..385175cb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._15360-15615.pbf b/maplibre/fonts/RobotoBlack/._15360-15615.pbf new file mode 100644 index 00000000..41e82afd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._15616-15871.pbf b/maplibre/fonts/RobotoBlack/._15616-15871.pbf new file mode 100644 index 00000000..d4db6960 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._15872-16127.pbf b/maplibre/fonts/RobotoBlack/._15872-16127.pbf new file mode 100644 index 00000000..2a8fa95c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._16128-16383.pbf b/maplibre/fonts/RobotoBlack/._16128-16383.pbf new file mode 100644 index 00000000..65ca2653 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._16384-16639.pbf b/maplibre/fonts/RobotoBlack/._16384-16639.pbf new file mode 100644 index 00000000..a8acf8fd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._16640-16895.pbf b/maplibre/fonts/RobotoBlack/._16640-16895.pbf new file mode 100644 index 00000000..51cb8334 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._16896-17151.pbf b/maplibre/fonts/RobotoBlack/._16896-17151.pbf new file mode 100644 index 00000000..6f50421a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._17152-17407.pbf b/maplibre/fonts/RobotoBlack/._17152-17407.pbf new file mode 100644 index 00000000..84626d8a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._17408-17663.pbf b/maplibre/fonts/RobotoBlack/._17408-17663.pbf new file mode 100644 index 00000000..3003ecdd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._17664-17919.pbf b/maplibre/fonts/RobotoBlack/._17664-17919.pbf new file mode 100644 index 00000000..b94cb138 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._1792-2047.pbf b/maplibre/fonts/RobotoBlack/._1792-2047.pbf new file mode 100644 index 00000000..9b2c530b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._17920-18175.pbf b/maplibre/fonts/RobotoBlack/._17920-18175.pbf new file mode 100644 index 00000000..cfe90658 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._18176-18431.pbf b/maplibre/fonts/RobotoBlack/._18176-18431.pbf new file mode 100644 index 00000000..ba49cd14 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._18432-18687.pbf b/maplibre/fonts/RobotoBlack/._18432-18687.pbf new file mode 100644 index 00000000..302a38fd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._18688-18943.pbf b/maplibre/fonts/RobotoBlack/._18688-18943.pbf new file mode 100644 index 00000000..6abc379f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._18944-19199.pbf b/maplibre/fonts/RobotoBlack/._18944-19199.pbf new file mode 100644 index 00000000..76d78e4a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._19200-19455.pbf b/maplibre/fonts/RobotoBlack/._19200-19455.pbf new file mode 100644 index 00000000..85ae0267 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._19456-19711.pbf b/maplibre/fonts/RobotoBlack/._19456-19711.pbf new file mode 100644 index 00000000..18d4e1c2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._19712-19967.pbf b/maplibre/fonts/RobotoBlack/._19712-19967.pbf new file mode 100644 index 00000000..8afaeb8e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._19968-20223.pbf b/maplibre/fonts/RobotoBlack/._19968-20223.pbf new file mode 100644 index 00000000..c3630d0c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._20224-20479.pbf b/maplibre/fonts/RobotoBlack/._20224-20479.pbf new file mode 100644 index 00000000..755fc00c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._2048-2303.pbf b/maplibre/fonts/RobotoBlack/._2048-2303.pbf new file mode 100644 index 00000000..4a43dda1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._20480-20735.pbf b/maplibre/fonts/RobotoBlack/._20480-20735.pbf new file mode 100644 index 00000000..f7741e9a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._20736-20991.pbf b/maplibre/fonts/RobotoBlack/._20736-20991.pbf new file mode 100644 index 00000000..d1ec3295 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._20992-21247.pbf b/maplibre/fonts/RobotoBlack/._20992-21247.pbf new file mode 100644 index 00000000..626dceaf Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._21248-21503.pbf b/maplibre/fonts/RobotoBlack/._21248-21503.pbf new file mode 100644 index 00000000..95355ebf Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._21504-21759.pbf b/maplibre/fonts/RobotoBlack/._21504-21759.pbf new file mode 100644 index 00000000..8eb6580c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._21760-22015.pbf b/maplibre/fonts/RobotoBlack/._21760-22015.pbf new file mode 100644 index 00000000..934505ab Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._22016-22271.pbf b/maplibre/fonts/RobotoBlack/._22016-22271.pbf new file mode 100644 index 00000000..20278cbc Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._22272-22527.pbf b/maplibre/fonts/RobotoBlack/._22272-22527.pbf new file mode 100644 index 00000000..e742f4de Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._22528-22783.pbf b/maplibre/fonts/RobotoBlack/._22528-22783.pbf new file mode 100644 index 00000000..4b276207 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._22784-23039.pbf b/maplibre/fonts/RobotoBlack/._22784-23039.pbf new file mode 100644 index 00000000..ce6b0759 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._2304-2559.pbf b/maplibre/fonts/RobotoBlack/._2304-2559.pbf new file mode 100644 index 00000000..953dfd4a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._23040-23295.pbf b/maplibre/fonts/RobotoBlack/._23040-23295.pbf new file mode 100644 index 00000000..8a5497d6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._23296-23551.pbf b/maplibre/fonts/RobotoBlack/._23296-23551.pbf new file mode 100644 index 00000000..b5e73faf Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._23552-23807.pbf b/maplibre/fonts/RobotoBlack/._23552-23807.pbf new file mode 100644 index 00000000..948b1277 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._23808-24063.pbf b/maplibre/fonts/RobotoBlack/._23808-24063.pbf new file mode 100644 index 00000000..31aa879d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._24064-24319.pbf b/maplibre/fonts/RobotoBlack/._24064-24319.pbf new file mode 100644 index 00000000..29d490ea Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._24320-24575.pbf b/maplibre/fonts/RobotoBlack/._24320-24575.pbf new file mode 100644 index 00000000..2264661f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._24576-24831.pbf b/maplibre/fonts/RobotoBlack/._24576-24831.pbf new file mode 100644 index 00000000..86950fbe Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._24832-25087.pbf b/maplibre/fonts/RobotoBlack/._24832-25087.pbf new file mode 100644 index 00000000..6e42be1b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._25088-25343.pbf b/maplibre/fonts/RobotoBlack/._25088-25343.pbf new file mode 100644 index 00000000..3ef295f0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._25344-25599.pbf b/maplibre/fonts/RobotoBlack/._25344-25599.pbf new file mode 100644 index 00000000..6d26e021 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._256-511.pbf b/maplibre/fonts/RobotoBlack/._256-511.pbf new file mode 100644 index 00000000..06daed44 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._2560-2815.pbf b/maplibre/fonts/RobotoBlack/._2560-2815.pbf new file mode 100644 index 00000000..9337a28f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._25600-25855.pbf b/maplibre/fonts/RobotoBlack/._25600-25855.pbf new file mode 100644 index 00000000..9fff668b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._25856-26111.pbf b/maplibre/fonts/RobotoBlack/._25856-26111.pbf new file mode 100644 index 00000000..8a1f4f24 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._26112-26367.pbf b/maplibre/fonts/RobotoBlack/._26112-26367.pbf new file mode 100644 index 00000000..fc15472b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._26368-26623.pbf b/maplibre/fonts/RobotoBlack/._26368-26623.pbf new file mode 100644 index 00000000..351aef17 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._26624-26879.pbf b/maplibre/fonts/RobotoBlack/._26624-26879.pbf new file mode 100644 index 00000000..963f7edd Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._26880-27135.pbf b/maplibre/fonts/RobotoBlack/._26880-27135.pbf new file mode 100644 index 00000000..9c150070 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._27136-27391.pbf b/maplibre/fonts/RobotoBlack/._27136-27391.pbf new file mode 100644 index 00000000..ec1bf8aa Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._27392-27647.pbf b/maplibre/fonts/RobotoBlack/._27392-27647.pbf new file mode 100644 index 00000000..7ca9cf0c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._27648-27903.pbf b/maplibre/fonts/RobotoBlack/._27648-27903.pbf new file mode 100644 index 00000000..216329a8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._27904-28159.pbf b/maplibre/fonts/RobotoBlack/._27904-28159.pbf new file mode 100644 index 00000000..99cf0d53 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._2816-3071.pbf b/maplibre/fonts/RobotoBlack/._2816-3071.pbf new file mode 100644 index 00000000..1d5fd0fb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._28160-28415.pbf b/maplibre/fonts/RobotoBlack/._28160-28415.pbf new file mode 100644 index 00000000..e39c1bb1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._28416-28671.pbf b/maplibre/fonts/RobotoBlack/._28416-28671.pbf new file mode 100644 index 00000000..5a6ebbf9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._28672-28927.pbf b/maplibre/fonts/RobotoBlack/._28672-28927.pbf new file mode 100644 index 00000000..fb2af3d8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._28928-29183.pbf b/maplibre/fonts/RobotoBlack/._28928-29183.pbf new file mode 100644 index 00000000..172c65b5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._29184-29439.pbf b/maplibre/fonts/RobotoBlack/._29184-29439.pbf new file mode 100644 index 00000000..eaca3c4b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._29440-29695.pbf b/maplibre/fonts/RobotoBlack/._29440-29695.pbf new file mode 100644 index 00000000..88dbeca3 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._29696-29951.pbf b/maplibre/fonts/RobotoBlack/._29696-29951.pbf new file mode 100644 index 00000000..94b51521 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._29952-30207.pbf b/maplibre/fonts/RobotoBlack/._29952-30207.pbf new file mode 100644 index 00000000..cc00eca9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._30208-30463.pbf b/maplibre/fonts/RobotoBlack/._30208-30463.pbf new file mode 100644 index 00000000..bed190d9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._30464-30719.pbf b/maplibre/fonts/RobotoBlack/._30464-30719.pbf new file mode 100644 index 00000000..f33886cb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._3072-3327.pbf b/maplibre/fonts/RobotoBlack/._3072-3327.pbf new file mode 100644 index 00000000..e3e02948 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._30720-30975.pbf b/maplibre/fonts/RobotoBlack/._30720-30975.pbf new file mode 100644 index 00000000..fc8c55a9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._30976-31231.pbf b/maplibre/fonts/RobotoBlack/._30976-31231.pbf new file mode 100644 index 00000000..8c765008 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._31232-31487.pbf b/maplibre/fonts/RobotoBlack/._31232-31487.pbf new file mode 100644 index 00000000..e3b788fc Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._31488-31743.pbf b/maplibre/fonts/RobotoBlack/._31488-31743.pbf new file mode 100644 index 00000000..401e3d7f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._31744-31999.pbf b/maplibre/fonts/RobotoBlack/._31744-31999.pbf new file mode 100644 index 00000000..b6df9b21 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._32000-32255.pbf b/maplibre/fonts/RobotoBlack/._32000-32255.pbf new file mode 100644 index 00000000..c8bbf8d9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._32256-32511.pbf b/maplibre/fonts/RobotoBlack/._32256-32511.pbf new file mode 100644 index 00000000..16fac76e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._32512-32767.pbf b/maplibre/fonts/RobotoBlack/._32512-32767.pbf new file mode 100644 index 00000000..119ec366 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._32768-33023.pbf b/maplibre/fonts/RobotoBlack/._32768-33023.pbf new file mode 100644 index 00000000..5ae9541d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._33024-33279.pbf b/maplibre/fonts/RobotoBlack/._33024-33279.pbf new file mode 100644 index 00000000..ad170818 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._3328-3583.pbf b/maplibre/fonts/RobotoBlack/._3328-3583.pbf new file mode 100644 index 00000000..cb683e45 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._33280-33535.pbf b/maplibre/fonts/RobotoBlack/._33280-33535.pbf new file mode 100644 index 00000000..d85bd9ba Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._33536-33791.pbf b/maplibre/fonts/RobotoBlack/._33536-33791.pbf new file mode 100644 index 00000000..0345257b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._33792-34047.pbf b/maplibre/fonts/RobotoBlack/._33792-34047.pbf new file mode 100644 index 00000000..282c7c23 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._34048-34303.pbf b/maplibre/fonts/RobotoBlack/._34048-34303.pbf new file mode 100644 index 00000000..715e95f2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._34304-34559.pbf b/maplibre/fonts/RobotoBlack/._34304-34559.pbf new file mode 100644 index 00000000..8f41852c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._34560-34815.pbf b/maplibre/fonts/RobotoBlack/._34560-34815.pbf new file mode 100644 index 00000000..1a9607b1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._34816-35071.pbf b/maplibre/fonts/RobotoBlack/._34816-35071.pbf new file mode 100644 index 00000000..478be86f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._35072-35327.pbf b/maplibre/fonts/RobotoBlack/._35072-35327.pbf new file mode 100644 index 00000000..13cbb7fb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._35328-35583.pbf b/maplibre/fonts/RobotoBlack/._35328-35583.pbf new file mode 100644 index 00000000..0533bd3c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._35584-35839.pbf b/maplibre/fonts/RobotoBlack/._35584-35839.pbf new file mode 100644 index 00000000..e8ac37d8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._3584-3839.pbf b/maplibre/fonts/RobotoBlack/._3584-3839.pbf new file mode 100644 index 00000000..17a5fef6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._35840-36095.pbf b/maplibre/fonts/RobotoBlack/._35840-36095.pbf new file mode 100644 index 00000000..88430b3f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._36096-36351.pbf b/maplibre/fonts/RobotoBlack/._36096-36351.pbf new file mode 100644 index 00000000..4b806663 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._36352-36607.pbf b/maplibre/fonts/RobotoBlack/._36352-36607.pbf new file mode 100644 index 00000000..76f6c640 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._36608-36863.pbf b/maplibre/fonts/RobotoBlack/._36608-36863.pbf new file mode 100644 index 00000000..e6477217 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._36864-37119.pbf b/maplibre/fonts/RobotoBlack/._36864-37119.pbf new file mode 100644 index 00000000..242b3a79 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._37120-37375.pbf b/maplibre/fonts/RobotoBlack/._37120-37375.pbf new file mode 100644 index 00000000..6e0c3ad1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._37376-37631.pbf b/maplibre/fonts/RobotoBlack/._37376-37631.pbf new file mode 100644 index 00000000..9095ce5f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._37632-37887.pbf b/maplibre/fonts/RobotoBlack/._37632-37887.pbf new file mode 100644 index 00000000..9f77d0b7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._37888-38143.pbf b/maplibre/fonts/RobotoBlack/._37888-38143.pbf new file mode 100644 index 00000000..63374c51 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._38144-38399.pbf b/maplibre/fonts/RobotoBlack/._38144-38399.pbf new file mode 100644 index 00000000..331edf4e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._3840-4095.pbf b/maplibre/fonts/RobotoBlack/._3840-4095.pbf new file mode 100644 index 00000000..21c80b37 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._38400-38655.pbf b/maplibre/fonts/RobotoBlack/._38400-38655.pbf new file mode 100644 index 00000000..f9c0a9e1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._38656-38911.pbf b/maplibre/fonts/RobotoBlack/._38656-38911.pbf new file mode 100644 index 00000000..0520e954 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._38912-39167.pbf b/maplibre/fonts/RobotoBlack/._38912-39167.pbf new file mode 100644 index 00000000..4ec50559 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._39168-39423.pbf b/maplibre/fonts/RobotoBlack/._39168-39423.pbf new file mode 100644 index 00000000..e4805b67 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._39424-39679.pbf b/maplibre/fonts/RobotoBlack/._39424-39679.pbf new file mode 100644 index 00000000..c1dcbbb6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._39680-39935.pbf b/maplibre/fonts/RobotoBlack/._39680-39935.pbf new file mode 100644 index 00000000..93be2aef Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._39936-40191.pbf b/maplibre/fonts/RobotoBlack/._39936-40191.pbf new file mode 100644 index 00000000..008ab066 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._40192-40447.pbf b/maplibre/fonts/RobotoBlack/._40192-40447.pbf new file mode 100644 index 00000000..4608b5f0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._40448-40703.pbf b/maplibre/fonts/RobotoBlack/._40448-40703.pbf new file mode 100644 index 00000000..bf6d87ba Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._40704-40959.pbf b/maplibre/fonts/RobotoBlack/._40704-40959.pbf new file mode 100644 index 00000000..6c55e8b7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._4096-4351.pbf b/maplibre/fonts/RobotoBlack/._4096-4351.pbf new file mode 100644 index 00000000..7da2317a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._40960-41215.pbf b/maplibre/fonts/RobotoBlack/._40960-41215.pbf new file mode 100644 index 00000000..cc5c35cc Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._41216-41471.pbf b/maplibre/fonts/RobotoBlack/._41216-41471.pbf new file mode 100644 index 00000000..c6edfda2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._41472-41727.pbf b/maplibre/fonts/RobotoBlack/._41472-41727.pbf new file mode 100644 index 00000000..b62d742d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._41728-41983.pbf b/maplibre/fonts/RobotoBlack/._41728-41983.pbf new file mode 100644 index 00000000..57e558c0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._41984-42239.pbf b/maplibre/fonts/RobotoBlack/._41984-42239.pbf new file mode 100644 index 00000000..23936c57 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._42240-42495.pbf b/maplibre/fonts/RobotoBlack/._42240-42495.pbf new file mode 100644 index 00000000..2f496b8c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._42496-42751.pbf b/maplibre/fonts/RobotoBlack/._42496-42751.pbf new file mode 100644 index 00000000..a356b5da Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._42752-43007.pbf b/maplibre/fonts/RobotoBlack/._42752-43007.pbf new file mode 100644 index 00000000..6f0daa5f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._43008-43263.pbf b/maplibre/fonts/RobotoBlack/._43008-43263.pbf new file mode 100644 index 00000000..a7041107 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._43264-43519.pbf b/maplibre/fonts/RobotoBlack/._43264-43519.pbf new file mode 100644 index 00000000..aa669559 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._4352-4607.pbf b/maplibre/fonts/RobotoBlack/._4352-4607.pbf new file mode 100644 index 00000000..4e21ffc5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._43520-43775.pbf b/maplibre/fonts/RobotoBlack/._43520-43775.pbf new file mode 100644 index 00000000..f37d9c95 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._43776-44031.pbf b/maplibre/fonts/RobotoBlack/._43776-44031.pbf new file mode 100644 index 00000000..71e36e52 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._44032-44287.pbf b/maplibre/fonts/RobotoBlack/._44032-44287.pbf new file mode 100644 index 00000000..379037f1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._44288-44543.pbf b/maplibre/fonts/RobotoBlack/._44288-44543.pbf new file mode 100644 index 00000000..18c4836d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._44544-44799.pbf b/maplibre/fonts/RobotoBlack/._44544-44799.pbf new file mode 100644 index 00000000..7cd8dc42 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._44800-45055.pbf b/maplibre/fonts/RobotoBlack/._44800-45055.pbf new file mode 100644 index 00000000..e58ae591 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._45056-45311.pbf b/maplibre/fonts/RobotoBlack/._45056-45311.pbf new file mode 100644 index 00000000..e9e5eae0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._45312-45567.pbf b/maplibre/fonts/RobotoBlack/._45312-45567.pbf new file mode 100644 index 00000000..f28d6c9d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._45568-45823.pbf b/maplibre/fonts/RobotoBlack/._45568-45823.pbf new file mode 100644 index 00000000..b4b54a8f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._45824-46079.pbf b/maplibre/fonts/RobotoBlack/._45824-46079.pbf new file mode 100644 index 00000000..938ef6b1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._4608-4863.pbf b/maplibre/fonts/RobotoBlack/._4608-4863.pbf new file mode 100644 index 00000000..05324d66 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._46080-46335.pbf b/maplibre/fonts/RobotoBlack/._46080-46335.pbf new file mode 100644 index 00000000..71d42d08 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._46336-46591.pbf b/maplibre/fonts/RobotoBlack/._46336-46591.pbf new file mode 100644 index 00000000..1a84e704 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._46592-46847.pbf b/maplibre/fonts/RobotoBlack/._46592-46847.pbf new file mode 100644 index 00000000..97ae2ed8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._46848-47103.pbf b/maplibre/fonts/RobotoBlack/._46848-47103.pbf new file mode 100644 index 00000000..db409901 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._47104-47359.pbf b/maplibre/fonts/RobotoBlack/._47104-47359.pbf new file mode 100644 index 00000000..e6220309 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._47360-47615.pbf b/maplibre/fonts/RobotoBlack/._47360-47615.pbf new file mode 100644 index 00000000..ba21e5ce Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._47616-47871.pbf b/maplibre/fonts/RobotoBlack/._47616-47871.pbf new file mode 100644 index 00000000..e3b647cc Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._47872-48127.pbf b/maplibre/fonts/RobotoBlack/._47872-48127.pbf new file mode 100644 index 00000000..6d669111 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._48128-48383.pbf b/maplibre/fonts/RobotoBlack/._48128-48383.pbf new file mode 100644 index 00000000..8e4be0b8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._48384-48639.pbf b/maplibre/fonts/RobotoBlack/._48384-48639.pbf new file mode 100644 index 00000000..32c39951 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._4864-5119.pbf b/maplibre/fonts/RobotoBlack/._4864-5119.pbf new file mode 100644 index 00000000..8648a091 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._48640-48895.pbf b/maplibre/fonts/RobotoBlack/._48640-48895.pbf new file mode 100644 index 00000000..1cb1438e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._48896-49151.pbf b/maplibre/fonts/RobotoBlack/._48896-49151.pbf new file mode 100644 index 00000000..1a72e637 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._49152-49407.pbf b/maplibre/fonts/RobotoBlack/._49152-49407.pbf new file mode 100644 index 00000000..538e567f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._49408-49663.pbf b/maplibre/fonts/RobotoBlack/._49408-49663.pbf new file mode 100644 index 00000000..7d0ce900 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._49664-49919.pbf b/maplibre/fonts/RobotoBlack/._49664-49919.pbf new file mode 100644 index 00000000..2da2bc38 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._49920-50175.pbf b/maplibre/fonts/RobotoBlack/._49920-50175.pbf new file mode 100644 index 00000000..ab0cd2d8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._50176-50431.pbf b/maplibre/fonts/RobotoBlack/._50176-50431.pbf new file mode 100644 index 00000000..f9ff1027 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._50432-50687.pbf b/maplibre/fonts/RobotoBlack/._50432-50687.pbf new file mode 100644 index 00000000..8764d2e7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._50688-50943.pbf b/maplibre/fonts/RobotoBlack/._50688-50943.pbf new file mode 100644 index 00000000..07522fbb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._50944-51199.pbf b/maplibre/fonts/RobotoBlack/._50944-51199.pbf new file mode 100644 index 00000000..ff2c5f3d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._512-767.pbf b/maplibre/fonts/RobotoBlack/._512-767.pbf new file mode 100644 index 00000000..bcb2a9a8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._5120-5375.pbf b/maplibre/fonts/RobotoBlack/._5120-5375.pbf new file mode 100644 index 00000000..f77248ac Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._51200-51455.pbf b/maplibre/fonts/RobotoBlack/._51200-51455.pbf new file mode 100644 index 00000000..5d6fc6f3 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._51456-51711.pbf b/maplibre/fonts/RobotoBlack/._51456-51711.pbf new file mode 100644 index 00000000..b04deeeb Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._51712-51967.pbf b/maplibre/fonts/RobotoBlack/._51712-51967.pbf new file mode 100644 index 00000000..dad0ffa1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._51968-52223.pbf b/maplibre/fonts/RobotoBlack/._51968-52223.pbf new file mode 100644 index 00000000..dd378fb4 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._52224-52479.pbf b/maplibre/fonts/RobotoBlack/._52224-52479.pbf new file mode 100644 index 00000000..120d0e91 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._52480-52735.pbf b/maplibre/fonts/RobotoBlack/._52480-52735.pbf new file mode 100644 index 00000000..c8c23fa3 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._52736-52991.pbf b/maplibre/fonts/RobotoBlack/._52736-52991.pbf new file mode 100644 index 00000000..7c417107 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._52992-53247.pbf b/maplibre/fonts/RobotoBlack/._52992-53247.pbf new file mode 100644 index 00000000..13feefa6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._53248-53503.pbf b/maplibre/fonts/RobotoBlack/._53248-53503.pbf new file mode 100644 index 00000000..1303a18b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._53504-53759.pbf b/maplibre/fonts/RobotoBlack/._53504-53759.pbf new file mode 100644 index 00000000..332d2ab0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._5376-5631.pbf b/maplibre/fonts/RobotoBlack/._5376-5631.pbf new file mode 100644 index 00000000..36007a41 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._53760-54015.pbf b/maplibre/fonts/RobotoBlack/._53760-54015.pbf new file mode 100644 index 00000000..5d70f77a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._54016-54271.pbf b/maplibre/fonts/RobotoBlack/._54016-54271.pbf new file mode 100644 index 00000000..08d5eb7a Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._54272-54527.pbf b/maplibre/fonts/RobotoBlack/._54272-54527.pbf new file mode 100644 index 00000000..192d0c5e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._54528-54783.pbf b/maplibre/fonts/RobotoBlack/._54528-54783.pbf new file mode 100644 index 00000000..842a19a9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._54784-55039.pbf b/maplibre/fonts/RobotoBlack/._54784-55039.pbf new file mode 100644 index 00000000..04a01cda Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._55040-55295.pbf b/maplibre/fonts/RobotoBlack/._55040-55295.pbf new file mode 100644 index 00000000..59ead15e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._55296-55551.pbf b/maplibre/fonts/RobotoBlack/._55296-55551.pbf new file mode 100644 index 00000000..e818b423 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._55552-55807.pbf b/maplibre/fonts/RobotoBlack/._55552-55807.pbf new file mode 100644 index 00000000..c8174b8c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._55808-56063.pbf b/maplibre/fonts/RobotoBlack/._55808-56063.pbf new file mode 100644 index 00000000..d81ce80f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._56064-56319.pbf b/maplibre/fonts/RobotoBlack/._56064-56319.pbf new file mode 100644 index 00000000..fdfed879 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._5632-5887.pbf b/maplibre/fonts/RobotoBlack/._5632-5887.pbf new file mode 100644 index 00000000..ece69c2f Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._56320-56575.pbf b/maplibre/fonts/RobotoBlack/._56320-56575.pbf new file mode 100644 index 00000000..d1b299d2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._56576-56831.pbf b/maplibre/fonts/RobotoBlack/._56576-56831.pbf new file mode 100644 index 00000000..6c81b017 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._56832-57087.pbf b/maplibre/fonts/RobotoBlack/._56832-57087.pbf new file mode 100644 index 00000000..a99eb8a6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._57088-57343.pbf b/maplibre/fonts/RobotoBlack/._57088-57343.pbf new file mode 100644 index 00000000..a7a1d2c5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._57344-57599.pbf b/maplibre/fonts/RobotoBlack/._57344-57599.pbf new file mode 100644 index 00000000..f29d3680 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._57600-57855.pbf b/maplibre/fonts/RobotoBlack/._57600-57855.pbf new file mode 100644 index 00000000..58a12851 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._57856-58111.pbf b/maplibre/fonts/RobotoBlack/._57856-58111.pbf new file mode 100644 index 00000000..fbf14649 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._58112-58367.pbf b/maplibre/fonts/RobotoBlack/._58112-58367.pbf new file mode 100644 index 00000000..f6724b67 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._58368-58623.pbf b/maplibre/fonts/RobotoBlack/._58368-58623.pbf new file mode 100644 index 00000000..2ecc4b11 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._58624-58879.pbf b/maplibre/fonts/RobotoBlack/._58624-58879.pbf new file mode 100644 index 00000000..2b1f1192 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._5888-6143.pbf b/maplibre/fonts/RobotoBlack/._5888-6143.pbf new file mode 100644 index 00000000..66afb0c2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._58880-59135.pbf b/maplibre/fonts/RobotoBlack/._58880-59135.pbf new file mode 100644 index 00000000..c0813b02 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._59136-59391.pbf b/maplibre/fonts/RobotoBlack/._59136-59391.pbf new file mode 100644 index 00000000..995a044c Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._59392-59647.pbf b/maplibre/fonts/RobotoBlack/._59392-59647.pbf new file mode 100644 index 00000000..81b428f7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._59648-59903.pbf b/maplibre/fonts/RobotoBlack/._59648-59903.pbf new file mode 100644 index 00000000..1fa7bea7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._59904-60159.pbf b/maplibre/fonts/RobotoBlack/._59904-60159.pbf new file mode 100644 index 00000000..6bb2ca81 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._60160-60415.pbf b/maplibre/fonts/RobotoBlack/._60160-60415.pbf new file mode 100644 index 00000000..36754c9b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._60416-60671.pbf b/maplibre/fonts/RobotoBlack/._60416-60671.pbf new file mode 100644 index 00000000..fbf64d42 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._60672-60927.pbf b/maplibre/fonts/RobotoBlack/._60672-60927.pbf new file mode 100644 index 00000000..1965c965 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._60928-61183.pbf b/maplibre/fonts/RobotoBlack/._60928-61183.pbf new file mode 100644 index 00000000..68985ea2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._61184-61439.pbf b/maplibre/fonts/RobotoBlack/._61184-61439.pbf new file mode 100644 index 00000000..2bfab6f6 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._6144-6399.pbf b/maplibre/fonts/RobotoBlack/._6144-6399.pbf new file mode 100644 index 00000000..7d7d3142 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._61440-61695.pbf b/maplibre/fonts/RobotoBlack/._61440-61695.pbf new file mode 100644 index 00000000..5656d677 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._61696-61951.pbf b/maplibre/fonts/RobotoBlack/._61696-61951.pbf new file mode 100644 index 00000000..21260aa8 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._61952-62207.pbf b/maplibre/fonts/RobotoBlack/._61952-62207.pbf new file mode 100644 index 00000000..57b1692b Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._62208-62463.pbf b/maplibre/fonts/RobotoBlack/._62208-62463.pbf new file mode 100644 index 00000000..88cc0cc3 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._62464-62719.pbf b/maplibre/fonts/RobotoBlack/._62464-62719.pbf new file mode 100644 index 00000000..8b23f924 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._62720-62975.pbf b/maplibre/fonts/RobotoBlack/._62720-62975.pbf new file mode 100644 index 00000000..ec29aef9 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._62976-63231.pbf b/maplibre/fonts/RobotoBlack/._62976-63231.pbf new file mode 100644 index 00000000..9230e161 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._63232-63487.pbf b/maplibre/fonts/RobotoBlack/._63232-63487.pbf new file mode 100644 index 00000000..9d776437 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._63488-63743.pbf b/maplibre/fonts/RobotoBlack/._63488-63743.pbf new file mode 100644 index 00000000..0e8647e7 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._63744-63999.pbf b/maplibre/fonts/RobotoBlack/._63744-63999.pbf new file mode 100644 index 00000000..6a110771 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._6400-6655.pbf b/maplibre/fonts/RobotoBlack/._6400-6655.pbf new file mode 100644 index 00000000..f99d33a5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._64000-64255.pbf b/maplibre/fonts/RobotoBlack/._64000-64255.pbf new file mode 100644 index 00000000..666b433e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._64256-64511.pbf b/maplibre/fonts/RobotoBlack/._64256-64511.pbf new file mode 100644 index 00000000..88beafc1 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._64512-64767.pbf b/maplibre/fonts/RobotoBlack/._64512-64767.pbf new file mode 100644 index 00000000..6c1ce0e3 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._64768-65023.pbf b/maplibre/fonts/RobotoBlack/._64768-65023.pbf new file mode 100644 index 00000000..dd0fd016 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._65024-65279.pbf b/maplibre/fonts/RobotoBlack/._65024-65279.pbf new file mode 100644 index 00000000..8d46e86d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._65280-65535.pbf b/maplibre/fonts/RobotoBlack/._65280-65535.pbf new file mode 100644 index 00000000..2293d544 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._6656-6911.pbf b/maplibre/fonts/RobotoBlack/._6656-6911.pbf new file mode 100644 index 00000000..fca0ebf5 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._6912-7167.pbf b/maplibre/fonts/RobotoBlack/._6912-7167.pbf new file mode 100644 index 00000000..e08eb476 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._7168-7423.pbf b/maplibre/fonts/RobotoBlack/._7168-7423.pbf new file mode 100644 index 00000000..d494b4f2 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._7424-7679.pbf b/maplibre/fonts/RobotoBlack/._7424-7679.pbf new file mode 100644 index 00000000..f836827d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._768-1023.pbf b/maplibre/fonts/RobotoBlack/._768-1023.pbf new file mode 100644 index 00000000..e338126e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._7680-7935.pbf b/maplibre/fonts/RobotoBlack/._7680-7935.pbf new file mode 100644 index 00000000..a260f8d4 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._7936-8191.pbf b/maplibre/fonts/RobotoBlack/._7936-8191.pbf new file mode 100644 index 00000000..9ec4b909 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._8192-8447.pbf b/maplibre/fonts/RobotoBlack/._8192-8447.pbf new file mode 100644 index 00000000..bd8a1c7e Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._8448-8703.pbf b/maplibre/fonts/RobotoBlack/._8448-8703.pbf new file mode 100644 index 00000000..cc94b190 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._8704-8959.pbf b/maplibre/fonts/RobotoBlack/._8704-8959.pbf new file mode 100644 index 00000000..ea4e481d Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._8960-9215.pbf b/maplibre/fonts/RobotoBlack/._8960-9215.pbf new file mode 100644 index 00000000..83f47e10 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._9216-9471.pbf b/maplibre/fonts/RobotoBlack/._9216-9471.pbf new file mode 100644 index 00000000..c28155da Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._9472-9727.pbf b/maplibre/fonts/RobotoBlack/._9472-9727.pbf new file mode 100644 index 00000000..afe87fd0 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._9728-9983.pbf b/maplibre/fonts/RobotoBlack/._9728-9983.pbf new file mode 100644 index 00000000..eca23105 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoBlack/._9984-10239.pbf b/maplibre/fonts/RobotoBlack/._9984-10239.pbf new file mode 100644 index 00000000..677d2368 Binary files /dev/null and b/maplibre/fonts/RobotoBlack/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._0-255.pbf b/maplibre/fonts/RobotoBlackItalic/._0-255.pbf new file mode 100644 index 00000000..cce15175 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._1024-1279.pbf b/maplibre/fonts/RobotoBlackItalic/._1024-1279.pbf new file mode 100644 index 00000000..76a11d39 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._10240-10495.pbf b/maplibre/fonts/RobotoBlackItalic/._10240-10495.pbf new file mode 100644 index 00000000..5af98ec7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._10496-10751.pbf b/maplibre/fonts/RobotoBlackItalic/._10496-10751.pbf new file mode 100644 index 00000000..5ff26e11 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._10752-11007.pbf b/maplibre/fonts/RobotoBlackItalic/._10752-11007.pbf new file mode 100644 index 00000000..000cfb52 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._11008-11263.pbf b/maplibre/fonts/RobotoBlackItalic/._11008-11263.pbf new file mode 100644 index 00000000..aa6cfcaa Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._11264-11519.pbf b/maplibre/fonts/RobotoBlackItalic/._11264-11519.pbf new file mode 100644 index 00000000..7de67fe1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._11520-11775.pbf b/maplibre/fonts/RobotoBlackItalic/._11520-11775.pbf new file mode 100644 index 00000000..363eaea6 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._11776-12031.pbf b/maplibre/fonts/RobotoBlackItalic/._11776-12031.pbf new file mode 100644 index 00000000..3c4e71f7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._12032-12287.pbf b/maplibre/fonts/RobotoBlackItalic/._12032-12287.pbf new file mode 100644 index 00000000..a2a8cc39 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._12288-12543.pbf b/maplibre/fonts/RobotoBlackItalic/._12288-12543.pbf new file mode 100644 index 00000000..24dafd1e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._12544-12799.pbf b/maplibre/fonts/RobotoBlackItalic/._12544-12799.pbf new file mode 100644 index 00000000..bed67bad Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._1280-1535.pbf b/maplibre/fonts/RobotoBlackItalic/._1280-1535.pbf new file mode 100644 index 00000000..7a71cf90 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._12800-13055.pbf b/maplibre/fonts/RobotoBlackItalic/._12800-13055.pbf new file mode 100644 index 00000000..9ed22a79 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._13056-13311.pbf b/maplibre/fonts/RobotoBlackItalic/._13056-13311.pbf new file mode 100644 index 00000000..03d21d52 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._13312-13567.pbf b/maplibre/fonts/RobotoBlackItalic/._13312-13567.pbf new file mode 100644 index 00000000..e9762d66 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._13568-13823.pbf b/maplibre/fonts/RobotoBlackItalic/._13568-13823.pbf new file mode 100644 index 00000000..b6837ea4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._13824-14079.pbf b/maplibre/fonts/RobotoBlackItalic/._13824-14079.pbf new file mode 100644 index 00000000..d572b469 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._14080-14335.pbf b/maplibre/fonts/RobotoBlackItalic/._14080-14335.pbf new file mode 100644 index 00000000..ff36d5a5 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._14336-14591.pbf b/maplibre/fonts/RobotoBlackItalic/._14336-14591.pbf new file mode 100644 index 00000000..64bb78c1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._14592-14847.pbf b/maplibre/fonts/RobotoBlackItalic/._14592-14847.pbf new file mode 100644 index 00000000..3e0f0954 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._14848-15103.pbf b/maplibre/fonts/RobotoBlackItalic/._14848-15103.pbf new file mode 100644 index 00000000..f859879f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._15104-15359.pbf b/maplibre/fonts/RobotoBlackItalic/._15104-15359.pbf new file mode 100644 index 00000000..a009d15e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._1536-1791.pbf b/maplibre/fonts/RobotoBlackItalic/._1536-1791.pbf new file mode 100644 index 00000000..13798710 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._15360-15615.pbf b/maplibre/fonts/RobotoBlackItalic/._15360-15615.pbf new file mode 100644 index 00000000..eae0a766 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._15616-15871.pbf b/maplibre/fonts/RobotoBlackItalic/._15616-15871.pbf new file mode 100644 index 00000000..28855d0b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._15872-16127.pbf b/maplibre/fonts/RobotoBlackItalic/._15872-16127.pbf new file mode 100644 index 00000000..a1d1e3d5 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._16128-16383.pbf b/maplibre/fonts/RobotoBlackItalic/._16128-16383.pbf new file mode 100644 index 00000000..41dc7359 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._16384-16639.pbf b/maplibre/fonts/RobotoBlackItalic/._16384-16639.pbf new file mode 100644 index 00000000..f8261237 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._16640-16895.pbf b/maplibre/fonts/RobotoBlackItalic/._16640-16895.pbf new file mode 100644 index 00000000..f75b576c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._16896-17151.pbf b/maplibre/fonts/RobotoBlackItalic/._16896-17151.pbf new file mode 100644 index 00000000..60df06ec Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._17152-17407.pbf b/maplibre/fonts/RobotoBlackItalic/._17152-17407.pbf new file mode 100644 index 00000000..6498d7b9 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._17408-17663.pbf b/maplibre/fonts/RobotoBlackItalic/._17408-17663.pbf new file mode 100644 index 00000000..4764311e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._17664-17919.pbf b/maplibre/fonts/RobotoBlackItalic/._17664-17919.pbf new file mode 100644 index 00000000..1c36611b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._1792-2047.pbf b/maplibre/fonts/RobotoBlackItalic/._1792-2047.pbf new file mode 100644 index 00000000..399f07c7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._17920-18175.pbf b/maplibre/fonts/RobotoBlackItalic/._17920-18175.pbf new file mode 100644 index 00000000..5ddd1c2a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._18176-18431.pbf b/maplibre/fonts/RobotoBlackItalic/._18176-18431.pbf new file mode 100644 index 00000000..ce6703e4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._18432-18687.pbf b/maplibre/fonts/RobotoBlackItalic/._18432-18687.pbf new file mode 100644 index 00000000..59bd1890 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._18688-18943.pbf b/maplibre/fonts/RobotoBlackItalic/._18688-18943.pbf new file mode 100644 index 00000000..3611348c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._18944-19199.pbf b/maplibre/fonts/RobotoBlackItalic/._18944-19199.pbf new file mode 100644 index 00000000..f5058f7a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._19200-19455.pbf b/maplibre/fonts/RobotoBlackItalic/._19200-19455.pbf new file mode 100644 index 00000000..e81b0a67 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._19456-19711.pbf b/maplibre/fonts/RobotoBlackItalic/._19456-19711.pbf new file mode 100644 index 00000000..584c1cf9 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._19712-19967.pbf b/maplibre/fonts/RobotoBlackItalic/._19712-19967.pbf new file mode 100644 index 00000000..844d5821 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._19968-20223.pbf b/maplibre/fonts/RobotoBlackItalic/._19968-20223.pbf new file mode 100644 index 00000000..2a298e20 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._20224-20479.pbf b/maplibre/fonts/RobotoBlackItalic/._20224-20479.pbf new file mode 100644 index 00000000..4f60f3fc Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._2048-2303.pbf b/maplibre/fonts/RobotoBlackItalic/._2048-2303.pbf new file mode 100644 index 00000000..c614216e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._20480-20735.pbf b/maplibre/fonts/RobotoBlackItalic/._20480-20735.pbf new file mode 100644 index 00000000..7908013a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._20736-20991.pbf b/maplibre/fonts/RobotoBlackItalic/._20736-20991.pbf new file mode 100644 index 00000000..a4efc7f2 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._20992-21247.pbf b/maplibre/fonts/RobotoBlackItalic/._20992-21247.pbf new file mode 100644 index 00000000..673338ed Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._21248-21503.pbf b/maplibre/fonts/RobotoBlackItalic/._21248-21503.pbf new file mode 100644 index 00000000..9cfd7ba5 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._21504-21759.pbf b/maplibre/fonts/RobotoBlackItalic/._21504-21759.pbf new file mode 100644 index 00000000..6ed671a0 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._21760-22015.pbf b/maplibre/fonts/RobotoBlackItalic/._21760-22015.pbf new file mode 100644 index 00000000..439aca77 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._22016-22271.pbf b/maplibre/fonts/RobotoBlackItalic/._22016-22271.pbf new file mode 100644 index 00000000..c31805f9 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._22272-22527.pbf b/maplibre/fonts/RobotoBlackItalic/._22272-22527.pbf new file mode 100644 index 00000000..bc43957e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._22528-22783.pbf b/maplibre/fonts/RobotoBlackItalic/._22528-22783.pbf new file mode 100644 index 00000000..c9c2a24c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._22784-23039.pbf b/maplibre/fonts/RobotoBlackItalic/._22784-23039.pbf new file mode 100644 index 00000000..0c062b99 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._2304-2559.pbf b/maplibre/fonts/RobotoBlackItalic/._2304-2559.pbf new file mode 100644 index 00000000..98bcb48b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._23040-23295.pbf b/maplibre/fonts/RobotoBlackItalic/._23040-23295.pbf new file mode 100644 index 00000000..9fd90a8c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._23296-23551.pbf b/maplibre/fonts/RobotoBlackItalic/._23296-23551.pbf new file mode 100644 index 00000000..fc46c827 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._23552-23807.pbf b/maplibre/fonts/RobotoBlackItalic/._23552-23807.pbf new file mode 100644 index 00000000..71929010 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._23808-24063.pbf b/maplibre/fonts/RobotoBlackItalic/._23808-24063.pbf new file mode 100644 index 00000000..71b2b8f3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._24064-24319.pbf b/maplibre/fonts/RobotoBlackItalic/._24064-24319.pbf new file mode 100644 index 00000000..c1368f8c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._24320-24575.pbf b/maplibre/fonts/RobotoBlackItalic/._24320-24575.pbf new file mode 100644 index 00000000..6ae3dc1f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._24576-24831.pbf b/maplibre/fonts/RobotoBlackItalic/._24576-24831.pbf new file mode 100644 index 00000000..dbd60150 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._24832-25087.pbf b/maplibre/fonts/RobotoBlackItalic/._24832-25087.pbf new file mode 100644 index 00000000..afd5e756 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._25088-25343.pbf b/maplibre/fonts/RobotoBlackItalic/._25088-25343.pbf new file mode 100644 index 00000000..ab530dc4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._25344-25599.pbf b/maplibre/fonts/RobotoBlackItalic/._25344-25599.pbf new file mode 100644 index 00000000..6d06ae54 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._256-511.pbf b/maplibre/fonts/RobotoBlackItalic/._256-511.pbf new file mode 100644 index 00000000..8f0d44bd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._2560-2815.pbf b/maplibre/fonts/RobotoBlackItalic/._2560-2815.pbf new file mode 100644 index 00000000..e96bb175 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._25600-25855.pbf b/maplibre/fonts/RobotoBlackItalic/._25600-25855.pbf new file mode 100644 index 00000000..1d8ed2a5 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._25856-26111.pbf b/maplibre/fonts/RobotoBlackItalic/._25856-26111.pbf new file mode 100644 index 00000000..952d11eb Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._26112-26367.pbf b/maplibre/fonts/RobotoBlackItalic/._26112-26367.pbf new file mode 100644 index 00000000..ae57eab3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._26368-26623.pbf b/maplibre/fonts/RobotoBlackItalic/._26368-26623.pbf new file mode 100644 index 00000000..13391ace Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._26624-26879.pbf b/maplibre/fonts/RobotoBlackItalic/._26624-26879.pbf new file mode 100644 index 00000000..42f7fbac Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._26880-27135.pbf b/maplibre/fonts/RobotoBlackItalic/._26880-27135.pbf new file mode 100644 index 00000000..b88b9be1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._27136-27391.pbf b/maplibre/fonts/RobotoBlackItalic/._27136-27391.pbf new file mode 100644 index 00000000..4d1cee3f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._27392-27647.pbf b/maplibre/fonts/RobotoBlackItalic/._27392-27647.pbf new file mode 100644 index 00000000..36351b54 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._27648-27903.pbf b/maplibre/fonts/RobotoBlackItalic/._27648-27903.pbf new file mode 100644 index 00000000..3be98127 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._27904-28159.pbf b/maplibre/fonts/RobotoBlackItalic/._27904-28159.pbf new file mode 100644 index 00000000..10fef9a8 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._2816-3071.pbf b/maplibre/fonts/RobotoBlackItalic/._2816-3071.pbf new file mode 100644 index 00000000..5444ed08 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._28160-28415.pbf b/maplibre/fonts/RobotoBlackItalic/._28160-28415.pbf new file mode 100644 index 00000000..ff8c98f9 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._28416-28671.pbf b/maplibre/fonts/RobotoBlackItalic/._28416-28671.pbf new file mode 100644 index 00000000..7b772122 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._28672-28927.pbf b/maplibre/fonts/RobotoBlackItalic/._28672-28927.pbf new file mode 100644 index 00000000..f45a95f1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._28928-29183.pbf b/maplibre/fonts/RobotoBlackItalic/._28928-29183.pbf new file mode 100644 index 00000000..d5e17726 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._29184-29439.pbf b/maplibre/fonts/RobotoBlackItalic/._29184-29439.pbf new file mode 100644 index 00000000..0e75e381 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._29440-29695.pbf b/maplibre/fonts/RobotoBlackItalic/._29440-29695.pbf new file mode 100644 index 00000000..9e504cb1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._29696-29951.pbf b/maplibre/fonts/RobotoBlackItalic/._29696-29951.pbf new file mode 100644 index 00000000..8a37ee02 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._29952-30207.pbf b/maplibre/fonts/RobotoBlackItalic/._29952-30207.pbf new file mode 100644 index 00000000..3a6d6478 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._30208-30463.pbf b/maplibre/fonts/RobotoBlackItalic/._30208-30463.pbf new file mode 100644 index 00000000..6412447c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._30464-30719.pbf b/maplibre/fonts/RobotoBlackItalic/._30464-30719.pbf new file mode 100644 index 00000000..aa322d9d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._3072-3327.pbf b/maplibre/fonts/RobotoBlackItalic/._3072-3327.pbf new file mode 100644 index 00000000..33695e1a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._30720-30975.pbf b/maplibre/fonts/RobotoBlackItalic/._30720-30975.pbf new file mode 100644 index 00000000..9303059d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._30976-31231.pbf b/maplibre/fonts/RobotoBlackItalic/._30976-31231.pbf new file mode 100644 index 00000000..fb9ecc52 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._31232-31487.pbf b/maplibre/fonts/RobotoBlackItalic/._31232-31487.pbf new file mode 100644 index 00000000..cd8cce71 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._31488-31743.pbf b/maplibre/fonts/RobotoBlackItalic/._31488-31743.pbf new file mode 100644 index 00000000..1e5c4ade Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._31744-31999.pbf b/maplibre/fonts/RobotoBlackItalic/._31744-31999.pbf new file mode 100644 index 00000000..52d7cda3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._32000-32255.pbf b/maplibre/fonts/RobotoBlackItalic/._32000-32255.pbf new file mode 100644 index 00000000..663e08a0 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._32256-32511.pbf b/maplibre/fonts/RobotoBlackItalic/._32256-32511.pbf new file mode 100644 index 00000000..4a097b66 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._32512-32767.pbf b/maplibre/fonts/RobotoBlackItalic/._32512-32767.pbf new file mode 100644 index 00000000..a117343a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._32768-33023.pbf b/maplibre/fonts/RobotoBlackItalic/._32768-33023.pbf new file mode 100644 index 00000000..94b54df6 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._33024-33279.pbf b/maplibre/fonts/RobotoBlackItalic/._33024-33279.pbf new file mode 100644 index 00000000..4e0766b9 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._3328-3583.pbf b/maplibre/fonts/RobotoBlackItalic/._3328-3583.pbf new file mode 100644 index 00000000..cea8a147 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._33280-33535.pbf b/maplibre/fonts/RobotoBlackItalic/._33280-33535.pbf new file mode 100644 index 00000000..c0cec47b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._33536-33791.pbf b/maplibre/fonts/RobotoBlackItalic/._33536-33791.pbf new file mode 100644 index 00000000..30c84b2b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._33792-34047.pbf b/maplibre/fonts/RobotoBlackItalic/._33792-34047.pbf new file mode 100644 index 00000000..d15b9f00 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._34048-34303.pbf b/maplibre/fonts/RobotoBlackItalic/._34048-34303.pbf new file mode 100644 index 00000000..9615d3a4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._34304-34559.pbf b/maplibre/fonts/RobotoBlackItalic/._34304-34559.pbf new file mode 100644 index 00000000..d15393b6 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._34560-34815.pbf b/maplibre/fonts/RobotoBlackItalic/._34560-34815.pbf new file mode 100644 index 00000000..bbdc74fc Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._34816-35071.pbf b/maplibre/fonts/RobotoBlackItalic/._34816-35071.pbf new file mode 100644 index 00000000..99b0e6ec Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._35072-35327.pbf b/maplibre/fonts/RobotoBlackItalic/._35072-35327.pbf new file mode 100644 index 00000000..db26d6be Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._35328-35583.pbf b/maplibre/fonts/RobotoBlackItalic/._35328-35583.pbf new file mode 100644 index 00000000..ee71ef3f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._35584-35839.pbf b/maplibre/fonts/RobotoBlackItalic/._35584-35839.pbf new file mode 100644 index 00000000..d1ca3a97 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._3584-3839.pbf b/maplibre/fonts/RobotoBlackItalic/._3584-3839.pbf new file mode 100644 index 00000000..d8c2bc4f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._35840-36095.pbf b/maplibre/fonts/RobotoBlackItalic/._35840-36095.pbf new file mode 100644 index 00000000..e59034c3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._36096-36351.pbf b/maplibre/fonts/RobotoBlackItalic/._36096-36351.pbf new file mode 100644 index 00000000..4d81d94c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._36352-36607.pbf b/maplibre/fonts/RobotoBlackItalic/._36352-36607.pbf new file mode 100644 index 00000000..96b1532f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._36608-36863.pbf b/maplibre/fonts/RobotoBlackItalic/._36608-36863.pbf new file mode 100644 index 00000000..d9246ac3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._36864-37119.pbf b/maplibre/fonts/RobotoBlackItalic/._36864-37119.pbf new file mode 100644 index 00000000..8081fc4d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._37120-37375.pbf b/maplibre/fonts/RobotoBlackItalic/._37120-37375.pbf new file mode 100644 index 00000000..d8a0ce08 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._37376-37631.pbf b/maplibre/fonts/RobotoBlackItalic/._37376-37631.pbf new file mode 100644 index 00000000..c28aa004 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._37632-37887.pbf b/maplibre/fonts/RobotoBlackItalic/._37632-37887.pbf new file mode 100644 index 00000000..681215cd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._37888-38143.pbf b/maplibre/fonts/RobotoBlackItalic/._37888-38143.pbf new file mode 100644 index 00000000..ddd08ebd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._38144-38399.pbf b/maplibre/fonts/RobotoBlackItalic/._38144-38399.pbf new file mode 100644 index 00000000..1e443b0d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._3840-4095.pbf b/maplibre/fonts/RobotoBlackItalic/._3840-4095.pbf new file mode 100644 index 00000000..ed6ff0f4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._38400-38655.pbf b/maplibre/fonts/RobotoBlackItalic/._38400-38655.pbf new file mode 100644 index 00000000..7e7ef63a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._38656-38911.pbf b/maplibre/fonts/RobotoBlackItalic/._38656-38911.pbf new file mode 100644 index 00000000..77384083 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._38912-39167.pbf b/maplibre/fonts/RobotoBlackItalic/._38912-39167.pbf new file mode 100644 index 00000000..844e842e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._39168-39423.pbf b/maplibre/fonts/RobotoBlackItalic/._39168-39423.pbf new file mode 100644 index 00000000..ae2b3be4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._39424-39679.pbf b/maplibre/fonts/RobotoBlackItalic/._39424-39679.pbf new file mode 100644 index 00000000..813e0e40 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._39680-39935.pbf b/maplibre/fonts/RobotoBlackItalic/._39680-39935.pbf new file mode 100644 index 00000000..480baa75 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._39936-40191.pbf b/maplibre/fonts/RobotoBlackItalic/._39936-40191.pbf new file mode 100644 index 00000000..dce9320b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._40192-40447.pbf b/maplibre/fonts/RobotoBlackItalic/._40192-40447.pbf new file mode 100644 index 00000000..e337d51f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._40448-40703.pbf b/maplibre/fonts/RobotoBlackItalic/._40448-40703.pbf new file mode 100644 index 00000000..021a8f49 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._40704-40959.pbf b/maplibre/fonts/RobotoBlackItalic/._40704-40959.pbf new file mode 100644 index 00000000..a0af1d9f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._4096-4351.pbf b/maplibre/fonts/RobotoBlackItalic/._4096-4351.pbf new file mode 100644 index 00000000..af37a02a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._40960-41215.pbf b/maplibre/fonts/RobotoBlackItalic/._40960-41215.pbf new file mode 100644 index 00000000..d65d7aa8 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._41216-41471.pbf b/maplibre/fonts/RobotoBlackItalic/._41216-41471.pbf new file mode 100644 index 00000000..2f096b4c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._41472-41727.pbf b/maplibre/fonts/RobotoBlackItalic/._41472-41727.pbf new file mode 100644 index 00000000..6cfb85e6 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._41728-41983.pbf b/maplibre/fonts/RobotoBlackItalic/._41728-41983.pbf new file mode 100644 index 00000000..7de96de5 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._41984-42239.pbf b/maplibre/fonts/RobotoBlackItalic/._41984-42239.pbf new file mode 100644 index 00000000..b5ccb99e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._42240-42495.pbf b/maplibre/fonts/RobotoBlackItalic/._42240-42495.pbf new file mode 100644 index 00000000..c88fb8db Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._42496-42751.pbf b/maplibre/fonts/RobotoBlackItalic/._42496-42751.pbf new file mode 100644 index 00000000..f55ad46b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._42752-43007.pbf b/maplibre/fonts/RobotoBlackItalic/._42752-43007.pbf new file mode 100644 index 00000000..8ba7102e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._43008-43263.pbf b/maplibre/fonts/RobotoBlackItalic/._43008-43263.pbf new file mode 100644 index 00000000..c7329f14 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._43264-43519.pbf b/maplibre/fonts/RobotoBlackItalic/._43264-43519.pbf new file mode 100644 index 00000000..a99d600a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._4352-4607.pbf b/maplibre/fonts/RobotoBlackItalic/._4352-4607.pbf new file mode 100644 index 00000000..1b58df98 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._43520-43775.pbf b/maplibre/fonts/RobotoBlackItalic/._43520-43775.pbf new file mode 100644 index 00000000..799a2bac Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._43776-44031.pbf b/maplibre/fonts/RobotoBlackItalic/._43776-44031.pbf new file mode 100644 index 00000000..b5f2e7bd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._44032-44287.pbf b/maplibre/fonts/RobotoBlackItalic/._44032-44287.pbf new file mode 100644 index 00000000..93a2d2b7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._44288-44543.pbf b/maplibre/fonts/RobotoBlackItalic/._44288-44543.pbf new file mode 100644 index 00000000..a764edf4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._44544-44799.pbf b/maplibre/fonts/RobotoBlackItalic/._44544-44799.pbf new file mode 100644 index 00000000..617e674b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._44800-45055.pbf b/maplibre/fonts/RobotoBlackItalic/._44800-45055.pbf new file mode 100644 index 00000000..5548ddcd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._45056-45311.pbf b/maplibre/fonts/RobotoBlackItalic/._45056-45311.pbf new file mode 100644 index 00000000..66b5cfd6 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._45312-45567.pbf b/maplibre/fonts/RobotoBlackItalic/._45312-45567.pbf new file mode 100644 index 00000000..2dbd8d15 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._45568-45823.pbf b/maplibre/fonts/RobotoBlackItalic/._45568-45823.pbf new file mode 100644 index 00000000..0218e014 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._45824-46079.pbf b/maplibre/fonts/RobotoBlackItalic/._45824-46079.pbf new file mode 100644 index 00000000..96780112 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._4608-4863.pbf b/maplibre/fonts/RobotoBlackItalic/._4608-4863.pbf new file mode 100644 index 00000000..d952a459 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._46080-46335.pbf b/maplibre/fonts/RobotoBlackItalic/._46080-46335.pbf new file mode 100644 index 00000000..4350ffca Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._46336-46591.pbf b/maplibre/fonts/RobotoBlackItalic/._46336-46591.pbf new file mode 100644 index 00000000..ba853b66 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._46592-46847.pbf b/maplibre/fonts/RobotoBlackItalic/._46592-46847.pbf new file mode 100644 index 00000000..f25f3154 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._46848-47103.pbf b/maplibre/fonts/RobotoBlackItalic/._46848-47103.pbf new file mode 100644 index 00000000..fc597d83 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._47104-47359.pbf b/maplibre/fonts/RobotoBlackItalic/._47104-47359.pbf new file mode 100644 index 00000000..0bf67cdb Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._47360-47615.pbf b/maplibre/fonts/RobotoBlackItalic/._47360-47615.pbf new file mode 100644 index 00000000..b7b38aff Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._47616-47871.pbf b/maplibre/fonts/RobotoBlackItalic/._47616-47871.pbf new file mode 100644 index 00000000..f531b6bc Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._47872-48127.pbf b/maplibre/fonts/RobotoBlackItalic/._47872-48127.pbf new file mode 100644 index 00000000..05cc0239 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._48128-48383.pbf b/maplibre/fonts/RobotoBlackItalic/._48128-48383.pbf new file mode 100644 index 00000000..922f2fa7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._48384-48639.pbf b/maplibre/fonts/RobotoBlackItalic/._48384-48639.pbf new file mode 100644 index 00000000..ccb3ce89 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._4864-5119.pbf b/maplibre/fonts/RobotoBlackItalic/._4864-5119.pbf new file mode 100644 index 00000000..83d6e8e1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._48640-48895.pbf b/maplibre/fonts/RobotoBlackItalic/._48640-48895.pbf new file mode 100644 index 00000000..b78a1d6d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._48896-49151.pbf b/maplibre/fonts/RobotoBlackItalic/._48896-49151.pbf new file mode 100644 index 00000000..322a3bb7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._49152-49407.pbf b/maplibre/fonts/RobotoBlackItalic/._49152-49407.pbf new file mode 100644 index 00000000..8787895e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._49408-49663.pbf b/maplibre/fonts/RobotoBlackItalic/._49408-49663.pbf new file mode 100644 index 00000000..97912026 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._49664-49919.pbf b/maplibre/fonts/RobotoBlackItalic/._49664-49919.pbf new file mode 100644 index 00000000..68bf75f4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._49920-50175.pbf b/maplibre/fonts/RobotoBlackItalic/._49920-50175.pbf new file mode 100644 index 00000000..c907447e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._50176-50431.pbf b/maplibre/fonts/RobotoBlackItalic/._50176-50431.pbf new file mode 100644 index 00000000..8de960e8 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._50432-50687.pbf b/maplibre/fonts/RobotoBlackItalic/._50432-50687.pbf new file mode 100644 index 00000000..4bbbc8fd Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._50688-50943.pbf b/maplibre/fonts/RobotoBlackItalic/._50688-50943.pbf new file mode 100644 index 00000000..e0957fd1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._50944-51199.pbf b/maplibre/fonts/RobotoBlackItalic/._50944-51199.pbf new file mode 100644 index 00000000..e08d5987 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._512-767.pbf b/maplibre/fonts/RobotoBlackItalic/._512-767.pbf new file mode 100644 index 00000000..850657e4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._5120-5375.pbf b/maplibre/fonts/RobotoBlackItalic/._5120-5375.pbf new file mode 100644 index 00000000..b2f0c908 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._51200-51455.pbf b/maplibre/fonts/RobotoBlackItalic/._51200-51455.pbf new file mode 100644 index 00000000..bd852336 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._51456-51711.pbf b/maplibre/fonts/RobotoBlackItalic/._51456-51711.pbf new file mode 100644 index 00000000..495c0f8c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._51712-51967.pbf b/maplibre/fonts/RobotoBlackItalic/._51712-51967.pbf new file mode 100644 index 00000000..91bb4651 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._51968-52223.pbf b/maplibre/fonts/RobotoBlackItalic/._51968-52223.pbf new file mode 100644 index 00000000..df31250c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._52224-52479.pbf b/maplibre/fonts/RobotoBlackItalic/._52224-52479.pbf new file mode 100644 index 00000000..9c78d564 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._52480-52735.pbf b/maplibre/fonts/RobotoBlackItalic/._52480-52735.pbf new file mode 100644 index 00000000..fe44d84b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._52736-52991.pbf b/maplibre/fonts/RobotoBlackItalic/._52736-52991.pbf new file mode 100644 index 00000000..835b4eac Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._52992-53247.pbf b/maplibre/fonts/RobotoBlackItalic/._52992-53247.pbf new file mode 100644 index 00000000..05bd3d0a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._53248-53503.pbf b/maplibre/fonts/RobotoBlackItalic/._53248-53503.pbf new file mode 100644 index 00000000..28c72631 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._53504-53759.pbf b/maplibre/fonts/RobotoBlackItalic/._53504-53759.pbf new file mode 100644 index 00000000..b9a18ba3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._5376-5631.pbf b/maplibre/fonts/RobotoBlackItalic/._5376-5631.pbf new file mode 100644 index 00000000..ad3084da Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._53760-54015.pbf b/maplibre/fonts/RobotoBlackItalic/._53760-54015.pbf new file mode 100644 index 00000000..fdd3b740 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._54016-54271.pbf b/maplibre/fonts/RobotoBlackItalic/._54016-54271.pbf new file mode 100644 index 00000000..d41a81da Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._54272-54527.pbf b/maplibre/fonts/RobotoBlackItalic/._54272-54527.pbf new file mode 100644 index 00000000..808b5b87 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._54528-54783.pbf b/maplibre/fonts/RobotoBlackItalic/._54528-54783.pbf new file mode 100644 index 00000000..aace89b3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._54784-55039.pbf b/maplibre/fonts/RobotoBlackItalic/._54784-55039.pbf new file mode 100644 index 00000000..945282af Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._55040-55295.pbf b/maplibre/fonts/RobotoBlackItalic/._55040-55295.pbf new file mode 100644 index 00000000..cca3e112 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._55296-55551.pbf b/maplibre/fonts/RobotoBlackItalic/._55296-55551.pbf new file mode 100644 index 00000000..2d7ceb98 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._55552-55807.pbf b/maplibre/fonts/RobotoBlackItalic/._55552-55807.pbf new file mode 100644 index 00000000..c8bf4b39 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._55808-56063.pbf b/maplibre/fonts/RobotoBlackItalic/._55808-56063.pbf new file mode 100644 index 00000000..efc096f7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._56064-56319.pbf b/maplibre/fonts/RobotoBlackItalic/._56064-56319.pbf new file mode 100644 index 00000000..d4d8e2f0 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._5632-5887.pbf b/maplibre/fonts/RobotoBlackItalic/._5632-5887.pbf new file mode 100644 index 00000000..8db50d8f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._56320-56575.pbf b/maplibre/fonts/RobotoBlackItalic/._56320-56575.pbf new file mode 100644 index 00000000..38b7b95f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._56576-56831.pbf b/maplibre/fonts/RobotoBlackItalic/._56576-56831.pbf new file mode 100644 index 00000000..c36d6b24 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._56832-57087.pbf b/maplibre/fonts/RobotoBlackItalic/._56832-57087.pbf new file mode 100644 index 00000000..4c88700f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._57088-57343.pbf b/maplibre/fonts/RobotoBlackItalic/._57088-57343.pbf new file mode 100644 index 00000000..aa057a6a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._57344-57599.pbf b/maplibre/fonts/RobotoBlackItalic/._57344-57599.pbf new file mode 100644 index 00000000..4ac9ba6b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._57600-57855.pbf b/maplibre/fonts/RobotoBlackItalic/._57600-57855.pbf new file mode 100644 index 00000000..5337cc22 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._57856-58111.pbf b/maplibre/fonts/RobotoBlackItalic/._57856-58111.pbf new file mode 100644 index 00000000..a6f53884 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._58112-58367.pbf b/maplibre/fonts/RobotoBlackItalic/._58112-58367.pbf new file mode 100644 index 00000000..8a7af33f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._58368-58623.pbf b/maplibre/fonts/RobotoBlackItalic/._58368-58623.pbf new file mode 100644 index 00000000..4dedcbf7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._58624-58879.pbf b/maplibre/fonts/RobotoBlackItalic/._58624-58879.pbf new file mode 100644 index 00000000..6c4b9843 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._5888-6143.pbf b/maplibre/fonts/RobotoBlackItalic/._5888-6143.pbf new file mode 100644 index 00000000..a16718a8 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._58880-59135.pbf b/maplibre/fonts/RobotoBlackItalic/._58880-59135.pbf new file mode 100644 index 00000000..0dd2bb61 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._59136-59391.pbf b/maplibre/fonts/RobotoBlackItalic/._59136-59391.pbf new file mode 100644 index 00000000..08968f0b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._59392-59647.pbf b/maplibre/fonts/RobotoBlackItalic/._59392-59647.pbf new file mode 100644 index 00000000..2793b08c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._59648-59903.pbf b/maplibre/fonts/RobotoBlackItalic/._59648-59903.pbf new file mode 100644 index 00000000..d01a309d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._59904-60159.pbf b/maplibre/fonts/RobotoBlackItalic/._59904-60159.pbf new file mode 100644 index 00000000..03bfee81 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._60160-60415.pbf b/maplibre/fonts/RobotoBlackItalic/._60160-60415.pbf new file mode 100644 index 00000000..2ef0dd92 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._60416-60671.pbf b/maplibre/fonts/RobotoBlackItalic/._60416-60671.pbf new file mode 100644 index 00000000..26c5559d Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._60672-60927.pbf b/maplibre/fonts/RobotoBlackItalic/._60672-60927.pbf new file mode 100644 index 00000000..9839618e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._60928-61183.pbf b/maplibre/fonts/RobotoBlackItalic/._60928-61183.pbf new file mode 100644 index 00000000..7826619c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._61184-61439.pbf b/maplibre/fonts/RobotoBlackItalic/._61184-61439.pbf new file mode 100644 index 00000000..3187988c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._6144-6399.pbf b/maplibre/fonts/RobotoBlackItalic/._6144-6399.pbf new file mode 100644 index 00000000..131b254b Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._61440-61695.pbf b/maplibre/fonts/RobotoBlackItalic/._61440-61695.pbf new file mode 100644 index 00000000..986a5e2e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._61696-61951.pbf b/maplibre/fonts/RobotoBlackItalic/._61696-61951.pbf new file mode 100644 index 00000000..8eb4f91f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._61952-62207.pbf b/maplibre/fonts/RobotoBlackItalic/._61952-62207.pbf new file mode 100644 index 00000000..ba2131d2 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._62208-62463.pbf b/maplibre/fonts/RobotoBlackItalic/._62208-62463.pbf new file mode 100644 index 00000000..c211c6ad Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._62464-62719.pbf b/maplibre/fonts/RobotoBlackItalic/._62464-62719.pbf new file mode 100644 index 00000000..973c6064 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._62720-62975.pbf b/maplibre/fonts/RobotoBlackItalic/._62720-62975.pbf new file mode 100644 index 00000000..be9f1b10 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._62976-63231.pbf b/maplibre/fonts/RobotoBlackItalic/._62976-63231.pbf new file mode 100644 index 00000000..37f56693 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._63232-63487.pbf b/maplibre/fonts/RobotoBlackItalic/._63232-63487.pbf new file mode 100644 index 00000000..591720c2 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._63488-63743.pbf b/maplibre/fonts/RobotoBlackItalic/._63488-63743.pbf new file mode 100644 index 00000000..c2d967fa Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._63744-63999.pbf b/maplibre/fonts/RobotoBlackItalic/._63744-63999.pbf new file mode 100644 index 00000000..f7c44b43 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._6400-6655.pbf b/maplibre/fonts/RobotoBlackItalic/._6400-6655.pbf new file mode 100644 index 00000000..0c034616 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._64000-64255.pbf b/maplibre/fonts/RobotoBlackItalic/._64000-64255.pbf new file mode 100644 index 00000000..c8754eef Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._64256-64511.pbf b/maplibre/fonts/RobotoBlackItalic/._64256-64511.pbf new file mode 100644 index 00000000..fbee0cc7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._64512-64767.pbf b/maplibre/fonts/RobotoBlackItalic/._64512-64767.pbf new file mode 100644 index 00000000..e84a14e8 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._64768-65023.pbf b/maplibre/fonts/RobotoBlackItalic/._64768-65023.pbf new file mode 100644 index 00000000..9b1322b3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._65024-65279.pbf b/maplibre/fonts/RobotoBlackItalic/._65024-65279.pbf new file mode 100644 index 00000000..0429b32e Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._65280-65535.pbf b/maplibre/fonts/RobotoBlackItalic/._65280-65535.pbf new file mode 100644 index 00000000..a6a9f730 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._6656-6911.pbf b/maplibre/fonts/RobotoBlackItalic/._6656-6911.pbf new file mode 100644 index 00000000..286873f0 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._6912-7167.pbf b/maplibre/fonts/RobotoBlackItalic/._6912-7167.pbf new file mode 100644 index 00000000..48b3e9d7 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._7168-7423.pbf b/maplibre/fonts/RobotoBlackItalic/._7168-7423.pbf new file mode 100644 index 00000000..3b5e72ba Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._7424-7679.pbf b/maplibre/fonts/RobotoBlackItalic/._7424-7679.pbf new file mode 100644 index 00000000..60d24ba4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._768-1023.pbf b/maplibre/fonts/RobotoBlackItalic/._768-1023.pbf new file mode 100644 index 00000000..738b8b20 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._7680-7935.pbf b/maplibre/fonts/RobotoBlackItalic/._7680-7935.pbf new file mode 100644 index 00000000..9c38489a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._7936-8191.pbf b/maplibre/fonts/RobotoBlackItalic/._7936-8191.pbf new file mode 100644 index 00000000..a467bbf1 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._8192-8447.pbf b/maplibre/fonts/RobotoBlackItalic/._8192-8447.pbf new file mode 100644 index 00000000..d3f3545a Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._8448-8703.pbf b/maplibre/fonts/RobotoBlackItalic/._8448-8703.pbf new file mode 100644 index 00000000..de5ccf97 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._8704-8959.pbf b/maplibre/fonts/RobotoBlackItalic/._8704-8959.pbf new file mode 100644 index 00000000..63cd042c Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._8960-9215.pbf b/maplibre/fonts/RobotoBlackItalic/._8960-9215.pbf new file mode 100644 index 00000000..c703a1e4 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._9216-9471.pbf b/maplibre/fonts/RobotoBlackItalic/._9216-9471.pbf new file mode 100644 index 00000000..d7027e70 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._9472-9727.pbf b/maplibre/fonts/RobotoBlackItalic/._9472-9727.pbf new file mode 100644 index 00000000..b7acd3e2 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._9728-9983.pbf b/maplibre/fonts/RobotoBlackItalic/._9728-9983.pbf new file mode 100644 index 00000000..1bac063f Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoBlackItalic/._9984-10239.pbf b/maplibre/fonts/RobotoBlackItalic/._9984-10239.pbf new file mode 100644 index 00000000..14e84dc3 Binary files /dev/null and b/maplibre/fonts/RobotoBlackItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoBold/._0-255.pbf b/maplibre/fonts/RobotoBold/._0-255.pbf new file mode 100644 index 00000000..efa80074 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoBold/._1024-1279.pbf b/maplibre/fonts/RobotoBold/._1024-1279.pbf new file mode 100644 index 00000000..6293d420 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoBold/._10240-10495.pbf b/maplibre/fonts/RobotoBold/._10240-10495.pbf new file mode 100644 index 00000000..188dfcc2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoBold/._10496-10751.pbf b/maplibre/fonts/RobotoBold/._10496-10751.pbf new file mode 100644 index 00000000..b7fc895f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoBold/._10752-11007.pbf b/maplibre/fonts/RobotoBold/._10752-11007.pbf new file mode 100644 index 00000000..dbcf8e34 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoBold/._11008-11263.pbf b/maplibre/fonts/RobotoBold/._11008-11263.pbf new file mode 100644 index 00000000..65a30fe0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoBold/._11264-11519.pbf b/maplibre/fonts/RobotoBold/._11264-11519.pbf new file mode 100644 index 00000000..ae881a6e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoBold/._11520-11775.pbf b/maplibre/fonts/RobotoBold/._11520-11775.pbf new file mode 100644 index 00000000..46b933d4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoBold/._11776-12031.pbf b/maplibre/fonts/RobotoBold/._11776-12031.pbf new file mode 100644 index 00000000..3e9578d5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoBold/._12032-12287.pbf b/maplibre/fonts/RobotoBold/._12032-12287.pbf new file mode 100644 index 00000000..ca2b8cfa Binary files /dev/null and b/maplibre/fonts/RobotoBold/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoBold/._12288-12543.pbf b/maplibre/fonts/RobotoBold/._12288-12543.pbf new file mode 100644 index 00000000..6902ec50 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoBold/._12544-12799.pbf b/maplibre/fonts/RobotoBold/._12544-12799.pbf new file mode 100644 index 00000000..27950c6d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoBold/._1280-1535.pbf b/maplibre/fonts/RobotoBold/._1280-1535.pbf new file mode 100644 index 00000000..3c15e8da Binary files /dev/null and b/maplibre/fonts/RobotoBold/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoBold/._12800-13055.pbf b/maplibre/fonts/RobotoBold/._12800-13055.pbf new file mode 100644 index 00000000..bdaea62d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoBold/._13056-13311.pbf b/maplibre/fonts/RobotoBold/._13056-13311.pbf new file mode 100644 index 00000000..40ab9f72 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoBold/._13312-13567.pbf b/maplibre/fonts/RobotoBold/._13312-13567.pbf new file mode 100644 index 00000000..5cce88f6 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoBold/._13568-13823.pbf b/maplibre/fonts/RobotoBold/._13568-13823.pbf new file mode 100644 index 00000000..d81afe6b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoBold/._13824-14079.pbf b/maplibre/fonts/RobotoBold/._13824-14079.pbf new file mode 100644 index 00000000..75e5efc5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoBold/._14080-14335.pbf b/maplibre/fonts/RobotoBold/._14080-14335.pbf new file mode 100644 index 00000000..0c473930 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoBold/._14336-14591.pbf b/maplibre/fonts/RobotoBold/._14336-14591.pbf new file mode 100644 index 00000000..103637d0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoBold/._14592-14847.pbf b/maplibre/fonts/RobotoBold/._14592-14847.pbf new file mode 100644 index 00000000..4d3203f5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoBold/._14848-15103.pbf b/maplibre/fonts/RobotoBold/._14848-15103.pbf new file mode 100644 index 00000000..9555c345 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoBold/._15104-15359.pbf b/maplibre/fonts/RobotoBold/._15104-15359.pbf new file mode 100644 index 00000000..95db5405 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoBold/._1536-1791.pbf b/maplibre/fonts/RobotoBold/._1536-1791.pbf new file mode 100644 index 00000000..09dac3f6 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoBold/._15360-15615.pbf b/maplibre/fonts/RobotoBold/._15360-15615.pbf new file mode 100644 index 00000000..96bae444 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoBold/._15616-15871.pbf b/maplibre/fonts/RobotoBold/._15616-15871.pbf new file mode 100644 index 00000000..c7b3d652 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoBold/._15872-16127.pbf b/maplibre/fonts/RobotoBold/._15872-16127.pbf new file mode 100644 index 00000000..7bb01f93 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoBold/._16128-16383.pbf b/maplibre/fonts/RobotoBold/._16128-16383.pbf new file mode 100644 index 00000000..d19c9e67 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoBold/._16384-16639.pbf b/maplibre/fonts/RobotoBold/._16384-16639.pbf new file mode 100644 index 00000000..0f862a27 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoBold/._16640-16895.pbf b/maplibre/fonts/RobotoBold/._16640-16895.pbf new file mode 100644 index 00000000..57c077ed Binary files /dev/null and b/maplibre/fonts/RobotoBold/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoBold/._16896-17151.pbf b/maplibre/fonts/RobotoBold/._16896-17151.pbf new file mode 100644 index 00000000..c70a173c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoBold/._17152-17407.pbf b/maplibre/fonts/RobotoBold/._17152-17407.pbf new file mode 100644 index 00000000..7f18bc15 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoBold/._17408-17663.pbf b/maplibre/fonts/RobotoBold/._17408-17663.pbf new file mode 100644 index 00000000..ffb645d8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoBold/._17664-17919.pbf b/maplibre/fonts/RobotoBold/._17664-17919.pbf new file mode 100644 index 00000000..9d1527bb Binary files /dev/null and b/maplibre/fonts/RobotoBold/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoBold/._1792-2047.pbf b/maplibre/fonts/RobotoBold/._1792-2047.pbf new file mode 100644 index 00000000..50b0339d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoBold/._17920-18175.pbf b/maplibre/fonts/RobotoBold/._17920-18175.pbf new file mode 100644 index 00000000..3fbc25f5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoBold/._18176-18431.pbf b/maplibre/fonts/RobotoBold/._18176-18431.pbf new file mode 100644 index 00000000..245c4955 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoBold/._18432-18687.pbf b/maplibre/fonts/RobotoBold/._18432-18687.pbf new file mode 100644 index 00000000..5329bbed Binary files /dev/null and b/maplibre/fonts/RobotoBold/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoBold/._18688-18943.pbf b/maplibre/fonts/RobotoBold/._18688-18943.pbf new file mode 100644 index 00000000..0bf9092b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoBold/._18944-19199.pbf b/maplibre/fonts/RobotoBold/._18944-19199.pbf new file mode 100644 index 00000000..7847117a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoBold/._19200-19455.pbf b/maplibre/fonts/RobotoBold/._19200-19455.pbf new file mode 100644 index 00000000..7770f841 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoBold/._19456-19711.pbf b/maplibre/fonts/RobotoBold/._19456-19711.pbf new file mode 100644 index 00000000..bd647f77 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoBold/._19712-19967.pbf b/maplibre/fonts/RobotoBold/._19712-19967.pbf new file mode 100644 index 00000000..7706ba48 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoBold/._19968-20223.pbf b/maplibre/fonts/RobotoBold/._19968-20223.pbf new file mode 100644 index 00000000..27e15208 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoBold/._20224-20479.pbf b/maplibre/fonts/RobotoBold/._20224-20479.pbf new file mode 100644 index 00000000..9c327071 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoBold/._2048-2303.pbf b/maplibre/fonts/RobotoBold/._2048-2303.pbf new file mode 100644 index 00000000..924a017f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoBold/._20480-20735.pbf b/maplibre/fonts/RobotoBold/._20480-20735.pbf new file mode 100644 index 00000000..337e9e80 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoBold/._20736-20991.pbf b/maplibre/fonts/RobotoBold/._20736-20991.pbf new file mode 100644 index 00000000..2a4696d1 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoBold/._20992-21247.pbf b/maplibre/fonts/RobotoBold/._20992-21247.pbf new file mode 100644 index 00000000..811317ce Binary files /dev/null and b/maplibre/fonts/RobotoBold/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoBold/._21248-21503.pbf b/maplibre/fonts/RobotoBold/._21248-21503.pbf new file mode 100644 index 00000000..798f395a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoBold/._21504-21759.pbf b/maplibre/fonts/RobotoBold/._21504-21759.pbf new file mode 100644 index 00000000..27fd6c86 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoBold/._21760-22015.pbf b/maplibre/fonts/RobotoBold/._21760-22015.pbf new file mode 100644 index 00000000..00cd0ce3 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoBold/._22016-22271.pbf b/maplibre/fonts/RobotoBold/._22016-22271.pbf new file mode 100644 index 00000000..d8bc1e30 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoBold/._22272-22527.pbf b/maplibre/fonts/RobotoBold/._22272-22527.pbf new file mode 100644 index 00000000..f801184f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoBold/._22528-22783.pbf b/maplibre/fonts/RobotoBold/._22528-22783.pbf new file mode 100644 index 00000000..c17ff2e4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoBold/._22784-23039.pbf b/maplibre/fonts/RobotoBold/._22784-23039.pbf new file mode 100644 index 00000000..f10ad6da Binary files /dev/null and b/maplibre/fonts/RobotoBold/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoBold/._2304-2559.pbf b/maplibre/fonts/RobotoBold/._2304-2559.pbf new file mode 100644 index 00000000..4148ca00 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoBold/._23040-23295.pbf b/maplibre/fonts/RobotoBold/._23040-23295.pbf new file mode 100644 index 00000000..e9a2dd26 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoBold/._23296-23551.pbf b/maplibre/fonts/RobotoBold/._23296-23551.pbf new file mode 100644 index 00000000..5a7f953b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoBold/._23552-23807.pbf b/maplibre/fonts/RobotoBold/._23552-23807.pbf new file mode 100644 index 00000000..067a1446 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoBold/._23808-24063.pbf b/maplibre/fonts/RobotoBold/._23808-24063.pbf new file mode 100644 index 00000000..df2156cc Binary files /dev/null and b/maplibre/fonts/RobotoBold/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoBold/._24064-24319.pbf b/maplibre/fonts/RobotoBold/._24064-24319.pbf new file mode 100644 index 00000000..3e11101b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoBold/._24320-24575.pbf b/maplibre/fonts/RobotoBold/._24320-24575.pbf new file mode 100644 index 00000000..9dfb6155 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoBold/._24576-24831.pbf b/maplibre/fonts/RobotoBold/._24576-24831.pbf new file mode 100644 index 00000000..fe74e294 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoBold/._24832-25087.pbf b/maplibre/fonts/RobotoBold/._24832-25087.pbf new file mode 100644 index 00000000..239f109c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoBold/._25088-25343.pbf b/maplibre/fonts/RobotoBold/._25088-25343.pbf new file mode 100644 index 00000000..c5bc2bd3 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoBold/._25344-25599.pbf b/maplibre/fonts/RobotoBold/._25344-25599.pbf new file mode 100644 index 00000000..6cce7ca2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoBold/._256-511.pbf b/maplibre/fonts/RobotoBold/._256-511.pbf new file mode 100644 index 00000000..b71b6297 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoBold/._2560-2815.pbf b/maplibre/fonts/RobotoBold/._2560-2815.pbf new file mode 100644 index 00000000..eb59df3c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoBold/._25600-25855.pbf b/maplibre/fonts/RobotoBold/._25600-25855.pbf new file mode 100644 index 00000000..e4bd2d38 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoBold/._25856-26111.pbf b/maplibre/fonts/RobotoBold/._25856-26111.pbf new file mode 100644 index 00000000..a3ad9840 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoBold/._26112-26367.pbf b/maplibre/fonts/RobotoBold/._26112-26367.pbf new file mode 100644 index 00000000..b5a8ba34 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoBold/._26368-26623.pbf b/maplibre/fonts/RobotoBold/._26368-26623.pbf new file mode 100644 index 00000000..dd4df1ce Binary files /dev/null and b/maplibre/fonts/RobotoBold/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoBold/._26624-26879.pbf b/maplibre/fonts/RobotoBold/._26624-26879.pbf new file mode 100644 index 00000000..a650b94d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoBold/._26880-27135.pbf b/maplibre/fonts/RobotoBold/._26880-27135.pbf new file mode 100644 index 00000000..e9edd205 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoBold/._27136-27391.pbf b/maplibre/fonts/RobotoBold/._27136-27391.pbf new file mode 100644 index 00000000..05d3e55c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoBold/._27392-27647.pbf b/maplibre/fonts/RobotoBold/._27392-27647.pbf new file mode 100644 index 00000000..113ffc45 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoBold/._27648-27903.pbf b/maplibre/fonts/RobotoBold/._27648-27903.pbf new file mode 100644 index 00000000..dc51397c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoBold/._27904-28159.pbf b/maplibre/fonts/RobotoBold/._27904-28159.pbf new file mode 100644 index 00000000..0a1f317d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoBold/._2816-3071.pbf b/maplibre/fonts/RobotoBold/._2816-3071.pbf new file mode 100644 index 00000000..144959ca Binary files /dev/null and b/maplibre/fonts/RobotoBold/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoBold/._28160-28415.pbf b/maplibre/fonts/RobotoBold/._28160-28415.pbf new file mode 100644 index 00000000..8d81e94c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoBold/._28416-28671.pbf b/maplibre/fonts/RobotoBold/._28416-28671.pbf new file mode 100644 index 00000000..e8abe592 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoBold/._28672-28927.pbf b/maplibre/fonts/RobotoBold/._28672-28927.pbf new file mode 100644 index 00000000..871fd8af Binary files /dev/null and b/maplibre/fonts/RobotoBold/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoBold/._28928-29183.pbf b/maplibre/fonts/RobotoBold/._28928-29183.pbf new file mode 100644 index 00000000..c2aa5f00 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoBold/._29184-29439.pbf b/maplibre/fonts/RobotoBold/._29184-29439.pbf new file mode 100644 index 00000000..5801888f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoBold/._29440-29695.pbf b/maplibre/fonts/RobotoBold/._29440-29695.pbf new file mode 100644 index 00000000..15bdbbc1 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoBold/._29696-29951.pbf b/maplibre/fonts/RobotoBold/._29696-29951.pbf new file mode 100644 index 00000000..86e92106 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoBold/._29952-30207.pbf b/maplibre/fonts/RobotoBold/._29952-30207.pbf new file mode 100644 index 00000000..d927ba00 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoBold/._30208-30463.pbf b/maplibre/fonts/RobotoBold/._30208-30463.pbf new file mode 100644 index 00000000..fa3b273d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoBold/._30464-30719.pbf b/maplibre/fonts/RobotoBold/._30464-30719.pbf new file mode 100644 index 00000000..c539e04b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoBold/._3072-3327.pbf b/maplibre/fonts/RobotoBold/._3072-3327.pbf new file mode 100644 index 00000000..b69b4390 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoBold/._30720-30975.pbf b/maplibre/fonts/RobotoBold/._30720-30975.pbf new file mode 100644 index 00000000..e0c8d143 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoBold/._30976-31231.pbf b/maplibre/fonts/RobotoBold/._30976-31231.pbf new file mode 100644 index 00000000..7dc6b804 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoBold/._31232-31487.pbf b/maplibre/fonts/RobotoBold/._31232-31487.pbf new file mode 100644 index 00000000..ffea924e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoBold/._31488-31743.pbf b/maplibre/fonts/RobotoBold/._31488-31743.pbf new file mode 100644 index 00000000..2efccdfd Binary files /dev/null and b/maplibre/fonts/RobotoBold/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoBold/._31744-31999.pbf b/maplibre/fonts/RobotoBold/._31744-31999.pbf new file mode 100644 index 00000000..edd717c9 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoBold/._32000-32255.pbf b/maplibre/fonts/RobotoBold/._32000-32255.pbf new file mode 100644 index 00000000..590fb59f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoBold/._32256-32511.pbf b/maplibre/fonts/RobotoBold/._32256-32511.pbf new file mode 100644 index 00000000..0e5d9e68 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoBold/._32512-32767.pbf b/maplibre/fonts/RobotoBold/._32512-32767.pbf new file mode 100644 index 00000000..0d871954 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoBold/._32768-33023.pbf b/maplibre/fonts/RobotoBold/._32768-33023.pbf new file mode 100644 index 00000000..6475ca72 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoBold/._33024-33279.pbf b/maplibre/fonts/RobotoBold/._33024-33279.pbf new file mode 100644 index 00000000..5d071094 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoBold/._3328-3583.pbf b/maplibre/fonts/RobotoBold/._3328-3583.pbf new file mode 100644 index 00000000..f8c73538 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoBold/._33280-33535.pbf b/maplibre/fonts/RobotoBold/._33280-33535.pbf new file mode 100644 index 00000000..d022bf24 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoBold/._33536-33791.pbf b/maplibre/fonts/RobotoBold/._33536-33791.pbf new file mode 100644 index 00000000..f8126747 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoBold/._33792-34047.pbf b/maplibre/fonts/RobotoBold/._33792-34047.pbf new file mode 100644 index 00000000..d571aff8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoBold/._34048-34303.pbf b/maplibre/fonts/RobotoBold/._34048-34303.pbf new file mode 100644 index 00000000..ad9192aa Binary files /dev/null and b/maplibre/fonts/RobotoBold/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoBold/._34304-34559.pbf b/maplibre/fonts/RobotoBold/._34304-34559.pbf new file mode 100644 index 00000000..2a73e3b8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoBold/._34560-34815.pbf b/maplibre/fonts/RobotoBold/._34560-34815.pbf new file mode 100644 index 00000000..0cd36435 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoBold/._34816-35071.pbf b/maplibre/fonts/RobotoBold/._34816-35071.pbf new file mode 100644 index 00000000..5610d67a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoBold/._35072-35327.pbf b/maplibre/fonts/RobotoBold/._35072-35327.pbf new file mode 100644 index 00000000..571fc0de Binary files /dev/null and b/maplibre/fonts/RobotoBold/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoBold/._35328-35583.pbf b/maplibre/fonts/RobotoBold/._35328-35583.pbf new file mode 100644 index 00000000..a40f753e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoBold/._35584-35839.pbf b/maplibre/fonts/RobotoBold/._35584-35839.pbf new file mode 100644 index 00000000..de59899e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoBold/._3584-3839.pbf b/maplibre/fonts/RobotoBold/._3584-3839.pbf new file mode 100644 index 00000000..d88072de Binary files /dev/null and b/maplibre/fonts/RobotoBold/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoBold/._35840-36095.pbf b/maplibre/fonts/RobotoBold/._35840-36095.pbf new file mode 100644 index 00000000..e73211c4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoBold/._36096-36351.pbf b/maplibre/fonts/RobotoBold/._36096-36351.pbf new file mode 100644 index 00000000..2568d7b1 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoBold/._36352-36607.pbf b/maplibre/fonts/RobotoBold/._36352-36607.pbf new file mode 100644 index 00000000..f46359f9 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoBold/._36608-36863.pbf b/maplibre/fonts/RobotoBold/._36608-36863.pbf new file mode 100644 index 00000000..3da80ed0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoBold/._36864-37119.pbf b/maplibre/fonts/RobotoBold/._36864-37119.pbf new file mode 100644 index 00000000..eac2eb0b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoBold/._37120-37375.pbf b/maplibre/fonts/RobotoBold/._37120-37375.pbf new file mode 100644 index 00000000..0a63a6f9 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoBold/._37376-37631.pbf b/maplibre/fonts/RobotoBold/._37376-37631.pbf new file mode 100644 index 00000000..74d64c5e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoBold/._37632-37887.pbf b/maplibre/fonts/RobotoBold/._37632-37887.pbf new file mode 100644 index 00000000..64950f7a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoBold/._37888-38143.pbf b/maplibre/fonts/RobotoBold/._37888-38143.pbf new file mode 100644 index 00000000..680345e8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoBold/._38144-38399.pbf b/maplibre/fonts/RobotoBold/._38144-38399.pbf new file mode 100644 index 00000000..4967aa46 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoBold/._3840-4095.pbf b/maplibre/fonts/RobotoBold/._3840-4095.pbf new file mode 100644 index 00000000..92756252 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoBold/._38400-38655.pbf b/maplibre/fonts/RobotoBold/._38400-38655.pbf new file mode 100644 index 00000000..cf557c28 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoBold/._38656-38911.pbf b/maplibre/fonts/RobotoBold/._38656-38911.pbf new file mode 100644 index 00000000..f761424e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoBold/._38912-39167.pbf b/maplibre/fonts/RobotoBold/._38912-39167.pbf new file mode 100644 index 00000000..27429b81 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoBold/._39168-39423.pbf b/maplibre/fonts/RobotoBold/._39168-39423.pbf new file mode 100644 index 00000000..9c672b33 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoBold/._39424-39679.pbf b/maplibre/fonts/RobotoBold/._39424-39679.pbf new file mode 100644 index 00000000..b278b495 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoBold/._39680-39935.pbf b/maplibre/fonts/RobotoBold/._39680-39935.pbf new file mode 100644 index 00000000..12d6662a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoBold/._39936-40191.pbf b/maplibre/fonts/RobotoBold/._39936-40191.pbf new file mode 100644 index 00000000..3a72cafd Binary files /dev/null and b/maplibre/fonts/RobotoBold/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoBold/._40192-40447.pbf b/maplibre/fonts/RobotoBold/._40192-40447.pbf new file mode 100644 index 00000000..2485b386 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoBold/._40448-40703.pbf b/maplibre/fonts/RobotoBold/._40448-40703.pbf new file mode 100644 index 00000000..e4ec1c01 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoBold/._40704-40959.pbf b/maplibre/fonts/RobotoBold/._40704-40959.pbf new file mode 100644 index 00000000..4127320b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoBold/._4096-4351.pbf b/maplibre/fonts/RobotoBold/._4096-4351.pbf new file mode 100644 index 00000000..fcb6115e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoBold/._40960-41215.pbf b/maplibre/fonts/RobotoBold/._40960-41215.pbf new file mode 100644 index 00000000..8f429278 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoBold/._41216-41471.pbf b/maplibre/fonts/RobotoBold/._41216-41471.pbf new file mode 100644 index 00000000..89f83b48 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoBold/._41472-41727.pbf b/maplibre/fonts/RobotoBold/._41472-41727.pbf new file mode 100644 index 00000000..33863b42 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoBold/._41728-41983.pbf b/maplibre/fonts/RobotoBold/._41728-41983.pbf new file mode 100644 index 00000000..2a2152eb Binary files /dev/null and b/maplibre/fonts/RobotoBold/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoBold/._41984-42239.pbf b/maplibre/fonts/RobotoBold/._41984-42239.pbf new file mode 100644 index 00000000..2aa3a556 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoBold/._42240-42495.pbf b/maplibre/fonts/RobotoBold/._42240-42495.pbf new file mode 100644 index 00000000..257d6c38 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoBold/._42496-42751.pbf b/maplibre/fonts/RobotoBold/._42496-42751.pbf new file mode 100644 index 00000000..afd1d99c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoBold/._42752-43007.pbf b/maplibre/fonts/RobotoBold/._42752-43007.pbf new file mode 100644 index 00000000..8dc13306 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoBold/._43008-43263.pbf b/maplibre/fonts/RobotoBold/._43008-43263.pbf new file mode 100644 index 00000000..b9ceddd7 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoBold/._43264-43519.pbf b/maplibre/fonts/RobotoBold/._43264-43519.pbf new file mode 100644 index 00000000..1744b9cc Binary files /dev/null and b/maplibre/fonts/RobotoBold/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoBold/._4352-4607.pbf b/maplibre/fonts/RobotoBold/._4352-4607.pbf new file mode 100644 index 00000000..c108c7bb Binary files /dev/null and b/maplibre/fonts/RobotoBold/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoBold/._43520-43775.pbf b/maplibre/fonts/RobotoBold/._43520-43775.pbf new file mode 100644 index 00000000..b8f5d098 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoBold/._43776-44031.pbf b/maplibre/fonts/RobotoBold/._43776-44031.pbf new file mode 100644 index 00000000..9f012e9d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoBold/._44032-44287.pbf b/maplibre/fonts/RobotoBold/._44032-44287.pbf new file mode 100644 index 00000000..d74457a6 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoBold/._44288-44543.pbf b/maplibre/fonts/RobotoBold/._44288-44543.pbf new file mode 100644 index 00000000..075c40d2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoBold/._44544-44799.pbf b/maplibre/fonts/RobotoBold/._44544-44799.pbf new file mode 100644 index 00000000..959108d5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoBold/._44800-45055.pbf b/maplibre/fonts/RobotoBold/._44800-45055.pbf new file mode 100644 index 00000000..e9173d1f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoBold/._45056-45311.pbf b/maplibre/fonts/RobotoBold/._45056-45311.pbf new file mode 100644 index 00000000..0f7c19a3 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoBold/._45312-45567.pbf b/maplibre/fonts/RobotoBold/._45312-45567.pbf new file mode 100644 index 00000000..57003da6 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoBold/._45568-45823.pbf b/maplibre/fonts/RobotoBold/._45568-45823.pbf new file mode 100644 index 00000000..f0bd9f89 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoBold/._45824-46079.pbf b/maplibre/fonts/RobotoBold/._45824-46079.pbf new file mode 100644 index 00000000..ee29c56b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoBold/._4608-4863.pbf b/maplibre/fonts/RobotoBold/._4608-4863.pbf new file mode 100644 index 00000000..013c4556 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoBold/._46080-46335.pbf b/maplibre/fonts/RobotoBold/._46080-46335.pbf new file mode 100644 index 00000000..389c0521 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoBold/._46336-46591.pbf b/maplibre/fonts/RobotoBold/._46336-46591.pbf new file mode 100644 index 00000000..39279d9e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoBold/._46592-46847.pbf b/maplibre/fonts/RobotoBold/._46592-46847.pbf new file mode 100644 index 00000000..85ed9466 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoBold/._46848-47103.pbf b/maplibre/fonts/RobotoBold/._46848-47103.pbf new file mode 100644 index 00000000..1379eadc Binary files /dev/null and b/maplibre/fonts/RobotoBold/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoBold/._47104-47359.pbf b/maplibre/fonts/RobotoBold/._47104-47359.pbf new file mode 100644 index 00000000..bfe1445e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoBold/._47360-47615.pbf b/maplibre/fonts/RobotoBold/._47360-47615.pbf new file mode 100644 index 00000000..80bac215 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoBold/._47616-47871.pbf b/maplibre/fonts/RobotoBold/._47616-47871.pbf new file mode 100644 index 00000000..7bad040b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoBold/._47872-48127.pbf b/maplibre/fonts/RobotoBold/._47872-48127.pbf new file mode 100644 index 00000000..6afdb930 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoBold/._48128-48383.pbf b/maplibre/fonts/RobotoBold/._48128-48383.pbf new file mode 100644 index 00000000..551db6a3 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoBold/._48384-48639.pbf b/maplibre/fonts/RobotoBold/._48384-48639.pbf new file mode 100644 index 00000000..2cd48e0c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoBold/._4864-5119.pbf b/maplibre/fonts/RobotoBold/._4864-5119.pbf new file mode 100644 index 00000000..7cd7d339 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoBold/._48640-48895.pbf b/maplibre/fonts/RobotoBold/._48640-48895.pbf new file mode 100644 index 00000000..2e90dac3 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoBold/._48896-49151.pbf b/maplibre/fonts/RobotoBold/._48896-49151.pbf new file mode 100644 index 00000000..414a78ad Binary files /dev/null and b/maplibre/fonts/RobotoBold/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoBold/._49152-49407.pbf b/maplibre/fonts/RobotoBold/._49152-49407.pbf new file mode 100644 index 00000000..253a558e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoBold/._49408-49663.pbf b/maplibre/fonts/RobotoBold/._49408-49663.pbf new file mode 100644 index 00000000..f54d7eb4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoBold/._49664-49919.pbf b/maplibre/fonts/RobotoBold/._49664-49919.pbf new file mode 100644 index 00000000..c4429376 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoBold/._49920-50175.pbf b/maplibre/fonts/RobotoBold/._49920-50175.pbf new file mode 100644 index 00000000..5db81d3a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoBold/._50176-50431.pbf b/maplibre/fonts/RobotoBold/._50176-50431.pbf new file mode 100644 index 00000000..70c21d22 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoBold/._50432-50687.pbf b/maplibre/fonts/RobotoBold/._50432-50687.pbf new file mode 100644 index 00000000..f657fcc7 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoBold/._50688-50943.pbf b/maplibre/fonts/RobotoBold/._50688-50943.pbf new file mode 100644 index 00000000..1698f151 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoBold/._50944-51199.pbf b/maplibre/fonts/RobotoBold/._50944-51199.pbf new file mode 100644 index 00000000..3e8621dc Binary files /dev/null and b/maplibre/fonts/RobotoBold/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoBold/._512-767.pbf b/maplibre/fonts/RobotoBold/._512-767.pbf new file mode 100644 index 00000000..5722257b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoBold/._5120-5375.pbf b/maplibre/fonts/RobotoBold/._5120-5375.pbf new file mode 100644 index 00000000..c34e5f35 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoBold/._51200-51455.pbf b/maplibre/fonts/RobotoBold/._51200-51455.pbf new file mode 100644 index 00000000..25eb58d2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoBold/._51456-51711.pbf b/maplibre/fonts/RobotoBold/._51456-51711.pbf new file mode 100644 index 00000000..a5e9f3ee Binary files /dev/null and b/maplibre/fonts/RobotoBold/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoBold/._51712-51967.pbf b/maplibre/fonts/RobotoBold/._51712-51967.pbf new file mode 100644 index 00000000..2a1dee2f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoBold/._51968-52223.pbf b/maplibre/fonts/RobotoBold/._51968-52223.pbf new file mode 100644 index 00000000..f2e855a2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoBold/._52224-52479.pbf b/maplibre/fonts/RobotoBold/._52224-52479.pbf new file mode 100644 index 00000000..9a255ecc Binary files /dev/null and b/maplibre/fonts/RobotoBold/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoBold/._52480-52735.pbf b/maplibre/fonts/RobotoBold/._52480-52735.pbf new file mode 100644 index 00000000..40350115 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoBold/._52736-52991.pbf b/maplibre/fonts/RobotoBold/._52736-52991.pbf new file mode 100644 index 00000000..5e2db181 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoBold/._52992-53247.pbf b/maplibre/fonts/RobotoBold/._52992-53247.pbf new file mode 100644 index 00000000..d34a79fa Binary files /dev/null and b/maplibre/fonts/RobotoBold/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoBold/._53248-53503.pbf b/maplibre/fonts/RobotoBold/._53248-53503.pbf new file mode 100644 index 00000000..087b1f47 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoBold/._53504-53759.pbf b/maplibre/fonts/RobotoBold/._53504-53759.pbf new file mode 100644 index 00000000..c004447e Binary files /dev/null and b/maplibre/fonts/RobotoBold/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoBold/._5376-5631.pbf b/maplibre/fonts/RobotoBold/._5376-5631.pbf new file mode 100644 index 00000000..6e480ef8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoBold/._53760-54015.pbf b/maplibre/fonts/RobotoBold/._53760-54015.pbf new file mode 100644 index 00000000..e52e2dc5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoBold/._54016-54271.pbf b/maplibre/fonts/RobotoBold/._54016-54271.pbf new file mode 100644 index 00000000..b64c1f0f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoBold/._54272-54527.pbf b/maplibre/fonts/RobotoBold/._54272-54527.pbf new file mode 100644 index 00000000..ba1fdd48 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoBold/._54528-54783.pbf b/maplibre/fonts/RobotoBold/._54528-54783.pbf new file mode 100644 index 00000000..2c56d200 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoBold/._54784-55039.pbf b/maplibre/fonts/RobotoBold/._54784-55039.pbf new file mode 100644 index 00000000..06fc7eb0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoBold/._55040-55295.pbf b/maplibre/fonts/RobotoBold/._55040-55295.pbf new file mode 100644 index 00000000..6957eb1c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoBold/._55296-55551.pbf b/maplibre/fonts/RobotoBold/._55296-55551.pbf new file mode 100644 index 00000000..32983700 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoBold/._55552-55807.pbf b/maplibre/fonts/RobotoBold/._55552-55807.pbf new file mode 100644 index 00000000..ca8b2bd2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoBold/._55808-56063.pbf b/maplibre/fonts/RobotoBold/._55808-56063.pbf new file mode 100644 index 00000000..4e0cf519 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoBold/._56064-56319.pbf b/maplibre/fonts/RobotoBold/._56064-56319.pbf new file mode 100644 index 00000000..e0a20d99 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoBold/._5632-5887.pbf b/maplibre/fonts/RobotoBold/._5632-5887.pbf new file mode 100644 index 00000000..3ded7bb8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoBold/._56320-56575.pbf b/maplibre/fonts/RobotoBold/._56320-56575.pbf new file mode 100644 index 00000000..ff73e49f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoBold/._56576-56831.pbf b/maplibre/fonts/RobotoBold/._56576-56831.pbf new file mode 100644 index 00000000..3b8facac Binary files /dev/null and b/maplibre/fonts/RobotoBold/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoBold/._56832-57087.pbf b/maplibre/fonts/RobotoBold/._56832-57087.pbf new file mode 100644 index 00000000..3f60c123 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoBold/._57088-57343.pbf b/maplibre/fonts/RobotoBold/._57088-57343.pbf new file mode 100644 index 00000000..9ab3cbc2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoBold/._57344-57599.pbf b/maplibre/fonts/RobotoBold/._57344-57599.pbf new file mode 100644 index 00000000..108f8fb5 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoBold/._57600-57855.pbf b/maplibre/fonts/RobotoBold/._57600-57855.pbf new file mode 100644 index 00000000..1c29d056 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoBold/._57856-58111.pbf b/maplibre/fonts/RobotoBold/._57856-58111.pbf new file mode 100644 index 00000000..f7e70974 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoBold/._58112-58367.pbf b/maplibre/fonts/RobotoBold/._58112-58367.pbf new file mode 100644 index 00000000..72533ae6 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoBold/._58368-58623.pbf b/maplibre/fonts/RobotoBold/._58368-58623.pbf new file mode 100644 index 00000000..393f975d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoBold/._58624-58879.pbf b/maplibre/fonts/RobotoBold/._58624-58879.pbf new file mode 100644 index 00000000..ed8bcd54 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoBold/._5888-6143.pbf b/maplibre/fonts/RobotoBold/._5888-6143.pbf new file mode 100644 index 00000000..9c396fee Binary files /dev/null and b/maplibre/fonts/RobotoBold/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoBold/._58880-59135.pbf b/maplibre/fonts/RobotoBold/._58880-59135.pbf new file mode 100644 index 00000000..1035a169 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoBold/._59136-59391.pbf b/maplibre/fonts/RobotoBold/._59136-59391.pbf new file mode 100644 index 00000000..89c60c66 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoBold/._59392-59647.pbf b/maplibre/fonts/RobotoBold/._59392-59647.pbf new file mode 100644 index 00000000..a055301a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoBold/._59648-59903.pbf b/maplibre/fonts/RobotoBold/._59648-59903.pbf new file mode 100644 index 00000000..6326728b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoBold/._59904-60159.pbf b/maplibre/fonts/RobotoBold/._59904-60159.pbf new file mode 100644 index 00000000..6eabe018 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoBold/._60160-60415.pbf b/maplibre/fonts/RobotoBold/._60160-60415.pbf new file mode 100644 index 00000000..16827743 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoBold/._60416-60671.pbf b/maplibre/fonts/RobotoBold/._60416-60671.pbf new file mode 100644 index 00000000..f3f09a50 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoBold/._60672-60927.pbf b/maplibre/fonts/RobotoBold/._60672-60927.pbf new file mode 100644 index 00000000..e72063d4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoBold/._60928-61183.pbf b/maplibre/fonts/RobotoBold/._60928-61183.pbf new file mode 100644 index 00000000..20898daf Binary files /dev/null and b/maplibre/fonts/RobotoBold/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoBold/._61184-61439.pbf b/maplibre/fonts/RobotoBold/._61184-61439.pbf new file mode 100644 index 00000000..3f910f35 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoBold/._6144-6399.pbf b/maplibre/fonts/RobotoBold/._6144-6399.pbf new file mode 100644 index 00000000..ed44cb96 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoBold/._61440-61695.pbf b/maplibre/fonts/RobotoBold/._61440-61695.pbf new file mode 100644 index 00000000..aae60ec2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoBold/._61696-61951.pbf b/maplibre/fonts/RobotoBold/._61696-61951.pbf new file mode 100644 index 00000000..8d9fe25d Binary files /dev/null and b/maplibre/fonts/RobotoBold/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoBold/._61952-62207.pbf b/maplibre/fonts/RobotoBold/._61952-62207.pbf new file mode 100644 index 00000000..e82a7aef Binary files /dev/null and b/maplibre/fonts/RobotoBold/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoBold/._62208-62463.pbf b/maplibre/fonts/RobotoBold/._62208-62463.pbf new file mode 100644 index 00000000..895a43e7 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoBold/._62464-62719.pbf b/maplibre/fonts/RobotoBold/._62464-62719.pbf new file mode 100644 index 00000000..8a91b9be Binary files /dev/null and b/maplibre/fonts/RobotoBold/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoBold/._62720-62975.pbf b/maplibre/fonts/RobotoBold/._62720-62975.pbf new file mode 100644 index 00000000..ea56ccdd Binary files /dev/null and b/maplibre/fonts/RobotoBold/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoBold/._62976-63231.pbf b/maplibre/fonts/RobotoBold/._62976-63231.pbf new file mode 100644 index 00000000..e34ab00f Binary files /dev/null and b/maplibre/fonts/RobotoBold/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoBold/._63232-63487.pbf b/maplibre/fonts/RobotoBold/._63232-63487.pbf new file mode 100644 index 00000000..44d4f759 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoBold/._63488-63743.pbf b/maplibre/fonts/RobotoBold/._63488-63743.pbf new file mode 100644 index 00000000..6d6c830a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoBold/._63744-63999.pbf b/maplibre/fonts/RobotoBold/._63744-63999.pbf new file mode 100644 index 00000000..7a3b96ea Binary files /dev/null and b/maplibre/fonts/RobotoBold/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoBold/._6400-6655.pbf b/maplibre/fonts/RobotoBold/._6400-6655.pbf new file mode 100644 index 00000000..e1366d55 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoBold/._64000-64255.pbf b/maplibre/fonts/RobotoBold/._64000-64255.pbf new file mode 100644 index 00000000..19c28f4a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoBold/._64256-64511.pbf b/maplibre/fonts/RobotoBold/._64256-64511.pbf new file mode 100644 index 00000000..a186fee4 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoBold/._64512-64767.pbf b/maplibre/fonts/RobotoBold/._64512-64767.pbf new file mode 100644 index 00000000..1a99b601 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoBold/._64768-65023.pbf b/maplibre/fonts/RobotoBold/._64768-65023.pbf new file mode 100644 index 00000000..fdcf49ac Binary files /dev/null and b/maplibre/fonts/RobotoBold/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoBold/._65024-65279.pbf b/maplibre/fonts/RobotoBold/._65024-65279.pbf new file mode 100644 index 00000000..690f1435 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoBold/._65280-65535.pbf b/maplibre/fonts/RobotoBold/._65280-65535.pbf new file mode 100644 index 00000000..2f144e90 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoBold/._6656-6911.pbf b/maplibre/fonts/RobotoBold/._6656-6911.pbf new file mode 100644 index 00000000..7c955140 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoBold/._6912-7167.pbf b/maplibre/fonts/RobotoBold/._6912-7167.pbf new file mode 100644 index 00000000..2b14885b Binary files /dev/null and b/maplibre/fonts/RobotoBold/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoBold/._7168-7423.pbf b/maplibre/fonts/RobotoBold/._7168-7423.pbf new file mode 100644 index 00000000..2f18efce Binary files /dev/null and b/maplibre/fonts/RobotoBold/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoBold/._7424-7679.pbf b/maplibre/fonts/RobotoBold/._7424-7679.pbf new file mode 100644 index 00000000..0f7ee8c0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoBold/._768-1023.pbf b/maplibre/fonts/RobotoBold/._768-1023.pbf new file mode 100644 index 00000000..b9145a06 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoBold/._7680-7935.pbf b/maplibre/fonts/RobotoBold/._7680-7935.pbf new file mode 100644 index 00000000..d633e75a Binary files /dev/null and b/maplibre/fonts/RobotoBold/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoBold/._7936-8191.pbf b/maplibre/fonts/RobotoBold/._7936-8191.pbf new file mode 100644 index 00000000..503865ec Binary files /dev/null and b/maplibre/fonts/RobotoBold/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoBold/._8192-8447.pbf b/maplibre/fonts/RobotoBold/._8192-8447.pbf new file mode 100644 index 00000000..17b6af82 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoBold/._8448-8703.pbf b/maplibre/fonts/RobotoBold/._8448-8703.pbf new file mode 100644 index 00000000..e7c14f83 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoBold/._8704-8959.pbf b/maplibre/fonts/RobotoBold/._8704-8959.pbf new file mode 100644 index 00000000..dd9d0deb Binary files /dev/null and b/maplibre/fonts/RobotoBold/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoBold/._8960-9215.pbf b/maplibre/fonts/RobotoBold/._8960-9215.pbf new file mode 100644 index 00000000..0fe31383 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoBold/._9216-9471.pbf b/maplibre/fonts/RobotoBold/._9216-9471.pbf new file mode 100644 index 00000000..27de9cc8 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoBold/._9472-9727.pbf b/maplibre/fonts/RobotoBold/._9472-9727.pbf new file mode 100644 index 00000000..c68a58a0 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoBold/._9728-9983.pbf b/maplibre/fonts/RobotoBold/._9728-9983.pbf new file mode 100644 index 00000000..4b6469b2 Binary files /dev/null and b/maplibre/fonts/RobotoBold/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoBold/._9984-10239.pbf b/maplibre/fonts/RobotoBold/._9984-10239.pbf new file mode 100644 index 00000000..274bac8c Binary files /dev/null and b/maplibre/fonts/RobotoBold/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._0-255.pbf b/maplibre/fonts/RobotoBoldItalic/._0-255.pbf new file mode 100644 index 00000000..06f01132 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._1024-1279.pbf b/maplibre/fonts/RobotoBoldItalic/._1024-1279.pbf new file mode 100644 index 00000000..7faf1dde Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._10240-10495.pbf b/maplibre/fonts/RobotoBoldItalic/._10240-10495.pbf new file mode 100644 index 00000000..6883b779 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._10496-10751.pbf b/maplibre/fonts/RobotoBoldItalic/._10496-10751.pbf new file mode 100644 index 00000000..328fc70b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._10752-11007.pbf b/maplibre/fonts/RobotoBoldItalic/._10752-11007.pbf new file mode 100644 index 00000000..47852433 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._11008-11263.pbf b/maplibre/fonts/RobotoBoldItalic/._11008-11263.pbf new file mode 100644 index 00000000..c6ef9e9f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._11264-11519.pbf b/maplibre/fonts/RobotoBoldItalic/._11264-11519.pbf new file mode 100644 index 00000000..9b2f2420 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._11520-11775.pbf b/maplibre/fonts/RobotoBoldItalic/._11520-11775.pbf new file mode 100644 index 00000000..30bf9350 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._11776-12031.pbf b/maplibre/fonts/RobotoBoldItalic/._11776-12031.pbf new file mode 100644 index 00000000..e00609fc Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._12032-12287.pbf b/maplibre/fonts/RobotoBoldItalic/._12032-12287.pbf new file mode 100644 index 00000000..2b7a078d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._12288-12543.pbf b/maplibre/fonts/RobotoBoldItalic/._12288-12543.pbf new file mode 100644 index 00000000..77b2a998 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._12544-12799.pbf b/maplibre/fonts/RobotoBoldItalic/._12544-12799.pbf new file mode 100644 index 00000000..16cdaeb7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._1280-1535.pbf b/maplibre/fonts/RobotoBoldItalic/._1280-1535.pbf new file mode 100644 index 00000000..a3d6315e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._12800-13055.pbf b/maplibre/fonts/RobotoBoldItalic/._12800-13055.pbf new file mode 100644 index 00000000..9dd5019e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._13056-13311.pbf b/maplibre/fonts/RobotoBoldItalic/._13056-13311.pbf new file mode 100644 index 00000000..75d1d885 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._13312-13567.pbf b/maplibre/fonts/RobotoBoldItalic/._13312-13567.pbf new file mode 100644 index 00000000..f5113391 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._13568-13823.pbf b/maplibre/fonts/RobotoBoldItalic/._13568-13823.pbf new file mode 100644 index 00000000..b012f49d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._13824-14079.pbf b/maplibre/fonts/RobotoBoldItalic/._13824-14079.pbf new file mode 100644 index 00000000..ceb88a09 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._14080-14335.pbf b/maplibre/fonts/RobotoBoldItalic/._14080-14335.pbf new file mode 100644 index 00000000..641523ad Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._14336-14591.pbf b/maplibre/fonts/RobotoBoldItalic/._14336-14591.pbf new file mode 100644 index 00000000..4def5720 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._14592-14847.pbf b/maplibre/fonts/RobotoBoldItalic/._14592-14847.pbf new file mode 100644 index 00000000..2e1c074d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._14848-15103.pbf b/maplibre/fonts/RobotoBoldItalic/._14848-15103.pbf new file mode 100644 index 00000000..4b254e2b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._15104-15359.pbf b/maplibre/fonts/RobotoBoldItalic/._15104-15359.pbf new file mode 100644 index 00000000..72587f06 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._1536-1791.pbf b/maplibre/fonts/RobotoBoldItalic/._1536-1791.pbf new file mode 100644 index 00000000..a86d55b3 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._15360-15615.pbf b/maplibre/fonts/RobotoBoldItalic/._15360-15615.pbf new file mode 100644 index 00000000..38b55a23 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._15616-15871.pbf b/maplibre/fonts/RobotoBoldItalic/._15616-15871.pbf new file mode 100644 index 00000000..4a6cab59 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._15872-16127.pbf b/maplibre/fonts/RobotoBoldItalic/._15872-16127.pbf new file mode 100644 index 00000000..0fa138d2 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._16128-16383.pbf b/maplibre/fonts/RobotoBoldItalic/._16128-16383.pbf new file mode 100644 index 00000000..9536af12 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._16384-16639.pbf b/maplibre/fonts/RobotoBoldItalic/._16384-16639.pbf new file mode 100644 index 00000000..21f4d4bb Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._16640-16895.pbf b/maplibre/fonts/RobotoBoldItalic/._16640-16895.pbf new file mode 100644 index 00000000..303d8407 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._16896-17151.pbf b/maplibre/fonts/RobotoBoldItalic/._16896-17151.pbf new file mode 100644 index 00000000..bc738cea Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._17152-17407.pbf b/maplibre/fonts/RobotoBoldItalic/._17152-17407.pbf new file mode 100644 index 00000000..9f380d07 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._17408-17663.pbf b/maplibre/fonts/RobotoBoldItalic/._17408-17663.pbf new file mode 100644 index 00000000..0863d24a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._17664-17919.pbf b/maplibre/fonts/RobotoBoldItalic/._17664-17919.pbf new file mode 100644 index 00000000..e97bde2f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._1792-2047.pbf b/maplibre/fonts/RobotoBoldItalic/._1792-2047.pbf new file mode 100644 index 00000000..33239f70 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._17920-18175.pbf b/maplibre/fonts/RobotoBoldItalic/._17920-18175.pbf new file mode 100644 index 00000000..f08ac058 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._18176-18431.pbf b/maplibre/fonts/RobotoBoldItalic/._18176-18431.pbf new file mode 100644 index 00000000..0e65ef84 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._18432-18687.pbf b/maplibre/fonts/RobotoBoldItalic/._18432-18687.pbf new file mode 100644 index 00000000..3f86ddbb Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._18688-18943.pbf b/maplibre/fonts/RobotoBoldItalic/._18688-18943.pbf new file mode 100644 index 00000000..5a476ba6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._18944-19199.pbf b/maplibre/fonts/RobotoBoldItalic/._18944-19199.pbf new file mode 100644 index 00000000..921d6caf Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._19200-19455.pbf b/maplibre/fonts/RobotoBoldItalic/._19200-19455.pbf new file mode 100644 index 00000000..eef36fa0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._19456-19711.pbf b/maplibre/fonts/RobotoBoldItalic/._19456-19711.pbf new file mode 100644 index 00000000..95294d3c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._19712-19967.pbf b/maplibre/fonts/RobotoBoldItalic/._19712-19967.pbf new file mode 100644 index 00000000..b5530d76 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._19968-20223.pbf b/maplibre/fonts/RobotoBoldItalic/._19968-20223.pbf new file mode 100644 index 00000000..3e130a37 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._20224-20479.pbf b/maplibre/fonts/RobotoBoldItalic/._20224-20479.pbf new file mode 100644 index 00000000..4ca2416a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._2048-2303.pbf b/maplibre/fonts/RobotoBoldItalic/._2048-2303.pbf new file mode 100644 index 00000000..b9a3b619 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._20480-20735.pbf b/maplibre/fonts/RobotoBoldItalic/._20480-20735.pbf new file mode 100644 index 00000000..09c20bb3 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._20736-20991.pbf b/maplibre/fonts/RobotoBoldItalic/._20736-20991.pbf new file mode 100644 index 00000000..c09a822f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._20992-21247.pbf b/maplibre/fonts/RobotoBoldItalic/._20992-21247.pbf new file mode 100644 index 00000000..a724f387 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._21248-21503.pbf b/maplibre/fonts/RobotoBoldItalic/._21248-21503.pbf new file mode 100644 index 00000000..5a5a8a79 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._21504-21759.pbf b/maplibre/fonts/RobotoBoldItalic/._21504-21759.pbf new file mode 100644 index 00000000..c4ab805c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._21760-22015.pbf b/maplibre/fonts/RobotoBoldItalic/._21760-22015.pbf new file mode 100644 index 00000000..89166b5c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._22016-22271.pbf b/maplibre/fonts/RobotoBoldItalic/._22016-22271.pbf new file mode 100644 index 00000000..75793700 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._22272-22527.pbf b/maplibre/fonts/RobotoBoldItalic/._22272-22527.pbf new file mode 100644 index 00000000..382cf475 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._22528-22783.pbf b/maplibre/fonts/RobotoBoldItalic/._22528-22783.pbf new file mode 100644 index 00000000..d337e5a5 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._22784-23039.pbf b/maplibre/fonts/RobotoBoldItalic/._22784-23039.pbf new file mode 100644 index 00000000..0c4f0dbb Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._2304-2559.pbf b/maplibre/fonts/RobotoBoldItalic/._2304-2559.pbf new file mode 100644 index 00000000..a94ff409 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._23040-23295.pbf b/maplibre/fonts/RobotoBoldItalic/._23040-23295.pbf new file mode 100644 index 00000000..09f26c2b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._23296-23551.pbf b/maplibre/fonts/RobotoBoldItalic/._23296-23551.pbf new file mode 100644 index 00000000..ce8f304e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._23552-23807.pbf b/maplibre/fonts/RobotoBoldItalic/._23552-23807.pbf new file mode 100644 index 00000000..4d1e7d3c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._23808-24063.pbf b/maplibre/fonts/RobotoBoldItalic/._23808-24063.pbf new file mode 100644 index 00000000..d293e847 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._24064-24319.pbf b/maplibre/fonts/RobotoBoldItalic/._24064-24319.pbf new file mode 100644 index 00000000..5c9e4472 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._24320-24575.pbf b/maplibre/fonts/RobotoBoldItalic/._24320-24575.pbf new file mode 100644 index 00000000..904a3267 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._24576-24831.pbf b/maplibre/fonts/RobotoBoldItalic/._24576-24831.pbf new file mode 100644 index 00000000..60c4da57 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._24832-25087.pbf b/maplibre/fonts/RobotoBoldItalic/._24832-25087.pbf new file mode 100644 index 00000000..d28cfc8f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._25088-25343.pbf b/maplibre/fonts/RobotoBoldItalic/._25088-25343.pbf new file mode 100644 index 00000000..1b9430e0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._25344-25599.pbf b/maplibre/fonts/RobotoBoldItalic/._25344-25599.pbf new file mode 100644 index 00000000..e9395670 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._256-511.pbf b/maplibre/fonts/RobotoBoldItalic/._256-511.pbf new file mode 100644 index 00000000..b15b9a6b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._2560-2815.pbf b/maplibre/fonts/RobotoBoldItalic/._2560-2815.pbf new file mode 100644 index 00000000..3d3e364b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._25600-25855.pbf b/maplibre/fonts/RobotoBoldItalic/._25600-25855.pbf new file mode 100644 index 00000000..2ba81f14 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._25856-26111.pbf b/maplibre/fonts/RobotoBoldItalic/._25856-26111.pbf new file mode 100644 index 00000000..c3a44f62 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._26112-26367.pbf b/maplibre/fonts/RobotoBoldItalic/._26112-26367.pbf new file mode 100644 index 00000000..b5a5356f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._26368-26623.pbf b/maplibre/fonts/RobotoBoldItalic/._26368-26623.pbf new file mode 100644 index 00000000..87b559da Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._26624-26879.pbf b/maplibre/fonts/RobotoBoldItalic/._26624-26879.pbf new file mode 100644 index 00000000..0698a7be Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._26880-27135.pbf b/maplibre/fonts/RobotoBoldItalic/._26880-27135.pbf new file mode 100644 index 00000000..2e40ec0d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._27136-27391.pbf b/maplibre/fonts/RobotoBoldItalic/._27136-27391.pbf new file mode 100644 index 00000000..eb566d97 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._27392-27647.pbf b/maplibre/fonts/RobotoBoldItalic/._27392-27647.pbf new file mode 100644 index 00000000..fcf60160 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._27648-27903.pbf b/maplibre/fonts/RobotoBoldItalic/._27648-27903.pbf new file mode 100644 index 00000000..58916a46 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._27904-28159.pbf b/maplibre/fonts/RobotoBoldItalic/._27904-28159.pbf new file mode 100644 index 00000000..12040e99 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._2816-3071.pbf b/maplibre/fonts/RobotoBoldItalic/._2816-3071.pbf new file mode 100644 index 00000000..33c1f90c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._28160-28415.pbf b/maplibre/fonts/RobotoBoldItalic/._28160-28415.pbf new file mode 100644 index 00000000..d1063cd6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._28416-28671.pbf b/maplibre/fonts/RobotoBoldItalic/._28416-28671.pbf new file mode 100644 index 00000000..295d349c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._28672-28927.pbf b/maplibre/fonts/RobotoBoldItalic/._28672-28927.pbf new file mode 100644 index 00000000..dd077fbe Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._28928-29183.pbf b/maplibre/fonts/RobotoBoldItalic/._28928-29183.pbf new file mode 100644 index 00000000..c3d71463 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._29184-29439.pbf b/maplibre/fonts/RobotoBoldItalic/._29184-29439.pbf new file mode 100644 index 00000000..fa8f0dcd Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._29440-29695.pbf b/maplibre/fonts/RobotoBoldItalic/._29440-29695.pbf new file mode 100644 index 00000000..704c9384 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._29696-29951.pbf b/maplibre/fonts/RobotoBoldItalic/._29696-29951.pbf new file mode 100644 index 00000000..efcff751 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._29952-30207.pbf b/maplibre/fonts/RobotoBoldItalic/._29952-30207.pbf new file mode 100644 index 00000000..446d8de7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._30208-30463.pbf b/maplibre/fonts/RobotoBoldItalic/._30208-30463.pbf new file mode 100644 index 00000000..a7e65071 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._30464-30719.pbf b/maplibre/fonts/RobotoBoldItalic/._30464-30719.pbf new file mode 100644 index 00000000..4cc1cd23 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._3072-3327.pbf b/maplibre/fonts/RobotoBoldItalic/._3072-3327.pbf new file mode 100644 index 00000000..52da9a3c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._30720-30975.pbf b/maplibre/fonts/RobotoBoldItalic/._30720-30975.pbf new file mode 100644 index 00000000..87bb3fd7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._30976-31231.pbf b/maplibre/fonts/RobotoBoldItalic/._30976-31231.pbf new file mode 100644 index 00000000..26cbe5a1 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._31232-31487.pbf b/maplibre/fonts/RobotoBoldItalic/._31232-31487.pbf new file mode 100644 index 00000000..4f7fd546 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._31488-31743.pbf b/maplibre/fonts/RobotoBoldItalic/._31488-31743.pbf new file mode 100644 index 00000000..b33cbfa7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._31744-31999.pbf b/maplibre/fonts/RobotoBoldItalic/._31744-31999.pbf new file mode 100644 index 00000000..056f3ef8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._32000-32255.pbf b/maplibre/fonts/RobotoBoldItalic/._32000-32255.pbf new file mode 100644 index 00000000..ebe82845 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._32256-32511.pbf b/maplibre/fonts/RobotoBoldItalic/._32256-32511.pbf new file mode 100644 index 00000000..8a537e24 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._32512-32767.pbf b/maplibre/fonts/RobotoBoldItalic/._32512-32767.pbf new file mode 100644 index 00000000..4da1d80a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._32768-33023.pbf b/maplibre/fonts/RobotoBoldItalic/._32768-33023.pbf new file mode 100644 index 00000000..f6c29178 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._33024-33279.pbf b/maplibre/fonts/RobotoBoldItalic/._33024-33279.pbf new file mode 100644 index 00000000..887d080a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._3328-3583.pbf b/maplibre/fonts/RobotoBoldItalic/._3328-3583.pbf new file mode 100644 index 00000000..d9048d64 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._33280-33535.pbf b/maplibre/fonts/RobotoBoldItalic/._33280-33535.pbf new file mode 100644 index 00000000..e6430769 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._33536-33791.pbf b/maplibre/fonts/RobotoBoldItalic/._33536-33791.pbf new file mode 100644 index 00000000..bdbb0055 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._33792-34047.pbf b/maplibre/fonts/RobotoBoldItalic/._33792-34047.pbf new file mode 100644 index 00000000..b39b7582 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._34048-34303.pbf b/maplibre/fonts/RobotoBoldItalic/._34048-34303.pbf new file mode 100644 index 00000000..b4b04073 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._34304-34559.pbf b/maplibre/fonts/RobotoBoldItalic/._34304-34559.pbf new file mode 100644 index 00000000..399a2730 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._34560-34815.pbf b/maplibre/fonts/RobotoBoldItalic/._34560-34815.pbf new file mode 100644 index 00000000..e3bca9ab Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._34816-35071.pbf b/maplibre/fonts/RobotoBoldItalic/._34816-35071.pbf new file mode 100644 index 00000000..d1d047c9 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._35072-35327.pbf b/maplibre/fonts/RobotoBoldItalic/._35072-35327.pbf new file mode 100644 index 00000000..b85cb788 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._35328-35583.pbf b/maplibre/fonts/RobotoBoldItalic/._35328-35583.pbf new file mode 100644 index 00000000..a2a00c39 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._35584-35839.pbf b/maplibre/fonts/RobotoBoldItalic/._35584-35839.pbf new file mode 100644 index 00000000..bd4e1e4d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._3584-3839.pbf b/maplibre/fonts/RobotoBoldItalic/._3584-3839.pbf new file mode 100644 index 00000000..2d4423a9 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._35840-36095.pbf b/maplibre/fonts/RobotoBoldItalic/._35840-36095.pbf new file mode 100644 index 00000000..e9c424e7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._36096-36351.pbf b/maplibre/fonts/RobotoBoldItalic/._36096-36351.pbf new file mode 100644 index 00000000..440b9fea Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._36352-36607.pbf b/maplibre/fonts/RobotoBoldItalic/._36352-36607.pbf new file mode 100644 index 00000000..997ed901 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._36608-36863.pbf b/maplibre/fonts/RobotoBoldItalic/._36608-36863.pbf new file mode 100644 index 00000000..59977114 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._36864-37119.pbf b/maplibre/fonts/RobotoBoldItalic/._36864-37119.pbf new file mode 100644 index 00000000..3ac32187 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._37120-37375.pbf b/maplibre/fonts/RobotoBoldItalic/._37120-37375.pbf new file mode 100644 index 00000000..bf4bf847 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._37376-37631.pbf b/maplibre/fonts/RobotoBoldItalic/._37376-37631.pbf new file mode 100644 index 00000000..57d9baed Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._37632-37887.pbf b/maplibre/fonts/RobotoBoldItalic/._37632-37887.pbf new file mode 100644 index 00000000..1f0d4b73 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._37888-38143.pbf b/maplibre/fonts/RobotoBoldItalic/._37888-38143.pbf new file mode 100644 index 00000000..7b77fa96 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._38144-38399.pbf b/maplibre/fonts/RobotoBoldItalic/._38144-38399.pbf new file mode 100644 index 00000000..7f49dd4e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._3840-4095.pbf b/maplibre/fonts/RobotoBoldItalic/._3840-4095.pbf new file mode 100644 index 00000000..596c0d9c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._38400-38655.pbf b/maplibre/fonts/RobotoBoldItalic/._38400-38655.pbf new file mode 100644 index 00000000..6acd567a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._38656-38911.pbf b/maplibre/fonts/RobotoBoldItalic/._38656-38911.pbf new file mode 100644 index 00000000..96154c94 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._38912-39167.pbf b/maplibre/fonts/RobotoBoldItalic/._38912-39167.pbf new file mode 100644 index 00000000..f0a1db08 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._39168-39423.pbf b/maplibre/fonts/RobotoBoldItalic/._39168-39423.pbf new file mode 100644 index 00000000..bfa5a6a5 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._39424-39679.pbf b/maplibre/fonts/RobotoBoldItalic/._39424-39679.pbf new file mode 100644 index 00000000..8ed26432 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._39680-39935.pbf b/maplibre/fonts/RobotoBoldItalic/._39680-39935.pbf new file mode 100644 index 00000000..e4442432 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._39936-40191.pbf b/maplibre/fonts/RobotoBoldItalic/._39936-40191.pbf new file mode 100644 index 00000000..63bbf7e8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._40192-40447.pbf b/maplibre/fonts/RobotoBoldItalic/._40192-40447.pbf new file mode 100644 index 00000000..8b7c2b42 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._40448-40703.pbf b/maplibre/fonts/RobotoBoldItalic/._40448-40703.pbf new file mode 100644 index 00000000..df2d6796 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._40704-40959.pbf b/maplibre/fonts/RobotoBoldItalic/._40704-40959.pbf new file mode 100644 index 00000000..1c554eb9 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._4096-4351.pbf b/maplibre/fonts/RobotoBoldItalic/._4096-4351.pbf new file mode 100644 index 00000000..aa1b8ef4 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._40960-41215.pbf b/maplibre/fonts/RobotoBoldItalic/._40960-41215.pbf new file mode 100644 index 00000000..c9474ed6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._41216-41471.pbf b/maplibre/fonts/RobotoBoldItalic/._41216-41471.pbf new file mode 100644 index 00000000..87ee70a8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._41472-41727.pbf b/maplibre/fonts/RobotoBoldItalic/._41472-41727.pbf new file mode 100644 index 00000000..832bc5d1 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._41728-41983.pbf b/maplibre/fonts/RobotoBoldItalic/._41728-41983.pbf new file mode 100644 index 00000000..c21ef38f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._41984-42239.pbf b/maplibre/fonts/RobotoBoldItalic/._41984-42239.pbf new file mode 100644 index 00000000..b6891d50 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._42240-42495.pbf b/maplibre/fonts/RobotoBoldItalic/._42240-42495.pbf new file mode 100644 index 00000000..0c4fab7e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._42496-42751.pbf b/maplibre/fonts/RobotoBoldItalic/._42496-42751.pbf new file mode 100644 index 00000000..e4417640 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._42752-43007.pbf b/maplibre/fonts/RobotoBoldItalic/._42752-43007.pbf new file mode 100644 index 00000000..bbcf6d82 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._43008-43263.pbf b/maplibre/fonts/RobotoBoldItalic/._43008-43263.pbf new file mode 100644 index 00000000..09d3a925 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._43264-43519.pbf b/maplibre/fonts/RobotoBoldItalic/._43264-43519.pbf new file mode 100644 index 00000000..eb925e56 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._4352-4607.pbf b/maplibre/fonts/RobotoBoldItalic/._4352-4607.pbf new file mode 100644 index 00000000..3e33d4ea Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._43520-43775.pbf b/maplibre/fonts/RobotoBoldItalic/._43520-43775.pbf new file mode 100644 index 00000000..60f5f9f7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._43776-44031.pbf b/maplibre/fonts/RobotoBoldItalic/._43776-44031.pbf new file mode 100644 index 00000000..fee7dbef Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._44032-44287.pbf b/maplibre/fonts/RobotoBoldItalic/._44032-44287.pbf new file mode 100644 index 00000000..426b8c03 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._44288-44543.pbf b/maplibre/fonts/RobotoBoldItalic/._44288-44543.pbf new file mode 100644 index 00000000..9015a7f3 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._44544-44799.pbf b/maplibre/fonts/RobotoBoldItalic/._44544-44799.pbf new file mode 100644 index 00000000..88ae8a3a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._44800-45055.pbf b/maplibre/fonts/RobotoBoldItalic/._44800-45055.pbf new file mode 100644 index 00000000..f91156fa Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._45056-45311.pbf b/maplibre/fonts/RobotoBoldItalic/._45056-45311.pbf new file mode 100644 index 00000000..0423d822 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._45312-45567.pbf b/maplibre/fonts/RobotoBoldItalic/._45312-45567.pbf new file mode 100644 index 00000000..5f52aeab Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._45568-45823.pbf b/maplibre/fonts/RobotoBoldItalic/._45568-45823.pbf new file mode 100644 index 00000000..963a1dc0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._45824-46079.pbf b/maplibre/fonts/RobotoBoldItalic/._45824-46079.pbf new file mode 100644 index 00000000..57e79784 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._4608-4863.pbf b/maplibre/fonts/RobotoBoldItalic/._4608-4863.pbf new file mode 100644 index 00000000..f8ef46a8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._46080-46335.pbf b/maplibre/fonts/RobotoBoldItalic/._46080-46335.pbf new file mode 100644 index 00000000..2a135d5d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._46336-46591.pbf b/maplibre/fonts/RobotoBoldItalic/._46336-46591.pbf new file mode 100644 index 00000000..836a12e0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._46592-46847.pbf b/maplibre/fonts/RobotoBoldItalic/._46592-46847.pbf new file mode 100644 index 00000000..dcb803eb Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._46848-47103.pbf b/maplibre/fonts/RobotoBoldItalic/._46848-47103.pbf new file mode 100644 index 00000000..0ddeaf13 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._47104-47359.pbf b/maplibre/fonts/RobotoBoldItalic/._47104-47359.pbf new file mode 100644 index 00000000..4efa0ba6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._47360-47615.pbf b/maplibre/fonts/RobotoBoldItalic/._47360-47615.pbf new file mode 100644 index 00000000..62a6f376 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._47616-47871.pbf b/maplibre/fonts/RobotoBoldItalic/._47616-47871.pbf new file mode 100644 index 00000000..949c341d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._47872-48127.pbf b/maplibre/fonts/RobotoBoldItalic/._47872-48127.pbf new file mode 100644 index 00000000..65d40bb8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._48128-48383.pbf b/maplibre/fonts/RobotoBoldItalic/._48128-48383.pbf new file mode 100644 index 00000000..412fcf2a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._48384-48639.pbf b/maplibre/fonts/RobotoBoldItalic/._48384-48639.pbf new file mode 100644 index 00000000..af34873d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._4864-5119.pbf b/maplibre/fonts/RobotoBoldItalic/._4864-5119.pbf new file mode 100644 index 00000000..fd1d60ea Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._48640-48895.pbf b/maplibre/fonts/RobotoBoldItalic/._48640-48895.pbf new file mode 100644 index 00000000..a816ad2c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._48896-49151.pbf b/maplibre/fonts/RobotoBoldItalic/._48896-49151.pbf new file mode 100644 index 00000000..9fc1391a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._49152-49407.pbf b/maplibre/fonts/RobotoBoldItalic/._49152-49407.pbf new file mode 100644 index 00000000..25b176e4 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._49408-49663.pbf b/maplibre/fonts/RobotoBoldItalic/._49408-49663.pbf new file mode 100644 index 00000000..a22e6181 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._49664-49919.pbf b/maplibre/fonts/RobotoBoldItalic/._49664-49919.pbf new file mode 100644 index 00000000..586583c7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._49920-50175.pbf b/maplibre/fonts/RobotoBoldItalic/._49920-50175.pbf new file mode 100644 index 00000000..1d926895 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._50176-50431.pbf b/maplibre/fonts/RobotoBoldItalic/._50176-50431.pbf new file mode 100644 index 00000000..5cf8045c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._50432-50687.pbf b/maplibre/fonts/RobotoBoldItalic/._50432-50687.pbf new file mode 100644 index 00000000..b647fecf Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._50688-50943.pbf b/maplibre/fonts/RobotoBoldItalic/._50688-50943.pbf new file mode 100644 index 00000000..b4414977 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._50944-51199.pbf b/maplibre/fonts/RobotoBoldItalic/._50944-51199.pbf new file mode 100644 index 00000000..48a43563 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._512-767.pbf b/maplibre/fonts/RobotoBoldItalic/._512-767.pbf new file mode 100644 index 00000000..b5930c3f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._5120-5375.pbf b/maplibre/fonts/RobotoBoldItalic/._5120-5375.pbf new file mode 100644 index 00000000..da386f38 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._51200-51455.pbf b/maplibre/fonts/RobotoBoldItalic/._51200-51455.pbf new file mode 100644 index 00000000..1993d7ac Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._51456-51711.pbf b/maplibre/fonts/RobotoBoldItalic/._51456-51711.pbf new file mode 100644 index 00000000..0989a1ae Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._51712-51967.pbf b/maplibre/fonts/RobotoBoldItalic/._51712-51967.pbf new file mode 100644 index 00000000..d33c7991 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._51968-52223.pbf b/maplibre/fonts/RobotoBoldItalic/._51968-52223.pbf new file mode 100644 index 00000000..39312081 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._52224-52479.pbf b/maplibre/fonts/RobotoBoldItalic/._52224-52479.pbf new file mode 100644 index 00000000..23d11bee Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._52480-52735.pbf b/maplibre/fonts/RobotoBoldItalic/._52480-52735.pbf new file mode 100644 index 00000000..76b26848 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._52736-52991.pbf b/maplibre/fonts/RobotoBoldItalic/._52736-52991.pbf new file mode 100644 index 00000000..3ceb382e Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._52992-53247.pbf b/maplibre/fonts/RobotoBoldItalic/._52992-53247.pbf new file mode 100644 index 00000000..527f9f4b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._53248-53503.pbf b/maplibre/fonts/RobotoBoldItalic/._53248-53503.pbf new file mode 100644 index 00000000..c74ed98d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._53504-53759.pbf b/maplibre/fonts/RobotoBoldItalic/._53504-53759.pbf new file mode 100644 index 00000000..6632e746 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._5376-5631.pbf b/maplibre/fonts/RobotoBoldItalic/._5376-5631.pbf new file mode 100644 index 00000000..78e3142d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._53760-54015.pbf b/maplibre/fonts/RobotoBoldItalic/._53760-54015.pbf new file mode 100644 index 00000000..3c541a9a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._54016-54271.pbf b/maplibre/fonts/RobotoBoldItalic/._54016-54271.pbf new file mode 100644 index 00000000..12e6372c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._54272-54527.pbf b/maplibre/fonts/RobotoBoldItalic/._54272-54527.pbf new file mode 100644 index 00000000..df7f44d2 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._54528-54783.pbf b/maplibre/fonts/RobotoBoldItalic/._54528-54783.pbf new file mode 100644 index 00000000..7a8f60c3 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._54784-55039.pbf b/maplibre/fonts/RobotoBoldItalic/._54784-55039.pbf new file mode 100644 index 00000000..25efff44 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._55040-55295.pbf b/maplibre/fonts/RobotoBoldItalic/._55040-55295.pbf new file mode 100644 index 00000000..8d7d1ee8 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._55296-55551.pbf b/maplibre/fonts/RobotoBoldItalic/._55296-55551.pbf new file mode 100644 index 00000000..c0a59710 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._55552-55807.pbf b/maplibre/fonts/RobotoBoldItalic/._55552-55807.pbf new file mode 100644 index 00000000..a233c55a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._55808-56063.pbf b/maplibre/fonts/RobotoBoldItalic/._55808-56063.pbf new file mode 100644 index 00000000..3d36bc9a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._56064-56319.pbf b/maplibre/fonts/RobotoBoldItalic/._56064-56319.pbf new file mode 100644 index 00000000..b7e59a04 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._5632-5887.pbf b/maplibre/fonts/RobotoBoldItalic/._5632-5887.pbf new file mode 100644 index 00000000..2a0b5ea2 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._56320-56575.pbf b/maplibre/fonts/RobotoBoldItalic/._56320-56575.pbf new file mode 100644 index 00000000..b4f8ec17 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._56576-56831.pbf b/maplibre/fonts/RobotoBoldItalic/._56576-56831.pbf new file mode 100644 index 00000000..519b8efe Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._56832-57087.pbf b/maplibre/fonts/RobotoBoldItalic/._56832-57087.pbf new file mode 100644 index 00000000..4ccb10c4 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._57088-57343.pbf b/maplibre/fonts/RobotoBoldItalic/._57088-57343.pbf new file mode 100644 index 00000000..2ada1c64 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._57344-57599.pbf b/maplibre/fonts/RobotoBoldItalic/._57344-57599.pbf new file mode 100644 index 00000000..fd4c86f2 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._57600-57855.pbf b/maplibre/fonts/RobotoBoldItalic/._57600-57855.pbf new file mode 100644 index 00000000..0ac56f83 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._57856-58111.pbf b/maplibre/fonts/RobotoBoldItalic/._57856-58111.pbf new file mode 100644 index 00000000..f44324ae Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._58112-58367.pbf b/maplibre/fonts/RobotoBoldItalic/._58112-58367.pbf new file mode 100644 index 00000000..96a4e7fc Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._58368-58623.pbf b/maplibre/fonts/RobotoBoldItalic/._58368-58623.pbf new file mode 100644 index 00000000..50cda7b0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._58624-58879.pbf b/maplibre/fonts/RobotoBoldItalic/._58624-58879.pbf new file mode 100644 index 00000000..b12be413 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._5888-6143.pbf b/maplibre/fonts/RobotoBoldItalic/._5888-6143.pbf new file mode 100644 index 00000000..913eabfb Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._58880-59135.pbf b/maplibre/fonts/RobotoBoldItalic/._58880-59135.pbf new file mode 100644 index 00000000..71459b2d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._59136-59391.pbf b/maplibre/fonts/RobotoBoldItalic/._59136-59391.pbf new file mode 100644 index 00000000..faecb676 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._59392-59647.pbf b/maplibre/fonts/RobotoBoldItalic/._59392-59647.pbf new file mode 100644 index 00000000..9f7ede90 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._59648-59903.pbf b/maplibre/fonts/RobotoBoldItalic/._59648-59903.pbf new file mode 100644 index 00000000..9045ead0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._59904-60159.pbf b/maplibre/fonts/RobotoBoldItalic/._59904-60159.pbf new file mode 100644 index 00000000..f05343db Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._60160-60415.pbf b/maplibre/fonts/RobotoBoldItalic/._60160-60415.pbf new file mode 100644 index 00000000..28dda24a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._60416-60671.pbf b/maplibre/fonts/RobotoBoldItalic/._60416-60671.pbf new file mode 100644 index 00000000..36e528e0 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._60672-60927.pbf b/maplibre/fonts/RobotoBoldItalic/._60672-60927.pbf new file mode 100644 index 00000000..640b0886 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._60928-61183.pbf b/maplibre/fonts/RobotoBoldItalic/._60928-61183.pbf new file mode 100644 index 00000000..d962785b Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._61184-61439.pbf b/maplibre/fonts/RobotoBoldItalic/._61184-61439.pbf new file mode 100644 index 00000000..2bf4ca5a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._6144-6399.pbf b/maplibre/fonts/RobotoBoldItalic/._6144-6399.pbf new file mode 100644 index 00000000..29705131 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._61440-61695.pbf b/maplibre/fonts/RobotoBoldItalic/._61440-61695.pbf new file mode 100644 index 00000000..4e1df0c1 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._61696-61951.pbf b/maplibre/fonts/RobotoBoldItalic/._61696-61951.pbf new file mode 100644 index 00000000..b1b43db6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._61952-62207.pbf b/maplibre/fonts/RobotoBoldItalic/._61952-62207.pbf new file mode 100644 index 00000000..35b24821 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._62208-62463.pbf b/maplibre/fonts/RobotoBoldItalic/._62208-62463.pbf new file mode 100644 index 00000000..2df7d007 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._62464-62719.pbf b/maplibre/fonts/RobotoBoldItalic/._62464-62719.pbf new file mode 100644 index 00000000..e0d678ed Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._62720-62975.pbf b/maplibre/fonts/RobotoBoldItalic/._62720-62975.pbf new file mode 100644 index 00000000..8a8c8394 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._62976-63231.pbf b/maplibre/fonts/RobotoBoldItalic/._62976-63231.pbf new file mode 100644 index 00000000..6c86ca39 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._63232-63487.pbf b/maplibre/fonts/RobotoBoldItalic/._63232-63487.pbf new file mode 100644 index 00000000..08e11b83 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._63488-63743.pbf b/maplibre/fonts/RobotoBoldItalic/._63488-63743.pbf new file mode 100644 index 00000000..8dc6a79f Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._63744-63999.pbf b/maplibre/fonts/RobotoBoldItalic/._63744-63999.pbf new file mode 100644 index 00000000..383a545d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._6400-6655.pbf b/maplibre/fonts/RobotoBoldItalic/._6400-6655.pbf new file mode 100644 index 00000000..fe91ba13 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._64000-64255.pbf b/maplibre/fonts/RobotoBoldItalic/._64000-64255.pbf new file mode 100644 index 00000000..5ce7db5a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._64256-64511.pbf b/maplibre/fonts/RobotoBoldItalic/._64256-64511.pbf new file mode 100644 index 00000000..0e3d53ca Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._64512-64767.pbf b/maplibre/fonts/RobotoBoldItalic/._64512-64767.pbf new file mode 100644 index 00000000..208de01d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._64768-65023.pbf b/maplibre/fonts/RobotoBoldItalic/._64768-65023.pbf new file mode 100644 index 00000000..9c9ff717 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._65024-65279.pbf b/maplibre/fonts/RobotoBoldItalic/._65024-65279.pbf new file mode 100644 index 00000000..3bb92fe7 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._65280-65535.pbf b/maplibre/fonts/RobotoBoldItalic/._65280-65535.pbf new file mode 100644 index 00000000..a1c46dc5 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._6656-6911.pbf b/maplibre/fonts/RobotoBoldItalic/._6656-6911.pbf new file mode 100644 index 00000000..3a963254 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._6912-7167.pbf b/maplibre/fonts/RobotoBoldItalic/._6912-7167.pbf new file mode 100644 index 00000000..16aec478 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._7168-7423.pbf b/maplibre/fonts/RobotoBoldItalic/._7168-7423.pbf new file mode 100644 index 00000000..369f5e77 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._7424-7679.pbf b/maplibre/fonts/RobotoBoldItalic/._7424-7679.pbf new file mode 100644 index 00000000..8571bc70 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._768-1023.pbf b/maplibre/fonts/RobotoBoldItalic/._768-1023.pbf new file mode 100644 index 00000000..0ef76634 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._7680-7935.pbf b/maplibre/fonts/RobotoBoldItalic/._7680-7935.pbf new file mode 100644 index 00000000..7c13ec36 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._7936-8191.pbf b/maplibre/fonts/RobotoBoldItalic/._7936-8191.pbf new file mode 100644 index 00000000..086efd8d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._8192-8447.pbf b/maplibre/fonts/RobotoBoldItalic/._8192-8447.pbf new file mode 100644 index 00000000..1e2c1c84 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._8448-8703.pbf b/maplibre/fonts/RobotoBoldItalic/._8448-8703.pbf new file mode 100644 index 00000000..ed4233dc Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._8704-8959.pbf b/maplibre/fonts/RobotoBoldItalic/._8704-8959.pbf new file mode 100644 index 00000000..b6b7908c Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._8960-9215.pbf b/maplibre/fonts/RobotoBoldItalic/._8960-9215.pbf new file mode 100644 index 00000000..cf22ef21 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._9216-9471.pbf b/maplibre/fonts/RobotoBoldItalic/._9216-9471.pbf new file mode 100644 index 00000000..1d33c28a Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._9472-9727.pbf b/maplibre/fonts/RobotoBoldItalic/._9472-9727.pbf new file mode 100644 index 00000000..523a436d Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._9728-9983.pbf b/maplibre/fonts/RobotoBoldItalic/._9728-9983.pbf new file mode 100644 index 00000000..5e119bec Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoBoldItalic/._9984-10239.pbf b/maplibre/fonts/RobotoBoldItalic/._9984-10239.pbf new file mode 100644 index 00000000..0fdf15b6 Binary files /dev/null and b/maplibre/fonts/RobotoBoldItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._0-255.pbf b/maplibre/fonts/RobotoItalic/._0-255.pbf new file mode 100644 index 00000000..90f4436a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._1024-1279.pbf b/maplibre/fonts/RobotoItalic/._1024-1279.pbf new file mode 100644 index 00000000..779afd34 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._10240-10495.pbf b/maplibre/fonts/RobotoItalic/._10240-10495.pbf new file mode 100644 index 00000000..97a5f1e9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._10496-10751.pbf b/maplibre/fonts/RobotoItalic/._10496-10751.pbf new file mode 100644 index 00000000..1a19685f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._10752-11007.pbf b/maplibre/fonts/RobotoItalic/._10752-11007.pbf new file mode 100644 index 00000000..ef0f25d5 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._11008-11263.pbf b/maplibre/fonts/RobotoItalic/._11008-11263.pbf new file mode 100644 index 00000000..0cff8978 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._11264-11519.pbf b/maplibre/fonts/RobotoItalic/._11264-11519.pbf new file mode 100644 index 00000000..9f2144c3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._11520-11775.pbf b/maplibre/fonts/RobotoItalic/._11520-11775.pbf new file mode 100644 index 00000000..a428c19f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._11776-12031.pbf b/maplibre/fonts/RobotoItalic/._11776-12031.pbf new file mode 100644 index 00000000..5657e2e1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._12032-12287.pbf b/maplibre/fonts/RobotoItalic/._12032-12287.pbf new file mode 100644 index 00000000..512fd2a9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._12288-12543.pbf b/maplibre/fonts/RobotoItalic/._12288-12543.pbf new file mode 100644 index 00000000..382e4401 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._12544-12799.pbf b/maplibre/fonts/RobotoItalic/._12544-12799.pbf new file mode 100644 index 00000000..8d1b8fa4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._1280-1535.pbf b/maplibre/fonts/RobotoItalic/._1280-1535.pbf new file mode 100644 index 00000000..5a0bc852 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._12800-13055.pbf b/maplibre/fonts/RobotoItalic/._12800-13055.pbf new file mode 100644 index 00000000..0674b734 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._13056-13311.pbf b/maplibre/fonts/RobotoItalic/._13056-13311.pbf new file mode 100644 index 00000000..ce68605e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._13312-13567.pbf b/maplibre/fonts/RobotoItalic/._13312-13567.pbf new file mode 100644 index 00000000..a3ec4cfb Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._13568-13823.pbf b/maplibre/fonts/RobotoItalic/._13568-13823.pbf new file mode 100644 index 00000000..c969b3a7 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._13824-14079.pbf b/maplibre/fonts/RobotoItalic/._13824-14079.pbf new file mode 100644 index 00000000..3d591f80 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._14080-14335.pbf b/maplibre/fonts/RobotoItalic/._14080-14335.pbf new file mode 100644 index 00000000..33f41bc9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._14336-14591.pbf b/maplibre/fonts/RobotoItalic/._14336-14591.pbf new file mode 100644 index 00000000..53b44e53 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._14592-14847.pbf b/maplibre/fonts/RobotoItalic/._14592-14847.pbf new file mode 100644 index 00000000..c2a8fb10 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._14848-15103.pbf b/maplibre/fonts/RobotoItalic/._14848-15103.pbf new file mode 100644 index 00000000..5094a216 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._15104-15359.pbf b/maplibre/fonts/RobotoItalic/._15104-15359.pbf new file mode 100644 index 00000000..7901110b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._1536-1791.pbf b/maplibre/fonts/RobotoItalic/._1536-1791.pbf new file mode 100644 index 00000000..7e61ef0a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._15360-15615.pbf b/maplibre/fonts/RobotoItalic/._15360-15615.pbf new file mode 100644 index 00000000..2d8a22c2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._15616-15871.pbf b/maplibre/fonts/RobotoItalic/._15616-15871.pbf new file mode 100644 index 00000000..1ba89951 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._15872-16127.pbf b/maplibre/fonts/RobotoItalic/._15872-16127.pbf new file mode 100644 index 00000000..50a1ff47 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._16128-16383.pbf b/maplibre/fonts/RobotoItalic/._16128-16383.pbf new file mode 100644 index 00000000..a622ce0d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._16384-16639.pbf b/maplibre/fonts/RobotoItalic/._16384-16639.pbf new file mode 100644 index 00000000..a5f3632a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._16640-16895.pbf b/maplibre/fonts/RobotoItalic/._16640-16895.pbf new file mode 100644 index 00000000..f7bc3243 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._16896-17151.pbf b/maplibre/fonts/RobotoItalic/._16896-17151.pbf new file mode 100644 index 00000000..aa963bc7 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._17152-17407.pbf b/maplibre/fonts/RobotoItalic/._17152-17407.pbf new file mode 100644 index 00000000..1f1cd25a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._17408-17663.pbf b/maplibre/fonts/RobotoItalic/._17408-17663.pbf new file mode 100644 index 00000000..b8a9e2a2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._17664-17919.pbf b/maplibre/fonts/RobotoItalic/._17664-17919.pbf new file mode 100644 index 00000000..5a8b40d2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._1792-2047.pbf b/maplibre/fonts/RobotoItalic/._1792-2047.pbf new file mode 100644 index 00000000..5521dcfa Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._17920-18175.pbf b/maplibre/fonts/RobotoItalic/._17920-18175.pbf new file mode 100644 index 00000000..61ceb64b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._18176-18431.pbf b/maplibre/fonts/RobotoItalic/._18176-18431.pbf new file mode 100644 index 00000000..bbf65a21 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._18432-18687.pbf b/maplibre/fonts/RobotoItalic/._18432-18687.pbf new file mode 100644 index 00000000..a3463d16 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._18688-18943.pbf b/maplibre/fonts/RobotoItalic/._18688-18943.pbf new file mode 100644 index 00000000..f53cfb80 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._18944-19199.pbf b/maplibre/fonts/RobotoItalic/._18944-19199.pbf new file mode 100644 index 00000000..1621b39e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._19200-19455.pbf b/maplibre/fonts/RobotoItalic/._19200-19455.pbf new file mode 100644 index 00000000..e156642e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._19456-19711.pbf b/maplibre/fonts/RobotoItalic/._19456-19711.pbf new file mode 100644 index 00000000..d2753629 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._19712-19967.pbf b/maplibre/fonts/RobotoItalic/._19712-19967.pbf new file mode 100644 index 00000000..4060310d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._19968-20223.pbf b/maplibre/fonts/RobotoItalic/._19968-20223.pbf new file mode 100644 index 00000000..780791c4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._20224-20479.pbf b/maplibre/fonts/RobotoItalic/._20224-20479.pbf new file mode 100644 index 00000000..ed23bb37 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._2048-2303.pbf b/maplibre/fonts/RobotoItalic/._2048-2303.pbf new file mode 100644 index 00000000..03c4047e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._20480-20735.pbf b/maplibre/fonts/RobotoItalic/._20480-20735.pbf new file mode 100644 index 00000000..019de1e9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._20736-20991.pbf b/maplibre/fonts/RobotoItalic/._20736-20991.pbf new file mode 100644 index 00000000..89e44baa Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._20992-21247.pbf b/maplibre/fonts/RobotoItalic/._20992-21247.pbf new file mode 100644 index 00000000..5e164dff Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._21248-21503.pbf b/maplibre/fonts/RobotoItalic/._21248-21503.pbf new file mode 100644 index 00000000..469f656c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._21504-21759.pbf b/maplibre/fonts/RobotoItalic/._21504-21759.pbf new file mode 100644 index 00000000..516d27f1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._21760-22015.pbf b/maplibre/fonts/RobotoItalic/._21760-22015.pbf new file mode 100644 index 00000000..c8afb536 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._22016-22271.pbf b/maplibre/fonts/RobotoItalic/._22016-22271.pbf new file mode 100644 index 00000000..ea95556a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._22272-22527.pbf b/maplibre/fonts/RobotoItalic/._22272-22527.pbf new file mode 100644 index 00000000..2bf94b9d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._22528-22783.pbf b/maplibre/fonts/RobotoItalic/._22528-22783.pbf new file mode 100644 index 00000000..934a6c3a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._22784-23039.pbf b/maplibre/fonts/RobotoItalic/._22784-23039.pbf new file mode 100644 index 00000000..88ce9209 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._2304-2559.pbf b/maplibre/fonts/RobotoItalic/._2304-2559.pbf new file mode 100644 index 00000000..d0cfda8f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._23040-23295.pbf b/maplibre/fonts/RobotoItalic/._23040-23295.pbf new file mode 100644 index 00000000..86c7c556 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._23296-23551.pbf b/maplibre/fonts/RobotoItalic/._23296-23551.pbf new file mode 100644 index 00000000..ac01a47c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._23552-23807.pbf b/maplibre/fonts/RobotoItalic/._23552-23807.pbf new file mode 100644 index 00000000..35a061c3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._23808-24063.pbf b/maplibre/fonts/RobotoItalic/._23808-24063.pbf new file mode 100644 index 00000000..8de4528b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._24064-24319.pbf b/maplibre/fonts/RobotoItalic/._24064-24319.pbf new file mode 100644 index 00000000..9069c51e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._24320-24575.pbf b/maplibre/fonts/RobotoItalic/._24320-24575.pbf new file mode 100644 index 00000000..da61a8bf Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._24576-24831.pbf b/maplibre/fonts/RobotoItalic/._24576-24831.pbf new file mode 100644 index 00000000..0ff09624 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._24832-25087.pbf b/maplibre/fonts/RobotoItalic/._24832-25087.pbf new file mode 100644 index 00000000..fec7fbb3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._25088-25343.pbf b/maplibre/fonts/RobotoItalic/._25088-25343.pbf new file mode 100644 index 00000000..64c4e5a9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._25344-25599.pbf b/maplibre/fonts/RobotoItalic/._25344-25599.pbf new file mode 100644 index 00000000..ce61ed3f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._256-511.pbf b/maplibre/fonts/RobotoItalic/._256-511.pbf new file mode 100644 index 00000000..3d9c47d7 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._2560-2815.pbf b/maplibre/fonts/RobotoItalic/._2560-2815.pbf new file mode 100644 index 00000000..1d8b8edc Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._25600-25855.pbf b/maplibre/fonts/RobotoItalic/._25600-25855.pbf new file mode 100644 index 00000000..0c08e5d4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._25856-26111.pbf b/maplibre/fonts/RobotoItalic/._25856-26111.pbf new file mode 100644 index 00000000..75f02c49 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._26112-26367.pbf b/maplibre/fonts/RobotoItalic/._26112-26367.pbf new file mode 100644 index 00000000..463c9a5c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._26368-26623.pbf b/maplibre/fonts/RobotoItalic/._26368-26623.pbf new file mode 100644 index 00000000..bb819ae1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._26624-26879.pbf b/maplibre/fonts/RobotoItalic/._26624-26879.pbf new file mode 100644 index 00000000..1590cda4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._26880-27135.pbf b/maplibre/fonts/RobotoItalic/._26880-27135.pbf new file mode 100644 index 00000000..6917d5e2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._27136-27391.pbf b/maplibre/fonts/RobotoItalic/._27136-27391.pbf new file mode 100644 index 00000000..f0d42d5d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._27392-27647.pbf b/maplibre/fonts/RobotoItalic/._27392-27647.pbf new file mode 100644 index 00000000..c54734da Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._27648-27903.pbf b/maplibre/fonts/RobotoItalic/._27648-27903.pbf new file mode 100644 index 00000000..a9939067 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._27904-28159.pbf b/maplibre/fonts/RobotoItalic/._27904-28159.pbf new file mode 100644 index 00000000..3f119353 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._2816-3071.pbf b/maplibre/fonts/RobotoItalic/._2816-3071.pbf new file mode 100644 index 00000000..406bda80 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._28160-28415.pbf b/maplibre/fonts/RobotoItalic/._28160-28415.pbf new file mode 100644 index 00000000..e7e4f169 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._28416-28671.pbf b/maplibre/fonts/RobotoItalic/._28416-28671.pbf new file mode 100644 index 00000000..dd087c73 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._28672-28927.pbf b/maplibre/fonts/RobotoItalic/._28672-28927.pbf new file mode 100644 index 00000000..33cd060b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._28928-29183.pbf b/maplibre/fonts/RobotoItalic/._28928-29183.pbf new file mode 100644 index 00000000..edf29520 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._29184-29439.pbf b/maplibre/fonts/RobotoItalic/._29184-29439.pbf new file mode 100644 index 00000000..497a576a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._29440-29695.pbf b/maplibre/fonts/RobotoItalic/._29440-29695.pbf new file mode 100644 index 00000000..a779b2df Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._29696-29951.pbf b/maplibre/fonts/RobotoItalic/._29696-29951.pbf new file mode 100644 index 00000000..625870d5 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._29952-30207.pbf b/maplibre/fonts/RobotoItalic/._29952-30207.pbf new file mode 100644 index 00000000..23c7a647 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._30208-30463.pbf b/maplibre/fonts/RobotoItalic/._30208-30463.pbf new file mode 100644 index 00000000..d536c38c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._30464-30719.pbf b/maplibre/fonts/RobotoItalic/._30464-30719.pbf new file mode 100644 index 00000000..01cdd7f1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._3072-3327.pbf b/maplibre/fonts/RobotoItalic/._3072-3327.pbf new file mode 100644 index 00000000..8f5de1c8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._30720-30975.pbf b/maplibre/fonts/RobotoItalic/._30720-30975.pbf new file mode 100644 index 00000000..237c992d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._30976-31231.pbf b/maplibre/fonts/RobotoItalic/._30976-31231.pbf new file mode 100644 index 00000000..f3473874 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._31232-31487.pbf b/maplibre/fonts/RobotoItalic/._31232-31487.pbf new file mode 100644 index 00000000..ac8e2ed5 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._31488-31743.pbf b/maplibre/fonts/RobotoItalic/._31488-31743.pbf new file mode 100644 index 00000000..98b7a89d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._31744-31999.pbf b/maplibre/fonts/RobotoItalic/._31744-31999.pbf new file mode 100644 index 00000000..2569e95c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._32000-32255.pbf b/maplibre/fonts/RobotoItalic/._32000-32255.pbf new file mode 100644 index 00000000..cc807636 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._32256-32511.pbf b/maplibre/fonts/RobotoItalic/._32256-32511.pbf new file mode 100644 index 00000000..c3815e14 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._32512-32767.pbf b/maplibre/fonts/RobotoItalic/._32512-32767.pbf new file mode 100644 index 00000000..9867fab0 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._32768-33023.pbf b/maplibre/fonts/RobotoItalic/._32768-33023.pbf new file mode 100644 index 00000000..e78faf4f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._33024-33279.pbf b/maplibre/fonts/RobotoItalic/._33024-33279.pbf new file mode 100644 index 00000000..3ab369bf Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._3328-3583.pbf b/maplibre/fonts/RobotoItalic/._3328-3583.pbf new file mode 100644 index 00000000..a7c120bf Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._33280-33535.pbf b/maplibre/fonts/RobotoItalic/._33280-33535.pbf new file mode 100644 index 00000000..24f1ed3a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._33536-33791.pbf b/maplibre/fonts/RobotoItalic/._33536-33791.pbf new file mode 100644 index 00000000..1e4a06f1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._33792-34047.pbf b/maplibre/fonts/RobotoItalic/._33792-34047.pbf new file mode 100644 index 00000000..71e906d6 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._34048-34303.pbf b/maplibre/fonts/RobotoItalic/._34048-34303.pbf new file mode 100644 index 00000000..33b5dba1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._34304-34559.pbf b/maplibre/fonts/RobotoItalic/._34304-34559.pbf new file mode 100644 index 00000000..c9a58339 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._34560-34815.pbf b/maplibre/fonts/RobotoItalic/._34560-34815.pbf new file mode 100644 index 00000000..ff95c0e3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._34816-35071.pbf b/maplibre/fonts/RobotoItalic/._34816-35071.pbf new file mode 100644 index 00000000..052e4a1b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._35072-35327.pbf b/maplibre/fonts/RobotoItalic/._35072-35327.pbf new file mode 100644 index 00000000..cd799010 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._35328-35583.pbf b/maplibre/fonts/RobotoItalic/._35328-35583.pbf new file mode 100644 index 00000000..038fada8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._35584-35839.pbf b/maplibre/fonts/RobotoItalic/._35584-35839.pbf new file mode 100644 index 00000000..75ee6f2b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._3584-3839.pbf b/maplibre/fonts/RobotoItalic/._3584-3839.pbf new file mode 100644 index 00000000..9b72d082 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._35840-36095.pbf b/maplibre/fonts/RobotoItalic/._35840-36095.pbf new file mode 100644 index 00000000..25184ceb Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._36096-36351.pbf b/maplibre/fonts/RobotoItalic/._36096-36351.pbf new file mode 100644 index 00000000..a6a337bd Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._36352-36607.pbf b/maplibre/fonts/RobotoItalic/._36352-36607.pbf new file mode 100644 index 00000000..799a2adf Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._36608-36863.pbf b/maplibre/fonts/RobotoItalic/._36608-36863.pbf new file mode 100644 index 00000000..1a02d60a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._36864-37119.pbf b/maplibre/fonts/RobotoItalic/._36864-37119.pbf new file mode 100644 index 00000000..92998510 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._37120-37375.pbf b/maplibre/fonts/RobotoItalic/._37120-37375.pbf new file mode 100644 index 00000000..62a0c8f0 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._37376-37631.pbf b/maplibre/fonts/RobotoItalic/._37376-37631.pbf new file mode 100644 index 00000000..28748ac9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._37632-37887.pbf b/maplibre/fonts/RobotoItalic/._37632-37887.pbf new file mode 100644 index 00000000..c2aa8d41 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._37888-38143.pbf b/maplibre/fonts/RobotoItalic/._37888-38143.pbf new file mode 100644 index 00000000..6a85acd1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._38144-38399.pbf b/maplibre/fonts/RobotoItalic/._38144-38399.pbf new file mode 100644 index 00000000..5fe4f6a6 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._3840-4095.pbf b/maplibre/fonts/RobotoItalic/._3840-4095.pbf new file mode 100644 index 00000000..382561b4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._38400-38655.pbf b/maplibre/fonts/RobotoItalic/._38400-38655.pbf new file mode 100644 index 00000000..8b44212a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._38656-38911.pbf b/maplibre/fonts/RobotoItalic/._38656-38911.pbf new file mode 100644 index 00000000..5d108446 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._38912-39167.pbf b/maplibre/fonts/RobotoItalic/._38912-39167.pbf new file mode 100644 index 00000000..c47f7485 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._39168-39423.pbf b/maplibre/fonts/RobotoItalic/._39168-39423.pbf new file mode 100644 index 00000000..23f33f72 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._39424-39679.pbf b/maplibre/fonts/RobotoItalic/._39424-39679.pbf new file mode 100644 index 00000000..b4462067 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._39680-39935.pbf b/maplibre/fonts/RobotoItalic/._39680-39935.pbf new file mode 100644 index 00000000..73c2362d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._39936-40191.pbf b/maplibre/fonts/RobotoItalic/._39936-40191.pbf new file mode 100644 index 00000000..8a24a73c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._40192-40447.pbf b/maplibre/fonts/RobotoItalic/._40192-40447.pbf new file mode 100644 index 00000000..1e29eba5 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._40448-40703.pbf b/maplibre/fonts/RobotoItalic/._40448-40703.pbf new file mode 100644 index 00000000..658f655c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._40704-40959.pbf b/maplibre/fonts/RobotoItalic/._40704-40959.pbf new file mode 100644 index 00000000..672195fd Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._4096-4351.pbf b/maplibre/fonts/RobotoItalic/._4096-4351.pbf new file mode 100644 index 00000000..24307562 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._40960-41215.pbf b/maplibre/fonts/RobotoItalic/._40960-41215.pbf new file mode 100644 index 00000000..67330cae Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._41216-41471.pbf b/maplibre/fonts/RobotoItalic/._41216-41471.pbf new file mode 100644 index 00000000..e9bc45a3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._41472-41727.pbf b/maplibre/fonts/RobotoItalic/._41472-41727.pbf new file mode 100644 index 00000000..5c2ee733 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._41728-41983.pbf b/maplibre/fonts/RobotoItalic/._41728-41983.pbf new file mode 100644 index 00000000..532a5215 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._41984-42239.pbf b/maplibre/fonts/RobotoItalic/._41984-42239.pbf new file mode 100644 index 00000000..984e23e9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._42240-42495.pbf b/maplibre/fonts/RobotoItalic/._42240-42495.pbf new file mode 100644 index 00000000..9885df28 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._42496-42751.pbf b/maplibre/fonts/RobotoItalic/._42496-42751.pbf new file mode 100644 index 00000000..048cc2cc Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._42752-43007.pbf b/maplibre/fonts/RobotoItalic/._42752-43007.pbf new file mode 100644 index 00000000..5699f503 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._43008-43263.pbf b/maplibre/fonts/RobotoItalic/._43008-43263.pbf new file mode 100644 index 00000000..93616482 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._43264-43519.pbf b/maplibre/fonts/RobotoItalic/._43264-43519.pbf new file mode 100644 index 00000000..9c157e50 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._4352-4607.pbf b/maplibre/fonts/RobotoItalic/._4352-4607.pbf new file mode 100644 index 00000000..795c8b11 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._43520-43775.pbf b/maplibre/fonts/RobotoItalic/._43520-43775.pbf new file mode 100644 index 00000000..a59a0e3b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._43776-44031.pbf b/maplibre/fonts/RobotoItalic/._43776-44031.pbf new file mode 100644 index 00000000..91368e9a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._44032-44287.pbf b/maplibre/fonts/RobotoItalic/._44032-44287.pbf new file mode 100644 index 00000000..6fa06d9d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._44288-44543.pbf b/maplibre/fonts/RobotoItalic/._44288-44543.pbf new file mode 100644 index 00000000..ff2464c6 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._44544-44799.pbf b/maplibre/fonts/RobotoItalic/._44544-44799.pbf new file mode 100644 index 00000000..0a205f5b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._44800-45055.pbf b/maplibre/fonts/RobotoItalic/._44800-45055.pbf new file mode 100644 index 00000000..47ac94fa Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._45056-45311.pbf b/maplibre/fonts/RobotoItalic/._45056-45311.pbf new file mode 100644 index 00000000..049c1085 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._45312-45567.pbf b/maplibre/fonts/RobotoItalic/._45312-45567.pbf new file mode 100644 index 00000000..3931b458 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._45568-45823.pbf b/maplibre/fonts/RobotoItalic/._45568-45823.pbf new file mode 100644 index 00000000..0c794458 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._45824-46079.pbf b/maplibre/fonts/RobotoItalic/._45824-46079.pbf new file mode 100644 index 00000000..718c79ee Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._4608-4863.pbf b/maplibre/fonts/RobotoItalic/._4608-4863.pbf new file mode 100644 index 00000000..7b121d73 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._46080-46335.pbf b/maplibre/fonts/RobotoItalic/._46080-46335.pbf new file mode 100644 index 00000000..df76aad7 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._46336-46591.pbf b/maplibre/fonts/RobotoItalic/._46336-46591.pbf new file mode 100644 index 00000000..3c79a868 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._46592-46847.pbf b/maplibre/fonts/RobotoItalic/._46592-46847.pbf new file mode 100644 index 00000000..8f333810 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._46848-47103.pbf b/maplibre/fonts/RobotoItalic/._46848-47103.pbf new file mode 100644 index 00000000..37db188b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._47104-47359.pbf b/maplibre/fonts/RobotoItalic/._47104-47359.pbf new file mode 100644 index 00000000..3ecad7f8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._47360-47615.pbf b/maplibre/fonts/RobotoItalic/._47360-47615.pbf new file mode 100644 index 00000000..8cdf6d39 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._47616-47871.pbf b/maplibre/fonts/RobotoItalic/._47616-47871.pbf new file mode 100644 index 00000000..5212c45f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._47872-48127.pbf b/maplibre/fonts/RobotoItalic/._47872-48127.pbf new file mode 100644 index 00000000..2b07b32d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._48128-48383.pbf b/maplibre/fonts/RobotoItalic/._48128-48383.pbf new file mode 100644 index 00000000..f0a26ed4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._48384-48639.pbf b/maplibre/fonts/RobotoItalic/._48384-48639.pbf new file mode 100644 index 00000000..ba4d7866 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._4864-5119.pbf b/maplibre/fonts/RobotoItalic/._4864-5119.pbf new file mode 100644 index 00000000..8dabeeff Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._48640-48895.pbf b/maplibre/fonts/RobotoItalic/._48640-48895.pbf new file mode 100644 index 00000000..af30ab3f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._48896-49151.pbf b/maplibre/fonts/RobotoItalic/._48896-49151.pbf new file mode 100644 index 00000000..c1a74a35 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._49152-49407.pbf b/maplibre/fonts/RobotoItalic/._49152-49407.pbf new file mode 100644 index 00000000..524326e8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._49408-49663.pbf b/maplibre/fonts/RobotoItalic/._49408-49663.pbf new file mode 100644 index 00000000..948f7dd7 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._49664-49919.pbf b/maplibre/fonts/RobotoItalic/._49664-49919.pbf new file mode 100644 index 00000000..75ceed58 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._49920-50175.pbf b/maplibre/fonts/RobotoItalic/._49920-50175.pbf new file mode 100644 index 00000000..dd9f4163 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._50176-50431.pbf b/maplibre/fonts/RobotoItalic/._50176-50431.pbf new file mode 100644 index 00000000..11bc3b7d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._50432-50687.pbf b/maplibre/fonts/RobotoItalic/._50432-50687.pbf new file mode 100644 index 00000000..fc1f0ed5 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._50688-50943.pbf b/maplibre/fonts/RobotoItalic/._50688-50943.pbf new file mode 100644 index 00000000..d28293d1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._50944-51199.pbf b/maplibre/fonts/RobotoItalic/._50944-51199.pbf new file mode 100644 index 00000000..2ca13820 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._512-767.pbf b/maplibre/fonts/RobotoItalic/._512-767.pbf new file mode 100644 index 00000000..2ce2afde Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._5120-5375.pbf b/maplibre/fonts/RobotoItalic/._5120-5375.pbf new file mode 100644 index 00000000..d2bec685 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._51200-51455.pbf b/maplibre/fonts/RobotoItalic/._51200-51455.pbf new file mode 100644 index 00000000..2979f53b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._51456-51711.pbf b/maplibre/fonts/RobotoItalic/._51456-51711.pbf new file mode 100644 index 00000000..5230c6c6 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._51712-51967.pbf b/maplibre/fonts/RobotoItalic/._51712-51967.pbf new file mode 100644 index 00000000..eb23528a Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._51968-52223.pbf b/maplibre/fonts/RobotoItalic/._51968-52223.pbf new file mode 100644 index 00000000..e0fbcb54 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._52224-52479.pbf b/maplibre/fonts/RobotoItalic/._52224-52479.pbf new file mode 100644 index 00000000..082a8031 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._52480-52735.pbf b/maplibre/fonts/RobotoItalic/._52480-52735.pbf new file mode 100644 index 00000000..2e10b012 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._52736-52991.pbf b/maplibre/fonts/RobotoItalic/._52736-52991.pbf new file mode 100644 index 00000000..c7560061 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._52992-53247.pbf b/maplibre/fonts/RobotoItalic/._52992-53247.pbf new file mode 100644 index 00000000..92f656b8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._53248-53503.pbf b/maplibre/fonts/RobotoItalic/._53248-53503.pbf new file mode 100644 index 00000000..257b1b52 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._53504-53759.pbf b/maplibre/fonts/RobotoItalic/._53504-53759.pbf new file mode 100644 index 00000000..a95a24dc Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._5376-5631.pbf b/maplibre/fonts/RobotoItalic/._5376-5631.pbf new file mode 100644 index 00000000..3ead1beb Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._53760-54015.pbf b/maplibre/fonts/RobotoItalic/._53760-54015.pbf new file mode 100644 index 00000000..5e79c898 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._54016-54271.pbf b/maplibre/fonts/RobotoItalic/._54016-54271.pbf new file mode 100644 index 00000000..67806ac0 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._54272-54527.pbf b/maplibre/fonts/RobotoItalic/._54272-54527.pbf new file mode 100644 index 00000000..fde2d920 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._54528-54783.pbf b/maplibre/fonts/RobotoItalic/._54528-54783.pbf new file mode 100644 index 00000000..48576437 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._54784-55039.pbf b/maplibre/fonts/RobotoItalic/._54784-55039.pbf new file mode 100644 index 00000000..c76c93fb Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._55040-55295.pbf b/maplibre/fonts/RobotoItalic/._55040-55295.pbf new file mode 100644 index 00000000..5a199f84 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._55296-55551.pbf b/maplibre/fonts/RobotoItalic/._55296-55551.pbf new file mode 100644 index 00000000..4e3331ad Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._55552-55807.pbf b/maplibre/fonts/RobotoItalic/._55552-55807.pbf new file mode 100644 index 00000000..2f8b2714 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._55808-56063.pbf b/maplibre/fonts/RobotoItalic/._55808-56063.pbf new file mode 100644 index 00000000..353366c2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._56064-56319.pbf b/maplibre/fonts/RobotoItalic/._56064-56319.pbf new file mode 100644 index 00000000..02fa03ce Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._5632-5887.pbf b/maplibre/fonts/RobotoItalic/._5632-5887.pbf new file mode 100644 index 00000000..8c27ee7e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._56320-56575.pbf b/maplibre/fonts/RobotoItalic/._56320-56575.pbf new file mode 100644 index 00000000..41333e8d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._56576-56831.pbf b/maplibre/fonts/RobotoItalic/._56576-56831.pbf new file mode 100644 index 00000000..d371db4c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._56832-57087.pbf b/maplibre/fonts/RobotoItalic/._56832-57087.pbf new file mode 100644 index 00000000..3fae4286 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._57088-57343.pbf b/maplibre/fonts/RobotoItalic/._57088-57343.pbf new file mode 100644 index 00000000..a9f86be2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._57344-57599.pbf b/maplibre/fonts/RobotoItalic/._57344-57599.pbf new file mode 100644 index 00000000..caf57987 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._57600-57855.pbf b/maplibre/fonts/RobotoItalic/._57600-57855.pbf new file mode 100644 index 00000000..0f88c300 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._57856-58111.pbf b/maplibre/fonts/RobotoItalic/._57856-58111.pbf new file mode 100644 index 00000000..5f509541 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._58112-58367.pbf b/maplibre/fonts/RobotoItalic/._58112-58367.pbf new file mode 100644 index 00000000..0e1d62f4 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._58368-58623.pbf b/maplibre/fonts/RobotoItalic/._58368-58623.pbf new file mode 100644 index 00000000..8ccbe350 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._58624-58879.pbf b/maplibre/fonts/RobotoItalic/._58624-58879.pbf new file mode 100644 index 00000000..ac5cc481 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._5888-6143.pbf b/maplibre/fonts/RobotoItalic/._5888-6143.pbf new file mode 100644 index 00000000..f705421d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._58880-59135.pbf b/maplibre/fonts/RobotoItalic/._58880-59135.pbf new file mode 100644 index 00000000..c19f5f56 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._59136-59391.pbf b/maplibre/fonts/RobotoItalic/._59136-59391.pbf new file mode 100644 index 00000000..8051f51e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._59392-59647.pbf b/maplibre/fonts/RobotoItalic/._59392-59647.pbf new file mode 100644 index 00000000..3aae4c1c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._59648-59903.pbf b/maplibre/fonts/RobotoItalic/._59648-59903.pbf new file mode 100644 index 00000000..736e6e7b Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._59904-60159.pbf b/maplibre/fonts/RobotoItalic/._59904-60159.pbf new file mode 100644 index 00000000..af23414f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._60160-60415.pbf b/maplibre/fonts/RobotoItalic/._60160-60415.pbf new file mode 100644 index 00000000..eee7c0b8 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._60416-60671.pbf b/maplibre/fonts/RobotoItalic/._60416-60671.pbf new file mode 100644 index 00000000..545831b0 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._60672-60927.pbf b/maplibre/fonts/RobotoItalic/._60672-60927.pbf new file mode 100644 index 00000000..675023a1 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._60928-61183.pbf b/maplibre/fonts/RobotoItalic/._60928-61183.pbf new file mode 100644 index 00000000..b87b1c83 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._61184-61439.pbf b/maplibre/fonts/RobotoItalic/._61184-61439.pbf new file mode 100644 index 00000000..6c4c2f63 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._6144-6399.pbf b/maplibre/fonts/RobotoItalic/._6144-6399.pbf new file mode 100644 index 00000000..0eaf3e61 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._61440-61695.pbf b/maplibre/fonts/RobotoItalic/._61440-61695.pbf new file mode 100644 index 00000000..98b0e73c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._61696-61951.pbf b/maplibre/fonts/RobotoItalic/._61696-61951.pbf new file mode 100644 index 00000000..e9fc1b18 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._61952-62207.pbf b/maplibre/fonts/RobotoItalic/._61952-62207.pbf new file mode 100644 index 00000000..88e42e16 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._62208-62463.pbf b/maplibre/fonts/RobotoItalic/._62208-62463.pbf new file mode 100644 index 00000000..c4589480 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._62464-62719.pbf b/maplibre/fonts/RobotoItalic/._62464-62719.pbf new file mode 100644 index 00000000..652be5ba Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._62720-62975.pbf b/maplibre/fonts/RobotoItalic/._62720-62975.pbf new file mode 100644 index 00000000..4a4d4225 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._62976-63231.pbf b/maplibre/fonts/RobotoItalic/._62976-63231.pbf new file mode 100644 index 00000000..4b91fbb9 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._63232-63487.pbf b/maplibre/fonts/RobotoItalic/._63232-63487.pbf new file mode 100644 index 00000000..91070cb2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._63488-63743.pbf b/maplibre/fonts/RobotoItalic/._63488-63743.pbf new file mode 100644 index 00000000..1a107114 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._63744-63999.pbf b/maplibre/fonts/RobotoItalic/._63744-63999.pbf new file mode 100644 index 00000000..41542af3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._6400-6655.pbf b/maplibre/fonts/RobotoItalic/._6400-6655.pbf new file mode 100644 index 00000000..aeb030ab Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._64000-64255.pbf b/maplibre/fonts/RobotoItalic/._64000-64255.pbf new file mode 100644 index 00000000..0a45988d Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._64256-64511.pbf b/maplibre/fonts/RobotoItalic/._64256-64511.pbf new file mode 100644 index 00000000..1234bd49 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._64512-64767.pbf b/maplibre/fonts/RobotoItalic/._64512-64767.pbf new file mode 100644 index 00000000..510a7973 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._64768-65023.pbf b/maplibre/fonts/RobotoItalic/._64768-65023.pbf new file mode 100644 index 00000000..d14b2a54 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._65024-65279.pbf b/maplibre/fonts/RobotoItalic/._65024-65279.pbf new file mode 100644 index 00000000..38f7f691 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._65280-65535.pbf b/maplibre/fonts/RobotoItalic/._65280-65535.pbf new file mode 100644 index 00000000..5bc0562f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._6656-6911.pbf b/maplibre/fonts/RobotoItalic/._6656-6911.pbf new file mode 100644 index 00000000..99abd49f Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._6912-7167.pbf b/maplibre/fonts/RobotoItalic/._6912-7167.pbf new file mode 100644 index 00000000..d5367eb3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._7168-7423.pbf b/maplibre/fonts/RobotoItalic/._7168-7423.pbf new file mode 100644 index 00000000..1dea1969 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._7424-7679.pbf b/maplibre/fonts/RobotoItalic/._7424-7679.pbf new file mode 100644 index 00000000..b0f1085c Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._768-1023.pbf b/maplibre/fonts/RobotoItalic/._768-1023.pbf new file mode 100644 index 00000000..2ccbf184 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._7680-7935.pbf b/maplibre/fonts/RobotoItalic/._7680-7935.pbf new file mode 100644 index 00000000..e76a8f01 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._7936-8191.pbf b/maplibre/fonts/RobotoItalic/._7936-8191.pbf new file mode 100644 index 00000000..0ea49bc2 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._8192-8447.pbf b/maplibre/fonts/RobotoItalic/._8192-8447.pbf new file mode 100644 index 00000000..09efd4ad Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._8448-8703.pbf b/maplibre/fonts/RobotoItalic/._8448-8703.pbf new file mode 100644 index 00000000..1d9098cc Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._8704-8959.pbf b/maplibre/fonts/RobotoItalic/._8704-8959.pbf new file mode 100644 index 00000000..618b0924 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._8960-9215.pbf b/maplibre/fonts/RobotoItalic/._8960-9215.pbf new file mode 100644 index 00000000..3bcaf2e3 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._9216-9471.pbf b/maplibre/fonts/RobotoItalic/._9216-9471.pbf new file mode 100644 index 00000000..307d1d17 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._9472-9727.pbf b/maplibre/fonts/RobotoItalic/._9472-9727.pbf new file mode 100644 index 00000000..a9badf77 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._9728-9983.pbf b/maplibre/fonts/RobotoItalic/._9728-9983.pbf new file mode 100644 index 00000000..17ab6361 Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoItalic/._9984-10239.pbf b/maplibre/fonts/RobotoItalic/._9984-10239.pbf new file mode 100644 index 00000000..8727d56e Binary files /dev/null and b/maplibre/fonts/RobotoItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoLight/._0-255.pbf b/maplibre/fonts/RobotoLight/._0-255.pbf new file mode 100644 index 00000000..91a0a121 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoLight/._1024-1279.pbf b/maplibre/fonts/RobotoLight/._1024-1279.pbf new file mode 100644 index 00000000..4db100d4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoLight/._10240-10495.pbf b/maplibre/fonts/RobotoLight/._10240-10495.pbf new file mode 100644 index 00000000..d3bf8148 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoLight/._10496-10751.pbf b/maplibre/fonts/RobotoLight/._10496-10751.pbf new file mode 100644 index 00000000..6a75dd64 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoLight/._10752-11007.pbf b/maplibre/fonts/RobotoLight/._10752-11007.pbf new file mode 100644 index 00000000..d5a86c41 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoLight/._11008-11263.pbf b/maplibre/fonts/RobotoLight/._11008-11263.pbf new file mode 100644 index 00000000..e3cb945e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoLight/._11264-11519.pbf b/maplibre/fonts/RobotoLight/._11264-11519.pbf new file mode 100644 index 00000000..dec56b9c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoLight/._11520-11775.pbf b/maplibre/fonts/RobotoLight/._11520-11775.pbf new file mode 100644 index 00000000..443ba834 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoLight/._11776-12031.pbf b/maplibre/fonts/RobotoLight/._11776-12031.pbf new file mode 100644 index 00000000..92a49d40 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoLight/._12032-12287.pbf b/maplibre/fonts/RobotoLight/._12032-12287.pbf new file mode 100644 index 00000000..6f1237d9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoLight/._12288-12543.pbf b/maplibre/fonts/RobotoLight/._12288-12543.pbf new file mode 100644 index 00000000..6aab363a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoLight/._12544-12799.pbf b/maplibre/fonts/RobotoLight/._12544-12799.pbf new file mode 100644 index 00000000..efdf748c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoLight/._1280-1535.pbf b/maplibre/fonts/RobotoLight/._1280-1535.pbf new file mode 100644 index 00000000..a51a4255 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoLight/._12800-13055.pbf b/maplibre/fonts/RobotoLight/._12800-13055.pbf new file mode 100644 index 00000000..20fe9a35 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoLight/._13056-13311.pbf b/maplibre/fonts/RobotoLight/._13056-13311.pbf new file mode 100644 index 00000000..c8f45277 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoLight/._13312-13567.pbf b/maplibre/fonts/RobotoLight/._13312-13567.pbf new file mode 100644 index 00000000..d0d2ded3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoLight/._13568-13823.pbf b/maplibre/fonts/RobotoLight/._13568-13823.pbf new file mode 100644 index 00000000..42c9f7f7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoLight/._13824-14079.pbf b/maplibre/fonts/RobotoLight/._13824-14079.pbf new file mode 100644 index 00000000..9745901b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoLight/._14080-14335.pbf b/maplibre/fonts/RobotoLight/._14080-14335.pbf new file mode 100644 index 00000000..ceba35ab Binary files /dev/null and b/maplibre/fonts/RobotoLight/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoLight/._14336-14591.pbf b/maplibre/fonts/RobotoLight/._14336-14591.pbf new file mode 100644 index 00000000..e8d987d8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoLight/._14592-14847.pbf b/maplibre/fonts/RobotoLight/._14592-14847.pbf new file mode 100644 index 00000000..d97be809 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoLight/._14848-15103.pbf b/maplibre/fonts/RobotoLight/._14848-15103.pbf new file mode 100644 index 00000000..fd110712 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoLight/._15104-15359.pbf b/maplibre/fonts/RobotoLight/._15104-15359.pbf new file mode 100644 index 00000000..9966fda2 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoLight/._1536-1791.pbf b/maplibre/fonts/RobotoLight/._1536-1791.pbf new file mode 100644 index 00000000..35e6cd98 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoLight/._15360-15615.pbf b/maplibre/fonts/RobotoLight/._15360-15615.pbf new file mode 100644 index 00000000..546e69db Binary files /dev/null and b/maplibre/fonts/RobotoLight/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoLight/._15616-15871.pbf b/maplibre/fonts/RobotoLight/._15616-15871.pbf new file mode 100644 index 00000000..35bb6d7b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoLight/._15872-16127.pbf b/maplibre/fonts/RobotoLight/._15872-16127.pbf new file mode 100644 index 00000000..4f5d8390 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoLight/._16128-16383.pbf b/maplibre/fonts/RobotoLight/._16128-16383.pbf new file mode 100644 index 00000000..6693a424 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoLight/._16384-16639.pbf b/maplibre/fonts/RobotoLight/._16384-16639.pbf new file mode 100644 index 00000000..1dc8696f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoLight/._16640-16895.pbf b/maplibre/fonts/RobotoLight/._16640-16895.pbf new file mode 100644 index 00000000..9a1ecd25 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoLight/._16896-17151.pbf b/maplibre/fonts/RobotoLight/._16896-17151.pbf new file mode 100644 index 00000000..3f345e1e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoLight/._17152-17407.pbf b/maplibre/fonts/RobotoLight/._17152-17407.pbf new file mode 100644 index 00000000..1945129f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoLight/._17408-17663.pbf b/maplibre/fonts/RobotoLight/._17408-17663.pbf new file mode 100644 index 00000000..97230601 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoLight/._17664-17919.pbf b/maplibre/fonts/RobotoLight/._17664-17919.pbf new file mode 100644 index 00000000..c7b33739 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoLight/._1792-2047.pbf b/maplibre/fonts/RobotoLight/._1792-2047.pbf new file mode 100644 index 00000000..03d4d4ef Binary files /dev/null and b/maplibre/fonts/RobotoLight/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoLight/._17920-18175.pbf b/maplibre/fonts/RobotoLight/._17920-18175.pbf new file mode 100644 index 00000000..2ad9afd4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoLight/._18176-18431.pbf b/maplibre/fonts/RobotoLight/._18176-18431.pbf new file mode 100644 index 00000000..9c350eaf Binary files /dev/null and b/maplibre/fonts/RobotoLight/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoLight/._18432-18687.pbf b/maplibre/fonts/RobotoLight/._18432-18687.pbf new file mode 100644 index 00000000..0fc241e0 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoLight/._18688-18943.pbf b/maplibre/fonts/RobotoLight/._18688-18943.pbf new file mode 100644 index 00000000..865bd568 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoLight/._18944-19199.pbf b/maplibre/fonts/RobotoLight/._18944-19199.pbf new file mode 100644 index 00000000..99f1d8bc Binary files /dev/null and b/maplibre/fonts/RobotoLight/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoLight/._19200-19455.pbf b/maplibre/fonts/RobotoLight/._19200-19455.pbf new file mode 100644 index 00000000..b7559695 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoLight/._19456-19711.pbf b/maplibre/fonts/RobotoLight/._19456-19711.pbf new file mode 100644 index 00000000..ed4145d3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoLight/._19712-19967.pbf b/maplibre/fonts/RobotoLight/._19712-19967.pbf new file mode 100644 index 00000000..b2b38ccb Binary files /dev/null and b/maplibre/fonts/RobotoLight/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoLight/._19968-20223.pbf b/maplibre/fonts/RobotoLight/._19968-20223.pbf new file mode 100644 index 00000000..28e57c83 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoLight/._20224-20479.pbf b/maplibre/fonts/RobotoLight/._20224-20479.pbf new file mode 100644 index 00000000..dd078f8c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoLight/._2048-2303.pbf b/maplibre/fonts/RobotoLight/._2048-2303.pbf new file mode 100644 index 00000000..3e29fe06 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoLight/._20480-20735.pbf b/maplibre/fonts/RobotoLight/._20480-20735.pbf new file mode 100644 index 00000000..97261cdf Binary files /dev/null and b/maplibre/fonts/RobotoLight/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoLight/._20736-20991.pbf b/maplibre/fonts/RobotoLight/._20736-20991.pbf new file mode 100644 index 00000000..b25f1026 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoLight/._20992-21247.pbf b/maplibre/fonts/RobotoLight/._20992-21247.pbf new file mode 100644 index 00000000..065e75a3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoLight/._21248-21503.pbf b/maplibre/fonts/RobotoLight/._21248-21503.pbf new file mode 100644 index 00000000..337f8636 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoLight/._21504-21759.pbf b/maplibre/fonts/RobotoLight/._21504-21759.pbf new file mode 100644 index 00000000..bc9f0583 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoLight/._21760-22015.pbf b/maplibre/fonts/RobotoLight/._21760-22015.pbf new file mode 100644 index 00000000..20c94685 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoLight/._22016-22271.pbf b/maplibre/fonts/RobotoLight/._22016-22271.pbf new file mode 100644 index 00000000..247dab44 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoLight/._22272-22527.pbf b/maplibre/fonts/RobotoLight/._22272-22527.pbf new file mode 100644 index 00000000..cb66cf18 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoLight/._22528-22783.pbf b/maplibre/fonts/RobotoLight/._22528-22783.pbf new file mode 100644 index 00000000..9bcd9074 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoLight/._22784-23039.pbf b/maplibre/fonts/RobotoLight/._22784-23039.pbf new file mode 100644 index 00000000..accc0b10 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoLight/._2304-2559.pbf b/maplibre/fonts/RobotoLight/._2304-2559.pbf new file mode 100644 index 00000000..a002ce95 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoLight/._23040-23295.pbf b/maplibre/fonts/RobotoLight/._23040-23295.pbf new file mode 100644 index 00000000..42ee2cc5 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoLight/._23296-23551.pbf b/maplibre/fonts/RobotoLight/._23296-23551.pbf new file mode 100644 index 00000000..16709659 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoLight/._23552-23807.pbf b/maplibre/fonts/RobotoLight/._23552-23807.pbf new file mode 100644 index 00000000..4014356d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoLight/._23808-24063.pbf b/maplibre/fonts/RobotoLight/._23808-24063.pbf new file mode 100644 index 00000000..c5072c64 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoLight/._24064-24319.pbf b/maplibre/fonts/RobotoLight/._24064-24319.pbf new file mode 100644 index 00000000..846299af Binary files /dev/null and b/maplibre/fonts/RobotoLight/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoLight/._24320-24575.pbf b/maplibre/fonts/RobotoLight/._24320-24575.pbf new file mode 100644 index 00000000..a7a49752 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoLight/._24576-24831.pbf b/maplibre/fonts/RobotoLight/._24576-24831.pbf new file mode 100644 index 00000000..c78eb149 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoLight/._24832-25087.pbf b/maplibre/fonts/RobotoLight/._24832-25087.pbf new file mode 100644 index 00000000..df02e015 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoLight/._25088-25343.pbf b/maplibre/fonts/RobotoLight/._25088-25343.pbf new file mode 100644 index 00000000..05469fcf Binary files /dev/null and b/maplibre/fonts/RobotoLight/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoLight/._25344-25599.pbf b/maplibre/fonts/RobotoLight/._25344-25599.pbf new file mode 100644 index 00000000..ec9fa9ca Binary files /dev/null and b/maplibre/fonts/RobotoLight/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoLight/._256-511.pbf b/maplibre/fonts/RobotoLight/._256-511.pbf new file mode 100644 index 00000000..61fa8f0d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoLight/._2560-2815.pbf b/maplibre/fonts/RobotoLight/._2560-2815.pbf new file mode 100644 index 00000000..1b42e424 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoLight/._25600-25855.pbf b/maplibre/fonts/RobotoLight/._25600-25855.pbf new file mode 100644 index 00000000..d2b9d1f6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoLight/._25856-26111.pbf b/maplibre/fonts/RobotoLight/._25856-26111.pbf new file mode 100644 index 00000000..97222380 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoLight/._26112-26367.pbf b/maplibre/fonts/RobotoLight/._26112-26367.pbf new file mode 100644 index 00000000..22eeb909 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoLight/._26368-26623.pbf b/maplibre/fonts/RobotoLight/._26368-26623.pbf new file mode 100644 index 00000000..82fa323e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoLight/._26624-26879.pbf b/maplibre/fonts/RobotoLight/._26624-26879.pbf new file mode 100644 index 00000000..2cc891b3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoLight/._26880-27135.pbf b/maplibre/fonts/RobotoLight/._26880-27135.pbf new file mode 100644 index 00000000..033b326f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoLight/._27136-27391.pbf b/maplibre/fonts/RobotoLight/._27136-27391.pbf new file mode 100644 index 00000000..de43e7c8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoLight/._27392-27647.pbf b/maplibre/fonts/RobotoLight/._27392-27647.pbf new file mode 100644 index 00000000..548a5a58 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoLight/._27648-27903.pbf b/maplibre/fonts/RobotoLight/._27648-27903.pbf new file mode 100644 index 00000000..453a6317 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoLight/._27904-28159.pbf b/maplibre/fonts/RobotoLight/._27904-28159.pbf new file mode 100644 index 00000000..11726c56 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoLight/._2816-3071.pbf b/maplibre/fonts/RobotoLight/._2816-3071.pbf new file mode 100644 index 00000000..788596e7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoLight/._28160-28415.pbf b/maplibre/fonts/RobotoLight/._28160-28415.pbf new file mode 100644 index 00000000..e47b61da Binary files /dev/null and b/maplibre/fonts/RobotoLight/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoLight/._28416-28671.pbf b/maplibre/fonts/RobotoLight/._28416-28671.pbf new file mode 100644 index 00000000..e74b92d0 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoLight/._28672-28927.pbf b/maplibre/fonts/RobotoLight/._28672-28927.pbf new file mode 100644 index 00000000..6161125f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoLight/._28928-29183.pbf b/maplibre/fonts/RobotoLight/._28928-29183.pbf new file mode 100644 index 00000000..e2392f41 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoLight/._29184-29439.pbf b/maplibre/fonts/RobotoLight/._29184-29439.pbf new file mode 100644 index 00000000..a1ec6d74 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoLight/._29440-29695.pbf b/maplibre/fonts/RobotoLight/._29440-29695.pbf new file mode 100644 index 00000000..bedf1276 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoLight/._29696-29951.pbf b/maplibre/fonts/RobotoLight/._29696-29951.pbf new file mode 100644 index 00000000..b97356bd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoLight/._29952-30207.pbf b/maplibre/fonts/RobotoLight/._29952-30207.pbf new file mode 100644 index 00000000..b5d2fc07 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoLight/._30208-30463.pbf b/maplibre/fonts/RobotoLight/._30208-30463.pbf new file mode 100644 index 00000000..a105f344 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoLight/._30464-30719.pbf b/maplibre/fonts/RobotoLight/._30464-30719.pbf new file mode 100644 index 00000000..2033ca67 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoLight/._3072-3327.pbf b/maplibre/fonts/RobotoLight/._3072-3327.pbf new file mode 100644 index 00000000..0af90f2d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoLight/._30720-30975.pbf b/maplibre/fonts/RobotoLight/._30720-30975.pbf new file mode 100644 index 00000000..cbba633e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoLight/._30976-31231.pbf b/maplibre/fonts/RobotoLight/._30976-31231.pbf new file mode 100644 index 00000000..9de53d76 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoLight/._31232-31487.pbf b/maplibre/fonts/RobotoLight/._31232-31487.pbf new file mode 100644 index 00000000..cc45a8cd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoLight/._31488-31743.pbf b/maplibre/fonts/RobotoLight/._31488-31743.pbf new file mode 100644 index 00000000..1f2f0ce6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoLight/._31744-31999.pbf b/maplibre/fonts/RobotoLight/._31744-31999.pbf new file mode 100644 index 00000000..11b1c770 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoLight/._32000-32255.pbf b/maplibre/fonts/RobotoLight/._32000-32255.pbf new file mode 100644 index 00000000..a1be2650 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoLight/._32256-32511.pbf b/maplibre/fonts/RobotoLight/._32256-32511.pbf new file mode 100644 index 00000000..af35c216 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoLight/._32512-32767.pbf b/maplibre/fonts/RobotoLight/._32512-32767.pbf new file mode 100644 index 00000000..412d5505 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoLight/._32768-33023.pbf b/maplibre/fonts/RobotoLight/._32768-33023.pbf new file mode 100644 index 00000000..967b8ac0 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoLight/._33024-33279.pbf b/maplibre/fonts/RobotoLight/._33024-33279.pbf new file mode 100644 index 00000000..d22a4ddd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoLight/._3328-3583.pbf b/maplibre/fonts/RobotoLight/._3328-3583.pbf new file mode 100644 index 00000000..cf0fc640 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoLight/._33280-33535.pbf b/maplibre/fonts/RobotoLight/._33280-33535.pbf new file mode 100644 index 00000000..99dad6cf Binary files /dev/null and b/maplibre/fonts/RobotoLight/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoLight/._33536-33791.pbf b/maplibre/fonts/RobotoLight/._33536-33791.pbf new file mode 100644 index 00000000..57e2ef45 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoLight/._33792-34047.pbf b/maplibre/fonts/RobotoLight/._33792-34047.pbf new file mode 100644 index 00000000..3d3d4f75 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoLight/._34048-34303.pbf b/maplibre/fonts/RobotoLight/._34048-34303.pbf new file mode 100644 index 00000000..743f77f6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoLight/._34304-34559.pbf b/maplibre/fonts/RobotoLight/._34304-34559.pbf new file mode 100644 index 00000000..54918d48 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoLight/._34560-34815.pbf b/maplibre/fonts/RobotoLight/._34560-34815.pbf new file mode 100644 index 00000000..eaf98be1 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoLight/._34816-35071.pbf b/maplibre/fonts/RobotoLight/._34816-35071.pbf new file mode 100644 index 00000000..aa00880a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoLight/._35072-35327.pbf b/maplibre/fonts/RobotoLight/._35072-35327.pbf new file mode 100644 index 00000000..94d32dee Binary files /dev/null and b/maplibre/fonts/RobotoLight/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoLight/._35328-35583.pbf b/maplibre/fonts/RobotoLight/._35328-35583.pbf new file mode 100644 index 00000000..4d294847 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoLight/._35584-35839.pbf b/maplibre/fonts/RobotoLight/._35584-35839.pbf new file mode 100644 index 00000000..a6c262d6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoLight/._3584-3839.pbf b/maplibre/fonts/RobotoLight/._3584-3839.pbf new file mode 100644 index 00000000..d2695e1a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoLight/._35840-36095.pbf b/maplibre/fonts/RobotoLight/._35840-36095.pbf new file mode 100644 index 00000000..b9e21871 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoLight/._36096-36351.pbf b/maplibre/fonts/RobotoLight/._36096-36351.pbf new file mode 100644 index 00000000..9de0232f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoLight/._36352-36607.pbf b/maplibre/fonts/RobotoLight/._36352-36607.pbf new file mode 100644 index 00000000..c1974dd7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoLight/._36608-36863.pbf b/maplibre/fonts/RobotoLight/._36608-36863.pbf new file mode 100644 index 00000000..e496f72a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoLight/._36864-37119.pbf b/maplibre/fonts/RobotoLight/._36864-37119.pbf new file mode 100644 index 00000000..15596a72 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoLight/._37120-37375.pbf b/maplibre/fonts/RobotoLight/._37120-37375.pbf new file mode 100644 index 00000000..3492ece8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoLight/._37376-37631.pbf b/maplibre/fonts/RobotoLight/._37376-37631.pbf new file mode 100644 index 00000000..471ced08 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoLight/._37632-37887.pbf b/maplibre/fonts/RobotoLight/._37632-37887.pbf new file mode 100644 index 00000000..24feb564 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoLight/._37888-38143.pbf b/maplibre/fonts/RobotoLight/._37888-38143.pbf new file mode 100644 index 00000000..f53aed31 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoLight/._38144-38399.pbf b/maplibre/fonts/RobotoLight/._38144-38399.pbf new file mode 100644 index 00000000..77592345 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoLight/._3840-4095.pbf b/maplibre/fonts/RobotoLight/._3840-4095.pbf new file mode 100644 index 00000000..4c3e94ac Binary files /dev/null and b/maplibre/fonts/RobotoLight/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoLight/._38400-38655.pbf b/maplibre/fonts/RobotoLight/._38400-38655.pbf new file mode 100644 index 00000000..4f2b0cf8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoLight/._38656-38911.pbf b/maplibre/fonts/RobotoLight/._38656-38911.pbf new file mode 100644 index 00000000..f77041c8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoLight/._38912-39167.pbf b/maplibre/fonts/RobotoLight/._38912-39167.pbf new file mode 100644 index 00000000..5ecbfe51 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoLight/._39168-39423.pbf b/maplibre/fonts/RobotoLight/._39168-39423.pbf new file mode 100644 index 00000000..24b2208d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoLight/._39424-39679.pbf b/maplibre/fonts/RobotoLight/._39424-39679.pbf new file mode 100644 index 00000000..4ac565c6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoLight/._39680-39935.pbf b/maplibre/fonts/RobotoLight/._39680-39935.pbf new file mode 100644 index 00000000..c3c79de9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoLight/._39936-40191.pbf b/maplibre/fonts/RobotoLight/._39936-40191.pbf new file mode 100644 index 00000000..d79de7fb Binary files /dev/null and b/maplibre/fonts/RobotoLight/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoLight/._40192-40447.pbf b/maplibre/fonts/RobotoLight/._40192-40447.pbf new file mode 100644 index 00000000..878dc04d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoLight/._40448-40703.pbf b/maplibre/fonts/RobotoLight/._40448-40703.pbf new file mode 100644 index 00000000..7000a497 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoLight/._40704-40959.pbf b/maplibre/fonts/RobotoLight/._40704-40959.pbf new file mode 100644 index 00000000..780a0260 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoLight/._4096-4351.pbf b/maplibre/fonts/RobotoLight/._4096-4351.pbf new file mode 100644 index 00000000..ce3e9771 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoLight/._40960-41215.pbf b/maplibre/fonts/RobotoLight/._40960-41215.pbf new file mode 100644 index 00000000..9c5bc6d8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoLight/._41216-41471.pbf b/maplibre/fonts/RobotoLight/._41216-41471.pbf new file mode 100644 index 00000000..c88a82eb Binary files /dev/null and b/maplibre/fonts/RobotoLight/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoLight/._41472-41727.pbf b/maplibre/fonts/RobotoLight/._41472-41727.pbf new file mode 100644 index 00000000..695c84df Binary files /dev/null and b/maplibre/fonts/RobotoLight/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoLight/._41728-41983.pbf b/maplibre/fonts/RobotoLight/._41728-41983.pbf new file mode 100644 index 00000000..10bdf9a2 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoLight/._41984-42239.pbf b/maplibre/fonts/RobotoLight/._41984-42239.pbf new file mode 100644 index 00000000..25718437 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoLight/._42240-42495.pbf b/maplibre/fonts/RobotoLight/._42240-42495.pbf new file mode 100644 index 00000000..90e1316c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoLight/._42496-42751.pbf b/maplibre/fonts/RobotoLight/._42496-42751.pbf new file mode 100644 index 00000000..589ff12a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoLight/._42752-43007.pbf b/maplibre/fonts/RobotoLight/._42752-43007.pbf new file mode 100644 index 00000000..400ff4d0 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoLight/._43008-43263.pbf b/maplibre/fonts/RobotoLight/._43008-43263.pbf new file mode 100644 index 00000000..87caf4d2 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoLight/._43264-43519.pbf b/maplibre/fonts/RobotoLight/._43264-43519.pbf new file mode 100644 index 00000000..82b62c95 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoLight/._4352-4607.pbf b/maplibre/fonts/RobotoLight/._4352-4607.pbf new file mode 100644 index 00000000..6f3039ad Binary files /dev/null and b/maplibre/fonts/RobotoLight/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoLight/._43520-43775.pbf b/maplibre/fonts/RobotoLight/._43520-43775.pbf new file mode 100644 index 00000000..302aa66b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoLight/._43776-44031.pbf b/maplibre/fonts/RobotoLight/._43776-44031.pbf new file mode 100644 index 00000000..cf417ca9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoLight/._44032-44287.pbf b/maplibre/fonts/RobotoLight/._44032-44287.pbf new file mode 100644 index 00000000..060d33cd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoLight/._44288-44543.pbf b/maplibre/fonts/RobotoLight/._44288-44543.pbf new file mode 100644 index 00000000..46cbb886 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoLight/._44544-44799.pbf b/maplibre/fonts/RobotoLight/._44544-44799.pbf new file mode 100644 index 00000000..49701d09 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoLight/._44800-45055.pbf b/maplibre/fonts/RobotoLight/._44800-45055.pbf new file mode 100644 index 00000000..a02326a9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoLight/._45056-45311.pbf b/maplibre/fonts/RobotoLight/._45056-45311.pbf new file mode 100644 index 00000000..e09d6b0e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoLight/._45312-45567.pbf b/maplibre/fonts/RobotoLight/._45312-45567.pbf new file mode 100644 index 00000000..f5c2c9e7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoLight/._45568-45823.pbf b/maplibre/fonts/RobotoLight/._45568-45823.pbf new file mode 100644 index 00000000..e307ad04 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoLight/._45824-46079.pbf b/maplibre/fonts/RobotoLight/._45824-46079.pbf new file mode 100644 index 00000000..6e5d87d4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoLight/._4608-4863.pbf b/maplibre/fonts/RobotoLight/._4608-4863.pbf new file mode 100644 index 00000000..aa083f77 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoLight/._46080-46335.pbf b/maplibre/fonts/RobotoLight/._46080-46335.pbf new file mode 100644 index 00000000..6b2a8c4e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoLight/._46336-46591.pbf b/maplibre/fonts/RobotoLight/._46336-46591.pbf new file mode 100644 index 00000000..ee6dedd7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoLight/._46592-46847.pbf b/maplibre/fonts/RobotoLight/._46592-46847.pbf new file mode 100644 index 00000000..d1149627 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoLight/._46848-47103.pbf b/maplibre/fonts/RobotoLight/._46848-47103.pbf new file mode 100644 index 00000000..d12936f4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoLight/._47104-47359.pbf b/maplibre/fonts/RobotoLight/._47104-47359.pbf new file mode 100644 index 00000000..fdd95d51 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoLight/._47360-47615.pbf b/maplibre/fonts/RobotoLight/._47360-47615.pbf new file mode 100644 index 00000000..9f6feb5e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoLight/._47616-47871.pbf b/maplibre/fonts/RobotoLight/._47616-47871.pbf new file mode 100644 index 00000000..1accb0d7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoLight/._47872-48127.pbf b/maplibre/fonts/RobotoLight/._47872-48127.pbf new file mode 100644 index 00000000..51449343 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoLight/._48128-48383.pbf b/maplibre/fonts/RobotoLight/._48128-48383.pbf new file mode 100644 index 00000000..8fbb846b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoLight/._48384-48639.pbf b/maplibre/fonts/RobotoLight/._48384-48639.pbf new file mode 100644 index 00000000..ad8acf40 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoLight/._4864-5119.pbf b/maplibre/fonts/RobotoLight/._4864-5119.pbf new file mode 100644 index 00000000..7a53db7a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoLight/._48640-48895.pbf b/maplibre/fonts/RobotoLight/._48640-48895.pbf new file mode 100644 index 00000000..634c0aa2 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoLight/._48896-49151.pbf b/maplibre/fonts/RobotoLight/._48896-49151.pbf new file mode 100644 index 00000000..7bc59a6f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoLight/._49152-49407.pbf b/maplibre/fonts/RobotoLight/._49152-49407.pbf new file mode 100644 index 00000000..095d617b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoLight/._49408-49663.pbf b/maplibre/fonts/RobotoLight/._49408-49663.pbf new file mode 100644 index 00000000..e627be87 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoLight/._49664-49919.pbf b/maplibre/fonts/RobotoLight/._49664-49919.pbf new file mode 100644 index 00000000..fb90a6a5 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoLight/._49920-50175.pbf b/maplibre/fonts/RobotoLight/._49920-50175.pbf new file mode 100644 index 00000000..463e8ae7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoLight/._50176-50431.pbf b/maplibre/fonts/RobotoLight/._50176-50431.pbf new file mode 100644 index 00000000..e3d5b3e8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoLight/._50432-50687.pbf b/maplibre/fonts/RobotoLight/._50432-50687.pbf new file mode 100644 index 00000000..75db0f6a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoLight/._50688-50943.pbf b/maplibre/fonts/RobotoLight/._50688-50943.pbf new file mode 100644 index 00000000..ff4921dd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoLight/._50944-51199.pbf b/maplibre/fonts/RobotoLight/._50944-51199.pbf new file mode 100644 index 00000000..24b8b465 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoLight/._512-767.pbf b/maplibre/fonts/RobotoLight/._512-767.pbf new file mode 100644 index 00000000..af9e2050 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoLight/._5120-5375.pbf b/maplibre/fonts/RobotoLight/._5120-5375.pbf new file mode 100644 index 00000000..d6382dc8 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoLight/._51200-51455.pbf b/maplibre/fonts/RobotoLight/._51200-51455.pbf new file mode 100644 index 00000000..68e971cd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoLight/._51456-51711.pbf b/maplibre/fonts/RobotoLight/._51456-51711.pbf new file mode 100644 index 00000000..c37a31d3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoLight/._51712-51967.pbf b/maplibre/fonts/RobotoLight/._51712-51967.pbf new file mode 100644 index 00000000..d3d3ff51 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoLight/._51968-52223.pbf b/maplibre/fonts/RobotoLight/._51968-52223.pbf new file mode 100644 index 00000000..d13d1f97 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoLight/._52224-52479.pbf b/maplibre/fonts/RobotoLight/._52224-52479.pbf new file mode 100644 index 00000000..c4c13d1e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoLight/._52480-52735.pbf b/maplibre/fonts/RobotoLight/._52480-52735.pbf new file mode 100644 index 00000000..796a8a4c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoLight/._52736-52991.pbf b/maplibre/fonts/RobotoLight/._52736-52991.pbf new file mode 100644 index 00000000..548e6960 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoLight/._52992-53247.pbf b/maplibre/fonts/RobotoLight/._52992-53247.pbf new file mode 100644 index 00000000..c684d3e3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoLight/._53248-53503.pbf b/maplibre/fonts/RobotoLight/._53248-53503.pbf new file mode 100644 index 00000000..180d2203 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoLight/._53504-53759.pbf b/maplibre/fonts/RobotoLight/._53504-53759.pbf new file mode 100644 index 00000000..6828d0ab Binary files /dev/null and b/maplibre/fonts/RobotoLight/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoLight/._5376-5631.pbf b/maplibre/fonts/RobotoLight/._5376-5631.pbf new file mode 100644 index 00000000..105de2c5 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoLight/._53760-54015.pbf b/maplibre/fonts/RobotoLight/._53760-54015.pbf new file mode 100644 index 00000000..e59eaaff Binary files /dev/null and b/maplibre/fonts/RobotoLight/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoLight/._54016-54271.pbf b/maplibre/fonts/RobotoLight/._54016-54271.pbf new file mode 100644 index 00000000..d65d921b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoLight/._54272-54527.pbf b/maplibre/fonts/RobotoLight/._54272-54527.pbf new file mode 100644 index 00000000..f1c17db5 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoLight/._54528-54783.pbf b/maplibre/fonts/RobotoLight/._54528-54783.pbf new file mode 100644 index 00000000..5f281776 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoLight/._54784-55039.pbf b/maplibre/fonts/RobotoLight/._54784-55039.pbf new file mode 100644 index 00000000..6e8044d6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoLight/._55040-55295.pbf b/maplibre/fonts/RobotoLight/._55040-55295.pbf new file mode 100644 index 00000000..fc74a1ec Binary files /dev/null and b/maplibre/fonts/RobotoLight/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoLight/._55296-55551.pbf b/maplibre/fonts/RobotoLight/._55296-55551.pbf new file mode 100644 index 00000000..f122aab7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoLight/._55552-55807.pbf b/maplibre/fonts/RobotoLight/._55552-55807.pbf new file mode 100644 index 00000000..117ed760 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoLight/._55808-56063.pbf b/maplibre/fonts/RobotoLight/._55808-56063.pbf new file mode 100644 index 00000000..c83894d3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoLight/._56064-56319.pbf b/maplibre/fonts/RobotoLight/._56064-56319.pbf new file mode 100644 index 00000000..2507d056 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoLight/._5632-5887.pbf b/maplibre/fonts/RobotoLight/._5632-5887.pbf new file mode 100644 index 00000000..9f4531df Binary files /dev/null and b/maplibre/fonts/RobotoLight/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoLight/._56320-56575.pbf b/maplibre/fonts/RobotoLight/._56320-56575.pbf new file mode 100644 index 00000000..531b4621 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoLight/._56576-56831.pbf b/maplibre/fonts/RobotoLight/._56576-56831.pbf new file mode 100644 index 00000000..9322be21 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoLight/._56832-57087.pbf b/maplibre/fonts/RobotoLight/._56832-57087.pbf new file mode 100644 index 00000000..93f7fc35 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoLight/._57088-57343.pbf b/maplibre/fonts/RobotoLight/._57088-57343.pbf new file mode 100644 index 00000000..148012e4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoLight/._57344-57599.pbf b/maplibre/fonts/RobotoLight/._57344-57599.pbf new file mode 100644 index 00000000..73c7a0c9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoLight/._57600-57855.pbf b/maplibre/fonts/RobotoLight/._57600-57855.pbf new file mode 100644 index 00000000..85f7df33 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoLight/._57856-58111.pbf b/maplibre/fonts/RobotoLight/._57856-58111.pbf new file mode 100644 index 00000000..086b8f16 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoLight/._58112-58367.pbf b/maplibre/fonts/RobotoLight/._58112-58367.pbf new file mode 100644 index 00000000..cb1c2eb6 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoLight/._58368-58623.pbf b/maplibre/fonts/RobotoLight/._58368-58623.pbf new file mode 100644 index 00000000..5e6a5eb1 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoLight/._58624-58879.pbf b/maplibre/fonts/RobotoLight/._58624-58879.pbf new file mode 100644 index 00000000..2a8e5524 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoLight/._5888-6143.pbf b/maplibre/fonts/RobotoLight/._5888-6143.pbf new file mode 100644 index 00000000..437c35a4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoLight/._58880-59135.pbf b/maplibre/fonts/RobotoLight/._58880-59135.pbf new file mode 100644 index 00000000..97811537 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoLight/._59136-59391.pbf b/maplibre/fonts/RobotoLight/._59136-59391.pbf new file mode 100644 index 00000000..46bbf0e1 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoLight/._59392-59647.pbf b/maplibre/fonts/RobotoLight/._59392-59647.pbf new file mode 100644 index 00000000..67272196 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoLight/._59648-59903.pbf b/maplibre/fonts/RobotoLight/._59648-59903.pbf new file mode 100644 index 00000000..6cc3b59c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoLight/._59904-60159.pbf b/maplibre/fonts/RobotoLight/._59904-60159.pbf new file mode 100644 index 00000000..f34d08a3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoLight/._60160-60415.pbf b/maplibre/fonts/RobotoLight/._60160-60415.pbf new file mode 100644 index 00000000..dd946621 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoLight/._60416-60671.pbf b/maplibre/fonts/RobotoLight/._60416-60671.pbf new file mode 100644 index 00000000..9c571b39 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoLight/._60672-60927.pbf b/maplibre/fonts/RobotoLight/._60672-60927.pbf new file mode 100644 index 00000000..146dee6c Binary files /dev/null and b/maplibre/fonts/RobotoLight/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoLight/._60928-61183.pbf b/maplibre/fonts/RobotoLight/._60928-61183.pbf new file mode 100644 index 00000000..4bbb5412 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoLight/._61184-61439.pbf b/maplibre/fonts/RobotoLight/._61184-61439.pbf new file mode 100644 index 00000000..f7e4462b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoLight/._6144-6399.pbf b/maplibre/fonts/RobotoLight/._6144-6399.pbf new file mode 100644 index 00000000..2a3452d1 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoLight/._61440-61695.pbf b/maplibre/fonts/RobotoLight/._61440-61695.pbf new file mode 100644 index 00000000..819bfccd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoLight/._61696-61951.pbf b/maplibre/fonts/RobotoLight/._61696-61951.pbf new file mode 100644 index 00000000..5e15249e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoLight/._61952-62207.pbf b/maplibre/fonts/RobotoLight/._61952-62207.pbf new file mode 100644 index 00000000..d02e0518 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoLight/._62208-62463.pbf b/maplibre/fonts/RobotoLight/._62208-62463.pbf new file mode 100644 index 00000000..e843401a Binary files /dev/null and b/maplibre/fonts/RobotoLight/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoLight/._62464-62719.pbf b/maplibre/fonts/RobotoLight/._62464-62719.pbf new file mode 100644 index 00000000..310307b7 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoLight/._62720-62975.pbf b/maplibre/fonts/RobotoLight/._62720-62975.pbf new file mode 100644 index 00000000..af0c5828 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoLight/._62976-63231.pbf b/maplibre/fonts/RobotoLight/._62976-63231.pbf new file mode 100644 index 00000000..efd1adce Binary files /dev/null and b/maplibre/fonts/RobotoLight/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoLight/._63232-63487.pbf b/maplibre/fonts/RobotoLight/._63232-63487.pbf new file mode 100644 index 00000000..7a482fac Binary files /dev/null and b/maplibre/fonts/RobotoLight/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoLight/._63488-63743.pbf b/maplibre/fonts/RobotoLight/._63488-63743.pbf new file mode 100644 index 00000000..28c74238 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoLight/._63744-63999.pbf b/maplibre/fonts/RobotoLight/._63744-63999.pbf new file mode 100644 index 00000000..5798b673 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoLight/._6400-6655.pbf b/maplibre/fonts/RobotoLight/._6400-6655.pbf new file mode 100644 index 00000000..d3748d71 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoLight/._64000-64255.pbf b/maplibre/fonts/RobotoLight/._64000-64255.pbf new file mode 100644 index 00000000..c1ade9bd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoLight/._64256-64511.pbf b/maplibre/fonts/RobotoLight/._64256-64511.pbf new file mode 100644 index 00000000..13c22fad Binary files /dev/null and b/maplibre/fonts/RobotoLight/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoLight/._64512-64767.pbf b/maplibre/fonts/RobotoLight/._64512-64767.pbf new file mode 100644 index 00000000..09c99baf Binary files /dev/null and b/maplibre/fonts/RobotoLight/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoLight/._64768-65023.pbf b/maplibre/fonts/RobotoLight/._64768-65023.pbf new file mode 100644 index 00000000..8ab20af9 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoLight/._65024-65279.pbf b/maplibre/fonts/RobotoLight/._65024-65279.pbf new file mode 100644 index 00000000..52700523 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoLight/._65280-65535.pbf b/maplibre/fonts/RobotoLight/._65280-65535.pbf new file mode 100644 index 00000000..d62612c3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoLight/._6656-6911.pbf b/maplibre/fonts/RobotoLight/._6656-6911.pbf new file mode 100644 index 00000000..5f9dfde3 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoLight/._6912-7167.pbf b/maplibre/fonts/RobotoLight/._6912-7167.pbf new file mode 100644 index 00000000..de0b55c5 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoLight/._7168-7423.pbf b/maplibre/fonts/RobotoLight/._7168-7423.pbf new file mode 100644 index 00000000..ff9370fd Binary files /dev/null and b/maplibre/fonts/RobotoLight/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoLight/._7424-7679.pbf b/maplibre/fonts/RobotoLight/._7424-7679.pbf new file mode 100644 index 00000000..f555458e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoLight/._768-1023.pbf b/maplibre/fonts/RobotoLight/._768-1023.pbf new file mode 100644 index 00000000..5954a97d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoLight/._7680-7935.pbf b/maplibre/fonts/RobotoLight/._7680-7935.pbf new file mode 100644 index 00000000..16c3781e Binary files /dev/null and b/maplibre/fonts/RobotoLight/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoLight/._7936-8191.pbf b/maplibre/fonts/RobotoLight/._7936-8191.pbf new file mode 100644 index 00000000..1db86a01 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoLight/._8192-8447.pbf b/maplibre/fonts/RobotoLight/._8192-8447.pbf new file mode 100644 index 00000000..e4014e2f Binary files /dev/null and b/maplibre/fonts/RobotoLight/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoLight/._8448-8703.pbf b/maplibre/fonts/RobotoLight/._8448-8703.pbf new file mode 100644 index 00000000..d8ac6b3d Binary files /dev/null and b/maplibre/fonts/RobotoLight/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoLight/._8704-8959.pbf b/maplibre/fonts/RobotoLight/._8704-8959.pbf new file mode 100644 index 00000000..3f05e542 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoLight/._8960-9215.pbf b/maplibre/fonts/RobotoLight/._8960-9215.pbf new file mode 100644 index 00000000..1669002b Binary files /dev/null and b/maplibre/fonts/RobotoLight/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoLight/._9216-9471.pbf b/maplibre/fonts/RobotoLight/._9216-9471.pbf new file mode 100644 index 00000000..3e556f85 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoLight/._9472-9727.pbf b/maplibre/fonts/RobotoLight/._9472-9727.pbf new file mode 100644 index 00000000..3f669e47 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoLight/._9728-9983.pbf b/maplibre/fonts/RobotoLight/._9728-9983.pbf new file mode 100644 index 00000000..ee195bdc Binary files /dev/null and b/maplibre/fonts/RobotoLight/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoLight/._9984-10239.pbf b/maplibre/fonts/RobotoLight/._9984-10239.pbf new file mode 100644 index 00000000..821dcfa4 Binary files /dev/null and b/maplibre/fonts/RobotoLight/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._0-255.pbf b/maplibre/fonts/RobotoLightItalic/._0-255.pbf new file mode 100644 index 00000000..e1f9c189 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._1024-1279.pbf b/maplibre/fonts/RobotoLightItalic/._1024-1279.pbf new file mode 100644 index 00000000..fe0a63bb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._10240-10495.pbf b/maplibre/fonts/RobotoLightItalic/._10240-10495.pbf new file mode 100644 index 00000000..7aa755f4 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._10496-10751.pbf b/maplibre/fonts/RobotoLightItalic/._10496-10751.pbf new file mode 100644 index 00000000..dcb64758 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._10752-11007.pbf b/maplibre/fonts/RobotoLightItalic/._10752-11007.pbf new file mode 100644 index 00000000..00b727d7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._11008-11263.pbf b/maplibre/fonts/RobotoLightItalic/._11008-11263.pbf new file mode 100644 index 00000000..7efc022c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._11264-11519.pbf b/maplibre/fonts/RobotoLightItalic/._11264-11519.pbf new file mode 100644 index 00000000..b591132c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._11520-11775.pbf b/maplibre/fonts/RobotoLightItalic/._11520-11775.pbf new file mode 100644 index 00000000..b94e38dd Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._11776-12031.pbf b/maplibre/fonts/RobotoLightItalic/._11776-12031.pbf new file mode 100644 index 00000000..df07f93d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._12032-12287.pbf b/maplibre/fonts/RobotoLightItalic/._12032-12287.pbf new file mode 100644 index 00000000..368b85cc Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._12288-12543.pbf b/maplibre/fonts/RobotoLightItalic/._12288-12543.pbf new file mode 100644 index 00000000..ac0ba930 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._12544-12799.pbf b/maplibre/fonts/RobotoLightItalic/._12544-12799.pbf new file mode 100644 index 00000000..7da773bb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._1280-1535.pbf b/maplibre/fonts/RobotoLightItalic/._1280-1535.pbf new file mode 100644 index 00000000..60012d3c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._12800-13055.pbf b/maplibre/fonts/RobotoLightItalic/._12800-13055.pbf new file mode 100644 index 00000000..00c88abb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._13056-13311.pbf b/maplibre/fonts/RobotoLightItalic/._13056-13311.pbf new file mode 100644 index 00000000..fe29ddea Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._13312-13567.pbf b/maplibre/fonts/RobotoLightItalic/._13312-13567.pbf new file mode 100644 index 00000000..d4811e81 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._13568-13823.pbf b/maplibre/fonts/RobotoLightItalic/._13568-13823.pbf new file mode 100644 index 00000000..d0728e01 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._13824-14079.pbf b/maplibre/fonts/RobotoLightItalic/._13824-14079.pbf new file mode 100644 index 00000000..c35826e3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._14080-14335.pbf b/maplibre/fonts/RobotoLightItalic/._14080-14335.pbf new file mode 100644 index 00000000..bafdaf83 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._14336-14591.pbf b/maplibre/fonts/RobotoLightItalic/._14336-14591.pbf new file mode 100644 index 00000000..b021eb16 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._14592-14847.pbf b/maplibre/fonts/RobotoLightItalic/._14592-14847.pbf new file mode 100644 index 00000000..3dfa13c0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._14848-15103.pbf b/maplibre/fonts/RobotoLightItalic/._14848-15103.pbf new file mode 100644 index 00000000..b96be3cb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._15104-15359.pbf b/maplibre/fonts/RobotoLightItalic/._15104-15359.pbf new file mode 100644 index 00000000..84e0d15c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._1536-1791.pbf b/maplibre/fonts/RobotoLightItalic/._1536-1791.pbf new file mode 100644 index 00000000..65ef87ec Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._15360-15615.pbf b/maplibre/fonts/RobotoLightItalic/._15360-15615.pbf new file mode 100644 index 00000000..12549bf9 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._15616-15871.pbf b/maplibre/fonts/RobotoLightItalic/._15616-15871.pbf new file mode 100644 index 00000000..d3a34e37 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._15872-16127.pbf b/maplibre/fonts/RobotoLightItalic/._15872-16127.pbf new file mode 100644 index 00000000..beafbec5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._16128-16383.pbf b/maplibre/fonts/RobotoLightItalic/._16128-16383.pbf new file mode 100644 index 00000000..54e05ca0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._16384-16639.pbf b/maplibre/fonts/RobotoLightItalic/._16384-16639.pbf new file mode 100644 index 00000000..dc7c3bc7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._16640-16895.pbf b/maplibre/fonts/RobotoLightItalic/._16640-16895.pbf new file mode 100644 index 00000000..aa75601d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._16896-17151.pbf b/maplibre/fonts/RobotoLightItalic/._16896-17151.pbf new file mode 100644 index 00000000..4160cb37 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._17152-17407.pbf b/maplibre/fonts/RobotoLightItalic/._17152-17407.pbf new file mode 100644 index 00000000..6143ccee Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._17408-17663.pbf b/maplibre/fonts/RobotoLightItalic/._17408-17663.pbf new file mode 100644 index 00000000..2ca1cd29 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._17664-17919.pbf b/maplibre/fonts/RobotoLightItalic/._17664-17919.pbf new file mode 100644 index 00000000..467d13f5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._1792-2047.pbf b/maplibre/fonts/RobotoLightItalic/._1792-2047.pbf new file mode 100644 index 00000000..829e87b3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._17920-18175.pbf b/maplibre/fonts/RobotoLightItalic/._17920-18175.pbf new file mode 100644 index 00000000..0ac7b1d6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._18176-18431.pbf b/maplibre/fonts/RobotoLightItalic/._18176-18431.pbf new file mode 100644 index 00000000..9e645a95 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._18432-18687.pbf b/maplibre/fonts/RobotoLightItalic/._18432-18687.pbf new file mode 100644 index 00000000..7163e052 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._18688-18943.pbf b/maplibre/fonts/RobotoLightItalic/._18688-18943.pbf new file mode 100644 index 00000000..a7770094 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._18944-19199.pbf b/maplibre/fonts/RobotoLightItalic/._18944-19199.pbf new file mode 100644 index 00000000..4c67248b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._19200-19455.pbf b/maplibre/fonts/RobotoLightItalic/._19200-19455.pbf new file mode 100644 index 00000000..d2119ae0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._19456-19711.pbf b/maplibre/fonts/RobotoLightItalic/._19456-19711.pbf new file mode 100644 index 00000000..3b98791f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._19712-19967.pbf b/maplibre/fonts/RobotoLightItalic/._19712-19967.pbf new file mode 100644 index 00000000..93395f76 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._19968-20223.pbf b/maplibre/fonts/RobotoLightItalic/._19968-20223.pbf new file mode 100644 index 00000000..b5354968 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._20224-20479.pbf b/maplibre/fonts/RobotoLightItalic/._20224-20479.pbf new file mode 100644 index 00000000..2b6bb901 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._2048-2303.pbf b/maplibre/fonts/RobotoLightItalic/._2048-2303.pbf new file mode 100644 index 00000000..44fb5272 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._20480-20735.pbf b/maplibre/fonts/RobotoLightItalic/._20480-20735.pbf new file mode 100644 index 00000000..36218433 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._20736-20991.pbf b/maplibre/fonts/RobotoLightItalic/._20736-20991.pbf new file mode 100644 index 00000000..4c6a609a Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._20992-21247.pbf b/maplibre/fonts/RobotoLightItalic/._20992-21247.pbf new file mode 100644 index 00000000..54bc49d3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._21248-21503.pbf b/maplibre/fonts/RobotoLightItalic/._21248-21503.pbf new file mode 100644 index 00000000..0ac7ab88 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._21504-21759.pbf b/maplibre/fonts/RobotoLightItalic/._21504-21759.pbf new file mode 100644 index 00000000..882dc4eb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._21760-22015.pbf b/maplibre/fonts/RobotoLightItalic/._21760-22015.pbf new file mode 100644 index 00000000..85132e12 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._22016-22271.pbf b/maplibre/fonts/RobotoLightItalic/._22016-22271.pbf new file mode 100644 index 00000000..3e4ba050 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._22272-22527.pbf b/maplibre/fonts/RobotoLightItalic/._22272-22527.pbf new file mode 100644 index 00000000..19a47843 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._22528-22783.pbf b/maplibre/fonts/RobotoLightItalic/._22528-22783.pbf new file mode 100644 index 00000000..689a4c68 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._22784-23039.pbf b/maplibre/fonts/RobotoLightItalic/._22784-23039.pbf new file mode 100644 index 00000000..138004aa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._2304-2559.pbf b/maplibre/fonts/RobotoLightItalic/._2304-2559.pbf new file mode 100644 index 00000000..75b38898 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._23040-23295.pbf b/maplibre/fonts/RobotoLightItalic/._23040-23295.pbf new file mode 100644 index 00000000..3df51305 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._23296-23551.pbf b/maplibre/fonts/RobotoLightItalic/._23296-23551.pbf new file mode 100644 index 00000000..b39bf6f7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._23552-23807.pbf b/maplibre/fonts/RobotoLightItalic/._23552-23807.pbf new file mode 100644 index 00000000..0acbc486 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._23808-24063.pbf b/maplibre/fonts/RobotoLightItalic/._23808-24063.pbf new file mode 100644 index 00000000..77586a7c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._24064-24319.pbf b/maplibre/fonts/RobotoLightItalic/._24064-24319.pbf new file mode 100644 index 00000000..01618cd9 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._24320-24575.pbf b/maplibre/fonts/RobotoLightItalic/._24320-24575.pbf new file mode 100644 index 00000000..0dd7c76c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._24576-24831.pbf b/maplibre/fonts/RobotoLightItalic/._24576-24831.pbf new file mode 100644 index 00000000..1c9b9bf6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._24832-25087.pbf b/maplibre/fonts/RobotoLightItalic/._24832-25087.pbf new file mode 100644 index 00000000..f7b41f67 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._25088-25343.pbf b/maplibre/fonts/RobotoLightItalic/._25088-25343.pbf new file mode 100644 index 00000000..cc192e4c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._25344-25599.pbf b/maplibre/fonts/RobotoLightItalic/._25344-25599.pbf new file mode 100644 index 00000000..e451db00 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._256-511.pbf b/maplibre/fonts/RobotoLightItalic/._256-511.pbf new file mode 100644 index 00000000..3c8150aa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._2560-2815.pbf b/maplibre/fonts/RobotoLightItalic/._2560-2815.pbf new file mode 100644 index 00000000..d498de19 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._25600-25855.pbf b/maplibre/fonts/RobotoLightItalic/._25600-25855.pbf new file mode 100644 index 00000000..40d29d08 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._25856-26111.pbf b/maplibre/fonts/RobotoLightItalic/._25856-26111.pbf new file mode 100644 index 00000000..195d7e3d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._26112-26367.pbf b/maplibre/fonts/RobotoLightItalic/._26112-26367.pbf new file mode 100644 index 00000000..73572553 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._26368-26623.pbf b/maplibre/fonts/RobotoLightItalic/._26368-26623.pbf new file mode 100644 index 00000000..9202d75e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._26624-26879.pbf b/maplibre/fonts/RobotoLightItalic/._26624-26879.pbf new file mode 100644 index 00000000..fb4f11ee Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._26880-27135.pbf b/maplibre/fonts/RobotoLightItalic/._26880-27135.pbf new file mode 100644 index 00000000..b65a2c4d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._27136-27391.pbf b/maplibre/fonts/RobotoLightItalic/._27136-27391.pbf new file mode 100644 index 00000000..5a2a57a1 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._27392-27647.pbf b/maplibre/fonts/RobotoLightItalic/._27392-27647.pbf new file mode 100644 index 00000000..4e4df4d8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._27648-27903.pbf b/maplibre/fonts/RobotoLightItalic/._27648-27903.pbf new file mode 100644 index 00000000..0b92aaa0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._27904-28159.pbf b/maplibre/fonts/RobotoLightItalic/._27904-28159.pbf new file mode 100644 index 00000000..695ec7c2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._2816-3071.pbf b/maplibre/fonts/RobotoLightItalic/._2816-3071.pbf new file mode 100644 index 00000000..a68724d4 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._28160-28415.pbf b/maplibre/fonts/RobotoLightItalic/._28160-28415.pbf new file mode 100644 index 00000000..4eca3989 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._28416-28671.pbf b/maplibre/fonts/RobotoLightItalic/._28416-28671.pbf new file mode 100644 index 00000000..6fb04d20 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._28672-28927.pbf b/maplibre/fonts/RobotoLightItalic/._28672-28927.pbf new file mode 100644 index 00000000..5015b716 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._28928-29183.pbf b/maplibre/fonts/RobotoLightItalic/._28928-29183.pbf new file mode 100644 index 00000000..9281404e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._29184-29439.pbf b/maplibre/fonts/RobotoLightItalic/._29184-29439.pbf new file mode 100644 index 00000000..580f8162 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._29440-29695.pbf b/maplibre/fonts/RobotoLightItalic/._29440-29695.pbf new file mode 100644 index 00000000..3953b8ba Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._29696-29951.pbf b/maplibre/fonts/RobotoLightItalic/._29696-29951.pbf new file mode 100644 index 00000000..35d37959 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._29952-30207.pbf b/maplibre/fonts/RobotoLightItalic/._29952-30207.pbf new file mode 100644 index 00000000..1f4bced6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._30208-30463.pbf b/maplibre/fonts/RobotoLightItalic/._30208-30463.pbf new file mode 100644 index 00000000..8824a590 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._30464-30719.pbf b/maplibre/fonts/RobotoLightItalic/._30464-30719.pbf new file mode 100644 index 00000000..d02b7abe Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._3072-3327.pbf b/maplibre/fonts/RobotoLightItalic/._3072-3327.pbf new file mode 100644 index 00000000..c6fef598 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._30720-30975.pbf b/maplibre/fonts/RobotoLightItalic/._30720-30975.pbf new file mode 100644 index 00000000..20039602 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._30976-31231.pbf b/maplibre/fonts/RobotoLightItalic/._30976-31231.pbf new file mode 100644 index 00000000..df1dbcb2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._31232-31487.pbf b/maplibre/fonts/RobotoLightItalic/._31232-31487.pbf new file mode 100644 index 00000000..95c3c2fa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._31488-31743.pbf b/maplibre/fonts/RobotoLightItalic/._31488-31743.pbf new file mode 100644 index 00000000..62a69b05 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._31744-31999.pbf b/maplibre/fonts/RobotoLightItalic/._31744-31999.pbf new file mode 100644 index 00000000..5852c7f2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._32000-32255.pbf b/maplibre/fonts/RobotoLightItalic/._32000-32255.pbf new file mode 100644 index 00000000..ef25554d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._32256-32511.pbf b/maplibre/fonts/RobotoLightItalic/._32256-32511.pbf new file mode 100644 index 00000000..7c9ac520 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._32512-32767.pbf b/maplibre/fonts/RobotoLightItalic/._32512-32767.pbf new file mode 100644 index 00000000..7be3d40d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._32768-33023.pbf b/maplibre/fonts/RobotoLightItalic/._32768-33023.pbf new file mode 100644 index 00000000..26598335 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._33024-33279.pbf b/maplibre/fonts/RobotoLightItalic/._33024-33279.pbf new file mode 100644 index 00000000..3496b1a4 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._3328-3583.pbf b/maplibre/fonts/RobotoLightItalic/._3328-3583.pbf new file mode 100644 index 00000000..18962319 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._33280-33535.pbf b/maplibre/fonts/RobotoLightItalic/._33280-33535.pbf new file mode 100644 index 00000000..cb3aab9e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._33536-33791.pbf b/maplibre/fonts/RobotoLightItalic/._33536-33791.pbf new file mode 100644 index 00000000..697138c3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._33792-34047.pbf b/maplibre/fonts/RobotoLightItalic/._33792-34047.pbf new file mode 100644 index 00000000..3812ee65 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._34048-34303.pbf b/maplibre/fonts/RobotoLightItalic/._34048-34303.pbf new file mode 100644 index 00000000..8186c555 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._34304-34559.pbf b/maplibre/fonts/RobotoLightItalic/._34304-34559.pbf new file mode 100644 index 00000000..19418b9d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._34560-34815.pbf b/maplibre/fonts/RobotoLightItalic/._34560-34815.pbf new file mode 100644 index 00000000..bd510d74 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._34816-35071.pbf b/maplibre/fonts/RobotoLightItalic/._34816-35071.pbf new file mode 100644 index 00000000..006ef2ad Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._35072-35327.pbf b/maplibre/fonts/RobotoLightItalic/._35072-35327.pbf new file mode 100644 index 00000000..b19d723f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._35328-35583.pbf b/maplibre/fonts/RobotoLightItalic/._35328-35583.pbf new file mode 100644 index 00000000..9d544e36 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._35584-35839.pbf b/maplibre/fonts/RobotoLightItalic/._35584-35839.pbf new file mode 100644 index 00000000..fd5289b1 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._3584-3839.pbf b/maplibre/fonts/RobotoLightItalic/._3584-3839.pbf new file mode 100644 index 00000000..44e8133f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._35840-36095.pbf b/maplibre/fonts/RobotoLightItalic/._35840-36095.pbf new file mode 100644 index 00000000..82588efa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._36096-36351.pbf b/maplibre/fonts/RobotoLightItalic/._36096-36351.pbf new file mode 100644 index 00000000..2c784c22 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._36352-36607.pbf b/maplibre/fonts/RobotoLightItalic/._36352-36607.pbf new file mode 100644 index 00000000..b30e7a27 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._36608-36863.pbf b/maplibre/fonts/RobotoLightItalic/._36608-36863.pbf new file mode 100644 index 00000000..9a0735d1 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._36864-37119.pbf b/maplibre/fonts/RobotoLightItalic/._36864-37119.pbf new file mode 100644 index 00000000..d98d5182 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._37120-37375.pbf b/maplibre/fonts/RobotoLightItalic/._37120-37375.pbf new file mode 100644 index 00000000..b3f27651 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._37376-37631.pbf b/maplibre/fonts/RobotoLightItalic/._37376-37631.pbf new file mode 100644 index 00000000..44d43d7a Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._37632-37887.pbf b/maplibre/fonts/RobotoLightItalic/._37632-37887.pbf new file mode 100644 index 00000000..08e4f1af Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._37888-38143.pbf b/maplibre/fonts/RobotoLightItalic/._37888-38143.pbf new file mode 100644 index 00000000..f1975856 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._38144-38399.pbf b/maplibre/fonts/RobotoLightItalic/._38144-38399.pbf new file mode 100644 index 00000000..6e74eefd Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._3840-4095.pbf b/maplibre/fonts/RobotoLightItalic/._3840-4095.pbf new file mode 100644 index 00000000..c93c5fca Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._38400-38655.pbf b/maplibre/fonts/RobotoLightItalic/._38400-38655.pbf new file mode 100644 index 00000000..68d62eee Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._38656-38911.pbf b/maplibre/fonts/RobotoLightItalic/._38656-38911.pbf new file mode 100644 index 00000000..f1f444d5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._38912-39167.pbf b/maplibre/fonts/RobotoLightItalic/._38912-39167.pbf new file mode 100644 index 00000000..a4abb326 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._39168-39423.pbf b/maplibre/fonts/RobotoLightItalic/._39168-39423.pbf new file mode 100644 index 00000000..c53dcc25 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._39424-39679.pbf b/maplibre/fonts/RobotoLightItalic/._39424-39679.pbf new file mode 100644 index 00000000..593f9c82 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._39680-39935.pbf b/maplibre/fonts/RobotoLightItalic/._39680-39935.pbf new file mode 100644 index 00000000..bc651b3b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._39936-40191.pbf b/maplibre/fonts/RobotoLightItalic/._39936-40191.pbf new file mode 100644 index 00000000..c7b6261e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._40192-40447.pbf b/maplibre/fonts/RobotoLightItalic/._40192-40447.pbf new file mode 100644 index 00000000..1808c6aa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._40448-40703.pbf b/maplibre/fonts/RobotoLightItalic/._40448-40703.pbf new file mode 100644 index 00000000..53449edb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._40704-40959.pbf b/maplibre/fonts/RobotoLightItalic/._40704-40959.pbf new file mode 100644 index 00000000..f1eb3407 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._4096-4351.pbf b/maplibre/fonts/RobotoLightItalic/._4096-4351.pbf new file mode 100644 index 00000000..620c665c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._40960-41215.pbf b/maplibre/fonts/RobotoLightItalic/._40960-41215.pbf new file mode 100644 index 00000000..83a8ba82 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._41216-41471.pbf b/maplibre/fonts/RobotoLightItalic/._41216-41471.pbf new file mode 100644 index 00000000..f44816a3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._41472-41727.pbf b/maplibre/fonts/RobotoLightItalic/._41472-41727.pbf new file mode 100644 index 00000000..bb4a6a59 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._41728-41983.pbf b/maplibre/fonts/RobotoLightItalic/._41728-41983.pbf new file mode 100644 index 00000000..9ad07358 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._41984-42239.pbf b/maplibre/fonts/RobotoLightItalic/._41984-42239.pbf new file mode 100644 index 00000000..e44e180c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._42240-42495.pbf b/maplibre/fonts/RobotoLightItalic/._42240-42495.pbf new file mode 100644 index 00000000..b26d1b18 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._42496-42751.pbf b/maplibre/fonts/RobotoLightItalic/._42496-42751.pbf new file mode 100644 index 00000000..36672c58 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._42752-43007.pbf b/maplibre/fonts/RobotoLightItalic/._42752-43007.pbf new file mode 100644 index 00000000..a3075077 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._43008-43263.pbf b/maplibre/fonts/RobotoLightItalic/._43008-43263.pbf new file mode 100644 index 00000000..fbb9b756 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._43264-43519.pbf b/maplibre/fonts/RobotoLightItalic/._43264-43519.pbf new file mode 100644 index 00000000..6f5cfddb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._4352-4607.pbf b/maplibre/fonts/RobotoLightItalic/._4352-4607.pbf new file mode 100644 index 00000000..cbcb73f0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._43520-43775.pbf b/maplibre/fonts/RobotoLightItalic/._43520-43775.pbf new file mode 100644 index 00000000..9a30bc7b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._43776-44031.pbf b/maplibre/fonts/RobotoLightItalic/._43776-44031.pbf new file mode 100644 index 00000000..f1fc02d6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._44032-44287.pbf b/maplibre/fonts/RobotoLightItalic/._44032-44287.pbf new file mode 100644 index 00000000..b5d54290 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._44288-44543.pbf b/maplibre/fonts/RobotoLightItalic/._44288-44543.pbf new file mode 100644 index 00000000..cb6f0f00 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._44544-44799.pbf b/maplibre/fonts/RobotoLightItalic/._44544-44799.pbf new file mode 100644 index 00000000..0eb03a6b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._44800-45055.pbf b/maplibre/fonts/RobotoLightItalic/._44800-45055.pbf new file mode 100644 index 00000000..3dfb8be8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._45056-45311.pbf b/maplibre/fonts/RobotoLightItalic/._45056-45311.pbf new file mode 100644 index 00000000..39b5e321 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._45312-45567.pbf b/maplibre/fonts/RobotoLightItalic/._45312-45567.pbf new file mode 100644 index 00000000..6d8a53a5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._45568-45823.pbf b/maplibre/fonts/RobotoLightItalic/._45568-45823.pbf new file mode 100644 index 00000000..3a128843 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._45824-46079.pbf b/maplibre/fonts/RobotoLightItalic/._45824-46079.pbf new file mode 100644 index 00000000..d271aae5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._4608-4863.pbf b/maplibre/fonts/RobotoLightItalic/._4608-4863.pbf new file mode 100644 index 00000000..e6703742 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._46080-46335.pbf b/maplibre/fonts/RobotoLightItalic/._46080-46335.pbf new file mode 100644 index 00000000..35de0dad Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._46336-46591.pbf b/maplibre/fonts/RobotoLightItalic/._46336-46591.pbf new file mode 100644 index 00000000..32f0fb3b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._46592-46847.pbf b/maplibre/fonts/RobotoLightItalic/._46592-46847.pbf new file mode 100644 index 00000000..a7c9e6c3 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._46848-47103.pbf b/maplibre/fonts/RobotoLightItalic/._46848-47103.pbf new file mode 100644 index 00000000..ebfacb5a Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._47104-47359.pbf b/maplibre/fonts/RobotoLightItalic/._47104-47359.pbf new file mode 100644 index 00000000..b44a4f01 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._47360-47615.pbf b/maplibre/fonts/RobotoLightItalic/._47360-47615.pbf new file mode 100644 index 00000000..b52dae56 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._47616-47871.pbf b/maplibre/fonts/RobotoLightItalic/._47616-47871.pbf new file mode 100644 index 00000000..47de1b14 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._47872-48127.pbf b/maplibre/fonts/RobotoLightItalic/._47872-48127.pbf new file mode 100644 index 00000000..44b8c774 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._48128-48383.pbf b/maplibre/fonts/RobotoLightItalic/._48128-48383.pbf new file mode 100644 index 00000000..2c04e36e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._48384-48639.pbf b/maplibre/fonts/RobotoLightItalic/._48384-48639.pbf new file mode 100644 index 00000000..7e085d8e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._4864-5119.pbf b/maplibre/fonts/RobotoLightItalic/._4864-5119.pbf new file mode 100644 index 00000000..903ca0d9 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._48640-48895.pbf b/maplibre/fonts/RobotoLightItalic/._48640-48895.pbf new file mode 100644 index 00000000..0e035a7d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._48896-49151.pbf b/maplibre/fonts/RobotoLightItalic/._48896-49151.pbf new file mode 100644 index 00000000..2be7e04d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._49152-49407.pbf b/maplibre/fonts/RobotoLightItalic/._49152-49407.pbf new file mode 100644 index 00000000..e1204dc8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._49408-49663.pbf b/maplibre/fonts/RobotoLightItalic/._49408-49663.pbf new file mode 100644 index 00000000..275e8144 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._49664-49919.pbf b/maplibre/fonts/RobotoLightItalic/._49664-49919.pbf new file mode 100644 index 00000000..52d75630 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._49920-50175.pbf b/maplibre/fonts/RobotoLightItalic/._49920-50175.pbf new file mode 100644 index 00000000..97236cf8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._50176-50431.pbf b/maplibre/fonts/RobotoLightItalic/._50176-50431.pbf new file mode 100644 index 00000000..f1f17cdc Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._50432-50687.pbf b/maplibre/fonts/RobotoLightItalic/._50432-50687.pbf new file mode 100644 index 00000000..33d63de7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._50688-50943.pbf b/maplibre/fonts/RobotoLightItalic/._50688-50943.pbf new file mode 100644 index 00000000..5307e1bf Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._50944-51199.pbf b/maplibre/fonts/RobotoLightItalic/._50944-51199.pbf new file mode 100644 index 00000000..7782f946 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._512-767.pbf b/maplibre/fonts/RobotoLightItalic/._512-767.pbf new file mode 100644 index 00000000..6ecf2a85 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._5120-5375.pbf b/maplibre/fonts/RobotoLightItalic/._5120-5375.pbf new file mode 100644 index 00000000..5ba48965 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._51200-51455.pbf b/maplibre/fonts/RobotoLightItalic/._51200-51455.pbf new file mode 100644 index 00000000..e9e532c2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._51456-51711.pbf b/maplibre/fonts/RobotoLightItalic/._51456-51711.pbf new file mode 100644 index 00000000..7794a35f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._51712-51967.pbf b/maplibre/fonts/RobotoLightItalic/._51712-51967.pbf new file mode 100644 index 00000000..a0a4710c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._51968-52223.pbf b/maplibre/fonts/RobotoLightItalic/._51968-52223.pbf new file mode 100644 index 00000000..548daf47 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._52224-52479.pbf b/maplibre/fonts/RobotoLightItalic/._52224-52479.pbf new file mode 100644 index 00000000..812599be Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._52480-52735.pbf b/maplibre/fonts/RobotoLightItalic/._52480-52735.pbf new file mode 100644 index 00000000..87f5c6df Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._52736-52991.pbf b/maplibre/fonts/RobotoLightItalic/._52736-52991.pbf new file mode 100644 index 00000000..803576b0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._52992-53247.pbf b/maplibre/fonts/RobotoLightItalic/._52992-53247.pbf new file mode 100644 index 00000000..c88afdfa Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._53248-53503.pbf b/maplibre/fonts/RobotoLightItalic/._53248-53503.pbf new file mode 100644 index 00000000..c52acb60 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._53504-53759.pbf b/maplibre/fonts/RobotoLightItalic/._53504-53759.pbf new file mode 100644 index 00000000..9ce9dbb7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._5376-5631.pbf b/maplibre/fonts/RobotoLightItalic/._5376-5631.pbf new file mode 100644 index 00000000..45bf31b5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._53760-54015.pbf b/maplibre/fonts/RobotoLightItalic/._53760-54015.pbf new file mode 100644 index 00000000..da323387 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._54016-54271.pbf b/maplibre/fonts/RobotoLightItalic/._54016-54271.pbf new file mode 100644 index 00000000..ada711be Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._54272-54527.pbf b/maplibre/fonts/RobotoLightItalic/._54272-54527.pbf new file mode 100644 index 00000000..05c2686e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._54528-54783.pbf b/maplibre/fonts/RobotoLightItalic/._54528-54783.pbf new file mode 100644 index 00000000..e6dd8722 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._54784-55039.pbf b/maplibre/fonts/RobotoLightItalic/._54784-55039.pbf new file mode 100644 index 00000000..d26eaf04 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._55040-55295.pbf b/maplibre/fonts/RobotoLightItalic/._55040-55295.pbf new file mode 100644 index 00000000..ef81f1cf Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._55296-55551.pbf b/maplibre/fonts/RobotoLightItalic/._55296-55551.pbf new file mode 100644 index 00000000..d721fbe0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._55552-55807.pbf b/maplibre/fonts/RobotoLightItalic/._55552-55807.pbf new file mode 100644 index 00000000..1924a3be Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._55808-56063.pbf b/maplibre/fonts/RobotoLightItalic/._55808-56063.pbf new file mode 100644 index 00000000..29f182ce Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._56064-56319.pbf b/maplibre/fonts/RobotoLightItalic/._56064-56319.pbf new file mode 100644 index 00000000..92a3feb5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._5632-5887.pbf b/maplibre/fonts/RobotoLightItalic/._5632-5887.pbf new file mode 100644 index 00000000..4d7f8ae2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._56320-56575.pbf b/maplibre/fonts/RobotoLightItalic/._56320-56575.pbf new file mode 100644 index 00000000..6faeb3ea Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._56576-56831.pbf b/maplibre/fonts/RobotoLightItalic/._56576-56831.pbf new file mode 100644 index 00000000..ae260f41 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._56832-57087.pbf b/maplibre/fonts/RobotoLightItalic/._56832-57087.pbf new file mode 100644 index 00000000..0bec329f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._57088-57343.pbf b/maplibre/fonts/RobotoLightItalic/._57088-57343.pbf new file mode 100644 index 00000000..8e97eb88 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._57344-57599.pbf b/maplibre/fonts/RobotoLightItalic/._57344-57599.pbf new file mode 100644 index 00000000..fb365ad5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._57600-57855.pbf b/maplibre/fonts/RobotoLightItalic/._57600-57855.pbf new file mode 100644 index 00000000..ed79ab91 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._57856-58111.pbf b/maplibre/fonts/RobotoLightItalic/._57856-58111.pbf new file mode 100644 index 00000000..3c14a851 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._58112-58367.pbf b/maplibre/fonts/RobotoLightItalic/._58112-58367.pbf new file mode 100644 index 00000000..17d441c0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._58368-58623.pbf b/maplibre/fonts/RobotoLightItalic/._58368-58623.pbf new file mode 100644 index 00000000..e51b7ae1 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._58624-58879.pbf b/maplibre/fonts/RobotoLightItalic/._58624-58879.pbf new file mode 100644 index 00000000..1662a091 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._5888-6143.pbf b/maplibre/fonts/RobotoLightItalic/._5888-6143.pbf new file mode 100644 index 00000000..680db655 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._58880-59135.pbf b/maplibre/fonts/RobotoLightItalic/._58880-59135.pbf new file mode 100644 index 00000000..00153f64 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._59136-59391.pbf b/maplibre/fonts/RobotoLightItalic/._59136-59391.pbf new file mode 100644 index 00000000..07db39f5 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._59392-59647.pbf b/maplibre/fonts/RobotoLightItalic/._59392-59647.pbf new file mode 100644 index 00000000..6c1edec1 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._59648-59903.pbf b/maplibre/fonts/RobotoLightItalic/._59648-59903.pbf new file mode 100644 index 00000000..03c12018 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._59904-60159.pbf b/maplibre/fonts/RobotoLightItalic/._59904-60159.pbf new file mode 100644 index 00000000..9fe5f5d0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._60160-60415.pbf b/maplibre/fonts/RobotoLightItalic/._60160-60415.pbf new file mode 100644 index 00000000..982a1202 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._60416-60671.pbf b/maplibre/fonts/RobotoLightItalic/._60416-60671.pbf new file mode 100644 index 00000000..6c240a4d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._60672-60927.pbf b/maplibre/fonts/RobotoLightItalic/._60672-60927.pbf new file mode 100644 index 00000000..423d1f2f Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._60928-61183.pbf b/maplibre/fonts/RobotoLightItalic/._60928-61183.pbf new file mode 100644 index 00000000..633d37eb Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._61184-61439.pbf b/maplibre/fonts/RobotoLightItalic/._61184-61439.pbf new file mode 100644 index 00000000..100594d8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._6144-6399.pbf b/maplibre/fonts/RobotoLightItalic/._6144-6399.pbf new file mode 100644 index 00000000..1cc5d703 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._61440-61695.pbf b/maplibre/fonts/RobotoLightItalic/._61440-61695.pbf new file mode 100644 index 00000000..d6c29e5e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._61696-61951.pbf b/maplibre/fonts/RobotoLightItalic/._61696-61951.pbf new file mode 100644 index 00000000..7b9dfbe8 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._61952-62207.pbf b/maplibre/fonts/RobotoLightItalic/._61952-62207.pbf new file mode 100644 index 00000000..57a65ef2 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._62208-62463.pbf b/maplibre/fonts/RobotoLightItalic/._62208-62463.pbf new file mode 100644 index 00000000..7cac39d4 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._62464-62719.pbf b/maplibre/fonts/RobotoLightItalic/._62464-62719.pbf new file mode 100644 index 00000000..c4b7ae98 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._62720-62975.pbf b/maplibre/fonts/RobotoLightItalic/._62720-62975.pbf new file mode 100644 index 00000000..6eaea798 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._62976-63231.pbf b/maplibre/fonts/RobotoLightItalic/._62976-63231.pbf new file mode 100644 index 00000000..c26ed7a7 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._63232-63487.pbf b/maplibre/fonts/RobotoLightItalic/._63232-63487.pbf new file mode 100644 index 00000000..daf12fcf Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._63488-63743.pbf b/maplibre/fonts/RobotoLightItalic/._63488-63743.pbf new file mode 100644 index 00000000..bc136314 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._63744-63999.pbf b/maplibre/fonts/RobotoLightItalic/._63744-63999.pbf new file mode 100644 index 00000000..da850e8c Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._6400-6655.pbf b/maplibre/fonts/RobotoLightItalic/._6400-6655.pbf new file mode 100644 index 00000000..11811991 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._64000-64255.pbf b/maplibre/fonts/RobotoLightItalic/._64000-64255.pbf new file mode 100644 index 00000000..e75b49f6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._64256-64511.pbf b/maplibre/fonts/RobotoLightItalic/._64256-64511.pbf new file mode 100644 index 00000000..0cf87bf0 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._64512-64767.pbf b/maplibre/fonts/RobotoLightItalic/._64512-64767.pbf new file mode 100644 index 00000000..e89d3f48 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._64768-65023.pbf b/maplibre/fonts/RobotoLightItalic/._64768-65023.pbf new file mode 100644 index 00000000..80dc195a Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._65024-65279.pbf b/maplibre/fonts/RobotoLightItalic/._65024-65279.pbf new file mode 100644 index 00000000..b0d69441 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._65280-65535.pbf b/maplibre/fonts/RobotoLightItalic/._65280-65535.pbf new file mode 100644 index 00000000..3fe8c0f6 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._6656-6911.pbf b/maplibre/fonts/RobotoLightItalic/._6656-6911.pbf new file mode 100644 index 00000000..09684a8d Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._6912-7167.pbf b/maplibre/fonts/RobotoLightItalic/._6912-7167.pbf new file mode 100644 index 00000000..da1c7e6e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._7168-7423.pbf b/maplibre/fonts/RobotoLightItalic/._7168-7423.pbf new file mode 100644 index 00000000..ae5c0ba9 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._7424-7679.pbf b/maplibre/fonts/RobotoLightItalic/._7424-7679.pbf new file mode 100644 index 00000000..07721304 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._768-1023.pbf b/maplibre/fonts/RobotoLightItalic/._768-1023.pbf new file mode 100644 index 00000000..7496da0e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._7680-7935.pbf b/maplibre/fonts/RobotoLightItalic/._7680-7935.pbf new file mode 100644 index 00000000..8f9ea1ca Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._7936-8191.pbf b/maplibre/fonts/RobotoLightItalic/._7936-8191.pbf new file mode 100644 index 00000000..e7a1acdd Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._8192-8447.pbf b/maplibre/fonts/RobotoLightItalic/._8192-8447.pbf new file mode 100644 index 00000000..5660df22 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._8448-8703.pbf b/maplibre/fonts/RobotoLightItalic/._8448-8703.pbf new file mode 100644 index 00000000..f2828628 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._8704-8959.pbf b/maplibre/fonts/RobotoLightItalic/._8704-8959.pbf new file mode 100644 index 00000000..f032954b Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._8960-9215.pbf b/maplibre/fonts/RobotoLightItalic/._8960-9215.pbf new file mode 100644 index 00000000..3096f145 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._9216-9471.pbf b/maplibre/fonts/RobotoLightItalic/._9216-9471.pbf new file mode 100644 index 00000000..b3bf074e Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._9472-9727.pbf b/maplibre/fonts/RobotoLightItalic/._9472-9727.pbf new file mode 100644 index 00000000..cd796aba Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._9728-9983.pbf b/maplibre/fonts/RobotoLightItalic/._9728-9983.pbf new file mode 100644 index 00000000..0e79b390 Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoLightItalic/._9984-10239.pbf b/maplibre/fonts/RobotoLightItalic/._9984-10239.pbf new file mode 100644 index 00000000..8f3584dd Binary files /dev/null and b/maplibre/fonts/RobotoLightItalic/._9984-10239.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._0-255.pbf b/maplibre/fonts/RobotoRegular/._0-255.pbf new file mode 100644 index 00000000..6c08e253 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._0-255.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._1024-1279.pbf b/maplibre/fonts/RobotoRegular/._1024-1279.pbf new file mode 100644 index 00000000..24f0294b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._1024-1279.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._10240-10495.pbf b/maplibre/fonts/RobotoRegular/._10240-10495.pbf new file mode 100644 index 00000000..b807c01a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._10240-10495.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._10496-10751.pbf b/maplibre/fonts/RobotoRegular/._10496-10751.pbf new file mode 100644 index 00000000..157b6f71 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._10496-10751.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._10752-11007.pbf b/maplibre/fonts/RobotoRegular/._10752-11007.pbf new file mode 100644 index 00000000..23e944f1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._10752-11007.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._11008-11263.pbf b/maplibre/fonts/RobotoRegular/._11008-11263.pbf new file mode 100644 index 00000000..250a1a05 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._11008-11263.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._11264-11519.pbf b/maplibre/fonts/RobotoRegular/._11264-11519.pbf new file mode 100644 index 00000000..d14efbce Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._11264-11519.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._11520-11775.pbf b/maplibre/fonts/RobotoRegular/._11520-11775.pbf new file mode 100644 index 00000000..0adfce9b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._11520-11775.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._11776-12031.pbf b/maplibre/fonts/RobotoRegular/._11776-12031.pbf new file mode 100644 index 00000000..dc5f5c42 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._11776-12031.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._12032-12287.pbf b/maplibre/fonts/RobotoRegular/._12032-12287.pbf new file mode 100644 index 00000000..8490d63b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._12032-12287.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._12288-12543.pbf b/maplibre/fonts/RobotoRegular/._12288-12543.pbf new file mode 100644 index 00000000..90a8560b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._12288-12543.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._12544-12799.pbf b/maplibre/fonts/RobotoRegular/._12544-12799.pbf new file mode 100644 index 00000000..ada8f342 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._12544-12799.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._1280-1535.pbf b/maplibre/fonts/RobotoRegular/._1280-1535.pbf new file mode 100644 index 00000000..09c29c9a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._1280-1535.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._12800-13055.pbf b/maplibre/fonts/RobotoRegular/._12800-13055.pbf new file mode 100644 index 00000000..599d5c3a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._12800-13055.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._13056-13311.pbf b/maplibre/fonts/RobotoRegular/._13056-13311.pbf new file mode 100644 index 00000000..59df7d1a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._13056-13311.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._13312-13567.pbf b/maplibre/fonts/RobotoRegular/._13312-13567.pbf new file mode 100644 index 00000000..e8500b56 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._13312-13567.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._13568-13823.pbf b/maplibre/fonts/RobotoRegular/._13568-13823.pbf new file mode 100644 index 00000000..5c00edb9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._13568-13823.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._13824-14079.pbf b/maplibre/fonts/RobotoRegular/._13824-14079.pbf new file mode 100644 index 00000000..75efd164 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._13824-14079.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._14080-14335.pbf b/maplibre/fonts/RobotoRegular/._14080-14335.pbf new file mode 100644 index 00000000..6c555dc6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._14080-14335.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._14336-14591.pbf b/maplibre/fonts/RobotoRegular/._14336-14591.pbf new file mode 100644 index 00000000..604040ef Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._14336-14591.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._14592-14847.pbf b/maplibre/fonts/RobotoRegular/._14592-14847.pbf new file mode 100644 index 00000000..2fad7224 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._14592-14847.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._14848-15103.pbf b/maplibre/fonts/RobotoRegular/._14848-15103.pbf new file mode 100644 index 00000000..8388a28e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._14848-15103.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._15104-15359.pbf b/maplibre/fonts/RobotoRegular/._15104-15359.pbf new file mode 100644 index 00000000..d0d88125 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._15104-15359.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._1536-1791.pbf b/maplibre/fonts/RobotoRegular/._1536-1791.pbf new file mode 100644 index 00000000..de666fd5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._1536-1791.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._15360-15615.pbf b/maplibre/fonts/RobotoRegular/._15360-15615.pbf new file mode 100644 index 00000000..5ac89d74 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._15360-15615.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._15616-15871.pbf b/maplibre/fonts/RobotoRegular/._15616-15871.pbf new file mode 100644 index 00000000..bb746e7b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._15616-15871.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._15872-16127.pbf b/maplibre/fonts/RobotoRegular/._15872-16127.pbf new file mode 100644 index 00000000..4a4c66ee Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._15872-16127.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._16128-16383.pbf b/maplibre/fonts/RobotoRegular/._16128-16383.pbf new file mode 100644 index 00000000..4ae92d94 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._16128-16383.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._16384-16639.pbf b/maplibre/fonts/RobotoRegular/._16384-16639.pbf new file mode 100644 index 00000000..9431e3f6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._16384-16639.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._16640-16895.pbf b/maplibre/fonts/RobotoRegular/._16640-16895.pbf new file mode 100644 index 00000000..a7572ab9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._16640-16895.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._16896-17151.pbf b/maplibre/fonts/RobotoRegular/._16896-17151.pbf new file mode 100644 index 00000000..4df44f36 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._16896-17151.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._17152-17407.pbf b/maplibre/fonts/RobotoRegular/._17152-17407.pbf new file mode 100644 index 00000000..bee8fc13 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._17152-17407.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._17408-17663.pbf b/maplibre/fonts/RobotoRegular/._17408-17663.pbf new file mode 100644 index 00000000..99936db8 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._17408-17663.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._17664-17919.pbf b/maplibre/fonts/RobotoRegular/._17664-17919.pbf new file mode 100644 index 00000000..68ac4af6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._17664-17919.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._1792-2047.pbf b/maplibre/fonts/RobotoRegular/._1792-2047.pbf new file mode 100644 index 00000000..cb3bd356 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._1792-2047.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._17920-18175.pbf b/maplibre/fonts/RobotoRegular/._17920-18175.pbf new file mode 100644 index 00000000..ea187506 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._17920-18175.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._18176-18431.pbf b/maplibre/fonts/RobotoRegular/._18176-18431.pbf new file mode 100644 index 00000000..e099e2e9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._18176-18431.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._18432-18687.pbf b/maplibre/fonts/RobotoRegular/._18432-18687.pbf new file mode 100644 index 00000000..13ad442b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._18432-18687.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._18688-18943.pbf b/maplibre/fonts/RobotoRegular/._18688-18943.pbf new file mode 100644 index 00000000..585ab699 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._18688-18943.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._18944-19199.pbf b/maplibre/fonts/RobotoRegular/._18944-19199.pbf new file mode 100644 index 00000000..eca70077 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._18944-19199.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._19200-19455.pbf b/maplibre/fonts/RobotoRegular/._19200-19455.pbf new file mode 100644 index 00000000..f58bd3f2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._19200-19455.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._19456-19711.pbf b/maplibre/fonts/RobotoRegular/._19456-19711.pbf new file mode 100644 index 00000000..c8ec8879 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._19456-19711.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._19712-19967.pbf b/maplibre/fonts/RobotoRegular/._19712-19967.pbf new file mode 100644 index 00000000..bab3d55e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._19712-19967.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._19968-20223.pbf b/maplibre/fonts/RobotoRegular/._19968-20223.pbf new file mode 100644 index 00000000..b85d0af5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._19968-20223.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._20224-20479.pbf b/maplibre/fonts/RobotoRegular/._20224-20479.pbf new file mode 100644 index 00000000..449a5b53 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._20224-20479.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._2048-2303.pbf b/maplibre/fonts/RobotoRegular/._2048-2303.pbf new file mode 100644 index 00000000..87b68c82 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._2048-2303.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._20480-20735.pbf b/maplibre/fonts/RobotoRegular/._20480-20735.pbf new file mode 100644 index 00000000..f522c862 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._20480-20735.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._20736-20991.pbf b/maplibre/fonts/RobotoRegular/._20736-20991.pbf new file mode 100644 index 00000000..db0e8d0c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._20736-20991.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._20992-21247.pbf b/maplibre/fonts/RobotoRegular/._20992-21247.pbf new file mode 100644 index 00000000..cc3e3cf5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._20992-21247.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._21248-21503.pbf b/maplibre/fonts/RobotoRegular/._21248-21503.pbf new file mode 100644 index 00000000..2c402180 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._21248-21503.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._21504-21759.pbf b/maplibre/fonts/RobotoRegular/._21504-21759.pbf new file mode 100644 index 00000000..b080868b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._21504-21759.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._21760-22015.pbf b/maplibre/fonts/RobotoRegular/._21760-22015.pbf new file mode 100644 index 00000000..bf339051 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._21760-22015.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._22016-22271.pbf b/maplibre/fonts/RobotoRegular/._22016-22271.pbf new file mode 100644 index 00000000..a08c93af Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._22016-22271.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._22272-22527.pbf b/maplibre/fonts/RobotoRegular/._22272-22527.pbf new file mode 100644 index 00000000..ab119f9b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._22272-22527.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._22528-22783.pbf b/maplibre/fonts/RobotoRegular/._22528-22783.pbf new file mode 100644 index 00000000..fbc877b5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._22528-22783.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._22784-23039.pbf b/maplibre/fonts/RobotoRegular/._22784-23039.pbf new file mode 100644 index 00000000..7238fc65 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._22784-23039.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._2304-2559.pbf b/maplibre/fonts/RobotoRegular/._2304-2559.pbf new file mode 100644 index 00000000..bd347b71 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._2304-2559.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._23040-23295.pbf b/maplibre/fonts/RobotoRegular/._23040-23295.pbf new file mode 100644 index 00000000..99e14145 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._23040-23295.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._23296-23551.pbf b/maplibre/fonts/RobotoRegular/._23296-23551.pbf new file mode 100644 index 00000000..0f2202e9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._23296-23551.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._23552-23807.pbf b/maplibre/fonts/RobotoRegular/._23552-23807.pbf new file mode 100644 index 00000000..f0dcae40 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._23552-23807.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._23808-24063.pbf b/maplibre/fonts/RobotoRegular/._23808-24063.pbf new file mode 100644 index 00000000..b0c04c0c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._23808-24063.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._24064-24319.pbf b/maplibre/fonts/RobotoRegular/._24064-24319.pbf new file mode 100644 index 00000000..d365edda Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._24064-24319.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._24320-24575.pbf b/maplibre/fonts/RobotoRegular/._24320-24575.pbf new file mode 100644 index 00000000..e3f01e79 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._24320-24575.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._24576-24831.pbf b/maplibre/fonts/RobotoRegular/._24576-24831.pbf new file mode 100644 index 00000000..83fd8781 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._24576-24831.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._24832-25087.pbf b/maplibre/fonts/RobotoRegular/._24832-25087.pbf new file mode 100644 index 00000000..4dde5012 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._24832-25087.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._25088-25343.pbf b/maplibre/fonts/RobotoRegular/._25088-25343.pbf new file mode 100644 index 00000000..c8443537 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._25088-25343.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._25344-25599.pbf b/maplibre/fonts/RobotoRegular/._25344-25599.pbf new file mode 100644 index 00000000..99ec393f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._25344-25599.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._256-511.pbf b/maplibre/fonts/RobotoRegular/._256-511.pbf new file mode 100644 index 00000000..771ef544 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._256-511.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._2560-2815.pbf b/maplibre/fonts/RobotoRegular/._2560-2815.pbf new file mode 100644 index 00000000..e85d26d6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._2560-2815.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._25600-25855.pbf b/maplibre/fonts/RobotoRegular/._25600-25855.pbf new file mode 100644 index 00000000..ff034d1a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._25600-25855.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._25856-26111.pbf b/maplibre/fonts/RobotoRegular/._25856-26111.pbf new file mode 100644 index 00000000..10ed9be5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._25856-26111.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._26112-26367.pbf b/maplibre/fonts/RobotoRegular/._26112-26367.pbf new file mode 100644 index 00000000..e1d05e36 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._26112-26367.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._26368-26623.pbf b/maplibre/fonts/RobotoRegular/._26368-26623.pbf new file mode 100644 index 00000000..e30e587e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._26368-26623.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._26624-26879.pbf b/maplibre/fonts/RobotoRegular/._26624-26879.pbf new file mode 100644 index 00000000..a90fcc61 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._26624-26879.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._26880-27135.pbf b/maplibre/fonts/RobotoRegular/._26880-27135.pbf new file mode 100644 index 00000000..5f5c24fc Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._26880-27135.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._27136-27391.pbf b/maplibre/fonts/RobotoRegular/._27136-27391.pbf new file mode 100644 index 00000000..14d2bf9a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._27136-27391.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._27392-27647.pbf b/maplibre/fonts/RobotoRegular/._27392-27647.pbf new file mode 100644 index 00000000..a6590e38 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._27392-27647.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._27648-27903.pbf b/maplibre/fonts/RobotoRegular/._27648-27903.pbf new file mode 100644 index 00000000..638ef1c7 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._27648-27903.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._27904-28159.pbf b/maplibre/fonts/RobotoRegular/._27904-28159.pbf new file mode 100644 index 00000000..ad32ae33 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._27904-28159.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._2816-3071.pbf b/maplibre/fonts/RobotoRegular/._2816-3071.pbf new file mode 100644 index 00000000..137a49db Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._2816-3071.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._28160-28415.pbf b/maplibre/fonts/RobotoRegular/._28160-28415.pbf new file mode 100644 index 00000000..a297cc4b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._28160-28415.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._28416-28671.pbf b/maplibre/fonts/RobotoRegular/._28416-28671.pbf new file mode 100644 index 00000000..8c327f04 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._28416-28671.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._28672-28927.pbf b/maplibre/fonts/RobotoRegular/._28672-28927.pbf new file mode 100644 index 00000000..9c87a959 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._28672-28927.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._28928-29183.pbf b/maplibre/fonts/RobotoRegular/._28928-29183.pbf new file mode 100644 index 00000000..e2edf9d8 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._28928-29183.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._29184-29439.pbf b/maplibre/fonts/RobotoRegular/._29184-29439.pbf new file mode 100644 index 00000000..f9e6f1be Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._29184-29439.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._29440-29695.pbf b/maplibre/fonts/RobotoRegular/._29440-29695.pbf new file mode 100644 index 00000000..1a2e545b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._29440-29695.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._29696-29951.pbf b/maplibre/fonts/RobotoRegular/._29696-29951.pbf new file mode 100644 index 00000000..fc78cdf8 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._29696-29951.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._29952-30207.pbf b/maplibre/fonts/RobotoRegular/._29952-30207.pbf new file mode 100644 index 00000000..a1e393eb Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._29952-30207.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._30208-30463.pbf b/maplibre/fonts/RobotoRegular/._30208-30463.pbf new file mode 100644 index 00000000..6cd845ba Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._30208-30463.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._30464-30719.pbf b/maplibre/fonts/RobotoRegular/._30464-30719.pbf new file mode 100644 index 00000000..50db39c4 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._30464-30719.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._3072-3327.pbf b/maplibre/fonts/RobotoRegular/._3072-3327.pbf new file mode 100644 index 00000000..c284004e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._3072-3327.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._30720-30975.pbf b/maplibre/fonts/RobotoRegular/._30720-30975.pbf new file mode 100644 index 00000000..cf30b12f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._30720-30975.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._30976-31231.pbf b/maplibre/fonts/RobotoRegular/._30976-31231.pbf new file mode 100644 index 00000000..9e59970a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._30976-31231.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._31232-31487.pbf b/maplibre/fonts/RobotoRegular/._31232-31487.pbf new file mode 100644 index 00000000..b380ba70 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._31232-31487.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._31488-31743.pbf b/maplibre/fonts/RobotoRegular/._31488-31743.pbf new file mode 100644 index 00000000..8751ebc9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._31488-31743.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._31744-31999.pbf b/maplibre/fonts/RobotoRegular/._31744-31999.pbf new file mode 100644 index 00000000..9358771c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._31744-31999.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._32000-32255.pbf b/maplibre/fonts/RobotoRegular/._32000-32255.pbf new file mode 100644 index 00000000..9b83ad1f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._32000-32255.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._32256-32511.pbf b/maplibre/fonts/RobotoRegular/._32256-32511.pbf new file mode 100644 index 00000000..df12cf85 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._32256-32511.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._32512-32767.pbf b/maplibre/fonts/RobotoRegular/._32512-32767.pbf new file mode 100644 index 00000000..a244e03b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._32512-32767.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._32768-33023.pbf b/maplibre/fonts/RobotoRegular/._32768-33023.pbf new file mode 100644 index 00000000..40124d8c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._32768-33023.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._33024-33279.pbf b/maplibre/fonts/RobotoRegular/._33024-33279.pbf new file mode 100644 index 00000000..3f3f536c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._33024-33279.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._3328-3583.pbf b/maplibre/fonts/RobotoRegular/._3328-3583.pbf new file mode 100644 index 00000000..8d8ee681 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._3328-3583.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._33280-33535.pbf b/maplibre/fonts/RobotoRegular/._33280-33535.pbf new file mode 100644 index 00000000..d482ce22 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._33280-33535.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._33536-33791.pbf b/maplibre/fonts/RobotoRegular/._33536-33791.pbf new file mode 100644 index 00000000..22745144 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._33536-33791.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._33792-34047.pbf b/maplibre/fonts/RobotoRegular/._33792-34047.pbf new file mode 100644 index 00000000..3fde7d4d Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._33792-34047.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._34048-34303.pbf b/maplibre/fonts/RobotoRegular/._34048-34303.pbf new file mode 100644 index 00000000..4a53dab2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._34048-34303.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._34304-34559.pbf b/maplibre/fonts/RobotoRegular/._34304-34559.pbf new file mode 100644 index 00000000..c8b41748 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._34304-34559.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._34560-34815.pbf b/maplibre/fonts/RobotoRegular/._34560-34815.pbf new file mode 100644 index 00000000..ae40dcd9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._34560-34815.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._34816-35071.pbf b/maplibre/fonts/RobotoRegular/._34816-35071.pbf new file mode 100644 index 00000000..18467837 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._34816-35071.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._35072-35327.pbf b/maplibre/fonts/RobotoRegular/._35072-35327.pbf new file mode 100644 index 00000000..68cb7c25 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._35072-35327.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._35328-35583.pbf b/maplibre/fonts/RobotoRegular/._35328-35583.pbf new file mode 100644 index 00000000..127a8404 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._35328-35583.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._35584-35839.pbf b/maplibre/fonts/RobotoRegular/._35584-35839.pbf new file mode 100644 index 00000000..53b7cacb Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._35584-35839.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._3584-3839.pbf b/maplibre/fonts/RobotoRegular/._3584-3839.pbf new file mode 100644 index 00000000..7ae90a8f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._3584-3839.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._35840-36095.pbf b/maplibre/fonts/RobotoRegular/._35840-36095.pbf new file mode 100644 index 00000000..40d1d95c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._35840-36095.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._36096-36351.pbf b/maplibre/fonts/RobotoRegular/._36096-36351.pbf new file mode 100644 index 00000000..df7918fb Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._36096-36351.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._36352-36607.pbf b/maplibre/fonts/RobotoRegular/._36352-36607.pbf new file mode 100644 index 00000000..f04d6db7 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._36352-36607.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._36608-36863.pbf b/maplibre/fonts/RobotoRegular/._36608-36863.pbf new file mode 100644 index 00000000..cf364bb6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._36608-36863.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._36864-37119.pbf b/maplibre/fonts/RobotoRegular/._36864-37119.pbf new file mode 100644 index 00000000..703b1f73 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._36864-37119.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._37120-37375.pbf b/maplibre/fonts/RobotoRegular/._37120-37375.pbf new file mode 100644 index 00000000..64b661fa Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._37120-37375.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._37376-37631.pbf b/maplibre/fonts/RobotoRegular/._37376-37631.pbf new file mode 100644 index 00000000..d668f2f3 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._37376-37631.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._37632-37887.pbf b/maplibre/fonts/RobotoRegular/._37632-37887.pbf new file mode 100644 index 00000000..5090fdc5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._37632-37887.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._37888-38143.pbf b/maplibre/fonts/RobotoRegular/._37888-38143.pbf new file mode 100644 index 00000000..31787cd5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._37888-38143.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._38144-38399.pbf b/maplibre/fonts/RobotoRegular/._38144-38399.pbf new file mode 100644 index 00000000..f136535a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._38144-38399.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._3840-4095.pbf b/maplibre/fonts/RobotoRegular/._3840-4095.pbf new file mode 100644 index 00000000..ea716999 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._3840-4095.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._38400-38655.pbf b/maplibre/fonts/RobotoRegular/._38400-38655.pbf new file mode 100644 index 00000000..ec405df5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._38400-38655.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._38656-38911.pbf b/maplibre/fonts/RobotoRegular/._38656-38911.pbf new file mode 100644 index 00000000..8a8c3b7a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._38656-38911.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._38912-39167.pbf b/maplibre/fonts/RobotoRegular/._38912-39167.pbf new file mode 100644 index 00000000..5bf5527e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._38912-39167.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._39168-39423.pbf b/maplibre/fonts/RobotoRegular/._39168-39423.pbf new file mode 100644 index 00000000..60aa2085 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._39168-39423.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._39424-39679.pbf b/maplibre/fonts/RobotoRegular/._39424-39679.pbf new file mode 100644 index 00000000..1e6e3d10 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._39424-39679.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._39680-39935.pbf b/maplibre/fonts/RobotoRegular/._39680-39935.pbf new file mode 100644 index 00000000..8c0e41ff Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._39680-39935.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._39936-40191.pbf b/maplibre/fonts/RobotoRegular/._39936-40191.pbf new file mode 100644 index 00000000..c8a8633f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._39936-40191.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._40192-40447.pbf b/maplibre/fonts/RobotoRegular/._40192-40447.pbf new file mode 100644 index 00000000..3421f8d9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._40192-40447.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._40448-40703.pbf b/maplibre/fonts/RobotoRegular/._40448-40703.pbf new file mode 100644 index 00000000..bc6749d3 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._40448-40703.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._40704-40959.pbf b/maplibre/fonts/RobotoRegular/._40704-40959.pbf new file mode 100644 index 00000000..a37615d5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._40704-40959.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._4096-4351.pbf b/maplibre/fonts/RobotoRegular/._4096-4351.pbf new file mode 100644 index 00000000..af6fe16d Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._4096-4351.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._40960-41215.pbf b/maplibre/fonts/RobotoRegular/._40960-41215.pbf new file mode 100644 index 00000000..63e24da3 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._40960-41215.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._41216-41471.pbf b/maplibre/fonts/RobotoRegular/._41216-41471.pbf new file mode 100644 index 00000000..2cd7fe6c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._41216-41471.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._41472-41727.pbf b/maplibre/fonts/RobotoRegular/._41472-41727.pbf new file mode 100644 index 00000000..7212d8bc Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._41472-41727.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._41728-41983.pbf b/maplibre/fonts/RobotoRegular/._41728-41983.pbf new file mode 100644 index 00000000..d5801fef Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._41728-41983.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._41984-42239.pbf b/maplibre/fonts/RobotoRegular/._41984-42239.pbf new file mode 100644 index 00000000..3b4a5420 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._41984-42239.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._42240-42495.pbf b/maplibre/fonts/RobotoRegular/._42240-42495.pbf new file mode 100644 index 00000000..991c5f19 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._42240-42495.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._42496-42751.pbf b/maplibre/fonts/RobotoRegular/._42496-42751.pbf new file mode 100644 index 00000000..9362f656 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._42496-42751.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._42752-43007.pbf b/maplibre/fonts/RobotoRegular/._42752-43007.pbf new file mode 100644 index 00000000..cb268b70 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._42752-43007.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._43008-43263.pbf b/maplibre/fonts/RobotoRegular/._43008-43263.pbf new file mode 100644 index 00000000..fdf364b2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._43008-43263.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._43264-43519.pbf b/maplibre/fonts/RobotoRegular/._43264-43519.pbf new file mode 100644 index 00000000..822d45ea Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._43264-43519.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._4352-4607.pbf b/maplibre/fonts/RobotoRegular/._4352-4607.pbf new file mode 100644 index 00000000..53960702 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._4352-4607.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._43520-43775.pbf b/maplibre/fonts/RobotoRegular/._43520-43775.pbf new file mode 100644 index 00000000..73232f09 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._43520-43775.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._43776-44031.pbf b/maplibre/fonts/RobotoRegular/._43776-44031.pbf new file mode 100644 index 00000000..cf9f9e34 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._43776-44031.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._44032-44287.pbf b/maplibre/fonts/RobotoRegular/._44032-44287.pbf new file mode 100644 index 00000000..069000ed Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._44032-44287.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._44288-44543.pbf b/maplibre/fonts/RobotoRegular/._44288-44543.pbf new file mode 100644 index 00000000..01e94336 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._44288-44543.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._44544-44799.pbf b/maplibre/fonts/RobotoRegular/._44544-44799.pbf new file mode 100644 index 00000000..388d93ff Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._44544-44799.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._44800-45055.pbf b/maplibre/fonts/RobotoRegular/._44800-45055.pbf new file mode 100644 index 00000000..41fd6d9e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._44800-45055.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._45056-45311.pbf b/maplibre/fonts/RobotoRegular/._45056-45311.pbf new file mode 100644 index 00000000..71197215 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._45056-45311.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._45312-45567.pbf b/maplibre/fonts/RobotoRegular/._45312-45567.pbf new file mode 100644 index 00000000..d544a07a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._45312-45567.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._45568-45823.pbf b/maplibre/fonts/RobotoRegular/._45568-45823.pbf new file mode 100644 index 00000000..617891c6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._45568-45823.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._45824-46079.pbf b/maplibre/fonts/RobotoRegular/._45824-46079.pbf new file mode 100644 index 00000000..dbe76281 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._45824-46079.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._4608-4863.pbf b/maplibre/fonts/RobotoRegular/._4608-4863.pbf new file mode 100644 index 00000000..aca2ffd7 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._4608-4863.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._46080-46335.pbf b/maplibre/fonts/RobotoRegular/._46080-46335.pbf new file mode 100644 index 00000000..12bf26f7 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._46080-46335.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._46336-46591.pbf b/maplibre/fonts/RobotoRegular/._46336-46591.pbf new file mode 100644 index 00000000..86b39b09 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._46336-46591.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._46592-46847.pbf b/maplibre/fonts/RobotoRegular/._46592-46847.pbf new file mode 100644 index 00000000..bbfa1f89 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._46592-46847.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._46848-47103.pbf b/maplibre/fonts/RobotoRegular/._46848-47103.pbf new file mode 100644 index 00000000..03d76ff6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._46848-47103.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._47104-47359.pbf b/maplibre/fonts/RobotoRegular/._47104-47359.pbf new file mode 100644 index 00000000..ee6d5ea5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._47104-47359.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._47360-47615.pbf b/maplibre/fonts/RobotoRegular/._47360-47615.pbf new file mode 100644 index 00000000..39fdae44 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._47360-47615.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._47616-47871.pbf b/maplibre/fonts/RobotoRegular/._47616-47871.pbf new file mode 100644 index 00000000..2ea0c1d5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._47616-47871.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._47872-48127.pbf b/maplibre/fonts/RobotoRegular/._47872-48127.pbf new file mode 100644 index 00000000..58971c50 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._47872-48127.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._48128-48383.pbf b/maplibre/fonts/RobotoRegular/._48128-48383.pbf new file mode 100644 index 00000000..4898c772 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._48128-48383.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._48384-48639.pbf b/maplibre/fonts/RobotoRegular/._48384-48639.pbf new file mode 100644 index 00000000..1243bb31 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._48384-48639.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._4864-5119.pbf b/maplibre/fonts/RobotoRegular/._4864-5119.pbf new file mode 100644 index 00000000..a50d4da3 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._4864-5119.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._48640-48895.pbf b/maplibre/fonts/RobotoRegular/._48640-48895.pbf new file mode 100644 index 00000000..539a9d77 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._48640-48895.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._48896-49151.pbf b/maplibre/fonts/RobotoRegular/._48896-49151.pbf new file mode 100644 index 00000000..0f5653a1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._48896-49151.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._49152-49407.pbf b/maplibre/fonts/RobotoRegular/._49152-49407.pbf new file mode 100644 index 00000000..5a3b4922 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._49152-49407.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._49408-49663.pbf b/maplibre/fonts/RobotoRegular/._49408-49663.pbf new file mode 100644 index 00000000..6c806679 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._49408-49663.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._49664-49919.pbf b/maplibre/fonts/RobotoRegular/._49664-49919.pbf new file mode 100644 index 00000000..57e05f9c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._49664-49919.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._49920-50175.pbf b/maplibre/fonts/RobotoRegular/._49920-50175.pbf new file mode 100644 index 00000000..2e45efd5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._49920-50175.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._50176-50431.pbf b/maplibre/fonts/RobotoRegular/._50176-50431.pbf new file mode 100644 index 00000000..e3a7ce3e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._50176-50431.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._50432-50687.pbf b/maplibre/fonts/RobotoRegular/._50432-50687.pbf new file mode 100644 index 00000000..c255908a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._50432-50687.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._50688-50943.pbf b/maplibre/fonts/RobotoRegular/._50688-50943.pbf new file mode 100644 index 00000000..fb9d6a3c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._50688-50943.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._50944-51199.pbf b/maplibre/fonts/RobotoRegular/._50944-51199.pbf new file mode 100644 index 00000000..fab3d1c2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._50944-51199.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._512-767.pbf b/maplibre/fonts/RobotoRegular/._512-767.pbf new file mode 100644 index 00000000..408e3f11 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._512-767.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._5120-5375.pbf b/maplibre/fonts/RobotoRegular/._5120-5375.pbf new file mode 100644 index 00000000..a7e327ee Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._5120-5375.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._51200-51455.pbf b/maplibre/fonts/RobotoRegular/._51200-51455.pbf new file mode 100644 index 00000000..84047473 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._51200-51455.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._51456-51711.pbf b/maplibre/fonts/RobotoRegular/._51456-51711.pbf new file mode 100644 index 00000000..e0dc68cc Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._51456-51711.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._51712-51967.pbf b/maplibre/fonts/RobotoRegular/._51712-51967.pbf new file mode 100644 index 00000000..4ee3e147 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._51712-51967.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._51968-52223.pbf b/maplibre/fonts/RobotoRegular/._51968-52223.pbf new file mode 100644 index 00000000..276f95c3 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._51968-52223.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._52224-52479.pbf b/maplibre/fonts/RobotoRegular/._52224-52479.pbf new file mode 100644 index 00000000..aa3f920a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._52224-52479.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._52480-52735.pbf b/maplibre/fonts/RobotoRegular/._52480-52735.pbf new file mode 100644 index 00000000..0964af8b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._52480-52735.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._52736-52991.pbf b/maplibre/fonts/RobotoRegular/._52736-52991.pbf new file mode 100644 index 00000000..db85e175 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._52736-52991.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._52992-53247.pbf b/maplibre/fonts/RobotoRegular/._52992-53247.pbf new file mode 100644 index 00000000..0c561ae9 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._52992-53247.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._53248-53503.pbf b/maplibre/fonts/RobotoRegular/._53248-53503.pbf new file mode 100644 index 00000000..5544470e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._53248-53503.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._53504-53759.pbf b/maplibre/fonts/RobotoRegular/._53504-53759.pbf new file mode 100644 index 00000000..a662c366 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._53504-53759.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._5376-5631.pbf b/maplibre/fonts/RobotoRegular/._5376-5631.pbf new file mode 100644 index 00000000..ed28f1a6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._5376-5631.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._53760-54015.pbf b/maplibre/fonts/RobotoRegular/._53760-54015.pbf new file mode 100644 index 00000000..8ca0eba1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._53760-54015.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._54016-54271.pbf b/maplibre/fonts/RobotoRegular/._54016-54271.pbf new file mode 100644 index 00000000..4462f58b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._54016-54271.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._54272-54527.pbf b/maplibre/fonts/RobotoRegular/._54272-54527.pbf new file mode 100644 index 00000000..2c74510e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._54272-54527.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._54528-54783.pbf b/maplibre/fonts/RobotoRegular/._54528-54783.pbf new file mode 100644 index 00000000..e34ad1a2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._54528-54783.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._54784-55039.pbf b/maplibre/fonts/RobotoRegular/._54784-55039.pbf new file mode 100644 index 00000000..37d24d76 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._54784-55039.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._55040-55295.pbf b/maplibre/fonts/RobotoRegular/._55040-55295.pbf new file mode 100644 index 00000000..972c0e53 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._55040-55295.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._55296-55551.pbf b/maplibre/fonts/RobotoRegular/._55296-55551.pbf new file mode 100644 index 00000000..16236a6b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._55296-55551.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._55552-55807.pbf b/maplibre/fonts/RobotoRegular/._55552-55807.pbf new file mode 100644 index 00000000..98ab88c1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._55552-55807.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._55808-56063.pbf b/maplibre/fonts/RobotoRegular/._55808-56063.pbf new file mode 100644 index 00000000..65c0024d Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._55808-56063.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._56064-56319.pbf b/maplibre/fonts/RobotoRegular/._56064-56319.pbf new file mode 100644 index 00000000..ab2cd225 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._56064-56319.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._5632-5887.pbf b/maplibre/fonts/RobotoRegular/._5632-5887.pbf new file mode 100644 index 00000000..efadb86b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._5632-5887.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._56320-56575.pbf b/maplibre/fonts/RobotoRegular/._56320-56575.pbf new file mode 100644 index 00000000..23864d8d Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._56320-56575.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._56576-56831.pbf b/maplibre/fonts/RobotoRegular/._56576-56831.pbf new file mode 100644 index 00000000..bf8cf99e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._56576-56831.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._56832-57087.pbf b/maplibre/fonts/RobotoRegular/._56832-57087.pbf new file mode 100644 index 00000000..592cf23e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._56832-57087.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._57088-57343.pbf b/maplibre/fonts/RobotoRegular/._57088-57343.pbf new file mode 100644 index 00000000..4df623ab Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._57088-57343.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._57344-57599.pbf b/maplibre/fonts/RobotoRegular/._57344-57599.pbf new file mode 100644 index 00000000..54dbc076 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._57344-57599.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._57600-57855.pbf b/maplibre/fonts/RobotoRegular/._57600-57855.pbf new file mode 100644 index 00000000..63b7b18c Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._57600-57855.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._57856-58111.pbf b/maplibre/fonts/RobotoRegular/._57856-58111.pbf new file mode 100644 index 00000000..3ce81416 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._57856-58111.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._58112-58367.pbf b/maplibre/fonts/RobotoRegular/._58112-58367.pbf new file mode 100644 index 00000000..426c9fda Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._58112-58367.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._58368-58623.pbf b/maplibre/fonts/RobotoRegular/._58368-58623.pbf new file mode 100644 index 00000000..9c577165 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._58368-58623.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._58624-58879.pbf b/maplibre/fonts/RobotoRegular/._58624-58879.pbf new file mode 100644 index 00000000..4157c899 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._58624-58879.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._5888-6143.pbf b/maplibre/fonts/RobotoRegular/._5888-6143.pbf new file mode 100644 index 00000000..ebe6129a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._5888-6143.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._58880-59135.pbf b/maplibre/fonts/RobotoRegular/._58880-59135.pbf new file mode 100644 index 00000000..418ecf9f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._58880-59135.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._59136-59391.pbf b/maplibre/fonts/RobotoRegular/._59136-59391.pbf new file mode 100644 index 00000000..ade4ccf5 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._59136-59391.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._59392-59647.pbf b/maplibre/fonts/RobotoRegular/._59392-59647.pbf new file mode 100644 index 00000000..49c0eea2 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._59392-59647.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._59648-59903.pbf b/maplibre/fonts/RobotoRegular/._59648-59903.pbf new file mode 100644 index 00000000..b5483fac Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._59648-59903.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._59904-60159.pbf b/maplibre/fonts/RobotoRegular/._59904-60159.pbf new file mode 100644 index 00000000..6da8efe7 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._59904-60159.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._60160-60415.pbf b/maplibre/fonts/RobotoRegular/._60160-60415.pbf new file mode 100644 index 00000000..1d05de97 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._60160-60415.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._60416-60671.pbf b/maplibre/fonts/RobotoRegular/._60416-60671.pbf new file mode 100644 index 00000000..41262706 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._60416-60671.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._60672-60927.pbf b/maplibre/fonts/RobotoRegular/._60672-60927.pbf new file mode 100644 index 00000000..eef43e4f Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._60672-60927.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._60928-61183.pbf b/maplibre/fonts/RobotoRegular/._60928-61183.pbf new file mode 100644 index 00000000..ff7a3c34 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._60928-61183.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._61184-61439.pbf b/maplibre/fonts/RobotoRegular/._61184-61439.pbf new file mode 100644 index 00000000..8ca59fc1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._61184-61439.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._6144-6399.pbf b/maplibre/fonts/RobotoRegular/._6144-6399.pbf new file mode 100644 index 00000000..3794cf6e Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._6144-6399.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._61440-61695.pbf b/maplibre/fonts/RobotoRegular/._61440-61695.pbf new file mode 100644 index 00000000..445c02c4 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._61440-61695.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._61696-61951.pbf b/maplibre/fonts/RobotoRegular/._61696-61951.pbf new file mode 100644 index 00000000..9d9f18ec Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._61696-61951.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._61952-62207.pbf b/maplibre/fonts/RobotoRegular/._61952-62207.pbf new file mode 100644 index 00000000..c0d7c41b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._61952-62207.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._62208-62463.pbf b/maplibre/fonts/RobotoRegular/._62208-62463.pbf new file mode 100644 index 00000000..b2d1fd92 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._62208-62463.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._62464-62719.pbf b/maplibre/fonts/RobotoRegular/._62464-62719.pbf new file mode 100644 index 00000000..253f7c2b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._62464-62719.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._62720-62975.pbf b/maplibre/fonts/RobotoRegular/._62720-62975.pbf new file mode 100644 index 00000000..b14dd957 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._62720-62975.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._62976-63231.pbf b/maplibre/fonts/RobotoRegular/._62976-63231.pbf new file mode 100644 index 00000000..4af4d1c1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._62976-63231.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._63232-63487.pbf b/maplibre/fonts/RobotoRegular/._63232-63487.pbf new file mode 100644 index 00000000..019d8225 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._63232-63487.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._63488-63743.pbf b/maplibre/fonts/RobotoRegular/._63488-63743.pbf new file mode 100644 index 00000000..8d23af7a Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._63488-63743.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._63744-63999.pbf b/maplibre/fonts/RobotoRegular/._63744-63999.pbf new file mode 100644 index 00000000..9929c262 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._63744-63999.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._6400-6655.pbf b/maplibre/fonts/RobotoRegular/._6400-6655.pbf new file mode 100644 index 00000000..0c4e62c8 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._6400-6655.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._64000-64255.pbf b/maplibre/fonts/RobotoRegular/._64000-64255.pbf new file mode 100644 index 00000000..50f4ed80 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._64000-64255.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._64256-64511.pbf b/maplibre/fonts/RobotoRegular/._64256-64511.pbf new file mode 100644 index 00000000..3a6fd3d6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._64256-64511.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._64512-64767.pbf b/maplibre/fonts/RobotoRegular/._64512-64767.pbf new file mode 100644 index 00000000..59696e82 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._64512-64767.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._64768-65023.pbf b/maplibre/fonts/RobotoRegular/._64768-65023.pbf new file mode 100644 index 00000000..fc61fa8d Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._64768-65023.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._65024-65279.pbf b/maplibre/fonts/RobotoRegular/._65024-65279.pbf new file mode 100644 index 00000000..b67f2114 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._65024-65279.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._65280-65535.pbf b/maplibre/fonts/RobotoRegular/._65280-65535.pbf new file mode 100644 index 00000000..dbc58710 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._65280-65535.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._6656-6911.pbf b/maplibre/fonts/RobotoRegular/._6656-6911.pbf new file mode 100644 index 00000000..92b52f54 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._6656-6911.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._6912-7167.pbf b/maplibre/fonts/RobotoRegular/._6912-7167.pbf new file mode 100644 index 00000000..b4d18068 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._6912-7167.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._7168-7423.pbf b/maplibre/fonts/RobotoRegular/._7168-7423.pbf new file mode 100644 index 00000000..42d22145 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._7168-7423.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._7424-7679.pbf b/maplibre/fonts/RobotoRegular/._7424-7679.pbf new file mode 100644 index 00000000..1b491feb Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._7424-7679.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._768-1023.pbf b/maplibre/fonts/RobotoRegular/._768-1023.pbf new file mode 100644 index 00000000..0a135da1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._768-1023.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._7680-7935.pbf b/maplibre/fonts/RobotoRegular/._7680-7935.pbf new file mode 100644 index 00000000..40060187 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._7680-7935.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._7936-8191.pbf b/maplibre/fonts/RobotoRegular/._7936-8191.pbf new file mode 100644 index 00000000..b10e480b Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._7936-8191.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._8192-8447.pbf b/maplibre/fonts/RobotoRegular/._8192-8447.pbf new file mode 100644 index 00000000..dc824787 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._8192-8447.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._8448-8703.pbf b/maplibre/fonts/RobotoRegular/._8448-8703.pbf new file mode 100644 index 00000000..9e427cee Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._8448-8703.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._8704-8959.pbf b/maplibre/fonts/RobotoRegular/._8704-8959.pbf new file mode 100644 index 00000000..2e3d1d51 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._8704-8959.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._8960-9215.pbf b/maplibre/fonts/RobotoRegular/._8960-9215.pbf new file mode 100644 index 00000000..d29ac414 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._8960-9215.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._9216-9471.pbf b/maplibre/fonts/RobotoRegular/._9216-9471.pbf new file mode 100644 index 00000000..ab80d5cb Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._9216-9471.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._9472-9727.pbf b/maplibre/fonts/RobotoRegular/._9472-9727.pbf new file mode 100644 index 00000000..37f7a1b8 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._9472-9727.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._9728-9983.pbf b/maplibre/fonts/RobotoRegular/._9728-9983.pbf new file mode 100644 index 00000000..918a5ac6 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._9728-9983.pbf differ diff --git a/maplibre/fonts/RobotoRegular/._9984-10239.pbf b/maplibre/fonts/RobotoRegular/._9984-10239.pbf new file mode 100644 index 00000000..354ca2b1 Binary files /dev/null and b/maplibre/fonts/RobotoRegular/._9984-10239.pbf differ diff --git a/maplibre/textures/._plastic_bubble_wrap.png b/maplibre/textures/._plastic_bubble_wrap.png new file mode 100644 index 00000000..5aeab617 Binary files /dev/null and b/maplibre/textures/._plastic_bubble_wrap.png differ diff --git a/pcf-wp/._communiques.php b/pcf-wp/._communiques.php new file mode 100644 index 00000000..4a1f59ad Binary files /dev/null and b/pcf-wp/._communiques.php differ diff --git a/pcf-wp/._header.php b/pcf-wp/._header.php new file mode 100644 index 00000000..d8bcd297 Binary files /dev/null and b/pcf-wp/._header.php differ diff --git a/pcf-wp/._screenshot.png b/pcf-wp/._screenshot.png new file mode 100644 index 00000000..d0fe7169 Binary files /dev/null and b/pcf-wp/._screenshot.png differ diff --git a/spider/._index.html b/spider/._index.html new file mode 100644 index 00000000..401ee32f Binary files /dev/null and b/spider/._index.html differ diff --git a/svg/fediverse/._funkwhale.svg b/svg/fediverse/._funkwhale.svg new file mode 100644 index 00000000..03c7b3a8 Binary files /dev/null and b/svg/fediverse/._funkwhale.svg differ diff --git a/svg/fediverse/._mastodon.svg b/svg/fediverse/._mastodon.svg new file mode 100644 index 00000000..81499e68 Binary files /dev/null and b/svg/fediverse/._mastodon.svg differ diff --git a/svg/fediverse/._peertube.svg b/svg/fediverse/._peertube.svg new file mode 100644 index 00000000..44bacc63 Binary files /dev/null and b/svg/fediverse/._peertube.svg differ diff --git a/svg/fediverse/._pixelfed-black.svg b/svg/fediverse/._pixelfed-black.svg new file mode 100644 index 00000000..161eb878 Binary files /dev/null and b/svg/fediverse/._pixelfed-black.svg differ diff --git a/svg/fediverse/._pixelfed-iris.svg b/svg/fediverse/._pixelfed-iris.svg new file mode 100644 index 00000000..be8f821c Binary files /dev/null and b/svg/fediverse/._pixelfed-iris.svg differ diff --git a/svg/licences/._wtfpl.svg b/svg/licences/._wtfpl.svg new file mode 100644 index 00000000..45906efb Binary files /dev/null and b/svg/licences/._wtfpl.svg differ diff --git a/svg/licences/GPL/._AGPLv3_Logo.afdesign b/svg/licences/GPL/._AGPLv3_Logo.afdesign new file mode 100644 index 00000000..e81b2c08 Binary files /dev/null and b/svg/licences/GPL/._AGPLv3_Logo.afdesign differ diff --git a/svg/licences/GPL/._GPLv3_Logo.afdesign b/svg/licences/GPL/._GPLv3_Logo.afdesign new file mode 100644 index 00000000..1c055ed7 Binary files /dev/null and b/svg/licences/GPL/._GPLv3_Logo.afdesign differ diff --git a/svg/licences/GPL/._LGPLv3_Logo.afdesign b/svg/licences/GPL/._LGPLv3_Logo.afdesign new file mode 100644 index 00000000..bce892b5 Binary files /dev/null and b/svg/licences/GPL/._LGPLv3_Logo.afdesign differ diff --git a/svg/licences/cc-clean/._by.svg b/svg/licences/cc-clean/._by.svg new file mode 100644 index 00000000..5c1b3cb6 Binary files /dev/null and b/svg/licences/cc-clean/._by.svg differ diff --git a/svg/licences/cc-clean/._cc-nc.svg b/svg/licences/cc-clean/._cc-nc.svg new file mode 100644 index 00000000..e066c52f Binary files /dev/null and b/svg/licences/cc-clean/._cc-nc.svg differ diff --git a/svg/licences/cc-clean/._cc-nd.svg b/svg/licences/cc-clean/._cc-nd.svg new file mode 100644 index 00000000..cd6dafbd Binary files /dev/null and b/svg/licences/cc-clean/._cc-nd.svg differ diff --git a/svg/licences/cc-clean/._cc-remix.svg b/svg/licences/cc-clean/._cc-remix.svg new file mode 100644 index 00000000..6f30fbda Binary files /dev/null and b/svg/licences/cc-clean/._cc-remix.svg differ diff --git a/svg/licences/cc-clean/._cc-sa.svg b/svg/licences/cc-clean/._cc-sa.svg new file mode 100644 index 00000000..51fd5dfe Binary files /dev/null and b/svg/licences/cc-clean/._cc-sa.svg differ diff --git a/svg/licences/cc-clean/._cc-sampling.svg b/svg/licences/cc-clean/._cc-sampling.svg new file mode 100644 index 00000000..e71bba4f Binary files /dev/null and b/svg/licences/cc-clean/._cc-sampling.svg differ diff --git a/svg/licences/cc-clean/._cc-zero.svg b/svg/licences/cc-clean/._cc-zero.svg new file mode 100644 index 00000000..c6590c73 Binary files /dev/null and b/svg/licences/cc-clean/._cc-zero.svg differ diff --git a/svg/licences/cc-clean/._cc.svg b/svg/licences/cc-clean/._cc.svg new file mode 100644 index 00000000..628fb156 Binary files /dev/null and b/svg/licences/cc-clean/._cc.svg differ diff --git a/svg/licences/cc-clean/._share.svg b/svg/licences/cc-clean/._share.svg new file mode 100644 index 00000000..8ac92a77 Binary files /dev/null and b/svg/licences/cc-clean/._share.svg differ diff --git a/svg/licences/clean/._agpl-v3.svg b/svg/licences/clean/._agpl-v3.svg new file mode 100644 index 00000000..8b590e7e Binary files /dev/null and b/svg/licences/clean/._agpl-v3.svg differ diff --git a/svg/licences/clean/._amicale.svg b/svg/licences/clean/._amicale.svg new file mode 100644 index 00000000..819372b5 Binary files /dev/null and b/svg/licences/clean/._amicale.svg differ diff --git a/svg/licences/clean/._amicale.svg.afdesign b/svg/licences/clean/._amicale.svg.afdesign new file mode 100644 index 00000000..6c098c71 Binary files /dev/null and b/svg/licences/clean/._amicale.svg.afdesign differ diff --git a/svg/licences/clean/._bsd.svg b/svg/licences/clean/._bsd.svg new file mode 100644 index 00000000..065bba59 Binary files /dev/null and b/svg/licences/clean/._bsd.svg differ diff --git a/svg/licences/clean/._discord.svg b/svg/licences/clean/._discord.svg new file mode 100644 index 00000000..8fcdd4fc Binary files /dev/null and b/svg/licences/clean/._discord.svg differ diff --git a/svg/licences/clean/._gpl-v3.svg b/svg/licences/clean/._gpl-v3.svg new file mode 100644 index 00000000..847a1037 Binary files /dev/null and b/svg/licences/clean/._gpl-v3.svg differ diff --git a/svg/licences/clean/._lgpl-v3.svg b/svg/licences/clean/._lgpl-v3.svg new file mode 100644 index 00000000..e0cd6c40 Binary files /dev/null and b/svg/licences/clean/._lgpl-v3.svg differ diff --git a/svg/licences/clean/._litecoin-ltc-logo.svg b/svg/licences/clean/._litecoin-ltc-logo.svg new file mode 100644 index 00000000..da307e8e Binary files /dev/null and b/svg/licences/clean/._litecoin-ltc-logo.svg differ diff --git a/svg/licences/clean/._ltc.svg b/svg/licences/clean/._ltc.svg new file mode 100644 index 00000000..09c2e6bb Binary files /dev/null and b/svg/licences/clean/._ltc.svg differ diff --git a/svg/licences/clean/._mit.svg b/svg/licences/clean/._mit.svg new file mode 100644 index 00000000..487672ca Binary files /dev/null and b/svg/licences/clean/._mit.svg differ diff --git a/svg/licences/clean/._ofl.afdesign b/svg/licences/clean/._ofl.afdesign new file mode 100644 index 00000000..b2cd5273 Binary files /dev/null and b/svg/licences/clean/._ofl.afdesign differ diff --git a/svg/licences/clean/._ofl.svg b/svg/licences/clean/._ofl.svg new file mode 100644 index 00000000..62ae968c Binary files /dev/null and b/svg/licences/clean/._ofl.svg differ diff --git a/svg/licences/clean/._void.afdesign b/svg/licences/clean/._void.afdesign new file mode 100644 index 00000000..e2a0ed0d Binary files /dev/null and b/svg/licences/clean/._void.afdesign differ diff --git a/svg/licences/clean/._void.svg b/svg/licences/clean/._void.svg new file mode 100644 index 00000000..2106ef5a Binary files /dev/null and b/svg/licences/clean/._void.svg differ diff --git a/svg/licences/clean/._wtfpl.svg b/svg/licences/clean/._wtfpl.svg new file mode 100644 index 00000000..e6d875bd Binary files /dev/null and b/svg/licences/clean/._wtfpl.svg differ diff --git a/svg/tmp/._MIT_logo.svg b/svg/tmp/._MIT_logo.svg new file mode 100644 index 00000000..b7298b98 Binary files /dev/null and b/svg/tmp/._MIT_logo.svg differ diff --git a/svg/tmp/._OFL_logo_rect_color.svg b/svg/tmp/._OFL_logo_rect_color.svg new file mode 100644 index 00000000..a5a1abf8 Binary files /dev/null and b/svg/tmp/._OFL_logo_rect_color.svg differ diff --git a/svg/tmp/._Pixelfed_logo.svg b/svg/tmp/._Pixelfed_logo.svg new file mode 100644 index 00000000..d67eb876 Binary files /dev/null and b/svg/tmp/._Pixelfed_logo.svg differ diff --git a/svg/tmp/._Void_Linux_logo.svg b/svg/tmp/._Void_Linux_logo.svg new file mode 100644 index 00000000..3a4aa8ca Binary files /dev/null and b/svg/tmp/._Void_Linux_logo.svg differ diff --git a/svg/tmp/._cc-icons-svg b/svg/tmp/._cc-icons-svg new file mode 100644 index 00000000..41a2b073 Binary files /dev/null and b/svg/tmp/._cc-icons-svg differ diff --git a/svg/tmp/._discord-v2-svgrepo-com.svg b/svg/tmp/._discord-v2-svgrepo-com.svg new file mode 100644 index 00000000..44f9bc50 Binary files /dev/null and b/svg/tmp/._discord-v2-svgrepo-com.svg differ diff --git a/svg/tmp/cc-icons-svg/._by.svg b/svg/tmp/cc-icons-svg/._by.svg new file mode 100644 index 00000000..a697c6f1 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._by.svg differ diff --git a/svg/tmp/cc-icons-svg/._cc.svg b/svg/tmp/cc-icons-svg/._cc.svg new file mode 100644 index 00000000..1beb6b68 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._cc.svg differ diff --git a/svg/tmp/cc-icons-svg/._nc-eu.svg b/svg/tmp/cc-icons-svg/._nc-eu.svg new file mode 100644 index 00000000..43a0684e Binary files /dev/null and b/svg/tmp/cc-icons-svg/._nc-eu.svg differ diff --git a/svg/tmp/cc-icons-svg/._nc-jp.svg b/svg/tmp/cc-icons-svg/._nc-jp.svg new file mode 100644 index 00000000..2f1b84b3 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._nc-jp.svg differ diff --git a/svg/tmp/cc-icons-svg/._nc.svg b/svg/tmp/cc-icons-svg/._nc.svg new file mode 100644 index 00000000..9abaf652 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._nc.svg differ diff --git a/svg/tmp/cc-icons-svg/._nd.svg b/svg/tmp/cc-icons-svg/._nd.svg new file mode 100644 index 00000000..43a100c4 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._nd.svg differ diff --git a/svg/tmp/cc-icons-svg/._pd.svg b/svg/tmp/cc-icons-svg/._pd.svg new file mode 100644 index 00000000..76b67e7f Binary files /dev/null and b/svg/tmp/cc-icons-svg/._pd.svg differ diff --git a/svg/tmp/cc-icons-svg/._remix.svg b/svg/tmp/cc-icons-svg/._remix.svg new file mode 100644 index 00000000..04bed058 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._remix.svg differ diff --git a/svg/tmp/cc-icons-svg/._sa.svg b/svg/tmp/cc-icons-svg/._sa.svg new file mode 100644 index 00000000..7b0fe6d2 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._sa.svg differ diff --git a/svg/tmp/cc-icons-svg/._sampling.plus.svg b/svg/tmp/cc-icons-svg/._sampling.plus.svg new file mode 100644 index 00000000..8d30a29a Binary files /dev/null and b/svg/tmp/cc-icons-svg/._sampling.plus.svg differ diff --git a/svg/tmp/cc-icons-svg/._sampling.svg b/svg/tmp/cc-icons-svg/._sampling.svg new file mode 100644 index 00000000..f414b1ab Binary files /dev/null and b/svg/tmp/cc-icons-svg/._sampling.svg differ diff --git a/svg/tmp/cc-icons-svg/._share.svg b/svg/tmp/cc-icons-svg/._share.svg new file mode 100644 index 00000000..ed78aa9c Binary files /dev/null and b/svg/tmp/cc-icons-svg/._share.svg differ diff --git a/svg/tmp/cc-icons-svg/._zero.svg b/svg/tmp/cc-icons-svg/._zero.svg new file mode 100644 index 00000000..a04b2021 Binary files /dev/null and b/svg/tmp/cc-icons-svg/._zero.svg differ